diff options
611 files changed, 10059 insertions, 29188 deletions
@@ -4624,3 +4624,26 @@ devel/py-coreapi|devel/py-openapi-core|2025-06-30|Has expired: Upstream archived devel/py-coreschema|devel/py-openapi-schema-validator|2025-06-30|Has expired: Upstream archived the repository. Please use devel/py-openapi-schema-validator instead devel/py-itypes||2025-06-30|Has expired: Upstream archived repository and suggest using devel/py-pyrsistent instead net-mgmt/zabbix5-server||2025-06-30|Has expired: Upstream EOL reaches on 2025-05-31 +www/node23|www/node24|2025-06-30|Remove expired port. Node.js 23.* will reach its EoL on 2024-06-01. Use Node.js 24.* (www/node24) instead +www/npm-node23|www/npm-node24|2025-06-30|Remove expired port +net/p5-Net-SPDY||2025-06-30|Remove obsoleted port. SPDY is an obsoleted protocol +www/p5-HTTP-Tiny-SPDY||2025-06-30|Remove obsoleted port. SPDY is an obsoleted protocol +www/yarn-node23|www/yarn-node24|2025-06-30|Remove expired port +devel/rubygem-aws-sdk-alexaforbusiness||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-backupstorage||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-codestar||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-gamesparks||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-honeycode||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-iotroborunner||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-lambdapreview||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-mobile||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-nimblestudio||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-privatenetworks||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-ssooidc||2025-06-30|Remove obsoleted port +devel/rubygem-aws-sdk-worklink||2025-06-30|Remove obsoleted port +lang/linux-dotnet11-sdk||2025-07-01|Removed: Depends on expired lang/linux-dotnet11-runtime, MASTER_SITES gone +lang/linux-dotnet10-runtime||2025-07-01|Has expired: Ancient version, no practical use +lang/linux-dotnet11-runtime||2025-07-01|Has expired: Ancient version, no practical use +lang/linux-dotnet-sdk||2025-07-01|Removed: Depends on expired lang/linux-dotnet-runtime, MASTER_SITES gone +lang/linux-dotnet-runtime||2025-07-01|Has expired: Ancient version, no practical use +lang/linux-dotnet-cli||2025-07-01|Removed, depends on removed lang/linux-dotnet-runtime diff --git a/Mk/Uses/nodejs.mk b/Mk/Uses/nodejs.mk index d758bba2adcb..e8987827fe2e 100644 --- a/Mk/Uses/nodejs.mk +++ b/Mk/Uses/nodejs.mk @@ -7,7 +7,7 @@ # - build use node as build-time dependency # - run use node as runtime dependency # - env set the environment (NODEJS_VERSION and NODEJS_SUFFIX) -# - version available version: lts, current, 18, 20, 22, 23, 24 +# - version available version: lts, current, 18, 20, 22, 24 # # Note: # - The supported versions follow upstream release schedule @@ -22,13 +22,13 @@ .if !defined(_INCLUDE_USES_NODEJS_MK) _INCLUDE_USES_NODEJS_MK= yes -_VALID_NODEJS_VERSIONS= 18 20 22 23 24 current lts +_VALID_NODEJS_VERSIONS= 18 20 22 24 current lts . if ! ${_VALID_NODEJS_VERSIONS:M${NODEJS_DEFAULT}} IGNORE= Invalid default nodejs version ${NODEJS_DEFAULT}; valid versions are ${_VALID_NODEJS_VERSIONS} . endif -. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N18:N20:N22:N23:N24) +. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N18:N20:N22:N24) IGNORE= USES=nodejs has invalid arguments ${nodejs_ARGS} . endif diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 6825fec3fb6a..6a15f83d15de 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -109,7 +109,7 @@ MONO_DEFAULT?= 5.20 MYSQL_DEFAULT?= 8.0 # Possible values: ninja, samurai NINJA_DEFAULT?= ninja -# Possible value: 18, 20, 22, 23, 24, current, lts (Note: current = 24 and lts = 22) +# Possible value: 18, 20, 22, 24, current, lts (Note: current = 24 and lts = 22) NODEJS_DEFAULT?= lts # Possible value: 25, 26 OPENLDAP_DEFAULT?= 26 diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 343dc63683f0..dc71c82235bc 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1165,7 +1165,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC . endif _EXPORTED_VARS+= OSVERSION -. if ${OPSYS} == FreeBSD && (${OSVERSION} < 1304000 || (${OSVERSION} >= 1400000 && ${OSVERSION} < 1402000)) +. if ${OPSYS} == FreeBSD && (${OSVERSION} < 1305000 || (${OSVERSION} >= 1400000 && ${OSVERSION} < 1402000)) _UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\ are guaranteed to build on this system. Please upgrade to a supported release. . if defined(ALLOW_UNSUPPORTED_SYSTEM) diff --git a/astro/py-jplephem/Makefile b/astro/py-jplephem/Makefile index 9560a7bdea85..d7e86eaa6bbc 100644 --- a/astro/py-jplephem/Makefile +++ b/astro/py-jplephem/Makefile @@ -1,6 +1,5 @@ PORTNAME= jplephem -PORTVERSION= 2.22 -PORTREVISION= 1 +PORTVERSION= 2.23 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-jplephem/distinfo b/astro/py-jplephem/distinfo index 91dc7a6c1452..883570545722 100644 --- a/astro/py-jplephem/distinfo +++ b/astro/py-jplephem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714581834 -SHA256 (jplephem-2.22.tar.gz) = 0d9acc7217b4806feba93e72974ceead5611104bce6789af38d4f27dcf7a592c -SIZE (jplephem-2.22.tar.gz) = 43113 +TIMESTAMP = 1751292551 +SHA256 (jplephem-2.23.tar.gz) = d3fb9477e4bf4c39d10497d4ff15e5271b7ac03fa101e1821aac527d646eccf9 +SIZE (jplephem-2.23.tar.gz) = 44989 diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index dbbe00b93340..8ee2a2469040 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -117,9 +117,7 @@ post-install-VST3-on: # Some peripheral libraries are only built with libusb-1.0 >= 1.0.16 .if ${OPSYS} == FreeBSD && \ - (${OSVERSION} <= 1304500 \ - || 1400000 <= ${OSVERSION} && ${OSVERSION} <= 1401502 \ - || 1500000 <= ${OSVERSION} && ${OSVERSION} <= 1500019) + (1500000 <= ${OSVERSION} && ${OSVERSION} <= 1500019) PLIST_SUB+= LIBUSB="@comment " .else PLIST_SUB+= LIBUSB="" diff --git a/audio/praat/Makefile b/audio/praat/Makefile index fac4d8d4397b..b6ce5808ee93 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,7 +1,6 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.4.27 -PORTREVISION= 1 +DISTVERSION= 6.4.37 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE= GPLv3+ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libharfbuzz.so:print/harfbuzz # These are recommended but I can't tell the difference -RUN_DEPENDS= CharisSIL>=0:x11-fonts/charis \ +RUN_DEPENDS= Charis>=0:x11-fonts/charis \ DoulosSIL>=0:x11-fonts/doulos USES= compiler:c++17-lang gnome iconv pkgconfig xorg diff --git a/audio/praat/distinfo b/audio/praat/distinfo index 68fd6f16795c..d4f09c4792ed 100644 --- a/audio/praat/distinfo +++ b/audio/praat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738696913 -SHA256 (praat-praat-v6.4.27_GH0.tar.gz) = af6176c0ed61297e33ca92486a1c92f62f8157bd2b9e4f1ae44ec24a4d31b706 -SIZE (praat-praat-v6.4.27_GH0.tar.gz) = 61371864 +TIMESTAMP = 1751323437 +SHA256 (praat-praat-v6.4.37_GH0.tar.gz) = 53ff4352d0f0451368926a518a460ff78712380f9c712539716273a318a8adf1 +SIZE (praat-praat-v6.4.37_GH0.tar.gz) = 89528430 diff --git a/audio/sidplayfp/Makefile b/audio/sidplayfp/Makefile index 20b1dcde5a00..b61799e72d2a 100644 --- a/audio/sidplayfp/Makefile +++ b/audio/sidplayfp/Makefile @@ -1,5 +1,5 @@ PORTNAME= sidplayfp -DISTVERSION= 2.14.1 +DISTVERSION= 2.15.0 CATEGORIES= audio MASTER_SITES= https://github.com/lib${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/audio/sidplayfp/distinfo b/audio/sidplayfp/distinfo index d98d9225ddeb..6b1f848ef06f 100644 --- a/audio/sidplayfp/distinfo +++ b/audio/sidplayfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747670810 -SHA256 (sidplayfp-2.14.1.tar.gz) = 89b3838a93f45eaadf1aa6ccd7f7ec848940a0e9e3f70ed608d6547822c69211 -SIZE (sidplayfp-2.14.1.tar.gz) = 250245 +TIMESTAMP = 1751351681 +SHA256 (sidplayfp-2.15.0.tar.gz) = a0a87952bac79668b30fedd3d80dffd0cb83c605414b60491f04a56fe861fb36 +SIZE (sidplayfp-2.15.0.tar.gz) = 244684 diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index ee31ace6dff3..dd1deebaf37a 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -10,6 +10,9 @@ COMMENT= Chinese <-> English dictd words database LICENSE= GPLv2 +DEPRECATED= Depends on expiring net/dictd +EXPIRATION_DATE=2025-09-30 + RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:net/dictd NO_BUILD= yes diff --git a/comms/py-hid/Makefile b/comms/py-hid/Makefile index 7424a40f8d9a..6372b26f871d 100644 --- a/comms/py-hid/Makefile +++ b/comms/py-hid/Makefile @@ -5,7 +5,7 @@ CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Ctypes bindings to comms/hidapi WWW= https://github.com/apmorton/pyhidapi diff --git a/databases/Makefile b/databases/Makefile index 6cf911e2bf1a..a119d2b4f190 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -706,6 +706,14 @@ SUBDIR += postgresql17-plpython SUBDIR += postgresql17-pltcl SUBDIR += postgresql17-server + SUBDIR += postgresql18-client + SUBDIR += postgresql18-contrib + SUBDIR += postgresql18-docs + SUBDIR += postgresql18-pgtcl + SUBDIR += postgresql18-plperl + SUBDIR += postgresql18-plpython + SUBDIR += postgresql18-pltcl + SUBDIR += postgresql18-server SUBDIR += powa-archivist SUBDIR += powa-web SUBDIR += powerarchitect diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index 77a9a85d2dce..aa39a3a3a86f 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.19.3-1 +DISTVERSION= 0.19.4-2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 3d7748e4880c..8fc2984f3763 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188002 -SHA256 (mydumper-mydumper-v0.19.3-1_GH0.tar.gz) = e78c2b02b33d5d1092c4782e4841bbba5c0531b024b63038524a3ab25606e2fa -SIZE (mydumper-mydumper-v0.19.3-1_GH0.tar.gz) = 842877 +TIMESTAMP = 1751208120 +SHA256 (mydumper-mydumper-v0.19.4-2_GH0.tar.gz) = b5213e44a755127196a40916484e37d18dfbe304aaac50ec17f9f6aba8d0968e +SIZE (mydumper-mydumper-v0.19.4-2_GH0.tar.gz) = 843293 diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 4da584bca7e1..12a1482936ec 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.35.1 +PORTVERSION= 3.36.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=0<4:devel/py-prettytable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.26:databases/py-sqlglot@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.32:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index 362e7b8c0333..237cb50fcbf3 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188050 -SHA256 (sqlframe-3.35.1.tar.gz) = d7bfca67fa1490aebcbdf49127cfab261590da78976a0ac6570de9bfc46449ec -SIZE (sqlframe-3.35.1.tar.gz) = 29477918 +TIMESTAMP = 1751208150 +SHA256 (sqlframe-3.36.0.tar.gz) = c6966b56559ce63e08d8eacd73ab6fb3070651b25cb3c62a44882c7ade586e77 +SIZE (sqlframe-3.36.0.tar.gz) = 29480398 diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index 98b7069ed3e7..cf511dfac9b1 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.25.3 +PORTVERSION= 26.31.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index b9a87f01ef0e..fb751280939a 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188052 -SHA256 (sqlglot-26.25.3.tar.gz) = ca362b33c030538c8f5c8ae66ac5ae5e6c95be74170c328ad008a428687e2513 -SIZE (sqlglot-26.25.3.tar.gz) = 5322840 +TIMESTAMP = 1751208152 +SHA256 (sqlglot-26.31.0.tar.gz) = e9b8f52d02e21636cd7e463af29db0b86707437b9d468b7b2166b67fa96cdd87 +SIZE (sqlglot-26.31.0.tar.gz) = 5341968 diff --git a/databases/rubygem-flipper-active_record/Makefile b/databases/rubygem-flipper-active_record/Makefile index d41f10d94685..32809d6adbc2 100644 --- a/databases/rubygem-flipper-active_record/Makefile +++ b/databases/rubygem-flipper-active_record/Makefile @@ -1,5 +1,5 @@ PORTNAME= flipper-active_record -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-flipper-active_record/distinfo b/databases/rubygem-flipper-active_record/distinfo index 331c9e27b892..00f974fa6be9 100644 --- a/databases/rubygem-flipper-active_record/distinfo +++ b/databases/rubygem-flipper-active_record/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070490 -SHA256 (rubygem/flipper-active_record-1.3.4.gem) = 8cda954ebf76668ae451915fbff87670939c9178b4cbcc77816aa918c2e8612e -SIZE (rubygem/flipper-active_record-1.3.4.gem) = 12800 +TIMESTAMP = 1751208188 +SHA256 (rubygem/flipper-active_record-1.3.5.gem) = 77867d6226d54fbd66e6fc4646595ba6b9b8305ff5efc58597d7190fde31d5a1 +SIZE (rubygem/flipper-active_record-1.3.5.gem) = 12800 diff --git a/devel/Makefile b/devel/Makefile index 85f98608cfb7..2cd31116b8d2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -352,6 +352,7 @@ SUBDIR += bullet SUBDIR += bunyan SUBDIR += busd + SUBDIR += bustle SUBDIR += byacc SUBDIR += byaccj SUBDIR += c2mdoc @@ -4451,6 +4452,7 @@ SUBDIR += py-azure-appconfiguration SUBDIR += py-azure-batch SUBDIR += py-azure-core + SUBDIR += py-azure-core-tracing-opentelemetry SUBDIR += py-azure-cosmos SUBDIR += py-azure-data-tables SUBDIR += py-azure-datalake-store @@ -4585,8 +4587,8 @@ SUBDIR += py-buildbot-pkg SUBDIR += py-buildbot-react-console-view SUBDIR += py-buildbot-waterfall-view - SUBDIR += py-buildbot-wsgi-dashboards SUBDIR += py-buildbot-worker + SUBDIR += py-buildbot-wsgi-dashboards SUBDIR += py-buildbot-www SUBDIR += py-bullet3 SUBDIR += py-bump2version @@ -4979,6 +4981,7 @@ SUBDIR += py-gs_api_client SUBDIR += py-guppy3 SUBDIR += py-gyp + SUBDIR += py-gyp-next SUBDIR += py-hacking SUBDIR += py-hammett SUBDIR += py-hash_ring @@ -5318,13 +5321,26 @@ SUBDIR += py-opendht SUBDIR += py-openstacksdk SUBDIR += py-opentelemetry-api + SUBDIR += py-opentelemetry-distro SUBDIR += py-opentelemetry-exporter-otlp SUBDIR += py-opentelemetry-exporter-otlp-proto-common SUBDIR += py-opentelemetry-exporter-otlp-proto-grpc SUBDIR += py-opentelemetry-exporter-otlp-proto-http + SUBDIR += py-opentelemetry-instrumentation + SUBDIR += py-opentelemetry-instrumentation-asgi + SUBDIR += py-opentelemetry-instrumentation-dbapi + SUBDIR += py-opentelemetry-instrumentation-django + SUBDIR += py-opentelemetry-instrumentation-fastapi + SUBDIR += py-opentelemetry-instrumentation-flask + SUBDIR += py-opentelemetry-instrumentation-psycopg2 + SUBDIR += py-opentelemetry-instrumentation-requests + SUBDIR += py-opentelemetry-instrumentation-urllib + SUBDIR += py-opentelemetry-instrumentation-urllib3 + SUBDIR += py-opentelemetry-instrumentation-wsgi SUBDIR += py-opentelemetry-proto SUBDIR += py-opentelemetry-sdk SUBDIR += py-opentelemetry-semantic-conventions + SUBDIR += py-opentelemetry-util-http SUBDIR += py-opentracing SUBDIR += py-opster SUBDIR += py-optik @@ -6487,7 +6503,6 @@ SUBDIR += rubygem-aws-sdk-acm SUBDIR += rubygem-aws-sdk-acmpca SUBDIR += rubygem-aws-sdk-aiops - SUBDIR += rubygem-aws-sdk-alexaforbusiness SUBDIR += rubygem-aws-sdk-amplify SUBDIR += rubygem-aws-sdk-amplifybackend SUBDIR += rubygem-aws-sdk-amplifyuibuilder @@ -6521,7 +6536,6 @@ SUBDIR += rubygem-aws-sdk-backup SUBDIR += rubygem-aws-sdk-backupgateway SUBDIR += rubygem-aws-sdk-backupsearch - SUBDIR += rubygem-aws-sdk-backupstorage SUBDIR += rubygem-aws-sdk-batch SUBDIR += rubygem-aws-sdk-bcmdataexports SUBDIR += rubygem-aws-sdk-bcmpricingcalculator @@ -6572,7 +6586,6 @@ SUBDIR += rubygem-aws-sdk-codegurureviewer SUBDIR += rubygem-aws-sdk-codegurusecurity SUBDIR += rubygem-aws-sdk-codepipeline - SUBDIR += rubygem-aws-sdk-codestar SUBDIR += rubygem-aws-sdk-codestarconnections SUBDIR += rubygem-aws-sdk-codestarnotifications SUBDIR += rubygem-aws-sdk-cognitoidentity @@ -6651,7 +6664,6 @@ SUBDIR += rubygem-aws-sdk-fsx SUBDIR += rubygem-aws-sdk-gamelift SUBDIR += rubygem-aws-sdk-gameliftstreams - SUBDIR += rubygem-aws-sdk-gamesparks SUBDIR += rubygem-aws-sdk-geomaps SUBDIR += rubygem-aws-sdk-geoplaces SUBDIR += rubygem-aws-sdk-georoutes @@ -6665,7 +6677,6 @@ SUBDIR += rubygem-aws-sdk-guardduty SUBDIR += rubygem-aws-sdk-health SUBDIR += rubygem-aws-sdk-healthlake - SUBDIR += rubygem-aws-sdk-honeycode SUBDIR += rubygem-aws-sdk-iam SUBDIR += rubygem-aws-sdk-identitystore SUBDIR += rubygem-aws-sdk-imagebuilder @@ -6685,7 +6696,6 @@ SUBDIR += rubygem-aws-sdk-iotfleetwise SUBDIR += rubygem-aws-sdk-iotjobsdataplane SUBDIR += rubygem-aws-sdk-iotmanagedintegrations - SUBDIR += rubygem-aws-sdk-iotroborunner SUBDIR += rubygem-aws-sdk-iotsecuretunneling SUBDIR += rubygem-aws-sdk-iotsitewise SUBDIR += rubygem-aws-sdk-iotthingsgraph @@ -6699,6 +6709,7 @@ SUBDIR += rubygem-aws-sdk-kendra SUBDIR += rubygem-aws-sdk-kendraranking SUBDIR += rubygem-aws-sdk-keyspaces + SUBDIR += rubygem-aws-sdk-keyspacesstreams SUBDIR += rubygem-aws-sdk-kinesis SUBDIR += rubygem-aws-sdk-kinesisanalytics SUBDIR += rubygem-aws-sdk-kinesisanalyticsv2 @@ -6711,7 +6722,6 @@ SUBDIR += rubygem-aws-sdk-kms-gitlab SUBDIR += rubygem-aws-sdk-lakeformation SUBDIR += rubygem-aws-sdk-lambda - SUBDIR += rubygem-aws-sdk-lambdapreview SUBDIR += rubygem-aws-sdk-launchwizard SUBDIR += rubygem-aws-sdk-lex SUBDIR += rubygem-aws-sdk-lexmodelbuildingservice @@ -6756,7 +6766,6 @@ SUBDIR += rubygem-aws-sdk-migrationhuborchestrator SUBDIR += rubygem-aws-sdk-migrationhubrefactorspaces SUBDIR += rubygem-aws-sdk-migrationhubstrategyrecommendations - SUBDIR += rubygem-aws-sdk-mobile SUBDIR += rubygem-aws-sdk-mpa SUBDIR += rubygem-aws-sdk-mq SUBDIR += rubygem-aws-sdk-mturk @@ -6768,7 +6777,6 @@ SUBDIR += rubygem-aws-sdk-networkflowmonitor SUBDIR += rubygem-aws-sdk-networkmanager SUBDIR += rubygem-aws-sdk-networkmonitor - SUBDIR += rubygem-aws-sdk-nimblestudio SUBDIR += rubygem-aws-sdk-notifications SUBDIR += rubygem-aws-sdk-notificationscontacts SUBDIR += rubygem-aws-sdk-oam @@ -6799,7 +6807,6 @@ SUBDIR += rubygem-aws-sdk-pipes SUBDIR += rubygem-aws-sdk-polly SUBDIR += rubygem-aws-sdk-pricing - SUBDIR += rubygem-aws-sdk-privatenetworks SUBDIR += rubygem-aws-sdk-prometheusservice SUBDIR += rubygem-aws-sdk-proton SUBDIR += rubygem-aws-sdk-qapps @@ -6873,7 +6880,6 @@ SUBDIR += rubygem-aws-sdk-ssmquicksetup SUBDIR += rubygem-aws-sdk-ssmsap SUBDIR += rubygem-aws-sdk-ssoadmin - SUBDIR += rubygem-aws-sdk-ssooidc SUBDIR += rubygem-aws-sdk-states SUBDIR += rubygem-aws-sdk-storagegateway SUBDIR += rubygem-aws-sdk-supplychain @@ -6900,7 +6906,6 @@ SUBDIR += rubygem-aws-sdk-wafv2 SUBDIR += rubygem-aws-sdk-wellarchitected SUBDIR += rubygem-aws-sdk-workdocs - SUBDIR += rubygem-aws-sdk-worklink SUBDIR += rubygem-aws-sdk-workmail SUBDIR += rubygem-aws-sdk-workmailmessageflow SUBDIR += rubygem-aws-sdk-workspaces diff --git a/devel/bustle/Makefile b/devel/bustle/Makefile new file mode 100644 index 000000000000..6efa7a5df44f --- /dev/null +++ b/devel/bustle/Makefile @@ -0,0 +1,37 @@ +PORTNAME= bustle +DISTVERSION= 0.12.0 +CATEGORIES= devel gnome + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Visualize D-Bus activity +WWW= https://apps.gnome.org/Bustle/ \ + https://gitlab.gnome.org/World/bustle + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= appstreamcli:devel/appstream +LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene + +USES= cargo desktop-file-utils gettext-tools gnome meson + +USE_GITLAB= yes +GL_SITE= https://gitlab.gnome.org +GL_ACCOUNT= World + +USE_GNOME= glib20 gtk40 libadwaita +GLIB_SCHEMAS= org.freedesktop.Bustle.gschema.xml + +CARGO_BUILD= no +CARGO_INSTALL= no +CARGO_TEST= no + +PORTDOCS= CONTRIBUTING.md README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/devel/bustle/Makefile.crates b/devel/bustle/Makefile.crates new file mode 100644 index 000000000000..a0b9ba9e3d29 --- /dev/null +++ b/devel/bustle/Makefile.crates @@ -0,0 +1,163 @@ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.1 \ + aho-corasick-1.1.3 \ + anyhow-1.0.98 \ + async-broadcast-0.7.2 \ + async-recursion-1.1.1 \ + async-trait-0.1.88 \ + autocfg-1.4.0 \ + backtrace-0.3.75 \ + base64-0.22.1 \ + bitflags-2.9.1 \ + block-0.1.6 \ + byteorder-1.5.0 \ + byteorder_slice-3.0.0 \ + bytes-1.10.1 \ + cairo-rs-0.20.10 \ + cairo-sys-rs-0.20.10 \ + cc-1.2.27 \ + cfg-expr-0.20.0 \ + cfg-if-1.0.1 \ + cfg_aliases-0.2.1 \ + concurrent-queue-2.5.0 \ + crossbeam-utils-0.8.21 \ + derive-into-owned-0.2.0 \ + endi-1.1.0 \ + enumflags2-0.7.12 \ + enumflags2_derive-0.7.12 \ + equivalent-1.0.2 \ + errno-0.3.12 \ + event-listener-5.4.0 \ + event-listener-strategy-0.5.4 \ + fastrand-2.3.0 \ + field-offset-0.3.6 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-lite-2.6.0 \ + futures-macro-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + gdk-pixbuf-0.20.10 \ + gdk-pixbuf-sys-0.20.10 \ + gdk4-0.9.6 \ + gdk4-sys-0.9.6 \ + getrandom-0.3.3 \ + gettext-rs-0.7.2 \ + gettext-sys-0.22.5 \ + gimli-0.31.1 \ + gio-0.20.11 \ + gio-sys-0.20.10 \ + glib-0.20.10 \ + glib-macros-0.20.10 \ + glib-sys-0.20.10 \ + gobject-sys-0.20.10 \ + graphene-rs-0.20.10 \ + graphene-sys-0.20.10 \ + gsk4-0.9.6 \ + gsk4-sys-0.9.6 \ + gtk4-0.9.6 \ + gtk4-macros-0.9.5 \ + gtk4-sys-0.9.6 \ + hashbrown-0.15.4 \ + heck-0.5.0 \ + hex-0.4.3 \ + indexmap-2.9.0 \ + lazy_static-1.5.0 \ + libadwaita-0.7.2 \ + libadwaita-sys-0.7.2 \ + libc-0.2.173 \ + linux-raw-sys-0.9.4 \ + locale_config-0.3.0 \ + log-0.4.27 \ + malloc_buf-0.0.6 \ + memchr-2.7.5 \ + memoffset-0.9.1 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ + nix-0.30.1 \ + nu-ansi-term-0.46.0 \ + objc-0.2.7 \ + objc-foundation-0.1.1 \ + objc_id-0.1.1 \ + object-0.36.7 \ + once_cell-1.21.3 \ + ordered-stream-0.2.0 \ + overload-0.1.1 \ + pango-0.20.10 \ + pango-sys-0.20.10 \ + parking-2.2.1 \ + pcap-file-2.0.0 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkg-config-0.3.32 \ + proc-macro-crate-3.3.0 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ + r-efi-5.2.0 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rustc-demangle-0.1.25 \ + rustc_version-0.4.1 \ + rustix-1.0.7 \ + semver-1.0.26 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_repr-0.1.20 \ + serde_spanned-0.6.9 \ + sharded-slab-0.1.7 \ + shell-escape-0.1.5 \ + shlex-1.3.0 \ + signal-hook-registry-1.4.5 \ + slab-0.4.10 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ + static_assertions-1.1.0 \ + syn-1.0.109 \ + syn-2.0.103 \ + system-deps-7.0.5 \ + target-lexicon-0.13.2 \ + temp-dir-0.1.16 \ + tempfile-3.20.0 \ + thiserror-1.0.69 \ + thiserror-impl-1.0.69 \ + thread_local-1.1.9 \ + tokio-1.45.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + tracing-0.1.41 \ + tracing-attributes-0.1.29 \ + tracing-core-0.1.34 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.19 \ + uds_windows-1.1.0 \ + unicode-ident-1.0.18 \ + valuable-0.1.1 \ + version-compare-0.2.0 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ + winnow-0.7.11 \ + wit-bindgen-rt-0.39.0 \ + zbus-5.7.1 \ + zbus_macros-5.7.1 \ + zbus_names-4.2.0 \ + zvariant-5.5.3 \ + zvariant_derive-5.5.3 \ + zvariant_utils-3.2.0 diff --git a/devel/bustle/distinfo b/devel/bustle/distinfo new file mode 100644 index 000000000000..1f3f7467ab0c --- /dev/null +++ b/devel/bustle/distinfo @@ -0,0 +1,329 @@ +TIMESTAMP = 1750404910 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/async-broadcast-0.7.2.crate) = 435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532 +SIZE (rust/crates/async-broadcast-0.7.2.crate) = 22746 +SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 +SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a +SIZE (rust/crates/block-0.1.6.crate) = 4077 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/byteorder_slice-3.0.0.crate) = 0b294e30387378958e8bf8f4242131b930ea615ff81e8cac2440cea0a6013190 +SIZE (rust/crates/byteorder_slice-3.0.0.crate) = 5759 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/cairo-rs-0.20.10.crate) = b58e62a27cd02fb3f63f82bb31fdda7e6c43141497cbe97e8816d7c914043f55 +SIZE (rust/crates/cairo-rs-0.20.10.crate) = 57584 +SHA256 (rust/crates/cairo-sys-rs-0.20.10.crate) = 059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b +SIZE (rust/crates/cairo-sys-rs-0.20.10.crate) = 14424 +SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cfg-expr-0.20.0.crate) = e34e221e91c7eb5e8315b5c9cf1a61670938c0626451f954a51693ed44b37f45 +SIZE (rust/crates/cfg-expr-0.20.0.crate) = 44464 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 +SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/derive-into-owned-0.2.0.crate) = 2c9d94d81e3819a7b06a8638f448bc6339371ca9b6076a99d4a43eece3c4c923 +SIZE (rust/crates/derive-into-owned-0.2.0.crate) = 8294 +SHA256 (rust/crates/endi-1.1.0.crate) = a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf +SIZE (rust/crates/endi-1.1.0.crate) = 4872 +SHA256 (rust/crates/enumflags2-0.7.12.crate) = 1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef +SIZE (rust/crates/enumflags2-0.7.12.crate) = 17544 +SHA256 (rust/crates/enumflags2_derive-0.7.12.crate) = 67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827 +SIZE (rust/crates/enumflags2_derive-0.7.12.crate) = 8573 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae +SIZE (rust/crates/event-listener-5.4.0.crate) = 43452 +SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 +SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/field-offset-0.3.6.crate) = 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f +SIZE (rust/crates/field-offset-0.3.6.crate) = 10032 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-lite-2.6.0.crate) = f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532 +SIZE (rust/crates/futures-lite-2.6.0.crate) = 45157 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/gdk-pixbuf-0.20.10.crate) = 2fd242894c084f4beed508a56952750bce3e96e85eb68fdc153637daa163e10c +SIZE (rust/crates/gdk-pixbuf-0.20.10.crate) = 21618 +SHA256 (rust/crates/gdk-pixbuf-sys-0.20.10.crate) = 5b34f3b580c988bd217e9543a2de59823fafae369d1a055555e5f95a8b130b96 +SIZE (rust/crates/gdk-pixbuf-sys-0.20.10.crate) = 13317 +SHA256 (rust/crates/gdk4-0.9.6.crate) = 4850c9d9c1aecd1a3eb14fadc1cdb0ac0a2298037e116264c7473e1740a32d60 +SIZE (rust/crates/gdk4-0.9.6.crate) = 97926 +SHA256 (rust/crates/gdk4-sys-0.9.6.crate) = 6f6eb95798e2b46f279cf59005daf297d5b69555428f185650d71974a910473a +SIZE (rust/crates/gdk4-sys-0.9.6.crate) = 70859 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gettext-rs-0.7.2.crate) = a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a +SIZE (rust/crates/gettext-rs-0.7.2.crate) = 13870 +SHA256 (rust/crates/gettext-sys-0.22.5.crate) = bb45773f5b8945f12aecd04558f545964f943dacda1b1155b3d738f5469ef661 +SIZE (rust/crates/gettext-sys-0.22.5.crate) = 10282346 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/gio-0.20.11.crate) = d2a5c3829f5794cb15120db87707b2ec03720edff7ad09eb7b711b532e3fe747 +SIZE (rust/crates/gio-0.20.11.crate) = 220611 +SHA256 (rust/crates/gio-sys-0.20.10.crate) = 521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83 +SIZE (rust/crates/gio-sys-0.20.10.crate) = 86258 +SHA256 (rust/crates/glib-0.20.10.crate) = c501c495842c2b23cdacead803a5a343ca2a5d7a7ddaff14cc5f6cf22cfb92c2 +SIZE (rust/crates/glib-0.20.10.crate) = 293754 +SHA256 (rust/crates/glib-macros-0.20.10.crate) = ebe6dc9ce29887c4b3b74d78d5ba473db160a258ae7ed883d23632ac7fed7bc9 +SIZE (rust/crates/glib-macros-0.20.10.crate) = 76345 +SHA256 (rust/crates/glib-sys-0.20.10.crate) = 8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215 +SIZE (rust/crates/glib-sys-0.20.10.crate) = 67282 +SHA256 (rust/crates/gobject-sys-0.20.10.crate) = ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda +SIZE (rust/crates/gobject-sys-0.20.10.crate) = 22623 +SHA256 (rust/crates/graphene-rs-0.20.10.crate) = 6b86dfad7d14251c9acaf1de63bc8754b7e3b4e5b16777b6f5a748208fe9519b +SIZE (rust/crates/graphene-rs-0.20.10.crate) = 21951 +SHA256 (rust/crates/graphene-sys-0.20.10.crate) = df583a85ba2d5e15e1797e40d666057b28bc2f60a67c9c24145e6db2cc3861ea +SIZE (rust/crates/graphene-sys-0.20.10.crate) = 14946 +SHA256 (rust/crates/gsk4-0.9.6.crate) = 61f5e72f931c8c9f65fbfc89fe0ddc7746f147f822f127a53a9854666ac1f855 +SIZE (rust/crates/gsk4-0.9.6.crate) = 37149 +SHA256 (rust/crates/gsk4-sys-0.9.6.crate) = 755059de55fa6f85a46bde8caf03e2184c96bfda1f6206163c72fb0ea12436dc +SIZE (rust/crates/gsk4-sys-0.9.6.crate) = 19232 +SHA256 (rust/crates/gtk4-0.9.6.crate) = af1c491051f030994fd0cde6f3c44f3f5640210308cff1298c7673c47408091d +SIZE (rust/crates/gtk4-0.9.6.crate) = 485701 +SHA256 (rust/crates/gtk4-macros-0.9.5.crate) = 0ed1786c4703dd196baf7e103525ce0cf579b3a63a0570fe653b7ee6bac33999 +SIZE (rust/crates/gtk4-macros-0.9.5.crate) = 16721 +SHA256 (rust/crates/gtk4-sys-0.9.6.crate) = 41e03b01e54d77c310e1d98647d73f996d04b2f29b9121fe493ea525a7ec03d6 +SIZE (rust/crates/gtk4-sys-0.9.6.crate) = 114426 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libadwaita-0.7.2.crate) = 500135d29c16aabf67baafd3e7741d48e8b8978ca98bac39e589165c8dc78191 +SIZE (rust/crates/libadwaita-0.7.2.crate) = 125693 +SHA256 (rust/crates/libadwaita-sys-0.7.2.crate) = 6680988058c2558baf3f548a370e4e78da3bf7f08469daa822ac414842c912db +SIZE (rust/crates/libadwaita-sys-0.7.2.crate) = 35416 +SHA256 (rust/crates/libc-0.2.173.crate) = d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb +SIZE (rust/crates/libc-0.2.173.crate) = 777353 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/locale_config-0.3.0.crate) = 08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934 +SIZE (rust/crates/locale_config-0.3.0.crate) = 20808 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb +SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 +SIZE (rust/crates/objc-0.2.7.crate) = 22036 +SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 +SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 +SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b +SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/ordered-stream-0.2.0.crate) = 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 +SIZE (rust/crates/ordered-stream-0.2.0.crate) = 19077 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/pango-0.20.10.crate) = d88d37c161f2848f0d9382597f0168484c9335ac800995f3956641abb7002938 +SIZE (rust/crates/pango-0.20.10.crate) = 49735 +SHA256 (rust/crates/pango-sys-0.20.10.crate) = 186909673fc09be354555c302c0b3dcf753cd9fa08dcb8077fa663c80fb243fa +SIZE (rust/crates/pango-sys-0.20.10.crate) = 28457 +SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba +SIZE (rust/crates/parking-2.2.1.crate) = 10685 +SHA256 (rust/crates/pcap-file-2.0.0.crate) = 1fc1f139757b058f9f37b76c48501799d12c9aa0aa4c0d4c980b062ee925d1b2 +SIZE (rust/crates/pcap-file-2.0.0.crate) = 28358 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 +SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 +SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 +SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c +SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 +SHA256 (rust/crates/shell-escape-0.1.5.crate) = 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f +SIZE (rust/crates/shell-escape-0.1.5.crate) = 6847 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.103.crate) = e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8 +SIZE (rust/crates/syn-2.0.103.crate) = 298990 +SHA256 (rust/crates/system-deps-7.0.5.crate) = e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb +SIZE (rust/crates/system-deps-7.0.5.crate) = 28669 +SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a +SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/temp-dir-0.1.16.crate) = 83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964 +SIZE (rust/crates/temp-dir-0.1.16.crate) = 6127 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.29.crate) = 1b1ffbcf9c6f6b99d386e7444eb608ba646ae452a36b39737deb9663b610f662 +SIZE (rust/crates/tracing-attributes-0.1.29.crate) = 38683 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/uds_windows-1.1.0.crate) = 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 +SIZE (rust/crates/uds_windows-1.1.0.crate) = 17040 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 +SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b +SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd +SIZE (rust/crates/winnow-0.7.11.crate) = 174175 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/zbus-5.7.1.crate) = d3a7c7cee313d044fca3f48fa782cb750c79e4ca76ba7bc7718cd4024cdf6f68 +SIZE (rust/crates/zbus-5.7.1.crate) = 163826 +SHA256 (rust/crates/zbus_macros-5.7.1.crate) = a17e7e5eec1550f747e71a058df81a9a83813ba0f6a95f39c4e218bdc7ba366a +SIZE (rust/crates/zbus_macros-5.7.1.crate) = 36558 +SHA256 (rust/crates/zbus_names-4.2.0.crate) = 7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97 +SIZE (rust/crates/zbus_names-4.2.0.crate) = 17015 +SHA256 (rust/crates/zvariant-5.5.3.crate) = 9d30786f75e393ee63a21de4f9074d4c038d52c5b1bb4471f955db249f9dffb1 +SIZE (rust/crates/zvariant-5.5.3.crate) = 88043 +SHA256 (rust/crates/zvariant_derive-5.5.3.crate) = 75fda702cd42d735ccd48117b1630432219c0e9616bf6cb0f8350844ee4d9580 +SIZE (rust/crates/zvariant_derive-5.5.3.crate) = 14236 +SHA256 (rust/crates/zvariant_utils-3.2.0.crate) = e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34 +SIZE (rust/crates/zvariant_utils-3.2.0.crate) = 14779 +SHA256 (bustle-0.12.0.tar.bz2) = 0de0b2e1224085a3dcce03eb65cbb96a66080c0ce0c75db880815781fc9f8586 +SIZE (bustle-0.12.0.tar.bz2) = 336616 diff --git a/devel/bustle/pkg-descr b/devel/bustle/pkg-descr new file mode 100644 index 000000000000..7a3568e0c815 --- /dev/null +++ b/devel/bustle/pkg-descr @@ -0,0 +1,7 @@ +Bustle draws sequence diagrams of D-Bus activity, showing signal +emissions, method calls and their corresponding returns, with +timestamps for each individual event and the duration of each method +call. This can help you check for unwanted D-Bus traffic, and pinpoint +why your D-Bus-based application isn't performing as well as you +like. It also provides statistics like signal frequencies and average +method call times. diff --git a/devel/bustle/pkg-plist b/devel/bustle/pkg-plist new file mode 100644 index 000000000000..879c03299efa --- /dev/null +++ b/devel/bustle/pkg-plist @@ -0,0 +1,23 @@ +bin/bustle +share/applications/org.freedesktop.Bustle.desktop +%%DATADIR%%/resources.gresource +share/dbus-1/services/org.freedesktop.Bustle.service +share/icons/hicolor/scalable/apps/org.freedesktop.Bustle.svg +share/icons/hicolor/symbolic/apps/org.freedesktop.Bustle-symbolic.svg +share/locale/az/LC_MESSAGES/bustle.mo +share/locale/de/LC_MESSAGES/bustle.mo +share/locale/en_GB/LC_MESSAGES/bustle.mo +share/locale/es/LC_MESSAGES/bustle.mo +share/locale/eu/LC_MESSAGES/bustle.mo +share/locale/fr/LC_MESSAGES/bustle.mo +share/locale/he/LC_MESSAGES/bustle.mo +share/locale/hi/LC_MESSAGES/bustle.mo +share/locale/hu/LC_MESSAGES/bustle.mo +share/locale/pt_BR/LC_MESSAGES/bustle.mo +share/locale/ru/LC_MESSAGES/bustle.mo +share/locale/sl/LC_MESSAGES/bustle.mo +share/locale/sv/LC_MESSAGES/bustle.mo +share/locale/tr/LC_MESSAGES/bustle.mo +share/locale/uk/LC_MESSAGES/bustle.mo +share/locale/zh_CN/LC_MESSAGES/bustle.mo +share/metainfo/org.freedesktop.Bustle.metainfo.xml diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile index 30774ad2ef15..e9ddbc243672 100644 --- a/devel/cons-test/Makefile +++ b/devel/cons-test/Makefile @@ -8,12 +8,15 @@ MASTER_SITES= http://www.dsmit.com/cons/stable/ \ http://www.baldmt.com/cons/stable/ MAINTAINER= ports@FreeBSD.org -COMMENT= Test bed for `Cons' development +COMMENT= Test bed for 'Cons' development WWW= http://www.dsmit.com/cons/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired devel/cons +EXPIRATION_DATE=2025-09-30 + RUN_DEPENDS= ${LOCALBASE}/bin/cons:devel/cons USES= perl5 tar:tgz diff --git a/devel/cutelee/Makefile b/devel/cutelee/Makefile index 28d422e6c5e5..2676d15a1b10 100644 --- a/devel/cutelee/Makefile +++ b/devel/cutelee/Makefile @@ -1,6 +1,7 @@ PORTNAME= cutelee DISTVERSIONPREFIX= v DISTVERSION= 6.1.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= adridg@FreeBSD.org diff --git a/devel/cutelee/files/patch-CMakeLists.txt b/devel/cutelee/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..184f9de2ebef --- /dev/null +++ b/devel/cutelee/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2022-11-14 15:03:45 UTC ++++ CMakeLists.txt +@@ -13,8 +13,8 @@ include(GNUInstallDirs) + + include(GNUInstallDirs) + +-find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED) +-find_package(Qt${QT_VERSION_MAJOR} 5.6.0 COMPONENTS Core REQUIRED) ++find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED) ++find_package(Qt${QT_VERSION_MAJOR} 6.0 COMPONENTS Core REQUIRED) + + option(BUILD_SHARED_LIBS "Build in shared lib mode" ON) + option( BUILD_TEMPLATES "Build the Cutelee template library" TRUE ) diff --git a/devel/gammaray/Makefile b/devel/gammaray/Makefile index 1b7c12953220..ed33dd672f9d 100644 --- a/devel/gammaray/Makefile +++ b/devel/gammaray/Makefile @@ -46,10 +46,11 @@ QT_VERSION=${QT5_VERSION:C/\./_/:C/\..*//} .else USES+= gl kde:6 qt:6 USE_GL= gl -USE_QT+= base positioning shadertools +USE_QT+= base positioning shadertools tools:build QT_VERSION=${QT6_VERSION:C/\./_/:C/\..*//} .endif +CMAKE_ARGS+= QT_VERSION_MAJOR=${_QT_VER} CMAKE_ON= STACK_DETAILS_DWARF CMAKE_OFF= STACK_DETAILS_AUTO_DETECT diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile index d75ef13bfaed..2a0cebe3085f 100644 --- a/devel/libmaa/Makefile +++ b/devel/libmaa/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/cheusov/libmaa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/doc/LICENSE +DEPRECATED= Depends on expiring devel/mk-configure +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= mk-configure>=0.29.1:devel/mk-configure CFLAGS+= -fPIC diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index be2274d1e127..326fffb3f542 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,6 +1,5 @@ PORTNAME= libvirt -DISTVERSION= 11.4.0 -PORTREVISION= 1 +DISTVERSION= 11.5.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -141,7 +140,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.11004.0 +SHLIB_VER= 0.11005.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * #SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 2a75775d3092..a8e5fe443a4d 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748882025 -SHA256 (libvirt-11.4.0.tar.xz) = e10059efc655532b0cfe44d961c87c5a56e45393cc7bd343bd3348b40d73b267 -SIZE (libvirt-11.4.0.tar.xz) = 9849020 +TIMESTAMP = 1751370391 +SHA256 (libvirt-11.5.0.tar.xz) = 2b63b9d60538e1e2fa4e3f6d836409e6ff705249c79001914ac3400859d72423 +SIZE (libvirt-11.5.0.tar.xz) = 9865100 diff --git a/devel/llvm20/Makefile b/devel/llvm20/Makefile index 5cf0a31c6c90..6a2c85e4010e 100644 --- a/devel/llvm20/Makefile +++ b/devel/llvm20/Makefile @@ -1,5 +1,5 @@ PORTNAME= llvm -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION}/ @@ -199,7 +199,8 @@ LLDB_CMAKE_ON= \ LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} -LLDB_USES= lua:53 libedit +LLDB_USES= gnome lua:54 libedit +LLDB_USE= gnome=libxml2 LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library @@ -288,7 +289,6 @@ LLVM_ENABLE_PROJECTS+= clang COMMANDS+= ${CLANG_COMMANDS} MAN1SRCS+= ${CLANG_MAN1SRCS} CLANG_PATTERN= (amdgpu-arch|c-index-test|clang|diagtool|hmaptool|intercept-|libear|libscanbuild|nvptx-arch|analyze-|scan-|Reporter.py|ScanView.py|scanview.css|sorttable.js|startfile.py|c..-analyzer|AnalyzerPlugin.so) -USES+= gnome .endif .if ${PORT_OPTIONS:MCOMPILER_RT} @@ -637,6 +637,7 @@ build-plist: ${GREP} -v '_ignorelist.txt$$' | \ ${GREP} -v '[/-]lit$$' | ${GREP} -v 'FileCheck$$' | \ ${GREP} -v man/man1 | ${SED} -e 's|${STAGEDIR}${PREFIX}/||' \ + -e 's|${LUA_MODLIBDIR:C|${PREFIX}/||}|%%LUA_MODLIBDIR%%|' \ -e 's|${PYTHON_SITELIBDIR:C|${PREFIX}/||}|%%PYTHON_SITELIBDIR%%|' \ -e 's|${PYTHON_TAG:C/\./\\./g}${PYTHON_ABIVER}|%%PYTHON_TAG%%%%PYTHON_ABIVER%%|' \ -e 's|${LLVM_RELEASE}|%%LLVM_RELEASE%%|' \ diff --git a/devel/llvm20/distinfo b/devel/llvm20/distinfo index 4b7bb7ebac0e..7bcb8f1cf1a6 100644 --- a/devel/llvm20/distinfo +++ b/devel/llvm20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748544539 -SHA256 (llvm-project-20.1.6.src.tar.xz) = 5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e -SIZE (llvm-project-20.1.6.src.tar.xz) = 147239668 +TIMESTAMP = 1751313990 +SHA256 (llvm-project-20.1.7.src.tar.xz) = cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008 +SIZE (llvm-project-20.1.7.src.tar.xz) = 147245448 diff --git a/devel/llvm20/pkg-plist b/devel/llvm20/pkg-plist index 1dea309748f7..3a6e59cbbd51 100644 --- a/devel/llvm20/pkg-plist +++ b/devel/llvm20/pkg-plist @@ -146,6 +146,7 @@ bin/sancov%%LLVM_SUFFIX%% %%LIT%%llvm%%LLVM_SUFFIX%%/bin/lit %%LIT%%bin/llvm-lit%%LLVM_SUFFIX%% %%LIT%%llvm%%LLVM_SUFFIX%%/bin/llvm-lit +%%LLDB%%llvm%%LLVM_SUFFIX%%/%%LUA_MODLIBDIR%%/lldb.so %%PYCLANG%%llvm%%LLVM_SUFFIX%%/%%PYTHON_SITELIBDIR%%/clang/__init__.py %%PYCLANG%%llvm%%LLVM_SUFFIX%%/%%PYTHON_SITELIBDIR%%/clang/cindex.py %%LLDB%%llvm%%LLVM_SUFFIX%%/%%PYTHON_SITELIBDIR%%/lldb/__init__.py @@ -7427,7 +7428,6 @@ llvm%%LLVM_SUFFIX%%/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%% %%CLANG%%llvm%%LLVM_SUFFIX%%/lib/libscanbuild/resources/selectable.js %%CLANG%%llvm%%LLVM_SUFFIX%%/lib/libscanbuild/resources/sorttable.js %%CLANG%%llvm%%LLVM_SUFFIX%%/lib/libscanbuild/shell.py -%%LLDB%%llvm%%LLVM_SUFFIX%%/lib/lua/5.3/lldb.so %%MLIR%%llvm%%LLVM_SUFFIX%%/lib/objects-Release/obj.MLIRCAPIAMDGPU/AMDGPU.cpp.o %%MLIR%%llvm%%LLVM_SUFFIX%%/lib/objects-Release/obj.MLIRCAPIArith/Arith.cpp.o %%MLIR%%llvm%%LLVM_SUFFIX%%/lib/objects-Release/obj.MLIRCAPIAsync/Async.cpp.o diff --git a/devel/lmdbg/Makefile b/devel/lmdbg/Makefile index ba3bce4d7374..d594c27aae05 100644 --- a/devel/lmdbg/Makefile +++ b/devel/lmdbg/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/lmdbg/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/doc/LICENSE +DEPRECATED= Depends on expiring devel/mk-configure +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= mk-configure>=0.24:devel/mk-configure LIB_DEPENDS= libJudy.so:devel/judy RUN_DEPENDS= runawk:lang/runawk \ diff --git a/devel/lua-luarocks/Makefile b/devel/lua-luarocks/Makefile index aeac15b586dd..96794e21bd4b 100644 --- a/devel/lua-luarocks/Makefile +++ b/devel/lua-luarocks/Makefile @@ -1,5 +1,5 @@ PORTNAME= luarocks -PORTVERSION= 3.12.1 +PORTVERSION= 3.12.2 CATEGORIES= devel MASTER_SITES= https://luarocks.org/releases/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} diff --git a/devel/lua-luarocks/distinfo b/devel/lua-luarocks/distinfo index c1a315e67e11..35a76935970d 100644 --- a/devel/lua-luarocks/distinfo +++ b/devel/lua-luarocks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954152 -SHA256 (luarocks-3.12.1.tar.gz) = f56b85a2a7a481f0321845807b79a05237860b04e4a9d186da632770029b3290 -SIZE (luarocks-3.12.1.tar.gz) = 441213 +TIMESTAMP = 1751208144 +SHA256 (luarocks-3.12.2.tar.gz) = b0e0c85205841ddd7be485f53d6125766d18a81d226588d2366931e9a1484492 +SIZE (luarocks-3.12.2.tar.gz) = 441393 diff --git a/devel/mdb/Makefile b/devel/mdb/Makefile index b8fd95a10a79..3db8e0966c72 100644 --- a/devel/mdb/Makefile +++ b/devel/mdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= mdb -PORTVERSION= 20240828 +PORTVERSION= 20250623 CATEGORIES= devel MAINTAINER= jhb@FreeBSD.org @@ -13,7 +13,7 @@ USES= compiler uidfix USE_GITHUB= yes GH_ACCOUNT= bsdjhb GH_PROJECT= illumos-gate -GH_TAGNAME= 9cf028ae25 +GH_TAGNAME= 612cd42 ONLY_FOR_ARCHS= amd64 diff --git a/devel/mdb/distinfo b/devel/mdb/distinfo index 1ce690c4c08b..187697bc6725 100644 --- a/devel/mdb/distinfo +++ b/devel/mdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724892064 -SHA256 (bsdjhb-illumos-gate-20240828-9cf028ae25_GH0.tar.gz) = 2abf343f8652024cd9df84ca9b6091aa27dd747cd370946c422fbd3913f9ad3c -SIZE (bsdjhb-illumos-gate-20240828-9cf028ae25_GH0.tar.gz) = 115106419 +TIMESTAMP = 1751058568 +SHA256 (bsdjhb-illumos-gate-20250623-612cd42_GH0.tar.gz) = 60df972b6a6313e616705e2f0c1811d159a15bb8e5bd12512838f0d36c926785 +SIZE (bsdjhb-illumos-gate-20250623-612cd42_GH0.tar.gz) = 115103412 diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile index 6863a222429f..e073853c3928 100644 --- a/devel/mk-configure/Makefile +++ b/devel/mk-configure/Makefile @@ -10,6 +10,9 @@ WWW= https://sourceforge.net/projects/mk-configure/ LICENSE= BSD2CLAUSE +DEPRECATED= Depends on expired devel/bmake and devel/bmkdep +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= ${BMAKE}:devel/bmake RUN_DEPENDS:= ${BUILD_DEPENDS} \ bmkdep:devel/bmkdep diff --git a/devel/p5-CPAN-Perl-Releases/Makefile b/devel/p5-CPAN-Perl-Releases/Makefile index 409f069e1ea3..b5b133a1523e 100644 --- a/devel/p5-CPAN-Perl-Releases/Makefile +++ b/devel/p5-CPAN-Perl-Releases/Makefile @@ -1,5 +1,5 @@ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 5.20250625 +PORTVERSION= 5.20250627 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-CPAN-Perl-Releases/distinfo b/devel/p5-CPAN-Perl-Releases/distinfo index 0a6f01f4eb37..3fdb62a1de37 100644 --- a/devel/p5-CPAN-Perl-Releases/distinfo +++ b/devel/p5-CPAN-Perl-Releases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954154 -SHA256 (CPAN-Perl-Releases-5.20250625.tar.gz) = 79236b27f1e26f61c4b3865659a7fa89d8bc4f9986a72e40e11f8637a36fbbd2 -SIZE (CPAN-Perl-Releases-5.20250625.tar.gz) = 23217 +TIMESTAMP = 1751208146 +SHA256 (CPAN-Perl-Releases-5.20250627.tar.gz) = 704b3ecf86c92f4cb0b66f79eb0d5f11b43f71ce40a961d825dd9e28963808b5 +SIZE (CPAN-Perl-Releases-5.20250627.tar.gz) = 22696 diff --git a/devel/paexec/Makefile b/devel/paexec/Makefile index 9f3a3e21efee..1b753fe98fa5 100644 --- a/devel/paexec/Makefile +++ b/devel/paexec/Makefile @@ -10,6 +10,9 @@ WWW= https://sourceforge.net/projects/paexec/ LICENSE= MIT +DEPRECATED= Depends on expiring devel/mk-configure +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= mkcmake:devel/mk-configure \ runawk:lang/runawk LIB_DEPENDS= libmaa.so:devel/libmaa diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile index 8226a41665fa..fca348aa280c 100644 --- a/devel/phpunit11/Makefile +++ b/devel/phpunit11/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 11.5.24 +PORTVERSION= 11.5.25 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 11${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit11/distinfo b/devel/phpunit11/distinfo index 80c4536709d7..1951f1d774c8 100644 --- a/devel/phpunit11/distinfo +++ b/devel/phpunit11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954118 -SHA256 (phpunit-11.5.24.phar) = 91563593e61cce5d9109e77d5db94bebb2f4ae9e8cd039e88722557a8312b0ae -SIZE (phpunit-11.5.24.phar) = 5656676 +TIMESTAMP = 1751208122 +SHA256 (phpunit-11.5.25.phar) = cae31e2d8ca3cf8e7252c06f503c9c2967f612ae37081d8003fe501392710bec +SIZE (phpunit-11.5.25.phar) = 5656916 diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile index 085fd1c02f6c..ab7975048921 100644 --- a/devel/phpunit12/Makefile +++ b/devel/phpunit12/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 12.2.3 +PORTVERSION= 12.2.5 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit12/distinfo b/devel/phpunit12/distinfo index 26da2fe634f6..18d24e931211 100644 --- a/devel/phpunit12/distinfo +++ b/devel/phpunit12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954120 -SHA256 (phpunit-12.2.3.phar) = 86fe1d62335f64fe9f4dbabbf65022d2e5234ae6898e76ba9e9a219ea9e166bd -SIZE (phpunit-12.2.3.phar) = 5982893 +TIMESTAMP = 1751208124 +SHA256 (phpunit-12.2.5.phar) = 85a1a75ade0ba2b7b7fd4a1aa675523c85e0f85214dd32f409c48980321c2b45 +SIZE (phpunit-12.2.5.phar) = 5985895 diff --git a/devel/py-azure-core-tracing-opentelemetry/Makefile b/devel/py-azure-core-tracing-opentelemetry/Makefile new file mode 100644 index 000000000000..55fb88fd584b --- /dev/null +++ b/devel/py-azure-core-tracing-opentelemetry/Makefile @@ -0,0 +1,26 @@ +PORTNAME= azure-core-tracing-opentelemetry +PORTVERSION= 1.0.0b12 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_core_tracing_opentelemetry-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Azure Core OpenTelemetry plugin Library for Python +WWW= https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry \ + https://github.com/Azure/azure-sdk-for-python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12.0:devel/py-opentelemetry-api@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-azure-core-tracing-opentelemetry/distinfo b/devel/py-azure-core-tracing-opentelemetry/distinfo new file mode 100644 index 000000000000..25e9836168df --- /dev/null +++ b/devel/py-azure-core-tracing-opentelemetry/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208116 +SHA256 (azure_core_tracing_opentelemetry-1.0.0b12.tar.gz) = bb454142440bae11fd9d68c7c1d67ae38a1756ce808c5e4d736730a7b4b04144 +SIZE (azure_core_tracing_opentelemetry-1.0.0b12.tar.gz) = 26010 diff --git a/devel/py-azure-core-tracing-opentelemetry/pkg-descr b/devel/py-azure-core-tracing-opentelemetry/pkg-descr new file mode 100644 index 000000000000..ff68fe0d5c74 --- /dev/null +++ b/devel/py-azure-core-tracing-opentelemetry/pkg-descr @@ -0,0 +1,10 @@ +You can enable distributed tracing in Azure client libraries by configuring the +OpenTelemetry SDK. OpenTelemetry is a popular open-source observability +framework for generating, capturing, and collecting telemetry data for +cloud-native software. + +There are two key concepts related to tracing: span and trace. A span represents +a single operation in a trace. A span can represent an HTTP request, a remote +procedure call (RPC), a database query, or even the path that your code takes. A +trace is a tree of spans showing the path of work through a system. You can +distinguish a trace on its own by a unique 16-byte sequence called a TraceID. diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 961ccbda515c..130d8315368c 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= botocore -PORTVERSION= 1.38.41 +PORTVERSION= 1.38.45 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo index e20d48959ed6..0d706dfa68d4 100644 --- a/devel/py-botocore/distinfo +++ b/devel/py-botocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954172 -SHA256 (botocore-1.38.41.tar.gz) = 98e3fed636ebb519320c4b2d078db6fa6099b052b4bb9b5c66632a5a7fe72507 -SIZE (botocore-1.38.41.tar.gz) = 14031081 +TIMESTAMP = 1751208154 +SHA256 (botocore-1.38.45.tar.gz) = 02e14c45c350532cc64e3cc8ccb9adf25af4cca750f7d7e765a43fbe3df06aed +SIZE (botocore-1.38.45.tar.gz) = 14069536 diff --git a/devel/py-gyp-next/Makefile b/devel/py-gyp-next/Makefile new file mode 100644 index 000000000000..7d95672990ea --- /dev/null +++ b/devel/py-gyp-next/Makefile @@ -0,0 +1,26 @@ +PORTNAME= gyp-next +PORTVERSION= 0.20.2 +CATEGORIES= devel python +MASTER_SITES= PYPI \ + https://github.com/nodejs/gyp-next/releases/download/v${PORTVERSION}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= gyp_next-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fork of the GYP build system for use in the Node.js projects +WWW= https://github.com/nodejs/gyp-next + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-gyp-next/distinfo b/devel/py-gyp-next/distinfo new file mode 100644 index 000000000000..1d726397ab28 --- /dev/null +++ b/devel/py-gyp-next/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208088 +SHA256 (gyp_next-0.20.2.tar.gz) = 0738492547339242ed4be995e2b101fe03abb67b7168fd14c52497adfbfc60fe +SIZE (gyp_next-0.20.2.tar.gz) = 319733 diff --git a/devel/py-gyp-next/files/patch-pyproject.toml b/devel/py-gyp-next/files/patch-pyproject.toml new file mode 100644 index 000000000000..59ff914ff2b6 --- /dev/null +++ b/devel/py-gyp-next/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-22 10:53:48 UTC ++++ pyproject.toml +@@ -12,7 +12,7 @@ requires-python = ">=3.8" + readme = "README.md" + license = { file="LICENSE" } + requires-python = ">=3.8" +-dependencies = ["packaging>=24.0", "setuptools>=69.5.1"] ++dependencies = ["packaging>=24.0", "setuptools>=61.0"] + classifiers = [ + "Development Status :: 3 - Alpha", + "Environment :: Console", diff --git a/devel/py-gyp-next/pkg-descr b/devel/py-gyp-next/pkg-descr new file mode 100644 index 000000000000..4c13fc3b63fc --- /dev/null +++ b/devel/py-gyp-next/pkg-descr @@ -0,0 +1,15 @@ +GYP is a Meta-Build system: a build system that generates other build systems. + +GYP is intended to support large projects that need to be built on multiple +platforms (e.g., Mac, Windows, Linux), and where it is important that the +project can be built using the IDEs that are popular on each platform as if the +project is a "native" one. + +It can be used to generate XCode projects, Visual Studio projects, Ninja build +files, and Makefiles. In each case GYP's goal is to replicate as closely as +possible the way one would set up a native build of the project using the IDE. + +GYP can also be used to generate "hybrid" projects that provide the IDE +scaffolding for a nice user experience but call out to Ninja to do the actual +building (which is usually much faster than the native build systems of the +IDEs). diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile index 5f1e9a2dcb9b..798199ae0955 100644 --- a/devel/py-jupyterlab/Makefile +++ b/devel/py-jupyterlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyterlab -PORTVERSION= 4.4.3 +PORTVERSION= 4.4.4 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyterlab/jupyterlab/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyterlab/distinfo b/devel/py-jupyterlab/distinfo index 98a390b173c7..886d5c90a4f1 100644 --- a/devel/py-jupyterlab/distinfo +++ b/devel/py-jupyterlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495773 -SHA256 (jupyterlab-4.4.3.tar.gz) = a94c32fd7f8b93e82a49dc70a6ec45a5c18281ca2a7228d12765e4e210e5bca2 -SIZE (jupyterlab-4.4.3.tar.gz) = 23032376 +TIMESTAMP = 1751208162 +SHA256 (jupyterlab-4.4.4.tar.gz) = 163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 +SIZE (jupyterlab-4.4.4.tar.gz) = 23044296 diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index 311bb394ee06..17f93a0776c7 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -PORTVERSION= 11.4.0 +PORTVERSION= 11.5.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ diff --git a/devel/py-libvirt/distinfo b/devel/py-libvirt/distinfo index c72ce1481f1b..872d07ddd7ae 100644 --- a/devel/py-libvirt/distinfo +++ b/devel/py-libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748885403 -SHA256 (libvirt-python-11.4.0.tar.gz) = 7335de498e3fdb2c96f68ee4065d44ab0404b79923d6316819a4b5f963f80125 -SIZE (libvirt-python-11.4.0.tar.gz) = 242629 +TIMESTAMP = 1751377188 +SHA256 (libvirt-python-11.5.0.tar.gz) = 69aad89ec689526835bf7d2d224badafe52a2def0d719676166755a8eab7ac23 +SIZE (libvirt-python-11.5.0.tar.gz) = 242679 diff --git a/devel/py-opentelemetry-distro/Makefile b/devel/py-opentelemetry-distro/Makefile new file mode 100644 index 000000000000..61b372827037 --- /dev/null +++ b/devel/py-opentelemetry-distro/Makefile @@ -0,0 +1,32 @@ +PORTNAME= opentelemetry-distro +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_distro-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry Python Distro +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-distro \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=1.13<2:devel/py-opentelemetry-sdk@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= OTLP +OPTIONS_DEFAULT=OTLP +OTLP_DESC= OpenTelemetry Protocol support + +OTLP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp>=1.34.1:devel/py-opentelemetry-exporter-otlp@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-distro/distinfo b/devel/py-opentelemetry-distro/distinfo new file mode 100644 index 000000000000..93600a80028b --- /dev/null +++ b/devel/py-opentelemetry-distro/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208090 +SHA256 (opentelemetry_distro-0.55b1.tar.gz) = da442bf137ab48f531b87d2ec80a19eada53b54c153ad96f0689f946a8d9bcd3 +SIZE (opentelemetry_distro-0.55b1.tar.gz) = 2582 diff --git a/devel/py-opentelemetry-distro/pkg-descr b/devel/py-opentelemetry-distro/pkg-descr new file mode 100644 index 000000000000..47baf6dfcd86 --- /dev/null +++ b/devel/py-opentelemetry-distro/pkg-descr @@ -0,0 +1 @@ +OpenTelemetry Distro provides entrypoints to configure OpenTelemetry. diff --git a/devel/py-opentelemetry-instrumentation-asgi/Makefile b/devel/py-opentelemetry-instrumentation-asgi/Makefile new file mode 100644 index 000000000000..9977aa514dc4 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-asgi/Makefile @@ -0,0 +1,34 @@ +PORTNAME= opentelemetry-instrumentation-asgi +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_asgi-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= ASGI instrumentation for OpenTelemetry +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asgi \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}asgiref>=3.0<4:www/py-asgiref@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-asgi/distinfo b/devel/py-opentelemetry-instrumentation-asgi/distinfo new file mode 100644 index 000000000000..348a31c55292 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-asgi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208094 +SHA256 (opentelemetry_instrumentation_asgi-0.55b1.tar.gz) = 615cde388dd3af4d0e52629a6c75828253618aebcc6e65d93068463811528606 +SIZE (opentelemetry_instrumentation_asgi-0.55b1.tar.gz) = 24356 diff --git a/devel/py-opentelemetry-instrumentation-asgi/pkg-descr b/devel/py-opentelemetry-instrumentation-asgi/pkg-descr new file mode 100644 index 000000000000..04d2d47218ff --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-asgi/pkg-descr @@ -0,0 +1,3 @@ +OpenTelemetry ASGI Instrumentation provides a ASGI middleware that can be used +on any ASGI framework (such as Django, Starlette, FastAPI or Quart) to track +requests timing through OpenTelemetry. diff --git a/devel/py-opentelemetry-instrumentation-dbapi/Makefile b/devel/py-opentelemetry-instrumentation-dbapi/Makefile new file mode 100644 index 000000000000..c8f504283cfd --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-dbapi/Makefile @@ -0,0 +1,28 @@ +PORTNAME= opentelemetry-instrumentation-dbapi +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_dbapi-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry Database API instrumentation +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-dbapi \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wrapt>=1.0.0<2.0.0:devel/py-wrapt@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-dbapi/distinfo b/devel/py-opentelemetry-instrumentation-dbapi/distinfo new file mode 100644 index 000000000000..5ce040d3c400 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-dbapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208096 +SHA256 (opentelemetry_instrumentation_dbapi-0.55b1.tar.gz) = b1f1d1fa9bb0da89edced6f224f3e9dbc1675ccd93dbebb5c48a432220173774 +SIZE (opentelemetry_instrumentation_dbapi-0.55b1.tar.gz) = 14176 diff --git a/devel/py-opentelemetry-instrumentation-dbapi/pkg-descr b/devel/py-opentelemetry-instrumentation-dbapi/pkg-descr new file mode 100644 index 000000000000..cfd780d76b26 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-dbapi/pkg-descr @@ -0,0 +1,3 @@ +OpenTelemetry Database API instrumentation provides the trace integration with +Database API. It supports libraries that follow the Python Database API +Specification v2.0. diff --git a/devel/py-opentelemetry-instrumentation-django/Makefile b/devel/py-opentelemetry-instrumentation-django/Makefile new file mode 100644 index 000000000000..1f86ce7c3deb --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-django/Makefile @@ -0,0 +1,37 @@ +PORTNAME= opentelemetry-instrumentation-django +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_django-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry Instrumentation for Django +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-django \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation-wsgi>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation-wsgi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= ASGI INSTRUMENTS +OPTIONS_DEFAULT=ASGI INSTRUMENTS +ASGI_DESC= Asynchronous Server Gateway Interface support +INSTRUMENTS_DESC= Instrumentation library + +ASGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation-asgi>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation-asgi@${PY_FLAVOR} +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}django42>=1.10:www/py-django42@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-django/distinfo b/devel/py-opentelemetry-instrumentation-django/distinfo new file mode 100644 index 000000000000..210771fd5a04 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-django/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208098 +SHA256 (opentelemetry_instrumentation_django-0.55b1.tar.gz) = 5c179b7fd377f0f617dafcd9f9c07ad980e88fb0983071935b47f9a60ce2c2aa +SIZE (opentelemetry_instrumentation_django-0.55b1.tar.gz) = 25007 diff --git a/devel/py-opentelemetry-instrumentation-django/pkg-descr b/devel/py-opentelemetry-instrumentation-django/pkg-descr new file mode 100644 index 000000000000..67cd7aaa6cda --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-django/pkg-descr @@ -0,0 +1 @@ +OpenTelemetry Django Tracing allows tracing requests for Django applications. diff --git a/devel/py-opentelemetry-instrumentation-fastapi/Makefile b/devel/py-opentelemetry-instrumentation-fastapi/Makefile new file mode 100644 index 000000000000..64a370798eab --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-fastapi/Makefile @@ -0,0 +1,35 @@ +PORTNAME= opentelemetry-instrumentation-fastapi +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_fastapi-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry FastAPI Instrumentation +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-fastapi \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation-asgi>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation-asgi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}asgiref>=3.0<4:www/py-asgiref@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-fastapi/distinfo b/devel/py-opentelemetry-instrumentation-fastapi/distinfo new file mode 100644 index 000000000000..a700893740d5 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-fastapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208100 +SHA256 (opentelemetry_instrumentation_fastapi-0.55b1.tar.gz) = bb9f8c13a053e7ff7da221248067529cc320e9308d57f3908de0afa36f6c5744 +SIZE (opentelemetry_instrumentation_fastapi-0.55b1.tar.gz) = 20275 diff --git a/devel/py-opentelemetry-instrumentation-fastapi/pkg-descr b/devel/py-opentelemetry-instrumentation-fastapi/pkg-descr new file mode 100644 index 000000000000..dd969edf49f9 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-fastapi/pkg-descr @@ -0,0 +1,6 @@ +OpenTelemetry FastAPI Instrumentation provides automatic and manual +instrumentation of FastAPI web frameworks, instrumenting http requests served by +applications utilizing the framework. + +auto-instrumentation using the opentelemetry-instrumentation package is also +supported. diff --git a/devel/py-opentelemetry-instrumentation-flask/Makefile b/devel/py-opentelemetry-instrumentation-flask/Makefile new file mode 100644 index 000000000000..7cdd496ded2f --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-flask/Makefile @@ -0,0 +1,36 @@ +PORTNAME= opentelemetry-instrumentation-flask +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_flask-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Flask instrumentation for OpenTelemetry +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-flask \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation-wsgi>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation-wsgi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}flask>=1.0:www/py-flask@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-flask/distinfo b/devel/py-opentelemetry-instrumentation-flask/distinfo new file mode 100644 index 000000000000..3b736b68c6ad --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-flask/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208102 +SHA256 (opentelemetry_instrumentation_flask-0.55b1.tar.gz) = db95a29e87694f9d96744880cfaf7b6672247a839c8ed5c4162a655ba2e9e2d8 +SIZE (opentelemetry_instrumentation_flask-0.55b1.tar.gz) = 19380 diff --git a/devel/py-opentelemetry-instrumentation-flask/pkg-descr b/devel/py-opentelemetry-instrumentation-flask/pkg-descr new file mode 100644 index 000000000000..b702ca3a2ce0 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-flask/pkg-descr @@ -0,0 +1,2 @@ +OpenTelemetry Flask Tracing builds on the OpenTelemetry WSGI middleware to track +web requests in Flask applications. diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/Makefile b/devel/py-opentelemetry-instrumentation-psycopg2/Makefile new file mode 100644 index 000000000000..ec326837cee5 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-psycopg2/Makefile @@ -0,0 +1,33 @@ +PORTNAME= opentelemetry-instrumentation-psycopg2 +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_psycopg2-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry psycopg2 instrumentation +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2 \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation-dbapi>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation-dbapi@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.3.1:databases/py-psycopg2@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/distinfo b/devel/py-opentelemetry-instrumentation-psycopg2/distinfo new file mode 100644 index 000000000000..54c617534f20 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-psycopg2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208104 +SHA256 (opentelemetry_instrumentation_psycopg2-0.55b1.tar.gz) = fa7035b328b77196e03a631921e0fc10f4b1d4d36d9b66fe9a38971bb88af6d4 +SIZE (opentelemetry_instrumentation_psycopg2-0.55b1.tar.gz) = 10651 diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml b/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml new file mode 100644 index 000000000000..5d8ed156cbce --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-psycopg2/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -33,7 +33,6 @@ instruments = [ + [project.optional-dependencies] + instruments = [ + "psycopg2 >= 2.7.3.1", +- "psycopg2-binary >= 2.7.3.1", + ] + + [project.entry-points.opentelemetry_instrumentor] diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/pkg-descr b/devel/py-opentelemetry-instrumentation-psycopg2/pkg-descr new file mode 100644 index 000000000000..3d97d202e845 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-psycopg2/pkg-descr @@ -0,0 +1,3 @@ +OpenTelemetry Psycopg Instrumentation provides the integration with PostgreSQL. +It supports the Psycopg library, it can be enabled by using +Psycopg2Instrumentor. diff --git a/devel/py-opentelemetry-instrumentation-requests/Makefile b/devel/py-opentelemetry-instrumentation-requests/Makefile new file mode 100644 index 000000000000..bd14c329071d --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-requests/Makefile @@ -0,0 +1,34 @@ +PORTNAME= opentelemetry-instrumentation-requests +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_requests-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry requests instrumentation +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-requests \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}requests>=2.0<3:www/py-requests@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-requests/distinfo b/devel/py-opentelemetry-instrumentation-requests/distinfo new file mode 100644 index 000000000000..17dbd7292bbe --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-requests/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208106 +SHA256 (opentelemetry_instrumentation_requests-0.55b1.tar.gz) = 3a04ae7bc90af08acef074b369275cf77c60533b319fa91cad76a380fd035c83 +SIZE (opentelemetry_instrumentation_requests-0.55b1.tar.gz) = 14778 diff --git a/devel/py-opentelemetry-instrumentation-requests/pkg-descr b/devel/py-opentelemetry-instrumentation-requests/pkg-descr new file mode 100644 index 000000000000..81bddab00d6b --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-requests/pkg-descr @@ -0,0 +1,2 @@ +OpenTelemetry Requests Instrumentation allows tracing HTTP requests made by the +requests library. diff --git a/devel/py-opentelemetry-instrumentation-urllib/Makefile b/devel/py-opentelemetry-instrumentation-urllib/Makefile new file mode 100644 index 000000000000..b7699c5fce4f --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-urllib/Makefile @@ -0,0 +1,28 @@ +PORTNAME= opentelemetry-instrumentation-urllib +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_urllib-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry urllib instrumentation +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-urllib \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-urllib/distinfo b/devel/py-opentelemetry-instrumentation-urllib/distinfo new file mode 100644 index 000000000000..46d256e92b87 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-urllib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208108 +SHA256 (opentelemetry_instrumentation_urllib-0.55b1.tar.gz) = 9961b6035cc68df048e703089de14da4e05e6f123a1f3d61c9341a2a75123a8d +SIZE (opentelemetry_instrumentation_urllib-0.55b1.tar.gz) = 13920 diff --git a/devel/py-opentelemetry-instrumentation-urllib/pkg-descr b/devel/py-opentelemetry-instrumentation-urllib/pkg-descr new file mode 100644 index 000000000000..2341723e3609 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-urllib/pkg-descr @@ -0,0 +1,2 @@ +OpenTelemetry urllib Instrumentation allows tracing HTTP requests made by the +urllib library. diff --git a/devel/py-opentelemetry-instrumentation-urllib3/Makefile b/devel/py-opentelemetry-instrumentation-urllib3/Makefile new file mode 100644 index 000000000000..068a94bc1889 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-urllib3/Makefile @@ -0,0 +1,35 @@ +PORTNAME= opentelemetry-instrumentation-urllib3 +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_urllib3-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenTelemetry urllib3 instrumentation +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-urllib3 \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-util-http>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-util-http@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wrapt>=1.0.0<2.0.0:devel/py-wrapt@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}urllib3>=1.0.0,1<3.0.0,1:net/py-urllib3@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-urllib3/distinfo b/devel/py-opentelemetry-instrumentation-urllib3/distinfo new file mode 100644 index 000000000000..07b0381bdc3f --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-urllib3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208110 +SHA256 (opentelemetry_instrumentation_urllib3-0.55b1.tar.gz) = 2999eb2652c7461ea308ff1b3a61726a695e9df1cc2635b2627017b3a42ee214 +SIZE (opentelemetry_instrumentation_urllib3-0.55b1.tar.gz) = 15789 diff --git a/devel/py-opentelemetry-instrumentation-urllib3/pkg-descr b/devel/py-opentelemetry-instrumentation-urllib3/pkg-descr new file mode 100644 index 000000000000..09ac65d48e59 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-urllib3/pkg-descr @@ -0,0 +1,2 @@ +OpenTelemetry urllib3 Instrumentation allows tracing HTTP requests made by the +urllib3 library. diff --git a/devel/py-opentelemetry-instrumentation-wsgi/Makefile b/devel/py-opentelemetry-instrumentation-wsgi/Makefile new file mode 100644 index 000000000000..093d3d1f350e --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-wsgi/Makefile @@ -0,0 +1,34 @@ +PORTNAME= opentelemetry-instrumentation-wsgi +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation_wsgi-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= WSGI Middleware for OpenTelemetry +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-wsgi \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.12<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-instrumentation-asgi>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-instrumentation-asgi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= INSTRUMENTS +OPTIONS_DEFAULT=INSTRUMENTS +INSTRUMENTS_DESC= Instrumentation library + +INSTRUMENTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}fastapi>=0.92<1:www/py-fastapi@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation-wsgi/distinfo b/devel/py-opentelemetry-instrumentation-wsgi/distinfo new file mode 100644 index 000000000000..befb8bf59a4a --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-wsgi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208112 +SHA256 (opentelemetry_instrumentation_wsgi-0.55b1.tar.gz) = a1a1ba188da720603c7ddbd470e446d994f28b433170968bd0394a3d8d4627ae +SIZE (opentelemetry_instrumentation_wsgi-0.55b1.tar.gz) = 18348 diff --git a/devel/py-opentelemetry-instrumentation-wsgi/pkg-descr b/devel/py-opentelemetry-instrumentation-wsgi/pkg-descr new file mode 100644 index 000000000000..7b764ba94d17 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation-wsgi/pkg-descr @@ -0,0 +1,3 @@ +OpenTelemetry WSGI Middleware provides a WSGI middleware that can be used on any +WSGI framework (such as Django / Flask) to track requests timing through +OpenTelemetry. diff --git a/devel/py-opentelemetry-instrumentation/Makefile b/devel/py-opentelemetry-instrumentation/Makefile new file mode 100644 index 000000000000..75c86b7565fc --- /dev/null +++ b/devel/py-opentelemetry-instrumentation/Makefile @@ -0,0 +1,28 @@ +PORTNAME= opentelemetry-instrumentation +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_instrumentation-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Instrumentation Tools and Auto Instrumentation for OpenTelemetry Python +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.4<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=18.0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wrapt>=1.0.0<2.0.0:devel/py-wrapt@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-instrumentation/distinfo b/devel/py-opentelemetry-instrumentation/distinfo new file mode 100644 index 000000000000..555d8a88d465 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208092 +SHA256 (opentelemetry_instrumentation-0.55b1.tar.gz) = 2dc50aa207b9bfa16f70a1a0571e011e737a9917408934675b89ef4d5718c87b +SIZE (opentelemetry_instrumentation-0.55b1.tar.gz) = 28552 diff --git a/devel/py-opentelemetry-instrumentation/pkg-descr b/devel/py-opentelemetry-instrumentation/pkg-descr new file mode 100644 index 000000000000..4bf92c91fce4 --- /dev/null +++ b/devel/py-opentelemetry-instrumentation/pkg-descr @@ -0,0 +1,2 @@ +OpenTelemetry Instrumentation provides commands that help automatically +instrument a program. diff --git a/devel/py-opentelemetry-util-http/Makefile b/devel/py-opentelemetry-util-http/Makefile new file mode 100644 index 000000000000..2f044a1e2151 --- /dev/null +++ b/devel/py-opentelemetry-util-http/Makefile @@ -0,0 +1,23 @@ +PORTNAME= opentelemetry-util-http +PORTVERSION= 0.55b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_util_http-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Web util for OpenTelemetry +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/util/opentelemetry-util-http \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-util-http/distinfo b/devel/py-opentelemetry-util-http/distinfo new file mode 100644 index 000000000000..72d07d9c039f --- /dev/null +++ b/devel/py-opentelemetry-util-http/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208114 +SHA256 (opentelemetry_util_http-0.55b1.tar.gz) = 29e119c1f6796cccf5fc2aedb55274435cde5976d0ac3fec3ca20a80118f821e +SIZE (opentelemetry_util_http-0.55b1.tar.gz) = 8038 diff --git a/devel/py-opentelemetry-util-http/pkg-descr b/devel/py-opentelemetry-util-http/pkg-descr new file mode 100644 index 000000000000..1151c7161657 --- /dev/null +++ b/devel/py-opentelemetry-util-http/pkg-descr @@ -0,0 +1,3 @@ +OpenTelemetry Util HTTP provides ASGI, WSGI middleware and other HTTP-related +functionality that is common to instrumented web frameworks (such as Django, +Starlette, FastAPI, etc.) to track requests timing through OpenTelemetry. diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile index ce1efc0b0e48..b6baffbf954f 100644 --- a/devel/py-poetry/Makefile +++ b/devel/py-poetry/Makefile @@ -1,5 +1,6 @@ PORTNAME= poetry PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/ @@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=1.2.1<2.0.0:devel/py-build@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}fastjsonschema>=2.18.0<3.0.0:devel/py-fastjsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}findpython>=0.6.2<0.7.0:devel/py-findpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}installer>=0.7.0<0.8.0:devel/py-installer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>=23.9.0,1<26.0.0,1:security/py-keyring@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyring>=25.1.0,1<26.0.0,1:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbs-installer>=2025.1.6<2026.0.0:devel/py-pbs-installer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.12<2.0:sysutils/py-pkginfo@${PY_FLAVOR} \ diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml deleted file mode 100644 index 95a2636d41f1..000000000000 --- a/devel/py-poetry/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 1970-01-01 00:00:00 UTC -+++ pyproject.toml -@@ -14,7 +14,7 @@ dependencies = [ - # which requires some adaptions to our code. - "importlib-metadata (>=4.4,<8.7) ; python_version < '3.10'", - "installer (>=0.7.0,<0.8.0)", -- "keyring (>=25.1.0,<26.0.0)", -+ "keyring (>=23.9.0,<26.0.0)", - # packaging uses calver, so version is unclamped - "packaging (>=24.0)", - "pkginfo (>=1.12,<2.0)", diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index ac76da5d5a34..0e26c68071b5 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycrdt -PORTVERSION= 0.12.22 +PORTVERSION= 0.12.23 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,4 +28,8 @@ CARGO_INSTALL= no RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR} .endif +.if ${PYTHON_REL} < 31100 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + .include <bsd.port.post.mk> diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index 8d86349862a6..be8734c03582 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -3,7 +3,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ async-trait-0.1.88 \ autocfg-1.5.0 \ bitflags-2.9.1 \ - bumpalo-3.18.1 \ + bumpalo-3.19.0 \ cfg-if-1.0.1 \ concurrent-queue-2.5.0 \ crossbeam-utils-0.8.21 \ @@ -42,7 +42,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ serde_json-1.0.140 \ smallstr-0.3.0 \ smallvec-1.15.1 \ - syn-2.0.103 \ + syn-2.0.104 \ target-lexicon-0.13.2 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ diff --git a/devel/py-pycrdt/distinfo b/devel/py-pycrdt/distinfo index e813cc629fcb..1614926aa47f 100644 --- a/devel/py-pycrdt/distinfo +++ b/devel/py-pycrdt/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750954186 -SHA256 (pycrdt-0.12.22.tar.gz) = 7cadf6de12a3c5c4ae5b32858643afd50d522424b8ea486903e98167e06481d4 -SIZE (pycrdt-0.12.22.tar.gz) = 73833 +TIMESTAMP = 1751208164 +SHA256 (pycrdt-0.12.23.tar.gz) = bd906aea92eb093cd4134f44d1335046e5ebd689877669a275147657ae4e9ae3 +SIZE (pycrdt-0.12.23.tar.gz) = 76594 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 @@ -11,8 +11,8 @@ SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c08670 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 -SHA256 (rust/crates/bumpalo-3.18.1.crate) = 793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee -SIZE (rust/crates/bumpalo-3.18.1.crate) = 96348 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 @@ -89,8 +89,8 @@ SHA256 (rust/crates/smallstr-0.3.0.crate) = 63b1aefdf380735ff8ded0b15f31aab05daf SIZE (rust/crates/smallstr-0.3.0.crate) = 12221 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 -SHA256 (rust/crates/syn-2.0.103.crate) = e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8 -SIZE (rust/crates/syn-2.0.103.crate) = 298990 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 diff --git a/devel/py-pytest-datadir/Makefile b/devel/py-pytest-datadir/Makefile index 2f167fe88145..1c17048fd9a2 100644 --- a/devel/py-pytest-datadir/Makefile +++ b/devel/py-pytest-datadir/Makefile @@ -1,6 +1,5 @@ PORTNAME= pytest-datadir -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-datadir/distinfo b/devel/py-pytest-datadir/distinfo index 601be81f91eb..65abf0e954e9 100644 --- a/devel/py-pytest-datadir/distinfo +++ b/devel/py-pytest-datadir/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739206865 -SHA256 (pytest_datadir-1.6.1.tar.gz) = 4d204cf93cfe62ddc37b19922df6c8c0f133c2899c224bd339b24920e84e7fd3 -SIZE (pytest_datadir-1.6.1.tar.gz) = 9391 +TIMESTAMP = 1751382423 +SHA256 (pytest_datadir-1.7.2.tar.gz) = 15f5228a35d0a3205e4968e75d3b9cca91762424e1eafc21eb637d380a48443e +SIZE (pytest_datadir-1.7.2.tar.gz) = 11265 diff --git a/devel/py-robotframework-databaselibrary/Makefile b/devel/py-robotframework-databaselibrary/Makefile index 0aef607661e3..b92ff611b0b6 100644 --- a/devel/py-robotframework-databaselibrary/Makefile +++ b/devel/py-robotframework-databaselibrary/Makefile @@ -1,5 +1,5 @@ PORTNAME= robotframework-databaselibrary -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-robotframework-databaselibrary/distinfo b/devel/py-robotframework-databaselibrary/distinfo index 701b328d22dc..d84f4c6120cb 100644 --- a/devel/py-robotframework-databaselibrary/distinfo +++ b/devel/py-robotframework-databaselibrary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836152 -SHA256 (robotframework_databaselibrary-2.1.3.tar.gz) = 1de93b0f4cc1bfcb89b970cff739edcddc7d6dca4a6cf08d5d3ba686edb6df90 -SIZE (robotframework_databaselibrary-2.1.3.tar.gz) = 30633 +TIMESTAMP = 1751208166 +SHA256 (robotframework_databaselibrary-2.1.4.tar.gz) = 65c69215f051a82e03a8fb0cd33d854651b66d1c69aab5f93852d68da8502089 +SIZE (robotframework_databaselibrary-2.1.4.tar.gz) = 30729 diff --git a/devel/re2/Makefile b/devel/re2/Makefile index ccf2bd5bfdab..6bee08b641d8 100644 --- a/devel/re2/Makefile +++ b/devel/re2/Makefile @@ -1,6 +1,5 @@ PORTNAME= re2 -PORTVERSION= 20240702 -PORTREVISION= 1 +PORTVERSION= 20250626b CATEGORIES= devel MASTER_SITES= https://github.com/google/re2/releases/download/${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}/ DISTNAME= re2-${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|} diff --git a/devel/re2/distinfo b/devel/re2/distinfo index 2014cd26b50e..44dc6a780717 100644 --- a/devel/re2/distinfo +++ b/devel/re2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719921320 -SHA256 (re2-2024-07-02.tar.gz) = eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b -SIZE (re2-2024-07-02.tar.gz) = 390672 +TIMESTAMP = 1751208126 +SHA256 (re2-2025-06-26b.tar.gz) = 641a3ca337814a6c3676a389ea065812e00ff796f31a427038bc010bae0b86e3 +SIZE (re2-2025-06-26b.tar.gz) = 390782 diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index b23a43308d1d..a643163c4611 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1120.0 +PORTVERSION= 1.1122.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index 272af0b27004..2aa97405c7e0 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954274 -SHA256 (rubygem/aws-partitions-1.1120.0.gem) = 9dd2c4de7780ad0b51f6314a9cefb405e7e5cb678c67c5fecdc8b60367226d6b -SIZE (rubygem/aws-partitions-1.1120.0.gem) = 81408 +TIMESTAMP = 1751208190 +SHA256 (rubygem/aws-partitions-1.1122.0.gem) = e2b7c109fb56bf423796f40f37f3d28a68f900a93cbcecfe984ce2a89a8fdce9 +SIZE (rubygem/aws-partitions-1.1122.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-aiops/Makefile b/devel/rubygem-aws-sdk-aiops/Makefile index 91e78cc6d02a..ca5a26fa354c 100644 --- a/devel/rubygem-aws-sdk-aiops/Makefile +++ b/devel/rubygem-aws-sdk-aiops/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-aiops -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-aiops/distinfo b/devel/rubygem-aws-sdk-aiops/distinfo index a24f0a7b0df1..146f31af92c1 100644 --- a/devel/rubygem-aws-sdk-aiops/distinfo +++ b/devel/rubygem-aws-sdk-aiops/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954100 -SHA256 (rubygem/aws-sdk-aiops-1.0.0.gem) = 935c925b29bd593475fd104b7a1853b8ab32395a4fddbf8523176d73179ce8a3 -SIZE (rubygem/aws-sdk-aiops-1.0.0.gem) = 30720 +TIMESTAMP = 1751208192 +SHA256 (rubygem/aws-sdk-aiops-1.1.0.gem) = f6158d8d29e0cf8b53b2fb29d4e2539c7a4c70735047a7763f2efd4f3172681f +SIZE (rubygem/aws-sdk-aiops-1.1.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-alexaforbusiness/Makefile b/devel/rubygem-aws-sdk-alexaforbusiness/Makefile deleted file mode 100644 index 4b6b6b5a39bb..000000000000 --- a/devel/rubygem-aws-sdk-alexaforbusiness/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-alexaforbusiness -PORTVERSION= 1.71.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for Alexa For Business -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-alexaforbusiness - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.193.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-alexaforbusiness/distinfo b/devel/rubygem-aws-sdk-alexaforbusiness/distinfo deleted file mode 100644 index e7adc602a830..000000000000 --- a/devel/rubygem-aws-sdk-alexaforbusiness/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1715842902 -SHA256 (rubygem/aws-sdk-alexaforbusiness-1.71.0.gem) = 7aa1c57b308ae3f1737b400aca2f2fc5a382476644a6e446db2b3847c781f988 -SIZE (rubygem/aws-sdk-alexaforbusiness-1.71.0.gem) = 90112 diff --git a/devel/rubygem-aws-sdk-alexaforbusiness/pkg-descr b/devel/rubygem-aws-sdk-alexaforbusiness/pkg-descr deleted file mode 100644 index 32384395b2b9..000000000000 --- a/devel/rubygem-aws-sdk-alexaforbusiness/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for Alexa For Business. diff --git a/devel/rubygem-aws-sdk-backupstorage/Makefile b/devel/rubygem-aws-sdk-backupstorage/Makefile deleted file mode 100644 index 886bb84a64fe..000000000000 --- a/devel/rubygem-aws-sdk-backupstorage/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-backupstorage -PORTVERSION= 1.16.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS Backup Storage -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backupstorage - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.197.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-backupstorage/distinfo b/devel/rubygem-aws-sdk-backupstorage/distinfo deleted file mode 100644 index 4cad1aeeb5cb..000000000000 --- a/devel/rubygem-aws-sdk-backupstorage/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1718580170 -SHA256 (rubygem/aws-sdk-backupstorage-1.16.0.gem) = f5194a44cd8cfa0607d454807be2dd0aec35e64811ba201851ffa4c5476b1a6d -SIZE (rubygem/aws-sdk-backupstorage-1.16.0.gem) = 26624 diff --git a/devel/rubygem-aws-sdk-backupstorage/pkg-descr b/devel/rubygem-aws-sdk-backupstorage/pkg-descr deleted file mode 100644 index 2d27a85bd5d8..000000000000 --- a/devel/rubygem-aws-sdk-backupstorage/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS Backup Storage. diff --git a/devel/rubygem-aws-sdk-codestar/Makefile b/devel/rubygem-aws-sdk-codestar/Makefile deleted file mode 100644 index f86b60f1c32a..000000000000 --- a/devel/rubygem-aws-sdk-codestar/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-codestar -PORTVERSION= 1.59.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS CodeStar (CodeStar) -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestar - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.201.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-codestar/distinfo b/devel/rubygem-aws-sdk-codestar/distinfo deleted file mode 100644 index 9b065278136e..000000000000 --- a/devel/rubygem-aws-sdk-codestar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1724084692 -SHA256 (rubygem/aws-sdk-codestar-1.59.0.gem) = 85130a341fb7fe541ace763328ae7f0b4acc3ceed11c880f319572969c0d2d7f -SIZE (rubygem/aws-sdk-codestar-1.59.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-codestar/pkg-descr b/devel/rubygem-aws-sdk-codestar/pkg-descr deleted file mode 100644 index fd24538653e0..000000000000 --- a/devel/rubygem-aws-sdk-codestar/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS CodeStar (CodeStar). diff --git a/devel/rubygem-aws-sdk-configservice/Makefile b/devel/rubygem-aws-sdk-configservice/Makefile index 6e14d4314981..22b8d4f55546 100644 --- a/devel/rubygem-aws-sdk-configservice/Makefile +++ b/devel/rubygem-aws-sdk-configservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-configservice -PORTVERSION= 1.129.0 +PORTVERSION= 1.130.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-configservice/distinfo b/devel/rubygem-aws-sdk-configservice/distinfo index 484343d290fb..57e9311b8c2d 100644 --- a/devel/rubygem-aws-sdk-configservice/distinfo +++ b/devel/rubygem-aws-sdk-configservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813322 -SHA256 (rubygem/aws-sdk-configservice-1.129.0.gem) = a9edf9856614f7b62fe8bfd64ff43eb2068d7ef37a76c31fd49f4d2b0a1aaade -SIZE (rubygem/aws-sdk-configservice-1.129.0.gem) = 217600 +TIMESTAMP = 1751208194 +SHA256 (rubygem/aws-sdk-configservice-1.130.0.gem) = aaa2a4e4e7b0e517e8cc9a66dbb5f7089d3fb7a174d058c6bf25641e8efa8956 +SIZE (rubygem/aws-sdk-configservice-1.130.0.gem) = 219136 diff --git a/devel/rubygem-aws-sdk-connect/Makefile b/devel/rubygem-aws-sdk-connect/Makefile index a187cb96e032..0843834e1ff0 100644 --- a/devel/rubygem-aws-sdk-connect/Makefile +++ b/devel/rubygem-aws-sdk-connect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connect -PORTVERSION= 1.204.0 +PORTVERSION= 1.205.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connect/distinfo b/devel/rubygem-aws-sdk-connect/distinfo index 90566df0d6f2..934e34622291 100644 --- a/devel/rubygem-aws-sdk-connect/distinfo +++ b/devel/rubygem-aws-sdk-connect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813324 -SHA256 (rubygem/aws-sdk-connect-1.204.0.gem) = e138745d2134bffa70c5cf535fb333432436e6263c5a13eb84153078e5ce5236 -SIZE (rubygem/aws-sdk-connect-1.204.0.gem) = 368128 +TIMESTAMP = 1751208196 +SHA256 (rubygem/aws-sdk-connect-1.205.0.gem) = 09820b2f735eee26c4daaa2e3f8eeeb2c81c7bd2dbf21a1a5df6911a30b65412 +SIZE (rubygem/aws-sdk-connect-1.205.0.gem) = 369664 diff --git a/devel/rubygem-aws-sdk-deadline/Makefile b/devel/rubygem-aws-sdk-deadline/Makefile index c65602847a97..eee28abf1c57 100644 --- a/devel/rubygem-aws-sdk-deadline/Makefile +++ b/devel/rubygem-aws-sdk-deadline/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-deadline -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-deadline/distinfo b/devel/rubygem-aws-sdk-deadline/distinfo index 814b867a96f4..58e6982ac22a 100644 --- a/devel/rubygem-aws-sdk-deadline/distinfo +++ b/devel/rubygem-aws-sdk-deadline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813364 -SHA256 (rubygem/aws-sdk-deadline-1.27.0.gem) = 183fc2807e4dcfd8a4690158e7d1d305fd3d7d127b7e4bed48dc45fc6173d252 -SIZE (rubygem/aws-sdk-deadline-1.27.0.gem) = 137216 +TIMESTAMP = 1751208198 +SHA256 (rubygem/aws-sdk-deadline-1.28.0.gem) = f4d6620ae9def31b01b01b24d251b8bb5920ede532d43da44071a9544e85313c +SIZE (rubygem/aws-sdk-deadline-1.28.0.gem) = 137728 diff --git a/devel/rubygem-aws-sdk-ec2/Makefile b/devel/rubygem-aws-sdk-ec2/Makefile index 9b32b649f7d8..f12abb17c9a1 100644 --- a/devel/rubygem-aws-sdk-ec2/Makefile +++ b/devel/rubygem-aws-sdk-ec2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ec2 -PORTVERSION= 1.532.0 +PORTVERSION= 1.533.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ec2/distinfo b/devel/rubygem-aws-sdk-ec2/distinfo index baa76e9fd749..92603834effa 100644 --- a/devel/rubygem-aws-sdk-ec2/distinfo +++ b/devel/rubygem-aws-sdk-ec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954308 -SHA256 (rubygem/aws-sdk-ec2-1.532.0.gem) = 8093241c385711a929c52a3c399d50d9ad7ca450e81b5b8cbb76ff4741dcd1e2 -SIZE (rubygem/aws-sdk-ec2-1.532.0.gem) = 1456640 +TIMESTAMP = 1751208200 +SHA256 (rubygem/aws-sdk-ec2-1.533.0.gem) = f2378d773f2e163a48948b61890bb55daa5c09b271d3689c0ec1267a15e909c8 +SIZE (rubygem/aws-sdk-ec2-1.533.0.gem) = 1456640 diff --git a/devel/rubygem-aws-sdk-gamesparks/Makefile b/devel/rubygem-aws-sdk-gamesparks/Makefile deleted file mode 100644 index 89efe3e71896..000000000000 --- a/devel/rubygem-aws-sdk-gamesparks/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-gamesparks -PORTVERSION= 1.13.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for GameSparks -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gamesparks - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.184.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-gamesparks/distinfo b/devel/rubygem-aws-sdk-gamesparks/distinfo deleted file mode 100644 index 9cc99ed79815..000000000000 --- a/devel/rubygem-aws-sdk-gamesparks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1698341159 -SHA256 (rubygem/aws-sdk-gamesparks-1.13.0.gem) = cd183f44bb5baa706b980f1c00751effbb35a971c9fe3a9a2ffd954544d793df -SIZE (rubygem/aws-sdk-gamesparks-1.13.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-gamesparks/pkg-descr b/devel/rubygem-aws-sdk-gamesparks/pkg-descr deleted file mode 100644 index a48d9c9c1107..000000000000 --- a/devel/rubygem-aws-sdk-gamesparks/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for GameSparks. diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index 70b0fe03bc7a..de6e4f74a45a 100644 --- a/devel/rubygem-aws-sdk-glue/Makefile +++ b/devel/rubygem-aws-sdk-glue/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-glue -PORTVERSION= 1.222.0 +PORTVERSION= 1.223.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glue/distinfo b/devel/rubygem-aws-sdk-glue/distinfo index fa99d67ddaee..272b6d549350 100644 --- a/devel/rubygem-aws-sdk-glue/distinfo +++ b/devel/rubygem-aws-sdk-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954328 -SHA256 (rubygem/aws-sdk-glue-1.222.0.gem) = bb6e991418ae1dcd169694f0160eb5980388618ac6747877722ae0a85e4f67eb -SIZE (rubygem/aws-sdk-glue-1.222.0.gem) = 435200 +TIMESTAMP = 1751208202 +SHA256 (rubygem/aws-sdk-glue-1.223.0.gem) = b7e6b8a38ba6b8eb8292319b1f50f41f9df888aa8d3f9d30729d63499582c274 +SIZE (rubygem/aws-sdk-glue-1.223.0.gem) = 439808 diff --git a/devel/rubygem-aws-sdk-guardduty/Makefile b/devel/rubygem-aws-sdk-guardduty/Makefile index 10c21af4da3e..ca5f1108900e 100644 --- a/devel/rubygem-aws-sdk-guardduty/Makefile +++ b/devel/rubygem-aws-sdk-guardduty/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-guardduty -PORTVERSION= 1.118.0 +PORTVERSION= 1.119.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-guardduty/distinfo b/devel/rubygem-aws-sdk-guardduty/distinfo index 9dca7977aab3..c5d6fc9afef4 100644 --- a/devel/rubygem-aws-sdk-guardduty/distinfo +++ b/devel/rubygem-aws-sdk-guardduty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954330 -SHA256 (rubygem/aws-sdk-guardduty-1.118.0.gem) = 8d7525475ed101e723c38611affe8daba3895357cebeae12cbd047c43f77ef7f -SIZE (rubygem/aws-sdk-guardduty-1.118.0.gem) = 138240 +TIMESTAMP = 1751208204 +SHA256 (rubygem/aws-sdk-guardduty-1.119.0.gem) = b5037f266d7a786862fd375a94fc32f3843cb82b8fa07e5a4940682455bccb3e +SIZE (rubygem/aws-sdk-guardduty-1.119.0.gem) = 138240 diff --git a/devel/rubygem-aws-sdk-honeycode/Makefile b/devel/rubygem-aws-sdk-honeycode/Makefile deleted file mode 100644 index d774896d5ca0..000000000000 --- a/devel/rubygem-aws-sdk-honeycode/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-honeycode -PORTVERSION= 1.32.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for Amazon Honeycode (Honeycode) -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-honeycode - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.193.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-honeycode/distinfo b/devel/rubygem-aws-sdk-honeycode/distinfo deleted file mode 100644 index 51cead7be2e0..000000000000 --- a/devel/rubygem-aws-sdk-honeycode/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1715843222 -SHA256 (rubygem/aws-sdk-honeycode-1.32.0.gem) = ec7c7c708af721373e47d982e147d4eb173188b523b6a855c9b809b2f5b3104a -SIZE (rubygem/aws-sdk-honeycode-1.32.0.gem) = 41984 diff --git a/devel/rubygem-aws-sdk-honeycode/pkg-descr b/devel/rubygem-aws-sdk-honeycode/pkg-descr deleted file mode 100644 index a4196b606909..000000000000 --- a/devel/rubygem-aws-sdk-honeycode/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for Amazon Honeycode (Honeycode). diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile index cfe8cfc08b63..ab26bdfe37ff 100644 --- a/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotmanagedintegrations -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo index c79d098db537..248be430a959 100644 --- a/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813516 -SHA256 (rubygem/aws-sdk-iotmanagedintegrations-1.3.0.gem) = 0aef554c015c549a8477a1f0e0b78219734459ac2a0f956cbbcc37ff8373e58a -SIZE (rubygem/aws-sdk-iotmanagedintegrations-1.3.0.gem) = 63488 +TIMESTAMP = 1751208206 +SHA256 (rubygem/aws-sdk-iotmanagedintegrations-1.4.0.gem) = b216f127dace7e3093a9e582aad5ca69dbb040ae4892db54f06c257a552c9a43 +SIZE (rubygem/aws-sdk-iotmanagedintegrations-1.4.0.gem) = 89088 diff --git a/devel/rubygem-aws-sdk-iotroborunner/Makefile b/devel/rubygem-aws-sdk-iotroborunner/Makefile deleted file mode 100644 index bfa5f06bb53e..000000000000 --- a/devel/rubygem-aws-sdk-iotroborunner/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-iotroborunner -PORTVERSION= 1.12.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS IoT RoboRunner -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotroborunner - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.191.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-iotroborunner/distinfo b/devel/rubygem-aws-sdk-iotroborunner/distinfo deleted file mode 100644 index fe98a08add17..000000000000 --- a/devel/rubygem-aws-sdk-iotroborunner/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710712632 -SHA256 (rubygem/aws-sdk-iotroborunner-1.12.0.gem) = 30e14268a754cee2ba59a3e136fe2f72d91afffba585c373b511e9a0dacc7606 -SIZE (rubygem/aws-sdk-iotroborunner-1.12.0.gem) = 30720 diff --git a/devel/rubygem-aws-sdk-iotroborunner/pkg-descr b/devel/rubygem-aws-sdk-iotroborunner/pkg-descr deleted file mode 100644 index 2aaf17855ca6..000000000000 --- a/devel/rubygem-aws-sdk-iotroborunner/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS IoT RoboRunner. diff --git a/devel/rubygem-aws-sdk-keyspaces/Makefile b/devel/rubygem-aws-sdk-keyspaces/Makefile index a79e171cdd06..e7c0a9a8006f 100644 --- a/devel/rubygem-aws-sdk-keyspaces/Makefile +++ b/devel/rubygem-aws-sdk-keyspaces/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-keyspaces -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-keyspaces/distinfo b/devel/rubygem-aws-sdk-keyspaces/distinfo index 7defb73d245f..2fc78d128795 100644 --- a/devel/rubygem-aws-sdk-keyspaces/distinfo +++ b/devel/rubygem-aws-sdk-keyspaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813542 -SHA256 (rubygem/aws-sdk-keyspaces-1.41.0.gem) = bf969a572ec60d61e4fded8e7ba06f671864b9d738d59ab38bda54627675292d -SIZE (rubygem/aws-sdk-keyspaces-1.41.0.gem) = 49664 +TIMESTAMP = 1751208208 +SHA256 (rubygem/aws-sdk-keyspaces-1.42.0.gem) = dedb5d404f5706ff152ac845295e5edfad6b6138c11211ce55c7408c68b72f3d +SIZE (rubygem/aws-sdk-keyspaces-1.42.0.gem) = 51200 diff --git a/devel/rubygem-aws-sdk-mobile/Makefile b/devel/rubygem-aws-sdk-keyspacesstreams/Makefile index 0fa075a7c7bb..a657bd68f102 100644 --- a/devel/rubygem-aws-sdk-mobile/Makefile +++ b/devel/rubygem-aws-sdk-keyspacesstreams/Makefile @@ -1,16 +1,16 @@ -PORTNAME= aws-sdk-mobile -PORTVERSION= 1.55.0 +PORTNAME= aws-sdk-keyspacesstreams +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS Mobile -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mobile +COMMENT= Official AWS Ruby gem for Amazon Keyspaces Streams +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-keyspacesstreams LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-aws-sdk-core>=3.201.0<4:devel/rubygem-aws-sdk-core \ +RUN_DEPENDS= rubygem-aws-sdk-core>=3.225.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-keyspacesstreams/distinfo b/devel/rubygem-aws-sdk-keyspacesstreams/distinfo new file mode 100644 index 000000000000..21b4b06f7d21 --- /dev/null +++ b/devel/rubygem-aws-sdk-keyspacesstreams/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751208118 +SHA256 (rubygem/aws-sdk-keyspacesstreams-1.0.0.gem) = dfa5cbe22dd0f6193b0398d1c327bf38b887af272df85cfdaa9b213c51f00b5b +SIZE (rubygem/aws-sdk-keyspacesstreams-1.0.0.gem) = 32768 diff --git a/devel/rubygem-aws-sdk-keyspacesstreams/pkg-descr b/devel/rubygem-aws-sdk-keyspacesstreams/pkg-descr new file mode 100644 index 000000000000..908beca863f9 --- /dev/null +++ b/devel/rubygem-aws-sdk-keyspacesstreams/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Amazon Keyspaces Streams. diff --git a/devel/rubygem-aws-sdk-kms/Makefile b/devel/rubygem-aws-sdk-kms/Makefile index 9dc60ed38a38..bd3e619baf55 100644 --- a/devel/rubygem-aws-sdk-kms/Makefile +++ b/devel/rubygem-aws-sdk-kms/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kms -PORTVERSION= 1.105.0 +PORTVERSION= 1.106.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kms/distinfo b/devel/rubygem-aws-sdk-kms/distinfo index f0cd6bd1a055..07e2d73b5c4e 100644 --- a/devel/rubygem-aws-sdk-kms/distinfo +++ b/devel/rubygem-aws-sdk-kms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954336 -SHA256 (rubygem/aws-sdk-kms-1.105.0.gem) = d7756c1c2e3a79afaceb7c590f3846d2814cf217e28971c243608c41d65bae4f -SIZE (rubygem/aws-sdk-kms-1.105.0.gem) = 167424 +TIMESTAMP = 1751208210 +SHA256 (rubygem/aws-sdk-kms-1.106.0.gem) = 1737e3f154746dedcaf6aecf2e5490ab5e6447ac373bb5a57a19bb1184506007 +SIZE (rubygem/aws-sdk-kms-1.106.0.gem) = 167424 diff --git a/devel/rubygem-aws-sdk-lambdapreview/Makefile b/devel/rubygem-aws-sdk-lambdapreview/Makefile deleted file mode 100644 index 438964001fdc..000000000000 --- a/devel/rubygem-aws-sdk-lambdapreview/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-lambdapreview -PORTVERSION= 1.50.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS Lambda -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lambdapreview - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.203.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-lambdapreview/distinfo b/devel/rubygem-aws-sdk-lambdapreview/distinfo deleted file mode 100644 index f9b6bc314ad0..000000000000 --- a/devel/rubygem-aws-sdk-lambdapreview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1725560347 -SHA256 (rubygem/aws-sdk-lambdapreview-1.50.0.gem) = 07f69bd1ecacb25c4d47889f7030e7abe6ff7a7f857b46ac3611bcdbb3a9fcdd -SIZE (rubygem/aws-sdk-lambdapreview-1.50.0.gem) = 28672 diff --git a/devel/rubygem-aws-sdk-lambdapreview/pkg-descr b/devel/rubygem-aws-sdk-lambdapreview/pkg-descr deleted file mode 100644 index 8beccc9c8c90..000000000000 --- a/devel/rubygem-aws-sdk-lambdapreview/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS Lambda. diff --git a/devel/rubygem-aws-sdk-mobile/distinfo b/devel/rubygem-aws-sdk-mobile/distinfo deleted file mode 100644 index 121845735e05..000000000000 --- a/devel/rubygem-aws-sdk-mobile/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1721499152 -SHA256 (rubygem/aws-sdk-mobile-1.55.0.gem) = e73541b2e71a0fd5b0a3e449f501756af36a4a9a0e54ebc8b4279396f2d2992e -SIZE (rubygem/aws-sdk-mobile-1.55.0.gem) = 27648 diff --git a/devel/rubygem-aws-sdk-mobile/pkg-descr b/devel/rubygem-aws-sdk-mobile/pkg-descr deleted file mode 100644 index 2477d3ef340f..000000000000 --- a/devel/rubygem-aws-sdk-mobile/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS Mobile. diff --git a/devel/rubygem-aws-sdk-nimblestudio/Makefile b/devel/rubygem-aws-sdk-nimblestudio/Makefile deleted file mode 100644 index 0bd4a6418ea3..000000000000 --- a/devel/rubygem-aws-sdk-nimblestudio/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-nimblestudio -PORTVERSION= 1.41.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for Amazon Nimble Studio -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-nimblestudio - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.207.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-nimblestudio/distinfo b/devel/rubygem-aws-sdk-nimblestudio/distinfo deleted file mode 100644 index afad410707fe..000000000000 --- a/devel/rubygem-aws-sdk-nimblestudio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1729594492 -SHA256 (rubygem/aws-sdk-nimblestudio-1.41.0.gem) = f82598adad3e25d99ebd096764d44e413d44bee91f3b7dbd625b73b20d44a1f0 -SIZE (rubygem/aws-sdk-nimblestudio-1.41.0.gem) = 75264 diff --git a/devel/rubygem-aws-sdk-nimblestudio/pkg-descr b/devel/rubygem-aws-sdk-nimblestudio/pkg-descr deleted file mode 100644 index 782c71c36f07..000000000000 --- a/devel/rubygem-aws-sdk-nimblestudio/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for Amazon Nimble Studio. diff --git a/devel/rubygem-aws-sdk-privatenetworks/Makefile b/devel/rubygem-aws-sdk-privatenetworks/Makefile deleted file mode 100644 index 0754459da3f1..000000000000 --- a/devel/rubygem-aws-sdk-privatenetworks/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-privatenetworks -PORTVERSION= 1.33.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS Private 5G -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-privatenetworks - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.216.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-privatenetworks/distinfo b/devel/rubygem-aws-sdk-privatenetworks/distinfo deleted file mode 100644 index 38bb5d42b3da..000000000000 --- a/devel/rubygem-aws-sdk-privatenetworks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1748495919 -SHA256 (rubygem/aws-sdk-privatenetworks-1.33.0.gem) = 81d2b99bcc39b5d88020b2b54bdb453a09d1b59713448beff0500c77720183dc -SIZE (rubygem/aws-sdk-privatenetworks-1.33.0.gem) = 43520 diff --git a/devel/rubygem-aws-sdk-privatenetworks/pkg-descr b/devel/rubygem-aws-sdk-privatenetworks/pkg-descr deleted file mode 100644 index 1bd4360368fc..000000000000 --- a/devel/rubygem-aws-sdk-privatenetworks/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS Private 5G. diff --git a/devel/rubygem-aws-sdk-qbusiness/Makefile b/devel/rubygem-aws-sdk-qbusiness/Makefile index 1e408a0b144e..2a7708d40a5e 100644 --- a/devel/rubygem-aws-sdk-qbusiness/Makefile +++ b/devel/rubygem-aws-sdk-qbusiness/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qbusiness -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qbusiness/distinfo b/devel/rubygem-aws-sdk-qbusiness/distinfo index 07bfaca895b7..f2051d68f225 100644 --- a/devel/rubygem-aws-sdk-qbusiness/distinfo +++ b/devel/rubygem-aws-sdk-qbusiness/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813740 -SHA256 (rubygem/aws-sdk-qbusiness-1.40.0.gem) = fd9d0d17beed651f6224f08e058333e689d72e8a9a5f6ecf56480bb304419bea -SIZE (rubygem/aws-sdk-qbusiness-1.40.0.gem) = 145408 +TIMESTAMP = 1751208212 +SHA256 (rubygem/aws-sdk-qbusiness-1.41.0.gem) = d12d11f80fa30e92c99a5b64b48a9f9f7c350b271ee3116ca8b2e64bd0910c2b +SIZE (rubygem/aws-sdk-qbusiness-1.41.0.gem) = 147968 diff --git a/devel/rubygem-aws-sdk-qconnect/Makefile b/devel/rubygem-aws-sdk-qconnect/Makefile index 8d74b68c9732..4b8ad5525926 100644 --- a/devel/rubygem-aws-sdk-qconnect/Makefile +++ b/devel/rubygem-aws-sdk-qconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qconnect -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qconnect/distinfo b/devel/rubygem-aws-sdk-qconnect/distinfo index 83e2a144f1e1..c5954d90eb9c 100644 --- a/devel/rubygem-aws-sdk-qconnect/distinfo +++ b/devel/rubygem-aws-sdk-qconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813742 -SHA256 (rubygem/aws-sdk-qconnect-1.34.0.gem) = 3a65fb0ea7dfd9b793071dfdd0a4074ca9bac14d0abfd3c77f17b530c97f32a3 -SIZE (rubygem/aws-sdk-qconnect-1.34.0.gem) = 145408 +TIMESTAMP = 1751208214 +SHA256 (rubygem/aws-sdk-qconnect-1.35.0.gem) = efc899daa2d1d371074f11a7fe470012dda0d985831b4b34be3cc0ee6043084b +SIZE (rubygem/aws-sdk-qconnect-1.35.0.gem) = 145920 diff --git a/devel/rubygem-aws-sdk-rds/Makefile b/devel/rubygem-aws-sdk-rds/Makefile index 912abec50774..4741fa40b452 100644 --- a/devel/rubygem-aws-sdk-rds/Makefile +++ b/devel/rubygem-aws-sdk-rds/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-rds -PORTVERSION= 1.281.0 +PORTVERSION= 1.282.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-rds/distinfo b/devel/rubygem-aws-sdk-rds/distinfo index 15b7c911d499..82e853cbc030 100644 --- a/devel/rubygem-aws-sdk-rds/distinfo +++ b/devel/rubygem-aws-sdk-rds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954360 -SHA256 (rubygem/aws-sdk-rds-1.281.0.gem) = fbbf6f67e6fad09669dbbaa704b9751a14d01fc2a7a3dbad2bc9f620573810e1 -SIZE (rubygem/aws-sdk-rds-1.281.0.gem) = 645120 +TIMESTAMP = 1751208216 +SHA256 (rubygem/aws-sdk-rds-1.282.0.gem) = 159c4d5ea71295dc466ca78e99013b593cee33bc28fd0f98bde9ed7028a18603 +SIZE (rubygem/aws-sdk-rds-1.282.0.gem) = 645120 diff --git a/devel/rubygem-aws-sdk-resources/Makefile b/devel/rubygem-aws-sdk-resources/Makefile index dd089c1c106a..b7f23260f237 100644 --- a/devel/rubygem-aws-sdk-resources/Makefile +++ b/devel/rubygem-aws-sdk-resources/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resources -PORTVERSION= 3.232.0 +PORTVERSION= 3.233.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -217,6 +217,7 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-kendra>=1<2:devel/rubygem-aws-sdk-kendra \ rubygem-aws-sdk-kendraranking>=1<2:devel/rubygem-aws-sdk-kendraranking \ rubygem-aws-sdk-keyspaces>=1<2:devel/rubygem-aws-sdk-keyspaces \ + rubygem-aws-sdk-keyspacesstreams>=1<2:devel/rubygem-aws-sdk-keyspacesstreams \ rubygem-aws-sdk-kinesis>=1<2:devel/rubygem-aws-sdk-kinesis \ rubygem-aws-sdk-kinesisanalytics>=1<2:devel/rubygem-aws-sdk-kinesisanalytics \ rubygem-aws-sdk-kinesisanalyticsv2>=1<2:devel/rubygem-aws-sdk-kinesisanalyticsv2 \ diff --git a/devel/rubygem-aws-sdk-resources/distinfo b/devel/rubygem-aws-sdk-resources/distinfo index 8cad67f5a8e1..79ec964f0705 100644 --- a/devel/rubygem-aws-sdk-resources/distinfo +++ b/devel/rubygem-aws-sdk-resources/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954362 -SHA256 (rubygem/aws-sdk-resources-3.232.0.gem) = 9580eda9837f36d626ba7bd57438c8b94868667252f75c473b0a4396b8dc6f0c -SIZE (rubygem/aws-sdk-resources-3.232.0.gem) = 23040 +TIMESTAMP = 1751208218 +SHA256 (rubygem/aws-sdk-resources-3.233.0.gem) = 010156214cd1c653d56ef74febb688c6938e9142a5503c6b9822d49372c5cce4 +SIZE (rubygem/aws-sdk-resources-3.233.0.gem) = 23040 diff --git a/devel/rubygem-aws-sdk-sesv2/Makefile b/devel/rubygem-aws-sdk-sesv2/Makefile index 774d4c8f3515..635c27246804 100644 --- a/devel/rubygem-aws-sdk-sesv2/Makefile +++ b/devel/rubygem-aws-sdk-sesv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sesv2 -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sesv2/distinfo b/devel/rubygem-aws-sdk-sesv2/distinfo index 8b5ed2cf53b6..3c398e6220e3 100644 --- a/devel/rubygem-aws-sdk-sesv2/distinfo +++ b/devel/rubygem-aws-sdk-sesv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813840 -SHA256 (rubygem/aws-sdk-sesv2-1.77.0.gem) = e75f1b9ac75c59f5eb0bafe822865d137ab7529c42210da7c80dfd57396cb98f -SIZE (rubygem/aws-sdk-sesv2-1.77.0.gem) = 137728 +TIMESTAMP = 1751208220 +SHA256 (rubygem/aws-sdk-sesv2-1.78.0.gem) = 31831280ef1d840bc1be8275b935b570122a2c9bc91939c300c5c16ab2ed771b +SIZE (rubygem/aws-sdk-sesv2-1.78.0.gem) = 138240 diff --git a/devel/rubygem-aws-sdk-ssooidc/Makefile b/devel/rubygem-aws-sdk-ssooidc/Makefile deleted file mode 100644 index eae77a80fec0..000000000000 --- a/devel/rubygem-aws-sdk-ssooidc/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-ssooidc -PORTVERSION= 1.25.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for AWS SSO OIDC (SSO OIDC) -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssooidc - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.131.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-ssooidc/distinfo b/devel/rubygem-aws-sdk-ssooidc/distinfo deleted file mode 100644 index 4cbeec247b18..000000000000 --- a/devel/rubygem-aws-sdk-ssooidc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1749813876 -SHA256 (rubygem/aws-sdk-ssooidc-1.25.0.gem) = 8271d12457030210fc61c90424570c823cff80e9fc3f8f43b02340bc96eb59f8 -SIZE (rubygem/aws-sdk-ssooidc-1.25.0.gem) = 9216 diff --git a/devel/rubygem-aws-sdk-ssooidc/pkg-descr b/devel/rubygem-aws-sdk-ssooidc/pkg-descr deleted file mode 100644 index 0ca73678fb6c..000000000000 --- a/devel/rubygem-aws-sdk-ssooidc/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for AWS SSO OIDC (SSO OIDC). diff --git a/devel/rubygem-aws-sdk-worklink/Makefile b/devel/rubygem-aws-sdk-worklink/Makefile deleted file mode 100644 index 2a73a708c919..000000000000 --- a/devel/rubygem-aws-sdk-worklink/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= aws-sdk-worklink -PORTVERSION= 1.55.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Official AWS Ruby gem for Amazon WorkLink (WorkLink) -WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-worklink - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-aws-sdk-core>=3.205.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-worklink/distinfo b/devel/rubygem-aws-sdk-worklink/distinfo deleted file mode 100644 index ed571484a417..000000000000 --- a/devel/rubygem-aws-sdk-worklink/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1726488152 -SHA256 (rubygem/aws-sdk-worklink-1.55.0.gem) = 760f6b71fcda6127c95bd546dd46c339c1e21764fcbba64bdb8b74d0bd85a1ce -SIZE (rubygem/aws-sdk-worklink-1.55.0.gem) = 36352 diff --git a/devel/rubygem-aws-sdk-worklink/pkg-descr b/devel/rubygem-aws-sdk-worklink/pkg-descr deleted file mode 100644 index 9c176dbf00dc..000000000000 --- a/devel/rubygem-aws-sdk-worklink/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Official AWS Ruby gem for Amazon WorkLink (WorkLink). diff --git a/devel/rubygem-aws-sdk-workspaces/Makefile b/devel/rubygem-aws-sdk-workspaces/Makefile index 1b06ecb19397..d188fe10fdc3 100644 --- a/devel/rubygem-aws-sdk-workspaces/Makefile +++ b/devel/rubygem-aws-sdk-workspaces/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workspaces -PORTVERSION= 1.138.0 +PORTVERSION= 1.139.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workspaces/distinfo b/devel/rubygem-aws-sdk-workspaces/distinfo index 5b24ff229fbd..d9ceddb18c29 100644 --- a/devel/rubygem-aws-sdk-workspaces/distinfo +++ b/devel/rubygem-aws-sdk-workspaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813934 -SHA256 (rubygem/aws-sdk-workspaces-1.138.0.gem) = a48a8ecee6eae6cd44b5085c47f318535f825862af2cc43de8725a5ce2f5b56f -SIZE (rubygem/aws-sdk-workspaces-1.138.0.gem) = 115200 +TIMESTAMP = 1751208222 +SHA256 (rubygem/aws-sdk-workspaces-1.139.0.gem) = 3453babbfbe556ddcb4549f7874bba06f324010dbe52b7618f298b2ab964ed49 +SIZE (rubygem/aws-sdk-workspaces-1.139.0.gem) = 116224 diff --git a/devel/rubygem-flipper-active_support_cache_store/Makefile b/devel/rubygem-flipper-active_support_cache_store/Makefile index 2ae5b23f9d4f..ea5514a1d0b1 100644 --- a/devel/rubygem-flipper-active_support_cache_store/Makefile +++ b/devel/rubygem-flipper-active_support_cache_store/Makefile @@ -1,5 +1,5 @@ PORTNAME= flipper-active_support_cache_store -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-flipper-active_support_cache_store/distinfo b/devel/rubygem-flipper-active_support_cache_store/distinfo index 54a570dd8714..6385ba5f0183 100644 --- a/devel/rubygem-flipper-active_support_cache_store/distinfo +++ b/devel/rubygem-flipper-active_support_cache_store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070660 -SHA256 (rubygem/flipper-active_support_cache_store-1.3.4.gem) = c05f38fdbd9d7df8309f8d3e8560888f6118b412f12ef9ca1fe8bc5dccbbf871 -SIZE (rubygem/flipper-active_support_cache_store-1.3.4.gem) = 7168 +TIMESTAMP = 1751208226 +SHA256 (rubygem/flipper-active_support_cache_store-1.3.5.gem) = 80305ac2e0725d46f838f400983c1a68365a4785acdc1183788bbfaadce844e5 +SIZE (rubygem/flipper-active_support_cache_store-1.3.5.gem) = 7168 diff --git a/devel/rubygem-flipper-ui/Makefile b/devel/rubygem-flipper-ui/Makefile index 1237c16e4e70..65833fd63a85 100644 --- a/devel/rubygem-flipper-ui/Makefile +++ b/devel/rubygem-flipper-ui/Makefile @@ -1,5 +1,5 @@ PORTNAME= flipper-ui -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-flipper-ui/distinfo b/devel/rubygem-flipper-ui/distinfo index 49767369d58d..b58a6316fad4 100644 --- a/devel/rubygem-flipper-ui/distinfo +++ b/devel/rubygem-flipper-ui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070662 -SHA256 (rubygem/flipper-ui-1.3.4.gem) = 1f82a141d4995a461474793f06c2d6039e75e7aec93fba86d0a40ce71fb6fe03 -SIZE (rubygem/flipper-ui-1.3.4.gem) = 325120 +TIMESTAMP = 1751208228 +SHA256 (rubygem/flipper-ui-1.3.5.gem) = 9ceae32549c03ab48ddada87f0c4fc12d4f5660230fd3e9b73d46c0064513517 +SIZE (rubygem/flipper-ui-1.3.5.gem) = 325120 diff --git a/devel/rubygem-flipper/Makefile b/devel/rubygem-flipper/Makefile index ac22607b35ab..9f03740531b2 100644 --- a/devel/rubygem-flipper/Makefile +++ b/devel/rubygem-flipper/Makefile @@ -1,5 +1,5 @@ PORTNAME= flipper -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-flipper/distinfo b/devel/rubygem-flipper/distinfo index cabb0e833d92..411ef1542f12 100644 --- a/devel/rubygem-flipper/distinfo +++ b/devel/rubygem-flipper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070658 -SHA256 (rubygem/flipper-1.3.4.gem) = 2ef8ddd9131e73b9890a2366dc9408fcc54c41dcf41126401776988acd03809d -SIZE (rubygem/flipper-1.3.4.gem) = 827904 +TIMESTAMP = 1751208224 +SHA256 (rubygem/flipper-1.3.5.gem) = a4abc19f70facd240f71bc162705d914e934afccdc6975b82553b72120fe9517 +SIZE (rubygem/flipper-1.3.5.gem) = 827904 diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 32a5b1bdea73..17b14400a743 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.12203 +PORTVERSION= 0.5.12204 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index c9d39cb92ceb..6463d6b9c741 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954412 -SHA256 (rubygem/sorbet-runtime-0.5.12203.gem) = f92ba1bab9dfcfb8ccaf40990ba138f597b6b4babaa5f3d9c25c9db9c10c6708 -SIZE (rubygem/sorbet-runtime-0.5.12203.gem) = 89088 +TIMESTAMP = 1751208230 +SHA256 (rubygem/sorbet-runtime-0.5.12204.gem) = b58aed968f82996b7e46b2cad1e15657ca2b5a27fb6c9fa7e57e105edc966deb +SIZE (rubygem/sorbet-runtime-0.5.12204.gem) = 89088 diff --git a/devel/rubygem-state_machines/Makefile b/devel/rubygem-state_machines/Makefile index 3dc7ebf4496a..d7109a8e3a50 100644 --- a/devel/rubygem-state_machines/Makefile +++ b/devel/rubygem-state_machines/Makefile @@ -1,5 +1,5 @@ PORTNAME= state_machines -PORTVERSION= 0.20.0 +PORTVERSION= 0.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-state_machines/distinfo b/devel/rubygem-state_machines/distinfo index f5dd99e8ddda..27554de0ca76 100644 --- a/devel/rubygem-state_machines/distinfo +++ b/devel/rubygem-state_machines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954272 -SHA256 (rubygem/state_machines-0.20.0.gem) = d47043d697ab87af4328f8f43e55debd1a4316b86a00228a67cf7a72842fe145 -SIZE (rubygem/state_machines-0.20.0.gem) = 68096 +TIMESTAMP = 1751208232 +SHA256 (rubygem/state_machines-0.30.0.gem) = 4db811660dee62d79980d349ffab1321ef0a760094338a65ce0c6699630966f0 +SIZE (rubygem/state_machines-0.30.0.gem) = 75264 diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 1dda4632d69e..cc4a39917075 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -1,14 +1,6 @@ PORTNAME= simgear -PORTVERSION= 2020.3.19 -PORTREVISION= 5 +PORTVERSION= 2024.1.1 CATEGORIES= devel games -MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} - -# Fix for CVE-2025-0781 -# See: https://gitlab.com/frougon/flightgear-simgear/-/commits/2020.3.6-minimal-fix-for-CVE-2025-0781 -PATCH_SITES= https://gitlab.com/frougon/flightgear-${PORTNAME}/-/commit/ -PATCHFILES+= bcd6f22586be0058ee58d61ebfd227bd01c1bb1b.patch:-p1 \ - f2e8c8ce3925e62275d97d46c73c32cbc864d80b.patch:-p1 MAINTAINER= martymac@FreeBSD.org COMMENT= Toolkit for 3D games and simulations @@ -25,8 +17,13 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libcurl.so:ftp/curl -USES= alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \ +USES= alias cmake compiler:c++17-lang cpe gl jpeg openal:al,alut \ tar:bzip2 xorg + +USE_GITLAB= yes +GL_ACCOUNT= flightgear +GL_TAGNAME= v${PORTVERSION} + USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut diff --git a/devel/simgear/distinfo b/devel/simgear/distinfo index 03afdfcea491..a2aafb54de7a 100644 --- a/devel/simgear/distinfo +++ b/devel/simgear/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1738150339 -SHA256 (simgear-2020.3.19.tar.bz2) = 3b937c5b94422478e5d79114bdcd6c78e43a0a6ffba97544a86d441c3f9e8c3a -SIZE (simgear-2020.3.19.tar.bz2) = 1427799 -SHA256 (bcd6f22586be0058ee58d61ebfd227bd01c1bb1b.patch) = 4a92971b46dbca3eaefea6e1d0923dbbb169c9e42c8d343ae275c81784651ee6 -SIZE (bcd6f22586be0058ee58d61ebfd227bd01c1bb1b.patch) = 700 -SHA256 (f2e8c8ce3925e62275d97d46c73c32cbc864d80b.patch) = f2d6cf9f622563e0118f77d5dfdcf9785a1e90ce1ce496aeaa1afa145e7fff23 -SIZE (f2e8c8ce3925e62275d97d46c73c32cbc864d80b.patch) = 1865 +TIMESTAMP = 1751316975 +SHA256 (simgear-v2024.1.1.tar.bz2) = b75d3940d923a46c445c9afa6f8eb09f6a944ff23c4b546e72ba75fb5482a794 +SIZE (simgear-v2024.1.1.tar.bz2) = 1775602 diff --git a/devel/simgear/files/patch-simgear-misc-sg_path.cxx b/devel/simgear/files/patch-simgear-misc-sg_path.cxx deleted file mode 100644 index 8e8755f12a75..000000000000 --- a/devel/simgear/files/patch-simgear-misc-sg_path.cxx +++ /dev/null @@ -1,12 +0,0 @@ -Add missing include for unlink(2) call - ---- simgear/misc/sg_path.cxx.orig 2020-05-22 20:11:33 UTC -+++ simgear/misc/sg_path.cxx -@@ -31,6 +31,7 @@ - - #include <cstring> - #include <stdio.h> -+#include <unistd.h> - #include <sys/stat.h> - #include <errno.h> - #include <fstream> diff --git a/devel/simgear/files/patch-simgear-package-md5.h b/devel/simgear/files/patch-simgear-package-md5.h deleted file mode 100644 index 2489649f8e1f..000000000000 --- a/devel/simgear/files/patch-simgear-package-md5.h +++ /dev/null @@ -1,11 +0,0 @@ ---- simgear/package/md5.h.orig 2020-05-22 20:11:33 UTC -+++ simgear/package/md5.h -@@ -23,6 +23,8 @@ - typedef unsigned char u_int8_t; - typedef unsigned int u_int32_t; - typedef unsigned __int64 u_int64_t; -+#else -+#include <sys/types.h> - #endif - - #define MD5_BLOCK_LENGTH 64 diff --git a/devel/simgear/files/patch-simgear-structure-SGAtomic.cxx b/devel/simgear/files/patch-simgear-structure-SGAtomic.cxx new file mode 100644 index 000000000000..cb8ae35e2761 --- /dev/null +++ b/devel/simgear/files/patch-simgear-structure-SGAtomic.cxx @@ -0,0 +1,53 @@ +Work around: + +SGAtomic.cxx:48:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] + +to fix build on i386 as Simgear uses CMAKE_CXX_STANDARD=17 + +--- simgear/structure/SGAtomic.cxx.orig 2025-06-30 14:48:03 UTC ++++ simgear/structure/SGAtomic.cxx +@@ -29,7 +29,7 @@ + #if defined(_WIN32) + # include <windows.h> + #elif defined(GCC_ATOMIC_BUILTINS_FOUND) +-#elif defined(__GNUC__) && defined(__i386__) ++#elif (__cplusplus < 201703L) && defined(__GNUC__) && defined(__i386__) + #elif defined(SGATOMIC_USE_MUTEX) + # include <mutex> + #else +@@ -43,7 +43,7 @@ SGAtomic::operator++() + return InterlockedIncrement(reinterpret_cast<long volatile*>(&mValue)); + #elif defined(GCC_ATOMIC_BUILTINS_FOUND) + return __sync_add_and_fetch(&mValue, 1); +-#elif defined(__GNUC__) && defined(__i386__) ++#elif (__cplusplus < 201703L) && defined(__GNUC__) && defined(__i386__) + register volatile unsigned* mem = reinterpret_cast<volatile unsigned*>(&mValue); + register unsigned result; + __asm__ __volatile__("lock; xadd{l} {%0,%1|%1,%0}" +@@ -64,7 +64,7 @@ SGAtomic::operator--() + return InterlockedDecrement(reinterpret_cast<long volatile*>(&mValue)); + #elif defined(GCC_ATOMIC_BUILTINS_FOUND) + return __sync_sub_and_fetch(&mValue, 1); +-#elif defined(__GNUC__) && defined(__i386__) ++#elif (__cplusplus < 201703L) && defined(__GNUC__) && defined(__i386__) + register volatile unsigned* mem = reinterpret_cast<volatile unsigned*>(&mValue); + register unsigned result; + __asm__ __volatile__("lock; xadd{l} {%0,%1|%1,%0}" +@@ -85,7 +85,7 @@ SGAtomic::operator unsigned() const + #elif defined(GCC_ATOMIC_BUILTINS_FOUND) + __sync_synchronize(); + return mValue; +-#elif defined(__GNUC__) && defined(__i386__) ++#elif (__cplusplus < 201703L) && defined(__GNUC__) && defined(__i386__) + __asm__ __volatile__("": : : "memory"); + return mValue; + #else +@@ -102,7 +102,7 @@ SGAtomic::compareAndExchange(unsigned oldValue, unsign + return oldValue == InterlockedCompareExchange(lvPtr, newValue, oldValue); + #elif defined(GCC_ATOMIC_BUILTINS_FOUND) + return __sync_bool_compare_and_swap(&mValue, oldValue, newValue); +-#elif defined(__GNUC__) && defined(__i386__) ++#elif (__cplusplus < 201703L) && defined(__GNUC__) && defined(__i386__) + register volatile unsigned* mem = reinterpret_cast<volatile unsigned*>(&mValue); + unsigned before; + __asm__ __volatile__("lock; cmpxchg{l} {%1,%2|%1,%2}" diff --git a/devel/simgear/files/patch-simgear-structure-SGAtomic.hxx b/devel/simgear/files/patch-simgear-structure-SGAtomic.hxx new file mode 100644 index 000000000000..d8e813487dd8 --- /dev/null +++ b/devel/simgear/files/patch-simgear-structure-SGAtomic.hxx @@ -0,0 +1,17 @@ +Work around: + +SGAtomic.cxx:48:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] + +to fix build on i386 as Simgear uses CMAKE_CXX_STANDARD=17 + +--- simgear/structure/SGAtomic.hxx.orig 2025-06-30 15:01:54 UTC ++++ simgear/structure/SGAtomic.hxx +@@ -25,7 +25,7 @@ + defined(__x86_64__) + // No need to include something. Is a Compiler API ... + # define SGATOMIC_USE_GCC4_BUILTINS +-#elif defined(__GNUC__) && defined(__i386__) ++#elif (__cplusplus < 201703L) && defined(__GNUC__) && defined(__i386__) + # define SGATOMIC_USE_LIBRARY_FUNCTIONS + #elif defined(__sgi) && defined(_COMPILER_VERSION) && (_COMPILER_VERSION>=730) + // No need to include something. Is a Compiler API ... diff --git a/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx b/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx deleted file mode 100644 index cfbe13ebe8ce..000000000000 --- a/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx +++ /dev/null @@ -1,10 +0,0 @@ ---- simgear/scene/viewer/Compositor.hxx.orig 2023-03-14 07:49:42 UTC -+++ simgear/scene/viewer/Compositor.hxx -@@ -17,6 +17,7 @@ - #ifndef SG_COMPOSITOR_HXX - #define SG_COMPOSITOR_HXX - -+#include <array> - #include <unordered_map> - #include <vector> - diff --git a/devel/simgear/pkg-plist b/devel/simgear/pkg-plist index 2f4cc5c58e38..e4361525ad6c 100644 --- a/devel/simgear/pkg-plist +++ b/devel/simgear/pkg-plist @@ -18,6 +18,7 @@ include/simgear/bvh/BVHStaticLeaf.hxx include/simgear/bvh/BVHStaticNode.hxx include/simgear/bvh/BVHStaticTriangle.hxx include/simgear/bvh/BVHSubTreeCollector.hxx +include/simgear/bvh/BVHTerrainTile.hxx include/simgear/bvh/BVHTransform.hxx include/simgear/bvh/BVHVisitor.hxx include/simgear/canvas/Canvas.hxx @@ -41,12 +42,14 @@ include/simgear/canvas/elements/CanvasImage.hxx include/simgear/canvas/elements/CanvasMap.hxx include/simgear/canvas/elements/CanvasPath.hxx include/simgear/canvas/elements/CanvasText.hxx +include/simgear/canvas/events/CanvasKeyBinding.hxx include/simgear/canvas/events/CustomEvent.hxx include/simgear/canvas/events/DeviceEvent.hxx include/simgear/canvas/events/KeyboardEvent.hxx include/simgear/canvas/events/MouseEvent.hxx include/simgear/canvas/layout/AlignFlag_values.hxx include/simgear/canvas/layout/BoxLayout.hxx +include/simgear/canvas/layout/GridLayout.hxx include/simgear/canvas/layout/Layout.hxx include/simgear/canvas/layout/LayoutItem.hxx include/simgear/canvas/layout/NasalWidget.hxx @@ -55,11 +58,12 @@ include/simgear/compiler.h include/simgear/constants.h include/simgear/debug/BufferedLogCallback.hxx include/simgear/debug/ErrorReportingCallback.hxx -include/simgear/debug/OsgIoCapture.hxx -include/simgear/debug/debug_types.h -include/simgear/debug/logstream.hxx include/simgear/debug/LogCallback.hxx include/simgear/debug/LogEntry.hxx +include/simgear/debug/Reporting.hxx +include/simgear/debug/debug_types.h +include/simgear/debug/logdelta.hxx +include/simgear/debug/logstream.hxx include/simgear/embedded_resources/EmbeddedResource.hxx include/simgear/embedded_resources/EmbeddedResourceManager.hxx include/simgear/embedded_resources/EmbeddedResourceProxy.hxx @@ -101,6 +105,7 @@ include/simgear/io/lowlevel.hxx include/simgear/io/raw_socket.hxx include/simgear/io/sg_binobj.hxx include/simgear/io/sg_file.hxx +include/simgear/io/sg_mmap.hxx include/simgear/io/sg_netBuffer.hxx include/simgear/io/sg_netChannel.hxx include/simgear/io/sg_netChat.hxx @@ -138,7 +143,7 @@ include/simgear/math/beziercurve.hxx include/simgear/math/interpolater.hxx include/simgear/math/leastsqs.hxx include/simgear/math/sg_geodesy.hxx -include/simgear/math/sg_random.h +include/simgear/math/sg_random.hxx include/simgear/math/sg_types.hxx include/simgear/math/simd.hxx include/simgear/math/simd4x4.hxx @@ -148,6 +153,8 @@ include/simgear/misc/ResourceManager.hxx include/simgear/misc/SVGpreserveAspectRatio.hxx include/simgear/misc/SimpleMarkdown.hxx include/simgear/misc/argparse.hxx +include/simgear/misc/inputcolor.hxx +include/simgear/misc/inputvalue.hxx include/simgear/misc/interpolator.hxx include/simgear/misc/lru_cache.hxx include/simgear/misc/make_new.hxx @@ -161,10 +168,10 @@ include/simgear/misc/strutils.hxx include/simgear/misc/tabbed_values.hxx include/simgear/misc/test_macros.hxx include/simgear/misc/texcoord.hxx +include/simgear/nasal/NasalEmesaryInterface.hxx include/simgear/nasal/cppbind/Ghost.hxx include/simgear/nasal/cppbind/NasalCallContext.hxx include/simgear/nasal/cppbind/NasalContext.hxx -include/simgear/nasal/cppbind/NasalEmesaryInterface.hxx include/simgear/nasal/cppbind/NasalHash.hxx include/simgear/nasal/cppbind/NasalMe.hxx include/simgear/nasal/cppbind/NasalMethodHolder.hxx @@ -184,6 +191,7 @@ include/simgear/package/Catalog.hxx include/simgear/package/Delegate.hxx include/simgear/package/Install.hxx include/simgear/package/Package.hxx +include/simgear/package/PackageCommon.hxx include/simgear/package/Root.hxx include/simgear/props/AtomicChangeListener.hxx include/simgear/props/ExtendedPropertyAdapter.hxx @@ -199,6 +207,7 @@ include/simgear/props/props_io.hxx include/simgear/props/propsfwd.hxx include/simgear/props/tiedpropertylist.hxx include/simgear/props/vectorPropTemplates.hxx +include/simgear/scene/material/Atlas.hxx include/simgear/scene/material/Effect.hxx include/simgear/scene/material/EffectBuilder.hxx include/simgear/scene/material/EffectCullVisitor.hxx @@ -218,11 +227,13 @@ include/simgear/scene/model/CheckSceneryVisitor.hxx include/simgear/scene/model/ConditionNode.hxx include/simgear/scene/model/ModelRegistry.hxx include/simgear/scene/model/PrimitiveCollector.hxx +include/simgear/scene/model/ReaderWriterGLTF.hxx include/simgear/scene/model/SGClipGroup.hxx include/simgear/scene/model/SGInteractionAnimation.hxx include/simgear/scene/model/SGLight.hxx include/simgear/scene/model/SGMaterialAnimation.hxx include/simgear/scene/model/SGOffsetTransform.hxx +include/simgear/scene/model/SGPBRAnimation.hxx include/simgear/scene/model/SGPickAnimation.hxx include/simgear/scene/model/SGReaderWriterXML.hxx include/simgear/scene/model/SGRotateTransform.hxx @@ -240,13 +251,19 @@ include/simgear/scene/sky/CloudShaderGeometry.hxx include/simgear/scene/sky/cloud.hxx include/simgear/scene/sky/cloudfield.hxx include/simgear/scene/sky/dome.hxx +include/simgear/scene/sky/galaxy.hxx include/simgear/scene/sky/moon.hxx include/simgear/scene/sky/newcloud.hxx include/simgear/scene/sky/oursun.hxx include/simgear/scene/sky/sky.hxx include/simgear/scene/sky/sphere.hxx include/simgear/scene/sky/stars.hxx +include/simgear/scene/tgdb/AreaFeatureBin.hxx +include/simgear/scene/tgdb/CoastlineBin.hxx include/simgear/scene/tgdb/GroundLightManager.hxx +include/simgear/scene/tgdb/LightBin.hxx +include/simgear/scene/tgdb/LineFeatureBin.hxx +include/simgear/scene/tgdb/ObjectInstanceBin.hxx include/simgear/scene/tgdb/ReaderWriterSPT.hxx include/simgear/scene/tgdb/ReaderWriterSTG.hxx include/simgear/scene/tgdb/SGBuildingBin.hxx @@ -264,6 +281,13 @@ include/simgear/scene/tgdb/SGVasiDrawable.hxx include/simgear/scene/tgdb/SGVertexArrayBin.hxx include/simgear/scene/tgdb/ShaderGeometry.hxx include/simgear/scene/tgdb/TreeBin.hxx +include/simgear/scene/tgdb/VPBBufferData.hxx +include/simgear/scene/tgdb/VPBElevationSlice.hxx +include/simgear/scene/tgdb/VPBLineFeatureRenderer.hxx +include/simgear/scene/tgdb/VPBMaterialHandler.hxx +include/simgear/scene/tgdb/VPBRasterRenderer.hxx +include/simgear/scene/tgdb/VPBTechnique.hxx +include/simgear/scene/tgdb/VPBTileBounds.hxx include/simgear/scene/tgdb/apt_signs.hxx include/simgear/scene/tgdb/obj.hxx include/simgear/scene/tgdb/pt_lights.hxx @@ -272,14 +296,18 @@ include/simgear/scene/tsync/terrasync.hxx include/simgear/scene/util/ColorInterpolator.hxx include/simgear/scene/util/CopyOp.hxx include/simgear/scene/util/DeletionManager.hxx +include/simgear/scene/util/MemoryBarrier.hxx include/simgear/scene/util/NodeAndDrawableVisitor.hxx include/simgear/scene/util/Noise.hxx include/simgear/scene/util/OptionsReadFileCallback.hxx include/simgear/scene/util/OrthophotoManager.hxx include/simgear/scene/util/OsgDebug.hxx +include/simgear/scene/util/OsgIoCapture.hxx include/simgear/scene/util/OsgMath.hxx include/simgear/scene/util/OsgSingleton.hxx +include/simgear/scene/util/OsgUtils.hxx include/simgear/scene/util/PrimitiveUtils.hxx +include/simgear/scene/util/ProjectionMatrix.hxx include/simgear/scene/util/QuadTreeBuilder.hxx include/simgear/scene/util/RenderConstants.hxx include/simgear/scene/util/SGDebugDrawCallback.hxx @@ -299,6 +327,8 @@ include/simgear/scene/util/SplicingVisitor.hxx include/simgear/scene/util/StateAttributeFactory.hxx include/simgear/scene/util/UpdateOnceCallback.hxx include/simgear/scene/util/VectorArrayAdapter.hxx +include/simgear/scene/util/color_space.hxx +include/simgear/scene/util/load_shader.hxx include/simgear/scene/util/parse_color.hxx include/simgear/scene/util/project.hxx include/simgear/scene/viewer/ClusteredShading.hxx @@ -310,6 +340,7 @@ include/simgear/screen/colors.hxx include/simgear/screen/extensions.hxx include/simgear/screen/screen-dump.hxx include/simgear/screen/tr.h +include/simgear/screen/video-encoder.hxx include/simgear/serial/serial.hxx include/simgear/sg_inlines.h include/simgear/simgear_config.h @@ -321,8 +352,6 @@ include/simgear/sound/soundmgr.hxx include/simgear/sound/xmlsound.hxx include/simgear/std/integer_sequence.hxx include/simgear/std/type_traits.hxx -include/simgear/structure/OSGUtils.hxx -include/simgear/structure/OSGVersion.hxx include/simgear/structure/SGAtomic.hxx include/simgear/structure/SGBinding.hxx include/simgear/structure/SGExpression.hxx @@ -331,6 +360,7 @@ include/simgear/structure/SGReferenced.hxx include/simgear/structure/SGSharedPtr.hxx include/simgear/structure/SGSmplhist.hxx include/simgear/structure/SGSmplstat.hxx +include/simgear/structure/SGSourceLocation.hxx include/simgear/structure/SGWeakPtr.hxx include/simgear/structure/SGWeakReferenced.hxx include/simgear/structure/Singleton.hxx @@ -349,11 +379,14 @@ include/simgear/threads/SGGuard.hxx include/simgear/threads/SGQueue.hxx include/simgear/threads/SGThread.hxx include/simgear/timing/lowleveltime.h +include/simgear/timing/rawprofile.hxx include/simgear/timing/sg_time.hxx include/simgear/timing/timestamp.hxx include/simgear/timing/timezone.h +include/simgear/timing/zonedetect.h include/simgear/version.h include/simgear/xml/easyxml.hxx +lib/cmake/SimGear/CreateOSGImportedTargets.cmake lib/cmake/SimGear/SimGearConfig.cmake lib/cmake/SimGear/SimGearConfigVersion.cmake lib/cmake/SimGear/SimGearTargets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/devel/wasi-compiler-rt20/Makefile b/devel/wasi-compiler-rt20/Makefile index c82584befbc8..25f97501f213 100644 --- a/devel/wasi-compiler-rt20/Makefile +++ b/devel/wasi-compiler-rt20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx20/Makefile b/devel/wasi-libcxx20/Makefile index 24519bc3194f..398c70b0321d 100644 --- a/devel/wasi-libcxx20/Makefile +++ b/devel/wasi-libcxx20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 MASTERDIR= ${.CURDIR}/../wasi-libcxx diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index 66b2dc7ca92c..f86d51774e3b 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnscap -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ diff --git a/dns/dnscap/distinfo b/dns/dnscap/distinfo index edf98e7b0e67..3c89b96c46c4 100644 --- a/dns/dnscap/distinfo +++ b/dns/dnscap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954122 -SHA256 (dnscap-2.4.0.tar.gz) = 1e568a2e417a3df68efd20c2534c7ec352cf8329ac861cbe301982f62893ef01 -SIZE (dnscap-2.4.0.tar.gz) = 833066 +TIMESTAMP = 1751208128 +SHA256 (dnscap-2.4.1.tar.gz) = 524e1883bd9115a669d80fb2a0a0e596ce681fd5fbec39fa5240b86b085837e4 +SIZE (dnscap-2.4.1.tar.gz) = 835899 diff --git a/dns/p5-Zonemaster-Backend/Makefile b/dns/p5-Zonemaster-Backend/Makefile index ac7082f2f549..a5f0acdf7d63 100644 --- a/dns/p5-Zonemaster-Backend/Makefile +++ b/dns/p5-Zonemaster-Backend/Makefile @@ -1,5 +1,5 @@ PORTNAME= Zonemaster-Backend -DISTVERSION= 11.4.0 +DISTVERSION= 11.5.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-Backend/distinfo b/dns/p5-Zonemaster-Backend/distinfo index 53abd39cadf1..ff2690290f17 100644 --- a/dns/p5-Zonemaster-Backend/distinfo +++ b/dns/p5-Zonemaster-Backend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741172279 -SHA256 (Zonemaster-Backend-11.4.0.tar.gz) = b847fd38b4fced78f969ae4c37218965e93194219de121739c9ec1350f133db0 -SIZE (Zonemaster-Backend-11.4.0.tar.gz) = 141754 +TIMESTAMP = 1751121803 +SHA256 (Zonemaster-Backend-11.5.0.tar.gz) = d928a665ca0815e63008df72738d35b46fc884e4905abfe3c52b496666278386 +SIZE (Zonemaster-Backend-11.5.0.tar.gz) = 142609 diff --git a/dns/p5-Zonemaster-Backend/pkg-plist b/dns/p5-Zonemaster-Backend/pkg-plist index 5c777af17484..8ff21419b052 100644 --- a/dns/p5-Zonemaster-Backend/pkg-plist +++ b/dns/p5-Zonemaster-Backend/pkg-plist @@ -48,9 +48,6 @@ etc/rc.d/zm_testagent %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/patch/patch_postgresql_db_zonemaster_backend_ver_8.0.0.pl %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/patch/patch_sqlite_db_zonemaster_backend_ver_8.0.0.pl %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/tmpfiles.conf -%%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/travis_mysql_backend_config.ini -%%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/travis_postgresql_backend_config.ini -%%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/travis_sqlite_backend_config.ini %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/zm-rpcapi.lsb %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/zm-rpcapi.service %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/zm-testagent.lsb diff --git a/dns/p5-Zonemaster-CLI/Makefile b/dns/p5-Zonemaster-CLI/Makefile index dd49806ebafe..58ea1503e9d1 100644 --- a/dns/p5-Zonemaster-CLI/Makefile +++ b/dns/p5-Zonemaster-CLI/Makefile @@ -1,6 +1,6 @@ PORTNAME= Zonemaster-CLI DISTVERSIONPREFIX= v -DISTVERSION= 7.2.0 +DISTVERSION= 8.0.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-CLI/distinfo b/dns/p5-Zonemaster-CLI/distinfo index 22ca0810d396..9f73bb66277c 100644 --- a/dns/p5-Zonemaster-CLI/distinfo +++ b/dns/p5-Zonemaster-CLI/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741171972 -SHA256 (Zonemaster-CLI-v7.2.0.tar.gz) = 36cc0e051af4d98d9eccf5c7de20ca508f183cb8240e65440cae75de0cbea5fb -SIZE (Zonemaster-CLI-v7.2.0.tar.gz) = 79825 +TIMESTAMP = 1751121812 +SHA256 (Zonemaster-CLI-v8.0.0.tar.gz) = d640f73354cd2e1c2fd19cda5f451a92dc78b0d027d068d2fa90dd0b022933b3 +SIZE (Zonemaster-CLI-v8.0.0.tar.gz) = 84289 diff --git a/dns/p5-Zonemaster-CLI/pkg-plist b/dns/p5-Zonemaster-CLI/pkg-plist index 472c413d3754..20e135850031 100644 --- a/dns/p5-Zonemaster-CLI/pkg-plist +++ b/dns/p5-Zonemaster-CLI/pkg-plist @@ -1,5 +1,6 @@ bin/zonemaster-cli %%SITE_PERL%%/Zonemaster/CLI.pm +%%SITE_PERL%%/Zonemaster/CLI/TestCaseSet.pm %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/GNUmakefile %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/locale/da/LC_MESSAGES/Zonemaster-CLI.mo %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/locale/es/LC_MESSAGES/Zonemaster-CLI.mo @@ -10,3 +11,4 @@ bin/zonemaster-cli %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/locale/sv/LC_MESSAGES/Zonemaster-CLI.mo %%PERL5_MAN1%%/zonemaster-cli.1.gz %%PERL5_MAN3%%/Zonemaster::CLI.3.gz +%%PERL5_MAN3%%/Zonemaster::CLI::TestCaseSet.3.gz diff --git a/dns/p5-Zonemaster-Engine/Makefile b/dns/p5-Zonemaster-Engine/Makefile index fbccb89b4dc4..619bf7e9e3ec 100644 --- a/dns/p5-Zonemaster-Engine/Makefile +++ b/dns/p5-Zonemaster-Engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= Zonemaster-Engine DISTVERSIONPREFIX= v -DISTVERSION= 7.1.0 +DISTVERSION= 8.0.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-Engine/distinfo b/dns/p5-Zonemaster-Engine/distinfo index 447285d1408d..98f132ebea14 100644 --- a/dns/p5-Zonemaster-Engine/distinfo +++ b/dns/p5-Zonemaster-Engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741172254 -SHA256 (Zonemaster-Engine-v7.1.0.tar.gz) = 847fe5b7a1685a9bc295d54e6fd6d53794aed2a1eec5e1f1f845b1488a00dbfb -SIZE (Zonemaster-Engine-v7.1.0.tar.gz) = 12112401 +TIMESTAMP = 1751121821 +SHA256 (Zonemaster-Engine-v8.0.0.tar.gz) = 7f1aa6d99f54c3690c8f4840006bed31b65b5eed786bbfac8a0762bffc9c2b73 +SIZE (Zonemaster-Engine-v8.0.0.tar.gz) = 13363161 diff --git a/dns/p5-Zonemaster-LDNS/Makefile b/dns/p5-Zonemaster-LDNS/Makefile index 3edba4daea0b..f62008dea2b8 100644 --- a/dns/p5-Zonemaster-LDNS/Makefile +++ b/dns/p5-Zonemaster-LDNS/Makefile @@ -1,5 +1,5 @@ PORTNAME= Zonemaster-LDNS -DISTVERSION= 4.1.0 +DISTVERSION= 5.0.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-LDNS/distinfo b/dns/p5-Zonemaster-LDNS/distinfo index 5f74001c1ef1..a262e6735755 100644 --- a/dns/p5-Zonemaster-LDNS/distinfo +++ b/dns/p5-Zonemaster-LDNS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734681539 -SHA256 (Zonemaster-LDNS-4.1.0.tar.gz) = 96e32efbedaeb79feef1a33cb2b98af43f1c520fe162a151a457f8b4e5bbed70 -SIZE (Zonemaster-LDNS-4.1.0.tar.gz) = 762661 +TIMESTAMP = 1751121827 +SHA256 (Zonemaster-LDNS-5.0.0.tar.gz) = f875b04766649873b062079579c760594a4b50e7656d37d21888fe8335a39dff +SIZE (Zonemaster-LDNS-5.0.0.tar.gz) = 762411 diff --git a/dns/pear-Net_DNS21/Makefile b/dns/pear-Net_DNS21/Makefile index 6fdc9a1f0448..f4c5cab1a08e 100644 --- a/dns/pear-Net_DNS21/Makefile +++ b/dns/pear-Net_DNS21/Makefile @@ -20,4 +20,6 @@ USE_GITHUB= yes GH_ACCOUNT= mikepultz GH_PROJECT= netdns2 +PORTSCOUT= limit:^1\. + .include <bsd.port.mk> diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index e8e4599fcf0f..eb6e05a50321 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20250617 +PORTVERSION= 1.0.2.20250627 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index 8b675678aefc..d958757cfc28 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188120 -SHA256 (publicsuffixlist-1.0.2.20250617.tar.gz) = 5042d7fc63f572f92632936efb3ce6432c1a2a464f24fd43f25af742618790e6 -SIZE (publicsuffixlist-1.0.2.20250617.tar.gz) = 105467 +TIMESTAMP = 1751208168 +SHA256 (publicsuffixlist-1.0.2.20250627.tar.gz) = 0302e18d3a2338430be2f53fc66bfdf4cdd38ed6172405f501c8c266ebb9f03b +SIZE (publicsuffixlist-1.0.2.20250627.tar.gz) = 105569 diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile index cf12c5f38a3e..3af83dc6590a 100644 --- a/editors/bee-host/Makefile +++ b/editors/bee-host/Makefile @@ -1,5 +1,5 @@ PORTNAME= bee-host -DISTVERSION= 1.3.7-3 +DISTVERSION= 1.4.0 CATEGORIES= editors www MAINTAINER= thierry@FreeBSD.org @@ -8,14 +8,15 @@ WWW= https://github.com/rosmanov/bee-host LICENSE= MIT -LIB_DEPENDS= libcjson.so:devel/libcjson +LIB_DEPENDS= libuv.so:devel/libuv \ + libcjson.so:devel/libcjson USE_GITHUB= yes GH_ACCOUNT= rosmanov USES= cmake:noninja localbase:ldflags shebangfix SHEBANG_GLOB= *.sh -LDFLAGS+= -lcjson -lcjson_utils +LDFLAGS+= -lcjson -lcjson_utils -luv CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL} OPTIONS_DEFINE= DOCS diff --git a/editors/bee-host/distinfo b/editors/bee-host/distinfo index 374d080c50a2..6f88436d3643 100644 --- a/editors/bee-host/distinfo +++ b/editors/bee-host/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746552217 -SHA256 (rosmanov-bee-host-1.3.7-3_GH0.tar.gz) = a9b023f313754716f4ac2ce05615711d3df334e5cbf06ed4de0d94dd17e9a5d1 -SIZE (rosmanov-bee-host-1.3.7-3_GH0.tar.gz) = 31443 +TIMESTAMP = 1751299136 +SHA256 (rosmanov-bee-host-1.4.0_GH0.tar.gz) = 8fac983e514f259a496f00e82f5b2d6f101fb85e9af75abcb4310b575488a668 +SIZE (rosmanov-bee-host-1.4.0_GH0.tar.gz) = 35909 diff --git a/editors/bee-host/files/patch-CMakeLists.txt b/editors/bee-host/files/patch-CMakeLists.txt index cfc68a29e43f..5295ebf1a6c6 100644 --- a/editors/bee-host/files/patch-CMakeLists.txt +++ b/editors/bee-host/files/patch-CMakeLists.txt @@ -1,57 +1,112 @@ ---- CMakeLists.txt.orig 2025-04-21 15:28:54 UTC +--- CMakeLists.txt.orig 2025-06-08 19:16:44 UTC +++ CMakeLists.txt -@@ -39,27 +39,7 @@ set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) +@@ -43,94 +43,10 @@ set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) --# cJSON and cJSONUtils +-set(cjson_cmake_args +- -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> +- -DBUILD_SHARED_AND_STATIC_LIBS=On +- -DBUILD_SHARED_LIBS=Off +- -DENABLE_CJSON_TEST=Off +- -DENABLE_CJSON_UTILS=On +- -DENABLE_TARGET_EXPORT=On +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} +- -DCMAKE_SHARED_LINKER_FLAGS=${CMAKE_SHARED_LINKER_FLAGS} +- -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +-) +-if(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +- list(APPEND cjson_cmake_args -DWIN32=ON) +-endif() ++# cJSON and cJSONUtils installed from devel/libcjso + -ExternalProject_Add(cjson - GIT_REPOSITORY "https://github.com/DaveGamble/cJSON" -- GIT_TAG "v1.7.15" +- GIT_TAG "v1.7.18" - PREFIX "${EXTERNAL_DIR}/cJSON" - BUILD_IN_SOURCE 1 - TEST_COMMAND "" - INSTALL_COMMAND "" -- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -- -DBUILD_SHARED_AND_STATIC_LIBS=On -- -DBUILD_SHARED_LIBS=Off -- -DENABLE_CJSON_TEST=Off -- -DENABLE_CJSON_UTILS=On -- -DENABLE_TARGET_EXPORT=On -- ) +- CMAKE_ARGS ${cjson_cmake_args} +-) -ExternalProject_Get_Property(cjson source_dir) -ExternalProject_Get_Property(cjson binary_dir) -ExternalProject_Get_Property(cjson download_dir) -set(CJSON_SOURCE_DIR "${source_dir}") -set(CJSON_BINARY_DIR "${binary_dir}") -set(CJSON_DOWNLOAD_DIR "${download_dir}") -+# cJSON and cJSONUtils installed from devel/libcjson +-if (CMAKE_C_COMPILER_ID STREQUAL "MSVC") +- set(CJSON_STATIC_NAME "cjson.lib") +-else() +- set(CJSON_STATIC_NAME "libcjson.a") +-endif() +-# Full path to the expected built static lib +-set(CJSON_STATIC_LIB "${CJSON_BINARY_DIR}/${CJSON_STATIC_NAME}") ++# libuv installed from devel/libuv +-set(LIBUV_TAG v1.51.0) +-set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) +- +-set(libuv_cmake_args +- -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME} +- -DCMAKE_SYSTEM_PROCESSOR=${CMAKE_SYSTEM_PROCESSOR} +- -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} +- -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} +- -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DLIBUV_BUILD_TESTS=OFF +- -DLIBUV_BUILD_EXAMPLES=OFF +- -DLIBUV_INSTALL=OFF +- -DCMAKE_POSITION_INDEPENDENT_CODE=ON +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +-) +-# Append UV_DISABLE_CLOCK_GETTIME only for Windows +-if(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +- list(APPEND libuv_cmake_args -DWIN32=ON) +-endif() +- +-ExternalProject_Add(libuv_ep +- GIT_REPOSITORY "https://github.com/libuv/libuv.git" +- GIT_TAG "${LIBUV_TAG}" +- PREFIX "${EXTERNAL_DIR}/libuv" +- CMAKE_ARGS ${libuv_cmake_args} +- INSTALL_COMMAND "" +- TEST_COMMAND "" +-) +-ExternalProject_Get_Property(libuv_ep source_dir) +-ExternalProject_Get_Property(libuv_ep binary_dir) +-set(LIBUV_SOURCE_DIR "${source_dir}") +-set(LIBUV_BINARY_DIR "${binary_dir}") +-if (CMAKE_C_COMPILER_ID STREQUAL "MSVC") +- set(LIBUV_STATIC_NAME "uv.lib") +-else() +- set(LIBUV_STATIC_NAME "libuv.a") +-endif() +-# Full path to the expected built static lib +-set(LIBUV_STATIC_LIB "${LIBUV_BINARY_DIR}/${LIBUV_STATIC_NAME}") +- # beectl set(BEECTL_SRCS -@@ -70,21 +50,13 @@ set(BEECTL_SRCS - src/mkstemps.c - # This is nasty, but I couldn't find a way to use CMAKE_TOOLCHAIN_FILE - # for the external project (see comments below.) -- "${CJSON_SOURCE_DIR}/cJSON.c" - ) - - add_executable(beectl ${BEECTL_SRCS}) + src/beectl.c +@@ -189,8 +105,6 @@ set_property(TARGET beectl PROPERTY C_STANDARD 11) # C + endif() --# Workaround for CMake versions which require the cJSON.c file to exist before --# downloading the external project. --add_custom_command(TARGET beectl PRE_BUILD -- BYPRODUCTS "${CJSON_SOURCE_DIR}/cJSON.c" -- COMMAND touch "${CJSON_SOURCE_DIR}/cJSON.c") -- - target_compile_features(beectl PRIVATE c_variadic_macros) - target_include_directories(beectl PRIVATE "${CJSON_DOWNLOAD_DIR}") set_property(TARGET beectl PROPERTY C_STANDARD 11) # C11 -add_dependencies(beectl cjson) +-add_dependencies(beectl libuv_ep) # The following would be better approach than including cJSON files in our # source list. But the build fails when cross-compiling, since -@@ -126,14 +98,14 @@ set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFI +@@ -233,14 +147,14 @@ set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFI message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFIX}/bin/beectl") @@ -68,7 +123,7 @@ endif() # RPM package properties -@@ -288,7 +260,7 @@ else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +@@ -416,7 +330,7 @@ else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) COMPONENT config) else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) # Install host app diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 02865c08ef8b..12fdf5fb3da3 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -148,6 +148,7 @@ post-extract: # the symlink RELEASE-NOTES is stale in v1.47.1 and v1.47.2 tarbal ${RLN} ${WRKSRC}/doc/RelNotes/v1.47.2.txt ${WRKSRC}/RELEASE-NOTES post-patch:: + ${TOUCH} ${WRKSRC}/tests/r_corrupt_fs/is_slow_test .if !empty(DISTFILES) @${REINPLACE_CMD} -e 's/<malloc\.h>/<stdlib.h>/' ${WRKSRC}/*/*.c @${REINPLACE_CMD} -e 's,/etc/blkid.tab,${ETCDIR}/blkid.tab,' ${WRKSRC}/misc/blkid* ${WRKSRC}/lib/blkid/blkidP.h @@ -175,7 +176,6 @@ post-patch:: r_64to32bit \ r_64to32bit_meta \ r_expand_full \ - r_corrupt_fs \ r_min_itable \ t_change_uuid_mounted \ t_dangerous \ diff --git a/finance/R-cran-AER/Makefile b/finance/R-cran-AER/Makefile index d890bfd659fa..d82239788c47 100644 --- a/finance/R-cran-AER/Makefile +++ b/finance/R-cran-AER/Makefile @@ -10,6 +10,9 @@ WWW= https://cran.r-project.org/web/packages/AER/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +DEPRECATED= Depends on expiring math/R-cran-car +EXPIRATION_DATE=2025-09-30 + RUN_DEPENDS= R-cran-car>=2.0.19:math/R-cran-car \ R-cran-lmtest>=0:finance/R-cran-lmtest \ R-cran-Formula>=0.2.0:math/R-cran-Formula \ diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 8333491041a1..d7b1fe87cc5a 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnucash-docs -PORTVERSION= 5.11 +PORTVERSION= 5.12 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} diff --git a/finance/gnucash-docs/distinfo b/finance/gnucash-docs/distinfo index 6debc166639b..b46cdefefb54 100644 --- a/finance/gnucash-docs/distinfo +++ b/finance/gnucash-docs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743407755 -SHA256 (gnucash-docs-5.11.tar.gz) = d22a8a1caeffe3b5638de05a9dd3b3166ee0d1c0d2c6e9d6950f1ab7f142e865 -SIZE (gnucash-docs-5.11.tar.gz) = 117750543 +TIMESTAMP = 1751352136 +SHA256 (gnucash-docs-5.12.tar.gz) = c2a67aef439f25b8e3d43cf5cc29756fae0e82e252f0abf059b35663594ea994 +SIZE (gnucash-docs-5.12.tar.gz) = 117748579 diff --git a/finance/gnucash-docs/pkg-plist b/finance/gnucash-docs/pkg-plist index 07cd91bee5f3..802f9690130f 100644 --- a/finance/gnucash-docs/pkg-plist +++ b/finance/gnucash-docs/pkg-plist @@ -599,7 +599,6 @@ share/help/de/gnucash-manual/index.docbook share/help/de/gnucash-manual/legal.docbook share/help/de/gnucash-manual/para-assist-buttons.docbook share/help/de/gnucash-manual/para-assist-intro.docbook -share/help/de/gnucash-manual/tips-appendix.docbook share/help/de/gnucash-manual/txf-categories.docbook share/help/it/gnucash-guide/figures/accts_CreateAssetsAccount.png share/help/it/gnucash-guide/figures/accts_DefaultExpenseAccounts.png diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 3e3313916bcf..194af4d00257 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,12 +1,8 @@ PORTNAME= gnucash -PORTVERSION= 5.11 -PORTREVISION= 2 +PORTVERSION= 5.12 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} -PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= 940085a0.patch:-p1 99f86d31.patch:-p1 e00eade7.patch:-p1 - MAINTAINER= madpilot@FreeBSD.org COMMENT= Quicken-like money and finance manager WWW= https://www.gnucash.org/ diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 2df1b5ffc1c2..00e775d6c47e 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,9 +1,3 @@ -TIMESTAMP = 1747070238 -SHA256 (gnucash-5.11.tar.bz2) = 6ba42313aaaa99b5f07ff6e4dbc58b33fbf5f4be6e911376701d65c26fd4debe -SIZE (gnucash-5.11.tar.bz2) = 15165344 -SHA256 (940085a0.patch) = e1d83adac44b1f02f643561e2722771c52857b0c89c0fdb209e5d93f9e072575 -SIZE (940085a0.patch) = 734 -SHA256 (99f86d31.patch) = 6cc114a7cc27a8bd57c742260ea1877f22e95d74dc1e636db39bf0aee61562f8 -SIZE (99f86d31.patch) = 2072 -SHA256 (e00eade7.patch) = d74fc4d681e9d88e2ae48d6500962331c2589415fe6de0263803751a2a3bafb6 -SIZE (e00eade7.patch) = 947 +TIMESTAMP = 1751352100 +SHA256 (gnucash-5.12.tar.bz2) = b35b4756be12bcfdbed54468f30443fa53f238520a9cead5bde2e6c4773fbf39 +SIZE (gnucash-5.12.tar.bz2) = 15209384 diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 1f9149b66ba2..f24825aef69b 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -5,9 +5,9 @@ CATEGORIES= ftp MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \ LOCAL/sunpoet -MAINTAINER= skynick@mail.sc.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Secure FTP client/server with TLS/SSL support -WWW= http://bsdftpd-ssl.sc.ru +WWW= # not found as of 20250701 USES= ssl MAKE_ENV+= OBJFORMAT=elf diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index 311701746ad5..58b518c95fd8 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -1,7 +1,7 @@ PORTNAME= flightgear-data -PORTVERSION= 2020.3.19 +PORTVERSION= 2024.1.1 CATEGORIES= games -MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} +MASTER_SITES= https://download.flightgear.org/release-${PORTVERSION:R}/ DISTNAME= FlightGear-${PORTVERSION}-data MAINTAINER= martymac@FreeBSD.org @@ -16,7 +16,7 @@ USES= tar:txz NO_BUILD= yes NO_ARCH= yes -WRKSRC= ${WRKDIR}/fgdata +WRKSRC= ${WRKDIR}/fgdata_${PORTVERSION:R:S/./_/} DATADIR= ${PREFIX}/share/flightgear PLIST= ${WRKDIR}/pkg-plist @@ -30,8 +30,8 @@ pre-install: @cd ${WRKSRC} && \ ${FIND} * -type d -empty | ${SORT} \ | ${SED} -e 's|^|@preexec ${MKDIR} %D/share/flightgear/|' >> ${PLIST} && \ - ${FIND} * -type f | ${SORT} \ - | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ + ${FIND} . -type f ! -name .gitignore | ${SORT} \ + | ${SED} -e 's|^\./||' -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ ${FIND} * -type d -empty | ${SORT} -r \ | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} diff --git a/games/flightgear-data/distinfo b/games/flightgear-data/distinfo index 5661f6a43ffd..e391413765b3 100644 --- a/games/flightgear-data/distinfo +++ b/games/flightgear-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697745291 -SHA256 (FlightGear-2020.3.19-data.txz) = f3adc49cd054fab6137711f0315e876c1bbdf653ba1f798a1aecae9a6e984795 -SIZE (FlightGear-2020.3.19-data.txz) = 1789370768 +TIMESTAMP = 1751317078 +SHA256 (FlightGear-2024.1.1-data.txz) = 44c48bd03440f6ece07b26d095d9185cec22fc159e5cc1cf451adbc5ebd7953e +SIZE (FlightGear-2024.1.1-data.txz) = 1873735848 diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index cdf052278f47..0347a14ef942 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -1,13 +1,6 @@ PORTNAME= flightgear -PORTVERSION= 2020.3.19 -PORTREVISION= 7 +PORTVERSION= 2024.1.1 CATEGORIES= games -MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} - -# Fix for CVE-2025-0781 -# See: https://gitlab.com/frougon/flightgear-flightgear/-/commits/2020.3.6-minimal-fix-for-CVE-2025-0781 -PATCH_SITES= https://gitlab.com/frougon/flightgear-${PORTNAME}/-/commit/ -PATCHFILES+= cf99dc921aadab502ff90a1dd943d8bbb897de91.patch:-p1 MAINTAINER= martymac@FreeBSD.org COMMENT= FlightGear flight simulator @@ -34,8 +27,13 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \ ${LOCALBASE}/share/flightgear/version:games/flightgear-data # Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/ -USES= alias cmake:noninja compiler:c++11-lang cpe dos2unix gl jpeg \ +USES= alias cmake:noninja compiler:c++17-lang cpe dos2unix gl jpeg \ openal:al,alut sqlite tar:bzip2 xorg + +USE_GITLAB= yes +GL_ACCOUNT= flightgear +GL_TAGNAME= v${PORTVERSION} + USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glew glu glut diff --git a/games/flightgear/distinfo b/games/flightgear/distinfo index c0feffc003ac..e63b85adfa79 100644 --- a/games/flightgear/distinfo +++ b/games/flightgear/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1738150411 -SHA256 (flightgear-2020.3.19.tar.bz2) = 167d08de9cc0f72218b379b23cd7e56c7f6ee18d7d559512da51a3bd67f38e6e -SIZE (flightgear-2020.3.19.tar.bz2) = 8935152 -SHA256 (cf99dc921aadab502ff90a1dd943d8bbb897de91.patch) = c3cf18bec3510b870bcdb8cb3a833c58f63d33aa9d071d11ac893f90d6e2fe60 -SIZE (cf99dc921aadab502ff90a1dd943d8bbb897de91.patch) = 2178 +TIMESTAMP = 1751317021 +SHA256 (flightgear-v2024.1.1.tar.bz2) = a3b1fea7064caa18964828e79cc1ec663f6aabf0fb5eb4f7f7fb82635fc8a937 +SIZE (flightgear-v2024.1.1.tar.bz2) = 9463832 diff --git a/games/flightgear/files/patch-src-FDM-JSBSim-input_output-FGfdmSocket.cpp b/games/flightgear/files/patch-src-FDM-JSBSim-input_output-FGfdmSocket.cpp new file mode 100644 index 000000000000..7eecac47aedb --- /dev/null +++ b/games/flightgear/files/patch-src-FDM-JSBSim-input_output-FGfdmSocket.cpp @@ -0,0 +1,11 @@ +--- src/FDM/JSBSim/input_output/FGfdmSocket.cpp.orig 2025-06-26 10:55:02 UTC ++++ src/FDM/JSBSim/input_output/FGfdmSocket.cpp +@@ -40,7 +40,7 @@ INCLUDES + + #if defined(_MSC_VER) || defined(__MINGW32__) + #include <ws2tcpip.h> +-#elif defined(__OpenBSD__) ++#elif defined(__OpenBSD__) || defined(__FreeBSD__) + #include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> diff --git a/games/flightgear/files/patch-src-FDM-JSBSim-input_output-FGfdmSocket.h b/games/flightgear/files/patch-src-FDM-JSBSim-input_output-FGfdmSocket.h new file mode 100644 index 000000000000..5374e4735279 --- /dev/null +++ b/games/flightgear/files/patch-src-FDM-JSBSim-input_output-FGfdmSocket.h @@ -0,0 +1,11 @@ +--- src/FDM/JSBSim/input_output/FGfdmSocket.h.orig 2025-06-26 10:59:25 UTC ++++ src/FDM/JSBSim/input_output/FGfdmSocket.h +@@ -44,6 +44,8 @@ INCLUDES + #if defined(_MSC_VER) || defined(__MINGW32__) + #include <winsock.h> + #include <io.h> ++#elif defined(__FreeBSD__) ++ #include <netinet/in.h> + #else + #include <netdb.h> + #endif diff --git a/games/flightgear/pkg-plist b/games/flightgear/pkg-plist index 94cc162d5aab..9876f7bea073 100644 --- a/games/flightgear/pkg-plist +++ b/games/flightgear/pkg-plist @@ -6,11 +6,11 @@ bin/fgcom bin/fgelev bin/fgfs bin/fgjs -bin/fgpanel bin/fgtraffic bin/fgviewer bin/js_demo bin/metar +bin/nasal bin/yasim bin/yasim-proptest share/man/it/man1/GPSsmooth.1.gz @@ -21,7 +21,6 @@ share/man/it/man1/fgcom.1.gz share/man/it/man1/fgelev.1.gz share/man/it/man1/fgfs.1.gz share/man/it/man1/fgjs.1.gz -share/man/it/man1/fgpanel.1.gz share/man/it/man1/fgviewer.1.gz share/man/it/man1/js_demo.1.gz share/man/it/man1/metar.1.gz @@ -34,7 +33,6 @@ share/man/man1/fgcom.1.gz share/man/man1/fgelev.1.gz share/man/man1/fgfs.1.gz share/man/man1/fgjs.1.gz -share/man/man1/fgpanel.1.gz share/man/man1/fgviewer.1.gz share/man/man1/js_demo.1.gz share/man/man1/metar.1.gz diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index e95f2257d1f7..23bff9adb081 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -71,4 +71,10 @@ post-patch: ${WRKSRC}/engine/core/loaders/native/map/objectloader.cpp \ ${WRKSRC}/engine/core/gui/fifechan/fifechanmanager.cpp +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MFIFECHAN} +DEPRECATED= Depends on expired devel/fifechan +.endif + .include <bsd.port.mk> diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile index 45e9d6f3c7e0..dd751a8d50bc 100644 --- a/graphics/wallhaven-cli/Makefile +++ b/graphics/wallhaven-cli/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.0.5 PORTREVISION= 5 CATEGORIES= graphics -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CLI for wallhaven to browse wallpapers in terminal WWW= https://github.com/r3tr0ananas/wallhaven-cli diff --git a/lang/Makefile b/lang/Makefile index a78785eeaedb..07c21b53a9b5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -175,12 +175,6 @@ SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 SUBDIR += linux-c7-tcl85 - SUBDIR += linux-dotnet-cli - SUBDIR += linux-dotnet-runtime - SUBDIR += linux-dotnet-sdk - SUBDIR += linux-dotnet10-runtime - SUBDIR += linux-dotnet11-runtime - SUBDIR += linux-dotnet11-sdk SUBDIR += linux-j SUBDIR += linux-rl9-python3 SUBDIR += linux-rl9-tcl86 diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index c30e77f3236f..5c2df7e0ad91 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -69,15 +69,6 @@ STATIC_MAKE_ARGS= static=1 IGNORE= not supported on anything but FreeBSD .endif -# crystal needs pkgconfig to determine SSL variants but these are not -# present in FreeBSD base. We splice in the correct info based on -# FreeBSD version and hope it doesn't change during minor releases. -# See post-patch for the substitutions of these patches. -.if ${SSL_DEFAULT} == "base" && ${OSREL:R} < 13 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_openssl_lib__crypto.cr \ - ${PATCHDIR}/extra-patch-src_openssl_lib__ssl.cr -.endif - post-extract: @${RLN} ${WRKDIR}/.build ${WRKSRC} @${RLN} x86_64-freebsd ${WRKSRC}/src/lib_c/aarch64-freebsd diff --git a/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr b/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr deleted file mode 100644 index 124851bf55fa..000000000000 --- a/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr +++ /dev/null @@ -1,46 +0,0 @@ ---- src/openssl/lib_crypto.cr.orig 2022-04-09 14:20:55.000000000 -0700 -+++ src/openssl/lib_crypto.cr 2022-04-09 14:15:51.000000000 -0700 -@@ -1,31 +1,7 @@ - {% begin %} - lib LibCrypto -- {% if flag?(:win32) %} -- {% from_libressl = false %} -- {% ssl_version = nil %} -- {% for dir in Crystal::LIBRARY_PATH.split(';') %} -- {% unless ssl_version %} -- {% config_path = "#{dir.id}\\openssl_VERSION" %} -- {% if config_version = read_file?(config_path) %} -- {% ssl_version = config_version.chomp %} -- {% end %} -- {% end %} -- {% end %} -- {% ssl_version ||= "0.0.0" %} -- {% else %} -- {% from_libressl = (`hash pkg-config 2> /dev/null || printf %s false` != "false") && -- (`test -f $(pkg-config --silence-errors --variable=includedir libcrypto)/openssl/opensslv.h || printf %s false` != "false") && -- (`printf "#include <openssl/opensslv.h>\nLIBRESSL_VERSION_NUMBER" | ${CC:-cc} $(pkg-config --cflags --silence-errors libcrypto || true) -E -`.chomp.split('\n').last != "LIBRESSL_VERSION_NUMBER") %} -- {% ssl_version = `hash pkg-config 2> /dev/null && pkg-config --silence-errors --modversion libcrypto || printf %s 0.0.0`.split.last.gsub(/[^0-9.]/, "") %} -- {% end %} -- -- {% if from_libressl %} -- LIBRESSL_VERSION = {{ ssl_version }} -- OPENSSL_VERSION = "0.0.0" -- {% else %} -- LIBRESSL_VERSION = "0.0.0" -- OPENSSL_VERSION = {{ ssl_version }} -- {% end %} -+ LIBRESSL_VERSION = "0.0.0" -+ OPENSSL_VERSION = "CRYSTAL_SSL_VERSION" - end - {% end %} - -@@ -34,7 +10,7 @@ - @[Link("crypt32")] # CertOpenStore, ... - @[Link("user32")] # GetProcessWindowStation, GetUserObjectInformationW, _MessageBoxW - {% else %} -- @[Link(ldflags: "`command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libcrypto || printf %s '-lcrypto'`")] -+ @[Link(ldflags: "-LCRYSTAL_SSL_LDFLAGS -lcrypto")] - {% end %} - lib LibCrypto - alias Char = LibC::Char - diff --git a/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr b/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr deleted file mode 100644 index 20ec2243b192..000000000000 --- a/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr +++ /dev/null @@ -1,42 +0,0 @@ ---- src/openssl/lib_ssl.cr.orig 2022-04-09 14:24:40.000000000 -0700 -+++ src/openssl/lib_ssl.cr 2022-04-09 14:24:07.000000000 -0700 -@@ -6,32 +6,8 @@ - - {% begin %} - lib LibSSL -- {% if flag?(:win32) %} -- {% from_libressl = false %} -- {% ssl_version = nil %} -- {% for dir in Crystal::LIBRARY_PATH.split(';') %} -- {% unless ssl_version %} -- {% config_path = "#{dir.id}\\openssl_VERSION" %} -- {% if config_version = read_file?(config_path) %} -- {% ssl_version = config_version.chomp %} -- {% end %} -- {% end %} -- {% end %} -- {% ssl_version ||= "0.0.0" %} -- {% else %} -- {% from_libressl = (`hash pkg-config 2> /dev/null || printf %s false` != "false") && -- (`test -f $(pkg-config --silence-errors --variable=includedir libssl)/openssl/opensslv.h || printf %s false` != "false") && -- (`printf "#include <openssl/opensslv.h>\nLIBRESSL_VERSION_NUMBER" | ${CC:-cc} $(pkg-config --cflags --silence-errors libssl || true) -E -`.chomp.split('\n').last != "LIBRESSL_VERSION_NUMBER") %} -- {% ssl_version = `hash pkg-config 2> /dev/null && pkg-config --silence-errors --modversion libssl || printf %s 0.0.0`.split.last.gsub(/[^0-9.]/, "") %} -- {% end %} -- -- {% if from_libressl %} -- LIBRESSL_VERSION = {{ ssl_version }} -- OPENSSL_VERSION = "0.0.0" -- {% else %} -- LIBRESSL_VERSION = "0.0.0" -- OPENSSL_VERSION = {{ ssl_version }} -- {% end %} -+ LIBRESSL_VERSION = "0.0.0" -+ OPENSSL_VERSION = "CRYSTAL_SSL_VERSION" - end - {% end %} - --@[Link(ldflags: "`command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libssl || printf %s '-lssl -lcrypto'`")] -+@[Link(ldflags: "-LCRYSTAL_SSL_LDFLAGS -lssl")] - lib LibSSL - alias Int = LibC::Int - alias Char = LibC::Char diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile index 4a09c2f31ed1..9bd9b9794aba 100644 --- a/lang/gcc12-devel/Makefile +++ b/lang/gcc12-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 12.4.1.s20250618 +PORTVERSION= 12.4.1.s20250625 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc12-devel/distinfo b/lang/gcc12-devel/distinfo index 8ec0b0b71b57..ad8e7771720c 100644 --- a/lang/gcc12-devel/distinfo +++ b/lang/gcc12-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750592179 -SHA256 (gcc-12-20250618.tar.xz) = 4eb4a45bb0565c22ab7fb0a88e2f40008e5e82e9a93c2e0abc8c564dc1f0ce1d -SIZE (gcc-12-20250618.tar.xz) = 79951420 +TIMESTAMP = 1750926450 +SHA256 (gcc-12-20250625.tar.xz) = f571f992fa222621054d10d2c9bcb171ff3d0b0e1e02868fec259d4614091dfc +SIZE (gcc-12-20250625.tar.xz) = 79946552 diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile index 29454472fe50..e7436d097497 100644 --- a/lang/gcc13-devel/Makefile +++ b/lang/gcc13-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 13.4.1.s20250619 +PORTVERSION= 13.4.1.s20250626 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo index 5e6eff62809c..bb39ad9365b2 100644 --- a/lang/gcc13-devel/distinfo +++ b/lang/gcc13-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750592469 -SHA256 (gcc-13-20250619.tar.xz) = 8639348abc338c4c5224703ee84d72724ebda5a44dd800fd0e6f49c594d2d811 -SIZE (gcc-13-20250619.tar.xz) = 84584096 +TIMESTAMP = 1751098323 +SHA256 (gcc-13-20250626.tar.xz) = 24df7253d61ad37c60b5d2b50fc00929ed34c327f43f9e67642e3b6f960fed27 +SIZE (gcc-13-20250626.tar.xz) = 84567576 diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index ab9279267993..66a9dd3e049b 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 14.3.1.s20250620 +PORTVERSION= 14.3.1.s20250627 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo index 4f043e72f968..20a5994b2975 100644 --- a/lang/gcc14-devel/distinfo +++ b/lang/gcc14-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750592732 -SHA256 (gcc-14-20250620.tar.xz) = 636f57cc45574b1d1730dea79e180b07fd5d748bc24a48d95804570c9fbf289e -SIZE (gcc-14-20250620.tar.xz) = 88310004 +TIMESTAMP = 1751098584 +SHA256 (gcc-14-20250627.tar.xz) = f3bda4c0d7719d6327783fb45cc28a172893f44f220f083a1cb85724f73d7782 +SIZE (gcc-14-20250627.tar.xz) = 88324360 diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index 76d0f21bbea3..3e4b469785da 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.1.1.s20250621 +PORTVERSION= 15.1.1.s20250628 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc15-devel/distinfo b/lang/gcc15-devel/distinfo index ecfe552f9ece..3326ddb51adc 100644 --- a/lang/gcc15-devel/distinfo +++ b/lang/gcc15-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750593091 -SHA256 (gcc-15-20250621.tar.xz) = 8daf3f4b943b34db7cee04bb36aafb5a75a1b531f00748699255e2f234f3116c -SIZE (gcc-15-20250621.tar.xz) = 92115632 +TIMESTAMP = 1751356288 +SHA256 (gcc-15-20250628.tar.xz) = 23491ef6d0251fefc2f28c9c0b81d817c4962f0dad7018fbddf7aa2a1de3a769 +SIZE (gcc-15-20250628.tar.xz) = 92108604 diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile index 4f258f5cd74f..c63c9f5fc89a 100644 --- a/lang/gcc16-devel/Makefile +++ b/lang/gcc16-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 16.0.0.s20250622 +PORTVERSION= 16.0.0.s20250629 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc16-devel/distinfo b/lang/gcc16-devel/distinfo index 38d698cd1ba1..4e8d344cab1e 100644 --- a/lang/gcc16-devel/distinfo +++ b/lang/gcc16-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750756585 -SHA256 (gcc-16-20250622.tar.xz) = b1076610f63d0a8d34d05933036aa3f6ee5700fd781ee624480162240d991aae -SIZE (gcc-16-20250622.tar.xz) = 94019404 +TIMESTAMP = 1751356608 +SHA256 (gcc-16-20250629.tar.xz) = 1518ccf1ce8d0f4a777642c709ee6c0105b450d2b860024fb49db2aceed5056f +SIZE (gcc-16-20250629.tar.xz) = 94070816 diff --git a/lang/linux-dotnet-cli/Makefile b/lang/linux-dotnet-cli/Makefile deleted file mode 100644 index a7e5cf2f463f..000000000000 --- a/lang/linux-dotnet-cli/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -PORTNAME= dotnet-cli -DISTNAME= dotnet-runtime-${DISTVERSION}-linux-x64 - -USE_LINUX= - -DISTINFO_FILE= ${MASTERDIR}/distinfo -PLIST_FILES= bin/dotnet ${DATADIR}/dotnet -PKGMESSAGE= ${.CURDIR}/pkg-message -MASTERDIR= ${.CURDIR}/../linux-dotnet-runtime - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/dotnet ${STAGEDIR}${DATADIR}/dotnet - ${RLN} ${STAGEDIR}${DATADIR}/dotnet ${STAGEDIR}${PREFIX}/bin/dotnet - -.include "${MASTERDIR}/Makefile" diff --git a/lang/linux-dotnet-cli/pkg-message b/lang/linux-dotnet-cli/pkg-message deleted file mode 100644 index 9abefde9b413..000000000000 --- a/lang/linux-dotnet-cli/pkg-message +++ /dev/null @@ -1,54 +0,0 @@ -[ -{ type: install - message: <<EOM -Telemetry ---------- -The .NET Core tools collect usage data in order to improve your experience. -The data is anonymous and does not include command-line arguments. The data is -collected by Microsoft and shared with the community. You can opt out of -telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 -using your favorite shell. You can read more about .NET Core tools telemetry @ -https://aka.ms/dotnet-cli-telemetry. - -CA Root Certificates for NSS ----------------------------- -.NET Core requires NSS CA certificates installed. The recommended way to -install the certificates is to: - -# pkg install ca_root_nss -# ln -s /usr/local/share/certs/ca-root-nss.crt \ - /compat/linux/etc/pki/tls/certs/ca-bundle.crt - -Failed to initialize CoreCLR, HRESULT: 0x8007001F -------------------------------------------------- -.NET core may produce the above error message if the system has exceeded -capacity for wired memory, or is unprivileged allocations of wired memory is -not permitted. - -To ensure unprivileged allocation of wired memory is allowed, as root: - -# sysctl security.bsd.unprivileged_mlock=1 - -To preserve this setting across reboots, append the following to -/etc/sysctl.conf: - -security.bsd.unprivileged_mlock=1 - -To check the usage and limit of wired memory see the 'vm.stats.vm.v_wire_count' -and 'vm.max_wired' sysctl(8) respectively. To increase the wired memory -capacity set 'vm.max_wired' to a value greater than 'vm.stats.vm.v_wire_count'. -.NET Core only requires ~128k wired memory per running application. - -For example, if one has: - -# sysctl vm.stats.vm.v_wire_count -vm.stats.vm.v_wire_count: 1332146 -# sysctl vm.max_wired -vm.max_wired: 1331964 - -then increasing 'vm.max_wired' will enable .NET Core to run: - -# sysctl vm.max_wired=1333000 -EOM -} -] diff --git a/lang/linux-dotnet-runtime/Makefile b/lang/linux-dotnet-runtime/Makefile deleted file mode 100644 index 2cc47fc22d5a..000000000000 --- a/lang/linux-dotnet-runtime/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -PORTNAME?= dotnet-runtime -DISTVERSION?= 2.0.7 -DISTVERSIONSUFFIX= -linux-x64 -CATEGORIES= lang -MASTER_SITES?= https://download.microsoft.com/download/E/F/7/EF7302FE-4F84-4529-9E3A-893450F76501/ -PKGNAMEPREFIX= linux- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform .NET implementation -WWW= https://www.microsoft.com/net/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Ancient version, no practical use -EXPIRATION_DATE=2025-07-01 - -ONLY_FOR_ARCHS= amd64 - -.if ${PORTNAME} != dotnet-cli -RUN_DEPENDS= dotnet:lang/linux-dotnet-cli -.endif - -USES= linux:c7 -USE_LINUX?= curl icu libunwind lttng-ust openssl - -DATADIR= ${PREFIX}/share/dotnet -NO_BUILD= yes -NO_WRKSUBDIR= yes - -SLAVEDIR= ${.CURDIR} -DISTINFO_FILE?= ${SLAVEDIR}/distinfo -PLIST= ${SLAVEDIR}/pkg-plist -PLIST_SUB= VERSION=${DISTVERSION} - -BINFILES?= shared/Microsoft.NETCore.App/${DISTVERSION}/createdump - -.if !target(do-install) -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - ${RM} ${STAGEDIR}${DATADIR}/dotnet ${STAGEDIR}${DATADIR}/LICENSE.txt ${STAGEDIR}${DATADIR}/ThirdPartyNotices.txt -.for bin in ${BINFILES} - ${RM} ${STAGEDIR}${DATADIR}/${bin} - ${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${STAGEDIR}${DATADIR}/${bin} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/lang/linux-dotnet-runtime/distinfo b/lang/linux-dotnet-runtime/distinfo deleted file mode 100644 index e75794bb3cd5..000000000000 --- a/lang/linux-dotnet-runtime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529167019 -SHA256 (dotnet-runtime-2.0.7-linux-x64.tar.gz) = 680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71 -SIZE (dotnet-runtime-2.0.7-linux-x64.tar.gz) = 26026608 diff --git a/lang/linux-dotnet-runtime/pkg-descr b/lang/linux-dotnet-runtime/pkg-descr deleted file mode 100644 index 2966c8588f57..000000000000 --- a/lang/linux-dotnet-runtime/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -.NET Core is a free and open-source managed software framework. It consists of -CoreCLR, a complete runtime implementation of CLR, the virtual machine that -manages the execution of .NET programs. CoreCLR comes with an improved -just-in-time compiler, called RyuJIT. .NET Core also includes CoreFX, which is -a partial fork of FCL. While .NET Core shares a subset of .NET Framework APIs, -it comes with its own API that is not part of .NET Framework. Further, -.NET Core contains CoreRT, the .NET Native runtime optimized to be integrated -into AOT compiled native binaries. A variant of the .NET Core library is used -for UWP. .NET Core's command-line interface offers an execution entry point -for operating systems and provides developer services like compilation and -package management. - -.NET Core supports four cross-platform scenarios: ASP.NET Core web apps, -command-line apps, libraries, and Universal Windows Platform apps. It does not -implement Windows Forms or WPF which render the standard GUI for desktop -software on Windows. .NET Core is also modular, meaning that instead of -assemblies, developers work with NuGet packages. Unlike .NET Framework, which -is serviced using Windows Update, .NET Core relies on its package manager to -receive updates. diff --git a/lang/linux-dotnet-runtime/pkg-plist b/lang/linux-dotnet-runtime/pkg-plist deleted file mode 100644 index 465b9bbc742a..000000000000 --- a/lang/linux-dotnet-runtime/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -%%DATADIR%%/host/fxr/%%VERSION%%/libhostfxr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/.version -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CSharp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.NETCore.App.deps.json -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.VisualBasic.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Registry.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/SOS.NETCore.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.AppContext.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Buffers.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Concurrent.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Immutable.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.NonGeneric.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Specialized.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Annotations.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Composition.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.DataAnnotations.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Configuration.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Console.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Core.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Data.Common.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Data.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Contracts.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Debug.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Process.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.StackTrace.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tools.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.TraceSource.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tracing.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Drawing.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Drawing.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Dynamic.Runtime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Calendars.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.FileSystem.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.ZipFile.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.AccessControl.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.IsolatedStorage.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Pipes.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Expressions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Parallel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Queryable.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.a -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.HttpListener.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Mail.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.NameResolution.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.NetworkInformation.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Ping.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Requests.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.ServicePoint.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Sockets.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebClient.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebHeaderCollection.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebProxy.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebSockets.Client.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebSockets.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Numerics.Vectors.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Numerics.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ObjectModel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.CoreLib.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.DataContractSerialization.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Uri.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Xml.Linq.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Xml.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.DispatchProxy.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Metadata.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.TypeExtensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.Reader.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.ResourceManager.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.Writer.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Handles.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.WindowsRuntime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Loader.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Numerics.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Json.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.AccessControl.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Claims.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Cng.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Csp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.Windows.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.SecureString.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ServiceModel.Web.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ServiceProcess.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.RegularExpressions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Overlapped.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Thread.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.ThreadPool.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Timer.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Transactions.Local.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Transactions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ValueTuple.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Web.HttpUtility.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Web.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Windows.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.Linq.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.ReaderWriter.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.Serialization.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.XDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XmlDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XmlSerializer.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/WindowsBase.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/createdump -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libclrjit.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclrtraceptprovider.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libdbgshim.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libhostpolicy.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordaccore.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordbi.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsos.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsosplugin.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/mscorlib.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/netstandard.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/sosdocsunix.txt diff --git a/lang/linux-dotnet-sdk/Makefile b/lang/linux-dotnet-sdk/Makefile deleted file mode 100644 index 45ef8eed2fa6..000000000000 --- a/lang/linux-dotnet-sdk/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -PORTNAME?= dotnet-sdk -DISTVERSION?= 2.1.201 -DISTVERSIONSUFFIX= -linux-x64 -CATEGORIES= lang -MASTER_SITES?= https://download.microsoft.com/download/C/7/D/C7DCA2DE-7163-45D1-A05A-5112DAF51445/ -PKGNAMEPREFIX= linux- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform .NET implementation (Software Development Kit) -WWW= https://www.microsoft.com/net/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -ONLY_FOR_ARCHS= amd64 - -BUILD_DEPENDS= ${LOCALBASE}/bin/lzma:archivers/lzma \ - zip:archivers/zip -RUN_DEPENDS?= linux-dotnet-runtime>=2.0.6:lang/linux-dotnet-runtime - -USES= linux:c7 python:build - -DATADIR= ${PREFIX}/share/dotnet -DESCR= ${.CURDIR}/../linux-dotnet-runtime/pkg-descr -EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions \ - --include LICENSE.txt --include sdk ${EXTRACT_EXTRA_ARGS} -EXTRACT_EXTRA_ARGS?= --include additionalDeps --include store -NO_WRKSUBDIR= yes - -SLAVEDIR= ${.CURDIR} -DISTINFO_FILE= ${SLAVEDIR}/distinfo -PLIST= ${SLAVEDIR}/pkg-plist -PLIST_SUB= VERSION=${DISTVERSION} - -BINFILES?= -SCRIPTFILES?= - -do-build: - ${LOCALBASE}/bin/lzma d ${WRKSRC}/sdk/${DISTVERSION}/nuGetPackagesArchive.lzma \ - ${WRKSRC}/sdk/${DISTVERSION}/nuGetPackagesArchive.zip - ${PYTHON_CMD} ${FILESDIR}/extract.py \ - ${WRKSRC}/sdk/${DISTVERSION}/nuGetPackagesArchive.zip \ - ${WRKSRC}/sdk/NuGetFallbackFolder - ${RM} ${WRKSRC}/sdk/${DISTVERSION}/nuGetPackagesArchive.lzma \ - ${WRKSRC}/sdk/${DISTVERSION}/nuGetPackagesArchive.zip - ${TOUCH} ${WRKSRC}/sdk/NuGetFallbackFolder/${DISTVERSION}.dotnetSentinel - -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} -.for bin in ${BINFILES} - ${RM} ${STAGEDIR}${DATADIR}/${bin} - ${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${STAGEDIR}${DATADIR}/${bin} -.endfor -.for bin in ${SCRIPTFILES} - ${RM} ${STAGEDIR}${DATADIR}/${bin} - ${INSTALL_SCRIPT} ${WRKSRC}/${bin} ${STAGEDIR}${DATADIR}/${bin} -.endfor - ${RM} ${STAGEDIR}${DATADIR}/LICENSE.txt - -.include <bsd.port.mk> diff --git a/lang/linux-dotnet-sdk/distinfo b/lang/linux-dotnet-sdk/distinfo deleted file mode 100644 index 3961d9c24191..000000000000 --- a/lang/linux-dotnet-sdk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529166946 -SHA256 (dotnet-sdk-2.1.201-linux-x64.tar.gz) = e246a289ea298fb154d781f1e55d676b9d64da0bb51a753eaec76807c02c3ba1 -SIZE (dotnet-sdk-2.1.201-linux-x64.tar.gz) = 170197700 diff --git a/lang/linux-dotnet-sdk/files/extract.py b/lang/linux-dotnet-sdk/files/extract.py deleted file mode 100644 index 3e18f81b7244..000000000000 --- a/lang/linux-dotnet-sdk/files/extract.py +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env python - -from copy import copy -from os import chdir, makedirs, rename -from os.path import basename, dirname, isdir, isfile, join -from sys import argv -from zipfile import ZIP_DEFLATED, ZipFile, ZipInfo - -def parse(destdir, entry): - target, source = entry.decode('utf-8').strip().split('|') - target = target.split('::') - return join(destdir, target[0]), None if len(target) == 1 else target[1], source - - -def main(archivefile, destdir): - archives = {} - seen = [] - with ZipFile(archivefile, 'r') as archive: - for entry in archive.open("index.txt"): - target, entry_name, source = parse(destdir, entry) - data = archive.read(source) - path = dirname(target) - if not isdir(path): - makedirs(path) - if entry_name is None: - with open(target, 'wb') as file: - file.write(data) - else: - if target not in archives: - archives[target] = ZipFile(target, 'w', ZIP_DEFLATED) - zipinfo = copy(archive.getinfo(source)) - zipinfo.filename = entry_name - archives[target].writestr(zipinfo, data) - for archive in archives.values(): - archive.close() - - -if __name__ == "__main__": - main(*argv[1:]) diff --git a/lang/linux-dotnet-sdk/pkg-plist b/lang/linux-dotnet-sdk/pkg-plist deleted file mode 100644 index 66235f16ff14..000000000000 --- a/lang/linux-dotnet-sdk/pkg-plist +++ /dev/null @@ -1,11787 +0,0 @@ -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.3/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.5/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.6/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.7/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.3/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.5/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.6/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json -%%DATADIR%%/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.7/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json -%%DATADIR%%/sdk/%%VERSION%%/.version -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.props -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets -%%DATADIR%%/sdk/%%VERSION%%/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets -%%DATADIR%%/sdk/%%VERSION%%/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll -%%DATADIR%%/sdk/%%VERSION%%/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll -%%DATADIR%%/sdk/%%VERSION%%/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll -%%DATADIR%%/sdk/%%VERSION%%/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Build.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Compiler.Interactive.Settings.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Compiler.Private.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.DiaSymReader.PortablePdb.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.DiaSymReader.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.NetSdk.props -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.NetSdk.targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.Overrides.NetSdk.targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.Targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.Portable.FSharp.Targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/RunFsc.cmd -%%DATADIR%%/sdk/%%VERSION%%/FSharp/RunFsc.sh -%%DATADIR%%/sdk/%%VERSION%%/FSharp/default.win32manifest -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsc.deps.json -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsc.exe -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsc.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsi.exe -%%DATADIR%%/sdk/%%VERSION%%/MSBuild.deps.json -%%DATADIR%%/sdk/%%VERSION%%/MSBuild.dll -%%DATADIR%%/sdk/%%VERSION%%/MSBuild.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.Framework.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.Tasks.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.Utilities.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.overridetasks -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.tasks -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Archive.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Cli.CommandLine.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Cli.Sln.Internal.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Cli.Utils.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Configurer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.InternalAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.ProjectJsonMigration.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.TestFramework.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Tools.MigrateCommand.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Extensions.CommandLineUtils.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETCoreSdk.BundledVersions.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.CurrentVersion.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Abstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Cli.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Core.Contracts.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Edge.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Utils.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.Build.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.CommunicationUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.CoreUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.CrossPlatEngine.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.PlatformAbstractions.deps.json -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.Utilities.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudio.TestPlatform.Client.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudio.TestPlatform.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudioVersion.v11.Common.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudioVersion.v12.Common.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudioVersion.v14.Common.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netfx.force.conflicts.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/_._ -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Data.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.IO.Compression.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Http.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Sockets.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.SecureString.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/netfx.force.conflicts.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/Microsoft.NET.Build.Extensions.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Buffers.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Linq.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Threading.dll -%%DATADIR%%/sdk/%%VERSION%%/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Build.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.CommandLine.XPlat.deps.json -%%DATADIR%%/sdk/%%VERSION%%/NuGet.CommandLine.XPlat.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.CommandLine.XPlat.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Commands.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Configuration.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Credentials.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.DependencyResolver.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Frameworks.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.LibraryModel.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Packaging.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Packaging.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.ProjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Protocol.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Versioning.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.CSharp.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.Managed.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.VisualBasic.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/RunCsc -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/RunCsc.cmd -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/RunVbc -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/RunVbc.cmd -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/VBCSCompiler.deps.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/VBCSCompiler.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/VBCSCompiler.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/csc.deps.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/csc.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/csc.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.AccessControl.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win/lib/netstandard1.3/System.IO.Pipes.AccessControl.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/vbc.deps.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/vbc.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/vbc.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.AccessControl.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/lib/netstandard1.3/System.IO.Pipes.AccessControl.dll -%%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/NuGet.MSBuildSdkResolver.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/GenerateDeps/GenerateDeps.proj -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeStore.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ConflictResolution.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.NuGetOfflineCache.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharpTargetsShim.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.SupportedTargetFrameworks.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.AppContext.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Buffers.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Linq.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.ObjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Emit.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.Thread.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/.signature.p7s -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.xml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.xml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets -%%DATADIR%%/sdk/%%VERSION%%/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Xml.XPath.XmlDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta3-20171117-314.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta3-20171117-314.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.2-beta3-20180408-1569068.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.web.itemtemplates.2.0.8.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.web.projecttemplates.2.0.2.0.8.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.web.spa.projecttemplates.2.0.8.nupkg -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.CoreUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.Utilities.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/System.Collections.Immutable.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/datacollector.exe -%%DATADIR%%/sdk/%%VERSION%%/TestHost/datacollector.exe.config -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.exe -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.exe.config -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.x86.exe -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.x86.exe.config -%%DATADIR%%/sdk/%%VERSION%%/TestHost/x64/msdia140.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/x64/msdia140.dll.manifest -%%DATADIR%%/sdk/%%VERSION%%/TestHost/x86/msdia140.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/x86/msdia140.dll.manifest -%%DATADIR%%/sdk/%%VERSION%%/datacollector.deps.json -%%DATADIR%%/sdk/%%VERSION%%/datacollector.dll -%%DATADIR%%/sdk/%%VERSION%%/datacollector.dll.config -%%DATADIR%%/sdk/%%VERSION%%/datacollector.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/dotnet.deps.json -%%DATADIR%%/sdk/%%VERSION%%/dotnet.dll -%%DATADIR%%/sdk/%%VERSION%%/dotnet.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/minimumMSBuildVersion -%%DATADIR%%/sdk/%%VERSION%%/package.deps.json -%%DATADIR%%/sdk/%%VERSION%%/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.deps.json -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.dll -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.dll.config -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.dotnet.watcher.tools/2.0.2/netcoreapp2.0/microsoft.dotnet.watcher.tools.nuget.cache -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.dotnet.watcher.tools/2.0.2/netcoreapp2.0/project.assets.json -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.entityframeworkcore.tools.dotnet/2.0.3/netcoreapp2.0/microsoft.entityframeworkcore.tools.dotnet.nuget.cache -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.entityframeworkcore.tools.dotnet/2.0.3/netcoreapp2.0/project.assets.json -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.extensions.caching.sqlconfig.tools/2.0.2/netcoreapp2.0/microsoft.extensions.caching.sqlconfig.tools.nuget.cache -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.extensions.caching.sqlconfig.tools/2.0.2/netcoreapp2.0/project.assets.json -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.extensions.secretmanager.tools/2.0.2/netcoreapp2.0/microsoft.extensions.secretmanager.tools.nuget.cache -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.extensions.secretmanager.tools/2.0.2/netcoreapp2.0/project.assets.json -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.visualstudio.web.codegeneration.tools/2.0.4/netcoreapp2.0/microsoft.visualstudio.web.codegeneration.tools.nuget.cache -%%DATADIR%%/sdk/NuGetFallbackFolder/.tools/microsoft.visualstudio.web.codegeneration.tools/2.0.4/netcoreapp2.0/project.assets.json -%%DATADIR%%/sdk/NuGetFallbackFolder/%%VERSION%%.dotnetSentinel -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/License.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/libuv.1.10.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/libuv.1.10.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/libuv.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/linux-arm/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/linux-arm64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/linux-armel/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/linux-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/osx/native/libuv.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/win-arm/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/win-x64/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.10.0/runtimes/win-x86/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/lib/net451/Microsoft.ApplicationInsights.AspNetCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/lib/net451/Microsoft.ApplicationInsights.AspNetCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/microsoft.applicationinsights.aspnetcore.2.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.aspnetcore/2.1.1/microsoft.applicationinsights.aspnetcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/content/ApplicationInsights.config.install.xdt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/content/ApplicationInsights.config.transform -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/content/ApplicationInsights.config.uninstall.xdt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/net40/Microsoft.AI.DependencyCollector.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/net40/Microsoft.AI.DependencyCollector.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/net45/Microsoft.AI.DependencyCollector.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/net45/Microsoft.AI.DependencyCollector.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/microsoft.applicationinsights.dependencycollector.2.4.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights.dependencycollector/2.4.1/microsoft.applicationinsights.dependencycollector.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/net40/Microsoft.ApplicationInsights.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/net40/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/net45/Microsoft.ApplicationInsights.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/net45/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/net46/Microsoft.ApplicationInsights.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/net46/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/portable-win81+wpa81/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/uap10.0/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/lib/wp8/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/microsoft.applicationinsights.2.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/microsoft.applicationinsights.2.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.applicationinsights/2.4.0/microsoft.applicationinsights.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/PublishWithAspNetCoreTargetManifest.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.0-common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.0-linux-x64.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.0-osx-x64.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.0-win7-x64.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.0-win7-x86.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.3.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.5.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.6.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.7.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/aspnetcore-store-2.0.8.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/build/netcoreapp2.0/Microsoft.AspNetCore.All.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/microsoft.aspnetcore.all.2.0.8.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/microsoft.aspnetcore.all.2.0.8.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.all/2.0.8/microsoft.aspnetcore.all.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.0.3/microsoft.aspnetcore.antiforgery.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.0.3/microsoft.aspnetcore.antiforgery.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/2.0.3/microsoft.aspnetcore.antiforgery.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/lib/net461/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/lib/net461/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/microsoft.aspnetcore.applicationinsights.hostingstartup.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.0.3/microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.0.3/microsoft.aspnetcore.authentication.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.abstractions/2.0.3/microsoft.aspnetcore.authentication.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.0.4/microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.0.4/microsoft.aspnetcore.authentication.cookies.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/2.0.4/microsoft.aspnetcore.authentication.cookies.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.0.3/microsoft.aspnetcore.authentication.core.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.0.3/microsoft.aspnetcore.authentication.core.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.core/2.0.3/microsoft.aspnetcore.authentication.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.0.4/microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.0.4/microsoft.aspnetcore.authentication.facebook.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.facebook/2.0.4/microsoft.aspnetcore.authentication.facebook.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.google/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.google/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.google/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.google/2.0.4/microsoft.aspnetcore.authentication.google.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.google/2.0.4/microsoft.aspnetcore.authentication.google.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.google/2.0.4/microsoft.aspnetcore.authentication.google.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/microsoft.aspnetcore.authentication.jwtbearer.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/microsoft.aspnetcore.authentication.jwtbearer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/microsoft.aspnetcore.authentication.microsoftaccount.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/microsoft.aspnetcore.authentication.microsoftaccount.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.0.4/microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.0.4/microsoft.aspnetcore.authentication.oauth.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.oauth/2.0.4/microsoft.aspnetcore.authentication.oauth.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.0.4/microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.0.4/microsoft.aspnetcore.authentication.openidconnect.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.openidconnect/2.0.4/microsoft.aspnetcore.authentication.openidconnect.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.0.4/microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.0.4/microsoft.aspnetcore.authentication.twitter.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.twitter/2.0.4/microsoft.aspnetcore.authentication.twitter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.0.4/microsoft.aspnetcore.authentication.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.0.4/microsoft.aspnetcore.authentication.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/2.0.4/microsoft.aspnetcore.authentication.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.0.4/microsoft.aspnetcore.authorization.policy.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.0.4/microsoft.aspnetcore.authorization.policy.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization.policy/2.0.4/microsoft.aspnetcore.authorization.policy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.0.4/microsoft.aspnetcore.authorization.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.0.4/microsoft.aspnetcore.authorization.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/2.0.4/microsoft.aspnetcore.authorization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/lib/net461/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/lib/net461/Microsoft.AspNetCore.AzureAppServices.HostingStartup.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/microsoft.aspnetcore.azureappservices.hostingstartup.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/microsoft.aspnetcore.azureappservices.hostingstartup.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservicesintegration/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservicesintegration/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservicesintegration/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservicesintegration/2.0.3/microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservicesintegration/2.0.3/microsoft.aspnetcore.azureappservicesintegration.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.azureappservicesintegration/2.0.3/microsoft.aspnetcore.azureappservicesintegration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.4/microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.4/microsoft.aspnetcore.cookiepolicy.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.4/microsoft.aspnetcore.cookiepolicy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.0.3/microsoft.aspnetcore.cors.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.0.3/microsoft.aspnetcore.cors.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/2.0.3/microsoft.aspnetcore.cors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.0.3/microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.0.3/microsoft.aspnetcore.cryptography.internal.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/2.0.3/microsoft.aspnetcore.cryptography.internal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/microsoft.aspnetcore.cryptography.keyderivation.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/microsoft.aspnetcore.cryptography.keyderivation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/microsoft.aspnetcore.dataprotection.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/microsoft.aspnetcore.dataprotection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/microsoft.aspnetcore.dataprotection.azurestorage.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/microsoft.aspnetcore.dataprotection.azurestorage.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.0.3/microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.0.3/microsoft.aspnetcore.dataprotection.extensions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.extensions/2.0.3/microsoft.aspnetcore.dataprotection.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.0.3/microsoft.aspnetcore.dataprotection.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.0.3/microsoft.aspnetcore.dataprotection.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/2.0.3/microsoft.aspnetcore.dataprotection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/microsoft.aspnetcore.diagnostics.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/microsoft.aspnetcore.diagnostics.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/microsoft.aspnetcore.diagnostics.entityframeworkcore.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/microsoft.aspnetcore.diagnostics.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.0.3/microsoft.aspnetcore.diagnostics.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.0.3/microsoft.aspnetcore.diagnostics.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/2.0.3/microsoft.aspnetcore.diagnostics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.0.3/microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.0.3/microsoft.aspnetcore.hosting.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/2.0.3/microsoft.aspnetcore.hosting.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/microsoft.aspnetcore.hosting.server.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/microsoft.aspnetcore.hosting.server.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.0.3/microsoft.aspnetcore.hosting.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.0.3/microsoft.aspnetcore.hosting.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/2.0.3/microsoft.aspnetcore.hosting.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.0.2/microsoft.aspnetcore.html.abstractions.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.0.2/microsoft.aspnetcore.html.abstractions.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/2.0.2/microsoft.aspnetcore.html.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.0.3/microsoft.aspnetcore.http.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.0.3/microsoft.aspnetcore.http.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/2.0.3/microsoft.aspnetcore.http.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.0.3/microsoft.aspnetcore.http.extensions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.0.3/microsoft.aspnetcore.http.extensions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/2.0.3/microsoft.aspnetcore.http.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.0.3/microsoft.aspnetcore.http.features.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.0.3/microsoft.aspnetcore.http.features.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/2.0.3/microsoft.aspnetcore.http.features.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/2.0.3/microsoft.aspnetcore.http.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/2.0.3/microsoft.aspnetcore.http.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/2.0.3/microsoft.aspnetcore.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.0.3/microsoft.aspnetcore.httpoverrides.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.0.3/microsoft.aspnetcore.httpoverrides.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/2.0.3/microsoft.aspnetcore.httpoverrides.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/microsoft.aspnetcore.identity.entityframeworkcore.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/microsoft.aspnetcore.identity.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Identity.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.0.3/microsoft.aspnetcore.identity.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.0.3/microsoft.aspnetcore.identity.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/2.0.3/microsoft.aspnetcore.identity.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/2.0.0/microsoft.aspnetcore.jsonpatch.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/2.0.0/microsoft.aspnetcore.jsonpatch.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/2.0.0/microsoft.aspnetcore.jsonpatch.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.0.3/microsoft.aspnetcore.localization.routing.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.0.3/microsoft.aspnetcore.localization.routing.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization.routing/2.0.3/microsoft.aspnetcore.localization.routing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.0.3/microsoft.aspnetcore.localization.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.0.3/microsoft.aspnetcore.localization.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/2.0.3/microsoft.aspnetcore.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.0.3/microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.0.3/microsoft.aspnetcore.middlewareanalysis.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.middlewareanalysis/2.0.3/microsoft.aspnetcore.middlewareanalysis.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.0.4/microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.0.4/microsoft.aspnetcore.mvc.abstractions.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/2.0.4/microsoft.aspnetcore.mvc.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/microsoft.aspnetcore.mvc.apiexplorer.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/microsoft.aspnetcore.mvc.apiexplorer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/2.0.4/microsoft.aspnetcore.mvc.core.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/2.0.4/microsoft.aspnetcore.mvc.core.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/2.0.4/microsoft.aspnetcore.mvc.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.0.4/microsoft.aspnetcore.mvc.cors.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.0.4/microsoft.aspnetcore.mvc.cors.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/2.0.4/microsoft.aspnetcore.mvc.cors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.0.4/microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.0.4/microsoft.aspnetcore.mvc.dataannotations.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/2.0.4/microsoft.aspnetcore.mvc.dataannotations.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.0.4/microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.0.4/microsoft.aspnetcore.mvc.formatters.json.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/2.0.4/microsoft.aspnetcore.mvc.formatters.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/microsoft.aspnetcore.mvc.formatters.xml.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/microsoft.aspnetcore.mvc.formatters.xml.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.0.4/microsoft.aspnetcore.mvc.localization.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.0.4/microsoft.aspnetcore.mvc.localization.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/2.0.4/microsoft.aspnetcore.mvc.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/lib/net46/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/lib/net46/Microsoft.AspNetCore.Mvc.Razor.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/microsoft.aspnetcore.mvc.razor.extensions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/microsoft.aspnetcore.mvc.razor.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation-x64.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation-x86.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/build/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/microsoft.aspnetcore.mvc.razor.viewcompilation.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.viewcompilation/2.0.4/microsoft.aspnetcore.mvc.razor.viewcompilation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.0.4/microsoft.aspnetcore.mvc.razor.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.0.4/microsoft.aspnetcore.mvc.razor.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/2.0.4/microsoft.aspnetcore.mvc.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.0.4/microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.0.4/microsoft.aspnetcore.mvc.razorpages.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razorpages/2.0.4/microsoft.aspnetcore.mvc.razorpages.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.0.4/microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.0.4/microsoft.aspnetcore.mvc.taghelpers.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/2.0.4/microsoft.aspnetcore.mvc.taghelpers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/microsoft.aspnetcore.mvc.viewfeatures.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/microsoft.aspnetcore.mvc.viewfeatures.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.0.4/microsoft.aspnetcore.mvc.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.0.4/microsoft.aspnetcore.mvc.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/2.0.4/microsoft.aspnetcore.mvc.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.0.4/microsoft.aspnetcore.nodeservices.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.0.4/microsoft.aspnetcore.nodeservices.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.nodeservices/2.0.4/microsoft.aspnetcore.nodeservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Owin.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.0.3/microsoft.aspnetcore.owin.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.0.3/microsoft.aspnetcore.owin.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.owin/2.0.3/microsoft.aspnetcore.owin.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/lib/net46/Microsoft.AspNetCore.Razor.Language.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/lib/net46/Microsoft.AspNetCore.Razor.Language.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/microsoft.aspnetcore.razor.language.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/microsoft.aspnetcore.razor.language.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.language/2.0.3/microsoft.aspnetcore.razor.language.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.0.3/microsoft.aspnetcore.razor.runtime.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.0.3/microsoft.aspnetcore.razor.runtime.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/2.0.3/microsoft.aspnetcore.razor.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.0.3/microsoft.aspnetcore.razor.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.0.3/microsoft.aspnetcore.razor.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/2.0.3/microsoft.aspnetcore.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/microsoft.aspnetcore.responsecaching.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/microsoft.aspnetcore.responsecaching.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.0.3/microsoft.aspnetcore.responsecaching.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.0.3/microsoft.aspnetcore.responsecaching.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching/2.0.3/microsoft.aspnetcore.responsecaching.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/lib/net461/Microsoft.AspNetCore.ResponseCompression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/lib/net461/Microsoft.AspNetCore.ResponseCompression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/microsoft.aspnetcore.responsecompression.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/microsoft.aspnetcore.responsecompression.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecompression/2.0.3/microsoft.aspnetcore.responsecompression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.0.3/microsoft.aspnetcore.rewrite.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.0.3/microsoft.aspnetcore.rewrite.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.rewrite/2.0.3/microsoft.aspnetcore.rewrite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.0.3/microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.0.3/microsoft.aspnetcore.routing.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/2.0.3/microsoft.aspnetcore.routing.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Routing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/2.0.3/microsoft.aspnetcore.routing.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/2.0.3/microsoft.aspnetcore.routing.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/2.0.3/microsoft.aspnetcore.routing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.0.4/microsoft.aspnetcore.server.httpsys.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.0.4/microsoft.aspnetcore.server.httpsys.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.httpsys/2.0.4/microsoft.aspnetcore.server.httpsys.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/2.0.3/microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/2.0.3/microsoft.aspnetcore.server.iisintegration.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/2.0.3/microsoft.aspnetcore.server.iisintegration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.0.3/microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.0.3/microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.core/2.0.3/microsoft.aspnetcore.server.kestrel.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.0.3/microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.0.3/microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.https/2.0.3/microsoft.aspnetcore.server.kestrel.https.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/microsoft.aspnetcore.server.kestrel.transport.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/microsoft.aspnetcore.server.kestrel.transport.libuv.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/microsoft.aspnetcore.server.kestrel.transport.libuv.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.0.3/microsoft.aspnetcore.server.kestrel.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.0.3/microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/2.0.3/microsoft.aspnetcore.server.kestrel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Session.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.0.3/microsoft.aspnetcore.session.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.0.3/microsoft.aspnetcore.session.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.session/2.0.3/microsoft.aspnetcore.session.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.0.4/microsoft.aspnetcore.spaservices.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.0.4/microsoft.aspnetcore.spaservices.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.spaservices/2.0.4/microsoft.aspnetcore.spaservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.0.3/microsoft.aspnetcore.staticfiles.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.0.3/microsoft.aspnetcore.staticfiles.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/2.0.3/microsoft.aspnetcore.staticfiles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.websockets/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.websockets/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.websockets/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.websockets/2.0.3/microsoft.aspnetcore.websockets.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.websockets/2.0.3/microsoft.aspnetcore.websockets.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.websockets/2.0.3/microsoft.aspnetcore.websockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.3/microsoft.aspnetcore.webutilities.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.3/microsoft.aspnetcore.webutilities.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/2.0.3/microsoft.aspnetcore.webutilities.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.0.3/microsoft.aspnetcore.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.0.3/microsoft.aspnetcore.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/2.0.3/microsoft.aspnetcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/net452/Microsoft.Azure.KeyVault.WebKey.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/net452/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/net452/Microsoft.Azure.KeyVault.WebKey.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/microsoft.azure.keyvault.webkey.2.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/microsoft.azure.keyvault.webkey.2.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault.webkey/2.0.7/microsoft.azure.keyvault.webkey.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/net452/Microsoft.Azure.KeyVault.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/net452/Microsoft.Azure.KeyVault.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/net452/Microsoft.Azure.KeyVault.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/microsoft.azure.keyvault.2.3.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/microsoft.azure.keyvault.2.3.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.azure.keyvault/2.3.2/microsoft.azure.keyvault.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/lib/net46/Microsoft.Build.Framework.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/lib/net46/Microsoft.Build.Framework.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/lib/netstandard1.3/Microsoft.Build.Framework.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/lib/netstandard1.3/Microsoft.Build.Framework.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/microsoft.build.framework.15.3.409.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/microsoft.build.framework.15.3.409.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.framework/15.3.409/microsoft.build.framework.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/15.0/Microsoft.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/MSBuild.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/MSBuild.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.CSharp.CrossTargeting.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.CSharp.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.CSharp.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Common.CrossTargeting.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Common.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Common.overridetasks -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Common.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Common.tasks -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Data.Entity.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.NETFramework.CurrentVersion.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.NETFramework.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.NETFramework.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.NETFramework.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.ServiceModel.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.VisualBasic.CrossTargeting.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.VisualBasic.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.VisualBasic.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.VisualStudioVersion.v11.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.VisualStudioVersion.v12.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.VisualStudioVersion.v14.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.WinFx.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.WorkflowBuildExtensions.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Microsoft.Xaml.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Workflow.VisualBasic.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/net46/Workflow.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/15.0/Microsoft.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/MSBuild.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/MSBuild.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.CSharp.CrossTargeting.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.CSharp.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.CSharp.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.Common.CrossTargeting.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.Common.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.Common.overridetasks -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.Common.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.Common.tasks -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.NETFramework.CurrentVersion.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.NETFramework.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.NETFramework.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.NETFramework.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.VisualBasic.CrossTargeting.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.VisualBasic.CurrentVersion.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.VisualBasic.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.VisualStudioVersion.v11.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.VisualStudioVersion.v12.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/contentFiles/any/netcoreapp1.0/Microsoft.VisualStudioVersion.v14.Common.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/microsoft.build.runtime.15.3.409.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/microsoft.build.runtime.15.3.409.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.runtime/15.3.409/microsoft.build.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.tasks.core/15.3.409/lib/net46/Microsoft.Build.Tasks.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.tasks.core/15.3.409/lib/netstandard1.3/Microsoft.Build.Tasks.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.tasks.core/15.3.409/microsoft.build.tasks.core.15.3.409.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.tasks.core/15.3.409/microsoft.build.tasks.core.15.3.409.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.tasks.core/15.3.409/microsoft.build.tasks.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/lib/net46/Microsoft.Build.Utilities.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/lib/net46/Microsoft.Build.Utilities.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/lib/netstandard1.3/Microsoft.Build.Utilities.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/lib/netstandard1.3/Microsoft.Build.Utilities.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/microsoft.build.utilities.core.15.3.409.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/microsoft.build.utilities.core.15.3.409.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build.utilities.core/15.3.409/microsoft.build.utilities.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/lib/net46/Microsoft.Build.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/lib/net46/Microsoft.Build.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/lib/netstandard1.5/Microsoft.Build.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/lib/netstandard1.5/Microsoft.Build.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/microsoft.build.15.3.409.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/microsoft.build.15.3.409.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.build/15.3.409/microsoft.build.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/tools/uninstall.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/2.3.1/microsoft.codeanalysis.common.2.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/2.3.1/microsoft.codeanalysis.common.2.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/2.3.1/microsoft.codeanalysis.common.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/2.3.1/microsoft.codeanalysis.csharp.workspaces.2.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/2.3.1/microsoft.codeanalysis.csharp.workspaces.2.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/2.3.1/microsoft.codeanalysis.csharp.workspaces.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/2.3.1/microsoft.codeanalysis.csharp.2.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/2.3.1/microsoft.codeanalysis.csharp.2.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/2.3.1/microsoft.codeanalysis.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/lib/net46/Microsoft.CodeAnalysis.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/lib/net46/Microsoft.CodeAnalysis.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/microsoft.codeanalysis.razor.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/microsoft.codeanalysis.razor.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.razor/2.0.3/microsoft.codeanalysis.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/lib/net46/Microsoft.CodeAnalysis.Workspaces.Desktop.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/lib/net46/Microsoft.CodeAnalysis.Workspaces.Desktop.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/lib/net46/Microsoft.CodeAnalysis.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/lib/net46/Microsoft.CodeAnalysis.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/microsoft.codeanalysis.workspaces.common.2.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/microsoft.codeanalysis.workspaces.common.2.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/2.3.1/microsoft.codeanalysis.workspaces.common.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/netstandard1.3/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/netstandard1.3/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/microsoft.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/netstandard1.3/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/netstandard2.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/microsoft.csharp.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/microsoft.csharp.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/microsoft.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard2.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/netstandard2.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/Microsoft.Data.Edm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/Microsoft.Data.Edm.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/de/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/es/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/fr/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/it/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/ja/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/ko/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/ru/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/zh-Hans/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/net40/zh-Hant/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/de/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/es/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/fr/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/it/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/ja/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/ko/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/ru/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/zh-Hans/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/netstandard1.1/zh-Hant/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.Edm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.Edm.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/Microsoft.Data.Edm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/Microsoft.Data.Edm.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/de/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/es/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/fr/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/it/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/ja/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/ko/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/ru/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/zh-Hans/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/lib/sl4/zh-Hant/Microsoft.Data.Edm.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/microsoft.data.edm.5.8.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/microsoft.data.edm.5.8.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.edm/5.8.2/microsoft.data.edm.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/Microsoft.Data.OData.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/Microsoft.Data.OData.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/de/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/es/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/fr/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/it/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/ja/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/ko/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/ru/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/zh-Hans/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/net40/zh-Hant/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/de/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/es/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/fr/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/it/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/ja/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/ko/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/ru/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/zh-Hans/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/netstandard1.1/zh-Hant/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.OData.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.OData.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/Microsoft.Data.OData.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/Microsoft.Data.OData.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/de/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/es/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/fr/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/it/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/ja/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/ko/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/ru/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/zh-Hans/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/lib/sl4/zh-Hant/Microsoft.Data.OData.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/microsoft.data.odata.5.8.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/microsoft.data.odata.5.8.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.odata/5.8.2/microsoft.data.odata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite.core/2.0.1/lib/netstandard2.0/Microsoft.Data.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite.core/2.0.1/lib/netstandard2.0/Microsoft.Data.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite.core/2.0.1/microsoft.data.sqlite.core.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite.core/2.0.1/microsoft.data.sqlite.core.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite.core/2.0.1/microsoft.data.sqlite.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/2.0.1/microsoft.data.sqlite.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/2.0.1/microsoft.data.sqlite.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/2.0.1/microsoft.data.sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/lib/net45/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/microsoft.dotnet.platformabstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/2.0.3/microsoft.dotnet.platformabstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/lib/netcoreapp2.0/dotnet-watch.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/lib/netcoreapp2.0/dotnet-watch.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/microsoft.dotnet.watcher.tools.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/microsoft.dotnet.watcher.tools.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/microsoft.dotnet.watcher.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/prefercliruntime -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/toolassets/DotNetWatchCommon.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/toolassets/DotNetWatchInner.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.watcher.tools/2.0.2/toolassets/DotNetWatchOuter.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/lib/net461/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/lib/net461/Microsoft.EntityFrameworkCore.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/microsoft.entityframeworkcore.design.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/microsoft.entityframeworkcore.design.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/2.0.3/microsoft.entityframeworkcore.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.3/microsoft.entityframeworkcore.inmemory.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.3/microsoft.entityframeworkcore.inmemory.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.3/microsoft.entityframeworkcore.inmemory.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/2.0.3/microsoft.entityframeworkcore.relational.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/2.0.3/microsoft.entityframeworkcore.relational.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/2.0.3/microsoft.entityframeworkcore.relational.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.core/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.core/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.core/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.core/2.0.3/microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.core/2.0.3/microsoft.entityframeworkcore.sqlite.core.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.core/2.0.3/microsoft.entityframeworkcore.sqlite.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/2.0.3/microsoft.entityframeworkcore.sqlite.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/2.0.3/microsoft.entityframeworkcore.sqlite.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/2.0.3/microsoft.entityframeworkcore.sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/2.0.3/microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/2.0.3/microsoft.entityframeworkcore.sqlserver.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/2.0.3/microsoft.entityframeworkcore.sqlserver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/lib/netcoreapp2.0/dotnet-ef.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/lib/netcoreapp2.0/dotnet-ef.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/microsoft.entityframeworkcore.tools.dotnet.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/microsoft.entityframeworkcore.tools.dotnet.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/microsoft.entityframeworkcore.tools.dotnet.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/prefercliruntime -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/tools/net461/ef.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/tools/net461/ef.x86.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/tools/netcoreapp2.0/ef.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools.dotnet/2.0.3/tools/netcoreapp2.0/ef.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/lib/netstandard2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/microsoft.entityframeworkcore.tools.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/microsoft.entityframeworkcore.tools.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/microsoft.entityframeworkcore.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/EntityFrameworkCore.PowerShell2.psd1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/EntityFrameworkCore.PowerShell2.psm1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/EntityFrameworkCore.psd1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/EntityFrameworkCore.psm1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/about_EntityFrameworkCore.help.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/init.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/net461/ef.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/net461/ef.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/net461/ef.x86.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/net461/ef.x86.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/netcoreapp2.0/ef.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/2.0.3/tools/netcoreapp2.0/ef.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/2.0.3/microsoft.entityframeworkcore.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/2.0.3/microsoft.entityframeworkcore.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/2.0.3/microsoft.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.0.2/microsoft.extensions.caching.abstractions.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.0.2/microsoft.extensions.caching.abstractions.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/2.0.2/microsoft.extensions.caching.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.0.2/microsoft.extensions.caching.memory.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.0.2/microsoft.extensions.caching.memory.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/2.0.2/microsoft.extensions.caching.memory.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.0.2/microsoft.extensions.caching.redis.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.0.2/microsoft.extensions.caching.redis.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.redis/2.0.2/microsoft.extensions.caching.redis.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/lib/netcoreapp2.0/dotnet-sql-cache.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/lib/netcoreapp2.0/dotnet-sql-cache.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/microsoft.extensions.caching.sqlconfig.tools.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/microsoft.extensions.caching.sqlconfig.tools.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/microsoft.extensions.caching.sqlconfig.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlconfig.tools/2.0.2/prefercliruntime -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.0.2/microsoft.extensions.caching.sqlserver.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.0.2/microsoft.extensions.caching.sqlserver.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.sqlserver/2.0.2/microsoft.extensions.caching.sqlserver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.0.2/microsoft.extensions.configuration.abstractions.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.0.2/microsoft.extensions.configuration.abstractions.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/2.0.2/microsoft.extensions.configuration.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.0.2/microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.0.2/microsoft.extensions.configuration.azurekeyvault.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.azurekeyvault/2.0.2/microsoft.extensions.configuration.azurekeyvault.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.0.2/microsoft.extensions.configuration.binder.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.0.2/microsoft.extensions.configuration.binder.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/2.0.2/microsoft.extensions.configuration.binder.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.0.2/microsoft.extensions.configuration.commandline.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.0.2/microsoft.extensions.configuration.commandline.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.commandline/2.0.2/microsoft.extensions.configuration.commandline.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.0.2/microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.0.2/microsoft.extensions.configuration.environmentvariables.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/2.0.2/microsoft.extensions.configuration.environmentvariables.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.0.2/microsoft.extensions.configuration.fileextensions.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.0.2/microsoft.extensions.configuration.fileextensions.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/2.0.2/microsoft.extensions.configuration.fileextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.0.2/microsoft.extensions.configuration.ini.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.0.2/microsoft.extensions.configuration.ini.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.ini/2.0.2/microsoft.extensions.configuration.ini.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.0.2/microsoft.extensions.configuration.json.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.0.2/microsoft.extensions.configuration.json.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/2.0.2/microsoft.extensions.configuration.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/build/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/microsoft.extensions.configuration.usersecrets.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/microsoft.extensions.configuration.usersecrets.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/2.0.2/microsoft.extensions.configuration.usersecrets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.0.2/microsoft.extensions.configuration.xml.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.0.2/microsoft.extensions.configuration.xml.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.xml/2.0.2/microsoft.extensions.configuration.xml.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.0.2/microsoft.extensions.configuration.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.0.2/microsoft.extensions.configuration.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/2.0.2/microsoft.extensions.configuration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/2.0.0/microsoft.extensions.dependencyinjection.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/2.0.0/microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/2.0.0/microsoft.extensions.dependencyinjection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/lib/net451/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/microsoft.extensions.dependencymodel.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/2.0.3/microsoft.extensions.dependencymodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/lib/net461/Microsoft.Extensions.DiagnosticAdapter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/lib/net461/Microsoft.Extensions.DiagnosticAdapter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/microsoft.extensions.diagnosticadapter.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/microsoft.extensions.diagnosticadapter.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.diagnosticadapter/2.0.1/microsoft.extensions.diagnosticadapter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.0.1/microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.0.1/microsoft.extensions.fileproviders.abstractions.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/2.0.1/microsoft.extensions.fileproviders.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/2.0.1/microsoft.extensions.fileproviders.composite.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/2.0.1/microsoft.extensions.fileproviders.composite.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/2.0.1/microsoft.extensions.fileproviders.composite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.embedded/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.embedded/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.embedded/2.0.1/microsoft.extensions.fileproviders.embedded.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.embedded/2.0.1/microsoft.extensions.fileproviders.embedded.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.embedded/2.0.1/microsoft.extensions.fileproviders.embedded.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.0.1/microsoft.extensions.fileproviders.physical.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.0.1/microsoft.extensions.fileproviders.physical.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/2.0.1/microsoft.extensions.fileproviders.physical.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.0.1/microsoft.extensions.filesystemglobbing.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.0.1/microsoft.extensions.filesystemglobbing.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/2.0.1/microsoft.extensions.filesystemglobbing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.0.3/microsoft.extensions.hosting.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.0.3/microsoft.extensions.hosting.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.hosting.abstractions/2.0.3/microsoft.extensions.hosting.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.0.3/microsoft.extensions.identity.core.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.0.3/microsoft.extensions.identity.core.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.core/2.0.3/microsoft.extensions.identity.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.0.3/microsoft.extensions.identity.stores.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.0.3/microsoft.extensions.identity.stores.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.identity.stores/2.0.3/microsoft.extensions.identity.stores.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.0.3/microsoft.extensions.localization.abstractions.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.0.3/microsoft.extensions.localization.abstractions.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/2.0.3/microsoft.extensions.localization.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.0.3/microsoft.extensions.localization.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.0.3/microsoft.extensions.localization.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/2.0.3/microsoft.extensions.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.0.2/microsoft.extensions.logging.abstractions.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.0.2/microsoft.extensions.logging.abstractions.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/2.0.2/microsoft.extensions.logging.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.0.2/microsoft.extensions.logging.azureappservices.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.0.2/microsoft.extensions.logging.azureappservices.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.azureappservices/2.0.2/microsoft.extensions.logging.azureappservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.0.2/microsoft.extensions.logging.configuration.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.0.2/microsoft.extensions.logging.configuration.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.configuration/2.0.2/microsoft.extensions.logging.configuration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.0.2/microsoft.extensions.logging.console.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.0.2/microsoft.extensions.logging.console.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/2.0.2/microsoft.extensions.logging.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.0.2/microsoft.extensions.logging.debug.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.0.2/microsoft.extensions.logging.debug.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/2.0.2/microsoft.extensions.logging.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.0.2/microsoft.extensions.logging.eventsource.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.0.2/microsoft.extensions.logging.eventsource.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.eventsource/2.0.2/microsoft.extensions.logging.eventsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.0.2/microsoft.extensions.logging.tracesource.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.0.2/microsoft.extensions.logging.tracesource.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.tracesource/2.0.2/microsoft.extensions.logging.tracesource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.2/microsoft.extensions.logging.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.2/microsoft.extensions.logging.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/2.0.2/microsoft.extensions.logging.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/2.0.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/2.0.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/2.0.0/microsoft.extensions.objectpool.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/2.0.0/microsoft.extensions.objectpool.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/2.0.0/microsoft.extensions.objectpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.0.2/microsoft.extensions.options.configurationextensions.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.0.2/microsoft.extensions.options.configurationextensions.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/2.0.2/microsoft.extensions.options.configurationextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Options.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.0.2/microsoft.extensions.options.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.0.2/microsoft.extensions.options.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/2.0.2/microsoft.extensions.options.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/net451/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/net451/Microsoft.Extensions.PlatformAbstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/microsoft.extensions.platformabstractions.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/microsoft.extensions.platformabstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/lib/netcoreapp2.0/dotnet-user-secrets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/lib/netcoreapp2.0/dotnet-user-secrets.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/microsoft.extensions.secretmanager.tools.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/microsoft.extensions.secretmanager.tools.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/microsoft.extensions.secretmanager.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.secretmanager.tools/2.0.2/prefercliruntime -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.0.2/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.0.2/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.0.2/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.0.2/microsoft.extensions.webencoders.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.0.2/microsoft.extensions.webencoders.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/2.0.2/microsoft.extensions.webencoders.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/MonoAndroid10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/microsoft.identitymodel.clients.activedirectory.3.14.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/microsoft.identitymodel.clients.activedirectory.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/AdalEventSource.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/AuthenticationContextIntegratedAuthExtensions.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/AuthenticationResult.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/ClientAssertionCertificate.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/CommonAssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/Constants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/CryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/EncodingHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/LocalSettingsHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/Logger.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/PromptBehavior.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/TokenCache.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.Common/WebProxyProvider.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/ADAL.PCL.Android.csproj -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/AuthenticationAgentActivity.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/AuthenticationAgentContinuationHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/AuthenticationRequest.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/BrokerConstants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/BrokerHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/BrokerProxy.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Constants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/CryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/DeviceAuthHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Logger.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/PlatformInformation.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/PlatformParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Properties/AssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Resources/AboutResources.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Resources/Resource.Designer.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Resources/Values/Strings.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/Resources/layout/WebAuthenticationBroker.axml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/TokenCachePlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/WebProxyProvider.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/WebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Android/WebUIFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/ADAL.PCL.CoreCLR.csproj -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/BrokerHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/ClientAssertionCertificate.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/CryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/DeviceAuthHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/PlatformInformation.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/PlatformParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/Properties/AssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/TokenCachePlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/WebProxyProvider.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.CoreCLR/WebUIFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/ADAL.PCL.Desktop.csproj -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/BrokerHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/CryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/CustomWebBrowser.CustomWebBrowserEvent.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/CustomWebBrowser.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/DeviceAuthHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/InteractiveWebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/BCryptNative.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/ICngAlgorithm.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/ICngAsymmetricAlgorithm.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/NCryptNative.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/RSACng.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/Win32Native.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Native/X509Native.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/NavigateErrorStatus.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/PlatformInformation.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/PlatformParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/Properties/AssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/SecureClientSecret.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/SilentWebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/SilentWebUIDoneEventArgs.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/SilentWindowsFormsAuthenticationDialog.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/StaTaskScheduler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/TokenCachePlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/UserPasswordCredential.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/WebBrowserInterfaces.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/WebBrowserNavigateErrorEventArgs.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/WebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/WebUIFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/WinFormWebAuthenticationDialog.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.Desktop/WindowsFormsWebAuthenticationDialogBase.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/ADAL.PCL.WinRT.csproj -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/BrokerHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/CryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/DeviceAuthHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/PlatformInformation.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/PlatformParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/Properties/AssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/TokenCachePlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/WebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.WinRT/WebUIFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/ADAL.PCL.iOS.csproj -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/AdalCustomUrlProtocol.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/AdalInitializer.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/AuthenticationAgentUINavigationController.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/AuthenticationAgentUIViewController.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/AuthenticationContinuationHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/BrokerConstants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/BrokerHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/BrokerKeyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/Constants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/CryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/DeviceAuthHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/GlobalSuppressions.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/Logger.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/PlatformInformation.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/PlatformParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/Properties/AssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/TokenCachePlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/WebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL.iOS/WebUIFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/ADAL.PCL.csproj -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/AdalOption.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/AuthenticationContext.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/AuthenticationParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/AuthenticationResult.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/Authenticator.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/AuthenticatorTemplate.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/AuthenticatorTemplateList.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/AuthorizationResult.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/DeviceAuthJWTResponse.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/IdToken.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/RequestData.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/RequestParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Authority/TokenResponse.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Cache/CacheQueryData.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Cache/TokenCacheKey.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/ClientAssertion.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/ClientCredential.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/ClientCreds/ClientKey.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/ClientCreds/JsonWebToken.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/DeviceCodeResult.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Exceptions/AdalException.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Exceptions/AdalServiceException.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Exceptions/AdalSilentTokenAcquisitionException.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Exceptions/AdalUserMismatchException.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Exceptions/HttpRequestWrapperException.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AcquireTokenByAuthorizationCodeHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AcquireTokenForClientHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AcquireTokenHandlerBase.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AcquireTokenInteractiveHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AcquireTokenOnBehalfHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AcquireTokenSilentHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/AuthenticationResultEx.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/CallState.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/DeviceCode/AcquireDeviceCodeHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/DeviceCode/AcquireTokenByDeviceCodeHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/DeviceCode/DeviceCodeResponse.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/NonInteractive/AcquireTokenNonInteractiveHandler.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/NonInteractive/MexParser.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/NonInteractive/UserRealmDiscoveryResponse.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/NonInteractive/WsTrustRequest.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Flows/NonInteractive/WsTrustResponse.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Http/AdalHttpClient.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Http/HttpClientFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Http/HttpClientWrapper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Http/HttpMessageHandlerFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Http/HttpWebResponseWrapper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Http/IHttpWebResponse.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/IAdalLogCallback.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/IClientAssertionCertificate.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/IPlatformParameters.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/ISecureClientSecret.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IBrokerHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/ICryptographyHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IDeviceAuthHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IHttpClient.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IHttpClientFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/ITokenCachePlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IWebProxyProvider.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IWebUI.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/IWebUIFactory.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/LoggerBase.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/PlatformInformationBase.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Platform/PlatformPlugin.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Properties/AssemblyInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/TokenCache.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/TokenCacheItem.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/TokenCacheNotificationArgs.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/UserAssertion.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/UserCredential.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/UserIdentifier.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/UserInfo.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Utilities/AdalIdHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Utilities/Base64UrlEncoder.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Utilities/Constants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Utilities/EncodingHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Utilities/JsonHelper.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.clients.activedirectory/3.14.1/src/src/ADAL.PCL/Utilities/OAuthConstants.cs -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/lib/net45/Microsoft.IdentityModel.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/lib/net45/Microsoft.IdentityModel.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/lib/net451/Microsoft.IdentityModel.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/lib/net451/Microsoft.IdentityModel.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/microsoft.identitymodel.logging.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/microsoft.identitymodel.logging.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.logging/1.1.4/microsoft.identitymodel.logging.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/net451/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/net451/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/microsoft.identitymodel.protocols.openidconnect.2.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols.openidconnect/2.1.4/microsoft.identitymodel.protocols.openidconnect.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/lib/net45/Microsoft.IdentityModel.Protocols.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/lib/net45/Microsoft.IdentityModel.Protocols.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/lib/net451/Microsoft.IdentityModel.Protocols.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/lib/net451/Microsoft.IdentityModel.Protocols.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/microsoft.identitymodel.protocols.2.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/microsoft.identitymodel.protocols.2.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.protocols/2.1.4/microsoft.identitymodel.protocols.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/lib/net45/Microsoft.IdentityModel.Tokens.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/lib/net45/Microsoft.IdentityModel.Tokens.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/lib/net451/Microsoft.IdentityModel.Tokens.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/lib/net451/Microsoft.IdentityModel.Tokens.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/microsoft.identitymodel.tokens.5.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/microsoft.identitymodel.tokens.5.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.identitymodel.tokens/5.1.4/microsoft.identitymodel.tokens.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.0.3/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.0.3/lib/netstandard2.0/Microsoft.Net.Http.Headers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.0.3/microsoft.net.http.headers.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.0.3/microsoft.net.http.headers.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/2.0.3/microsoft.net.http.headers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/Microsoft.NETCore.App.versions.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/build/netcoreapp2.0/Microsoft.NETCore.App.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/build/netcoreapp2.0/Microsoft.NETCore.App.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/microsoft.netcore.app.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/microsoft.netcore.app.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/microsoft.netcore.app.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Buffers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Composition.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Configuration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Data.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.IsolatedStorage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.IsolatedStorage.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.HttpListener.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.HttpListener.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Mail.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Mail.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.NetworkInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.NetworkInformation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Ping.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Ping.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.ServicePoint.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.ServicePoint.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebSockets.Client.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebSockets.Client.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Net.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.Reader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.Writer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Resources.Writer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.SecureString.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.SecureString.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ServiceModel.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ServiceProcess.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Transactions.Local.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Transactions.Local.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Transactions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Web.HttpUtility.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Web.HttpUtility.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/WindowsBase.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/mscorlib.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/netstandard.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/Microsoft.NETCore.App.versions.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/build/netcoreapp2.0/Microsoft.NETCore.App.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/build/netcoreapp2.0/Microsoft.NETCore.App.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/microsoft.netcore.app.2.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/microsoft.netcore.app.2.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/microsoft.netcore.app.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Buffers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.Composition.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Configuration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Data.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Drawing.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Drawing.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Drawing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.IsolatedStorage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.IsolatedStorage.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.HttpListener.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.HttpListener.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Mail.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Mail.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.NetworkInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.NetworkInformation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Ping.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Ping.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.ServicePoint.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.ServicePoint.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebSockets.Client.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebSockets.Client.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Net.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Resources.Reader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Resources.Writer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Resources.Writer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.SecureString.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.SecureString.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ServiceModel.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ServiceProcess.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Transactions.Local.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Transactions.Local.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Transactions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Web.HttpUtility.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Web.HttpUtility.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/System.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/WindowsBase.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/mscorlib.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/ref/netcoreapp2.0/netstandard.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.0.7/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.0/microsoft.netcore.dotnetapphost.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.0/microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.0/microsoft.netcore.dotnetapphost.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.7/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.7/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.7/microsoft.netcore.dotnetapphost.2.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.7/microsoft.netcore.dotnetapphost.2.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.7/microsoft.netcore.dotnetapphost.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnetapphost/2.0.7/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.0/microsoft.netcore.dotnethostpolicy.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.0/microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.0/microsoft.netcore.dotnethostpolicy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.7/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.7/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.7/microsoft.netcore.dotnethostpolicy.2.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.7/microsoft.netcore.dotnethostpolicy.2.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.7/microsoft.netcore.dotnethostpolicy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/2.0.7/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.0/microsoft.netcore.dotnethostresolver.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.0/microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.0/microsoft.netcore.dotnethostresolver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.7/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.7/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.7/microsoft.netcore.dotnethostresolver.2.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.7/microsoft.netcore.dotnethostresolver.2.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.7/microsoft.netcore.dotnethostresolver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/2.0.7/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/microsoft.netcore.platforms.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/microsoft.netcore.platforms.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/microsoft.netcore.platforms.2.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/microsoft.netcore.platforms.2.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/2.0.2/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/net452/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/net452/Microsoft.Rest.ClientRuntime.Azure.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.3.3.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.3.3.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime.azure/3.3.7/microsoft.rest.clientruntime.azure.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/net452/Microsoft.Rest.ClientRuntime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/net452/Microsoft.Rest.ClientRuntime.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/net452/Microsoft.Rest.ClientRuntime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.2.3.8.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.2.3.8.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.0.3/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.0.3/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.0.3/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.0.3/microsoft.visualstudio.web.browserlink.2.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.0.3/microsoft.visualstudio.web.browserlink.2.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.browserlink/2.0.3/microsoft.visualstudio.web.browserlink.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.contracts/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.contracts/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.contracts/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.contracts/2.0.4/microsoft.visualstudio.web.codegeneration.contracts.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.contracts/2.0.4/microsoft.visualstudio.web.codegeneration.contracts.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.contracts/2.0.4/microsoft.visualstudio.web.codegeneration.contracts.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/2.0.4/microsoft.visualstudio.web.codegeneration.core.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/2.0.4/microsoft.visualstudio.web.codegeneration.core.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/2.0.4/microsoft.visualstudio.web.codegeneration.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/lib/net461/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/lib/net461/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/lib/netcoreapp2.0/dotnet-aspnet-codegenerator-design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/lib/netcoreapp2.0/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/microsoft.visualstudio.web.codegeneration.design.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/microsoft.visualstudio.web.codegeneration.design.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/microsoft.visualstudio.web.codegeneration.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win-arm/lib/net461/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win-arm/lib/net461/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win-arm64/lib/net461/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win-arm64/lib/net461/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win7-x64/lib/net461/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win7-x64/lib/net461/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win7-x86/lib/net461/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/2.0.4/runtimes/win7-x86/lib/net461/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/Templates/DbContext/NewLocalDbContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.4/microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/2.0.4/microsoft.visualstudio.web.codegeneration.templating.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/2.0.4/microsoft.visualstudio.web.codegeneration.templating.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/2.0.4/microsoft.visualstudio.web.codegeneration.templating.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/build/microsoft.visualstudio.web.codegeneration.tools.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/buildMultiTargeting/microsoft.visualstudio.web.codegeneration.tools.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/lib/netcoreapp2.0/dotnet-aspnet-codegenerator.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/lib/netcoreapp2.0/dotnet-aspnet-codegenerator.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/microsoft.visualstudio.web.codegeneration.tools.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/microsoft.visualstudio.web.codegeneration.tools.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/microsoft.visualstudio.web.codegeneration.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/prefercliruntime -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/toolassets/net461/Microsoft.VisualStudio.Web.CodeGeneration.Msbuild.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.tools/2.0.4/toolassets/netcoreapp2.0/Microsoft.VisualStudio.Web.CodeGeneration.Msbuild.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/2.0.4/microsoft.visualstudio.web.codegeneration.utils.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/2.0.4/microsoft.visualstudio.web.codegeneration.utils.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/2.0.4/microsoft.visualstudio.web.codegeneration.utils.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/2.0.4/microsoft.visualstudio.web.codegeneration.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/2.0.4/microsoft.visualstudio.web.codegeneration.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/2.0.4/microsoft.visualstudio.web.codegeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/.signature.p7s -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Generators/ParameterDefinitions/area.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Generators/ParameterDefinitions/controller.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Generators/ParameterDefinitions/razorpage.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Generators/ParameterDefinitions/view.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ControllerGenerator/ApiControllerWIthActions.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ControllerGenerator/ApiControllerWithContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ControllerGenerator/ApiEmptyController.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ControllerGenerator/ControllerWithActions.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ControllerGenerator/EmptyController.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ControllerGenerator/MvcControllerWithContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/MvcLayout/Error.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/MvcLayout/_Layout.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/Create.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/CreatePageModel.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/Delete.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/DeletePageModel.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/Details.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/DetailsPageModel.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/Edit.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/EditPageModel.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/Empty.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/EmptyPageModel.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/List.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/ListPageModel.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/RazorPageGenerator/_ValidationScriptsPartial.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/Startup/ReadMe.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/Startup/Startup.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/Create.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/Delete.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/Details.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/Edit.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/Empty.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/List.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/Templates/ViewGenerator/_ValidationScriptsPartial.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/microsoft.visualstudio.web.codegenerators.mvc.2.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/microsoft.visualstudio.web.codegenerators.mvc.2.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/2.0.4/microsoft.visualstudio.web.codegenerators.mvc.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/microsoft.win32.registry.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/microsoft.win32.registry.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/microsoft.win32.registry.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/de/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/es/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/it/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/win/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/lib/net461/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/lib/netstandard2.0/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/microsoft.win32.registry.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/microsoft.win32.registry.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/microsoft.win32.registry.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/net461/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/net461/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/de/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/es/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/it/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard2.0/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/ref/netstandard2.0/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/runtimes/win/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/runtimes/win/lib/net461/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.1.6.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.1.6.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/netstandard.library.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/NETStandard.Library.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/NETStandard.Library.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ComponentModel.Composition.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Data.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Drawing.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Drawing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.NetworkInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.Ping.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Net.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Resources.Writer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Security.SecureString.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ServiceModel.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Transactions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/System.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/mscorlib.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/netstandard.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/build/netstandard2.0/ref/netstandard.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/netstandard.library.2.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/netstandard.library.2.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.0/netstandard.library.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/NETStandard.Library.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/NETStandard.Library.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ComponentModel.Composition.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Data.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Drawing.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Drawing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.NetworkInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.Ping.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Net.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Resources.Writer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Security.SecureString.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ServiceModel.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Transactions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.Serialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/mscorlib.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/netstandard.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/netstandard.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/netstandard.library.2.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/netstandard.library.2.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/netstandard.library.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/lib/net45/Newtonsoft.Json.Bson.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/lib/net45/Newtonsoft.Json.Bson.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net20/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net20/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net35/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net35/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net40/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net40/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net45/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/net45/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/netstandard1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/netstandard1.0/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/netstandard1.3/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/newtonsoft.json.10.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/newtonsoft.json.10.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/newtonsoft.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/10.0.1/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net20/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net20/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net35/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net35/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net40/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net40/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net45/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net45/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/netstandard1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/netstandard1.0/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/lib/net40-client/NuGet.Frameworks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/lib/net40-client/NuGet.Frameworks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/lib/net45/NuGet.Frameworks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/lib/net45/NuGet.Frameworks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/lib/netstandard1.3/NuGet.Frameworks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/lib/netstandard1.3/NuGet.Frameworks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/nuget.frameworks.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/nuget.frameworks.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/4.0.0/nuget.frameworks.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net35/Remotion.Linq.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net35/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net40/Remotion.Linq.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net40/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net45/Remotion.Linq.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net45/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/portable-net45+win+wpa81+wp80/Remotion.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/remotion.linq.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/runtime.native.system.data.sqlclient.sni.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/runtime.native.system.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.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.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.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.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtimes/win-arm64/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtimes/win-x64/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtimes/win-x86/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/build/wp8/SQLitePCLRaw.bundle_green.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/build/wp80/arm/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/build/wp80/arm/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/build/wp80/x86/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/build/wp80/x86/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/MonoAndroid/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/MonoAndroid/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/Xamarin.Mac20/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/Xamarin.Mac20/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/net35/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/net35/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/net40/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/net40/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/net45/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/net45/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/uap10.0/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/uap10.0/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/win8/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/win8/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/win81/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/win81/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/wpa81/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/lib/wpa81/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/sqlitepclraw.bundle_green.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/sqlitepclraw.bundle_green.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.bundle_green/1.1.7/sqlitepclraw.bundle_green.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/MonoAndroid/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/Xamarin.Mac20/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/Xamarin.iOS10/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/net35/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/net40/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/net45/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/netstandard1.0/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/netstandard1.1/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/uap10.0/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/win8/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/win81/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/lib/wpa81/SQLitePCLRaw.core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/sqlitepclraw.core.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/sqlitepclraw.core.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.core/1.1.7/sqlitepclraw.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/build/net35/SQLitePCLRaw.lib.e_sqlite3.linux.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/lib/net35/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/lib/netstandard2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/runtimes/linux-x64/native/libe_sqlite3.so -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/runtimes/linux-x86/native/libe_sqlite3.so -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/sqlitepclraw.lib.e_sqlite3.linux.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/sqlitepclraw.lib.e_sqlite3.linux.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/build/net35/SQLitePCLRaw.lib.e_sqlite3.osx.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/lib/net35/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/lib/netstandard2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/runtimes/osx-x64/native/libe_sqlite3.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/sqlitepclraw.lib.e_sqlite3.osx.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.osx/1.1.7/sqlitepclraw.lib.e_sqlite3.osx.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/build/net35/SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/lib/net35/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/lib/netstandard2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/runtimes/win7-x64/native/e_sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/runtimes/win7-x86/native/e_sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.7/sqlitepclraw.lib.e_sqlite3.v110_xp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/sqlitepclraw.provider.e_sqlite3.netstandard11.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/lib/net45/StackExchange.Redis.StrongName.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/lib/net45/StackExchange.Redis.StrongName.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/lib/net46/StackExchange.Redis.StrongName.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/lib/net46/StackExchange.Redis.StrongName.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/lib/netstandard1.5/StackExchange.Redis.StrongName.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/lib/netstandard1.5/StackExchange.Redis.StrongName.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/stackexchange.redis.strongname.1.2.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/stackexchange.redis.strongname.1.2.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/stackexchange.redis.strongname/1.2.4/stackexchange.redis.strongname.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/runtimes/aot/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/runtimes/aot/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/system.appcontext.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/lib/netstandard1.1/.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/lib/netstandard1.1/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/lib/netstandard1.1/.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/lib/netstandard1.1/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/system.buffers.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/system.buffers.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/system.buffers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/lib/netstandard1.1/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/lib/netstandard1.1/System.Buffers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/lib/netstandard2.0/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/lib/netstandard2.0/System.Buffers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/ref/netstandard1.1/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/ref/netstandard1.1/System.Buffers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/system.buffers.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/system.buffers.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/system.buffers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/system.collections.concurrent.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/system.collections.immutable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/netstandard1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/netstandard1.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/system.collections.immutable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/lib/netstandard1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/lib/netstandard1.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/system.collections.immutable.1.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/system.collections.immutable.1.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.1/system.collections.immutable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/netstandard1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/netstandard1.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/netstandard2.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/netstandard2.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/system.collections.immutable.1.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/system.collections.immutable.1.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/system.collections.immutable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/de/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/es/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/fr/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/it/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/ja/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/ko/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/ru/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/system.collections.nongeneric.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/system.collections.nongeneric.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/system.collections.nongeneric.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/de/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/es/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/fr/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/it/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/ja/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/ko/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/ru/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/system.collections.nongeneric.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/net46/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/netstandard1.3/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/net46/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/de/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/es/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/fr/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/it/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/ja/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/ko/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/ru/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/system.collections.specialized.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/system.collections.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/system.collections.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/net461/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/netcore50/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/netstandard1.4/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/netstandard2.0/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/portable-net45+win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/net461/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/net461/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard2.0/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/netstandard2.0/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/portable-net45+win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/system.componentmodel.annotations.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/system.componentmodel.annotations.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/system.componentmodel.annotations.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/net45/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/netstandard1.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/net45/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/de/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/es/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/fr/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/it/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/ja/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/ko/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/ru/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/net45/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/net462/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/netstandard1.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/netstandard1.5/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/net45/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/net462/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/netcore50/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/netstandard1.3/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/de/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/es/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/fr/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/it/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/ja/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/ko/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/ru/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/zh-hans/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/zh-hant/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/de/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/es/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/fr/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/it/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/ja/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/ko/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/ru/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/zh-hans/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/zh-hant/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/system.componentmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/lib/netstandard1.0/System.Composition.AttributedModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/system.composition.attributedmodel.1.0.31.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/system.composition.attributedmodel.1.0.31.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.attributedmodel/1.0.31/system.composition.attributedmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/lib/netstandard1.0/System.Composition.Convention.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/system.composition.convention.1.0.31.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/system.composition.convention.1.0.31.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.convention/1.0.31/system.composition.convention.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/lib/netstandard1.0/System.Composition.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/system.composition.hosting.1.0.31.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/system.composition.hosting.1.0.31.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.hosting/1.0.31/system.composition.hosting.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/lib/netstandard1.0/System.Composition.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/system.composition.runtime.1.0.31.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/system.composition.runtime.1.0.31.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.runtime/1.0.31/system.composition.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/lib/netstandard1.0/System.Composition.TypedParts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/system.composition.typedparts.1.0.31.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/system.composition.typedparts.1.0.31.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition.typedparts/1.0.31/system.composition.typedparts.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition/1.0.31/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition/1.0.31/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition/1.0.31/system.composition.1.0.31.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition/1.0.31/system.composition.1.0.31.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.composition/1.0.31/system.composition.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/de/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/es/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/fr/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/it/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/ja/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/ko/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/ru/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/zh-hans/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/zh-hant/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/de/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/es/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/fr/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/it/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/ja/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/ko/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/ru/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/zh-hans/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/zh-hant/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/system.console.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/system.console.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/system.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/net461/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/netstandard1.2/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/netstandard2.0/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/net461/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/net461/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/de/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/es/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/fr/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/it/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/ja/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/ko/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/ru/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/de/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/es/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/fr/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/it/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/ja/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/ko/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/ru/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard2.0/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/netstandard2.0/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/win/lib/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/win/lib/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/win/lib/net461/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/system.data.sqlclient.4.4.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/system.data.sqlclient.4.4.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/system.data.sqlclient.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.4.3/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/system.diagnostics.contracts.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/system.diagnostics.contracts.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/system.diagnostics.contracts.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/system.diagnostics.contracts.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/system.diagnostics.contracts.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/system.diagnostics.contracts.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/system.diagnostics.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/net45/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/net45/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/system.diagnostics.diagnosticsource.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/system.diagnostics.diagnosticsource.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/system.diagnostics.diagnosticsource.4.4.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.4.1/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/system.diagnostics.fileversioninfo.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.3.0/system.diagnostics.fileversioninfo.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/de/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/es/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/fr/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/it/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/ja/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/ko/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/ru/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/de/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/es/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/fr/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/it/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/ja/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/ko/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/ru/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win/lib/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win/lib/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/system.diagnostics.process.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/system.diagnostics.process.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/system.diagnostics.process.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/net46/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/netstandard1.3/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/net46/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/system.diagnostics.stacktrace.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/system.diagnostics.stacktrace.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/system.diagnostics.stacktrace.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/system.diagnostics.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/net46/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/net46/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/system.dynamic.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/de/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/es/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/fr/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/it/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/ja/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/ko/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/ru/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/de/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/es/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/fr/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/it/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/ja/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/ko/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/ru/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/system.globalization.calendars.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/de/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/es/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/fr/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/it/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/ja/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/ko/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/ru/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/runtimes/win/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/de/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/es/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/fr/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/it/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/ja/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/ko/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/ru/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/runtimes/win/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/system.globalization.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/system.globalization.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/system.globalization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/lib/net45/System.IdentityModel.Tokens.Jwt.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/lib/net45/System.IdentityModel.Tokens.Jwt.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/lib/net451/System.IdentityModel.Tokens.Jwt.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/lib/net451/System.IdentityModel.Tokens.Jwt.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/system.identitymodel.tokens.jwt.5.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.identitymodel.tokens.jwt/5.1.4/system.identitymodel.tokens.jwt.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/net45/System.Interactive.Async.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/net45/System.Interactive.Async.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/net46/System.Interactive.Async.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/net46/System.Interactive.Async.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/netstandard1.0/System.Interactive.Async.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/netstandard1.0/System.Interactive.Async.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/netstandard1.3/System.Interactive.Async.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/lib/netstandard1.3/System.Interactive.Async.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/system.interactive.async.3.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/system.interactive.async.3.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.1.1/system.interactive.async.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/runtimes/win/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/runtimes/win/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/de/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/es/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/fr/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/it/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/ja/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/ko/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/ru/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/de/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/es/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/fr/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/it/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/ja/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/ko/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/ru/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/system.io.filesystem.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/lib/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/de/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/es/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/fr/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/it/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/ja/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/ko/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/ru/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/zh-hans/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/zh-hant/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/win/lib/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/win/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/system.io.pipes.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/system.io.pipes.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/system.io.pipes.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/system.io.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/system.io.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/system.io.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/runtimes/aot/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/runtimes/aot/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/system.linq.expressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/netstandard1.3/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/system.linq.parallel.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/system.linq.parallel.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/system.linq.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/netstandard1.3/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/system.linq.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/netcore50/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/netstandard1.3/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/de/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/es/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/fr/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/it/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/ja/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/ko/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/ru/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/zh-hans/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/zh-hant/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/de/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/es/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/fr/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/it/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/ja/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/ko/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/ru/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/system.linq.queryable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/system.linq.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/system.linq.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/de/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/es/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/fr/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/it/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/ja/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/ko/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/ru/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/win/lib/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/win/lib/netcore50/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/system.net.nameresolution.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/system.net.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/de/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/es/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/fr/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/it/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/ja/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/ko/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/ru/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/unix/lib/netstandard1.6/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/win/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/system.net.security.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/system.net.security.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/de/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/es/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/fr/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/it/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/ja/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/ko/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/ru/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/zh-hans/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/zh-hant/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/de/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/es/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/fr/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/it/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/ja/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/ko/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/ru/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/system.net.sockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/net46/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/net46/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/netstandard1.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/netstandard1.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/netstandard2.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/netstandard2.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/net46/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/net46/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/netstandard1.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/netstandard1.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/system.numerics.vectors.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/system.numerics.vectors.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/system.numerics.vectors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/system.objectmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/lib/netstandard1.3/System.Private.DataContractSerialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/ref/netstandard/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.4.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.4.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/netcore50/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/netcore50/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/netcore50/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/netcore50/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/netcore50/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/netstandard1.3/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/de/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/es/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/fr/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/it/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/ja/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/ko/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/ru/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/netcore50/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/netstandard1.3/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/de/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/es/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/fr/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/it/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/ja/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/ko/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/ru/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/system.reflection.emit.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/system.reflection.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/portable-net45+win8/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/portable-net45+win8/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/system.reflection.metadata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/netstandard1.1/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/netstandard1.1/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/portable-net45+win8/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/portable-net45+win8/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/system.reflection.metadata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/lib/netstandard1.1/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/lib/netstandard1.1/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/lib/portable-net45+win8/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/lib/portable-net45+win8/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/system.reflection.metadata.1.4.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/system.reflection.metadata.1.4.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.2/system.reflection.metadata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/netstandard1.1/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/netstandard1.1/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/netstandard2.0/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/netstandard2.0/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/portable-net45+win8/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/lib/portable-net45+win8/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/system.reflection.metadata.1.5.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/system.reflection.metadata.1.5.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/system.reflection.metadata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.5.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/system.reflection.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/system.reflection.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/system.reflection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/lib/netstandard1.0/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/system.resources.reader.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/system.resources.reader.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/system.resources.reader.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.writer/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.writer/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.writer/4.0.0/lib/netstandard1.3/System.Resources.Writer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.writer/4.0.0/system.resources.writer.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.writer/4.0.0/system.resources.writer.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.writer/4.0.0/system.resources.writer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/system.runtime.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/de/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/es/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/fr/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/it/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/ja/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/ko/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/ru/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/de/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/es/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/fr/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/it/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/ja/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/ko/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/ru/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/system.runtime.handles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/net463/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/net463/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcoreapp1.1/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/system.runtime.interopservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/lib/net462/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/lib/netstandard1.5/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/de/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/es/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/fr/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/it/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/ja/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/ko/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/ru/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/system.runtime.loader.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/netstandard1.3/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/netstandard1.3/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/system.runtime.numerics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/net46/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/net46/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/system.runtime.serialization.formatters.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/system.runtime.serialization.formatters.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.formatters/4.3.0/system.runtime.serialization.formatters.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/netcore50/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/netstandard1.3/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/de/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/es/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/fr/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/it/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/ja/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/ko/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/ru/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/net46/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/netcore50/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/net46/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/de/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/es/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/fr/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/it/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/ja/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/ko/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/ru/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/zh-hans/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netcore50/zh-hant/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/de/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/es/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/fr/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/it/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/ja/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/ko/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/ru/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/de/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/es/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/fr/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/it/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/ja/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/ko/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/ru/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/system.runtime.serialization.xml.4.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/system.runtime.serialization.xml.4.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.xml/4.1.1/system.runtime.serialization.xml.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/system.runtime.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/system.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/lib/net46/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/lib/net461/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/lib/netstandard1.3/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/lib/netstandard2.0/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/net46/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/net461/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/net461/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/de/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/es/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/fr/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/it/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/ja/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/ko/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/ru/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard2.0/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/ref/netstandard2.0/System.Security.AccessControl.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/runtimes/win/lib/net46/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/runtimes/win/lib/net461/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/system.security.accesscontrol.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/system.security.accesscontrol.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/system.security.accesscontrol.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.accesscontrol/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/netstandard1.3/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/de/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/es/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/fr/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/it/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/ja/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/ko/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/ru/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/system.security.claims.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/netstandard1.3/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/lib/net461/System.Security.Cryptography.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/lib/netstandard2.0/System.Security.Cryptography.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/ref/net461/System.Security.Cryptography.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/ref/net461/System.Security.Cryptography.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/ref/netstandard2.0/System.Security.Cryptography.Xml.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/ref/netstandard2.0/System.Security.Cryptography.Xml.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/system.security.cryptography.xml.4.4.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/system.security.cryptography.xml.4.4.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/system.security.cryptography.xml.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.xml/4.4.2/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/de/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/es/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/fr/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/it/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/ja/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/ko/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/ru/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/runtimes/win/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/lib/net461/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/lib/netstandard2.0/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/net461/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/net461/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/de/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/es/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/fr/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/it/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/ja/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/ko/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/ru/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard2.0/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/ref/netstandard2.0/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/runtimes/win/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/runtimes/win/lib/net461/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/system.security.principal.windows.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/system.security.principal.windows.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/system.security.principal.windows.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/system.security.principal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/system.security.principal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/System.Spatial.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/System.Spatial.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/de/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/es/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/fr/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/it/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/ja/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/ko/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/ru/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/zh-Hans/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/net40/zh-Hant/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/de/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/es/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/fr/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/it/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/ja/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/ko/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/ru/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/zh-Hans/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/netstandard1.1/zh-Hant/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/System.Spatial.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/System.Spatial.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/de/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/es/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/fr/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/it/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ja/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ko/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/ru/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net40+sl5+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/System.Spatial.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/System.Spatial.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/de/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/es/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/fr/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/it/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/ja/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/ko/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/ru/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/portable-net45+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/System.Spatial.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/System.Spatial.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/de/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/es/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/fr/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/it/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/ja/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/ko/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/ru/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/zh-Hans/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/lib/sl4/zh-Hant/System.Spatial.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/system.spatial.5.8.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/system.spatial.5.8.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.spatial/5.8.2/system.spatial.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/net46/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/net46/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/system.text.encoding.codepages.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/system.text.encoding.codepages.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/system.text.encoding.codepages.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/net46/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/net461/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard2.0/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/netstandard2.0/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/system.text.encoding.codepages.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/system.text.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/lib/netstandard1.0/System.Text.Encodings.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/lib/netstandard1.0/System.Text.Encodings.Web.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/system.text.encodings.web.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/lib/netstandard1.0/System.Text.Encodings.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/lib/netstandard1.0/System.Text.Encodings.Web.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/lib/netstandard2.0/System.Text.Encodings.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/lib/netstandard2.0/System.Text.Encodings.Web.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/system.text.encodings.web.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/system.text.encodings.web.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/system.text.encodings.web.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcoreapp1.1/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/lib/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/de/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/es/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/fr/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/it/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/ja/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/ko/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/ru/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/win/lib/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/win/lib/netcore50/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/system.threading.overlapped.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/system.threading.overlapped.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/system.threading.overlapped.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.4.6.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.4.6.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/system.threading.tasks.extensions.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/system.threading.tasks.extensions.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/system.threading.tasks.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/netcore50/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/netstandard1.3/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/de/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/es/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/fr/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/it/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/ja/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/ko/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/ru/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/system.threading.tasks.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/de/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/es/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/fr/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/it/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/ja/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/ko/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/ru/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/zh-hans/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/zh-hant/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/system.threading.thread.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/de/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/es/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/fr/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/it/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/ja/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/ko/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/ru/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/system.threading.thread.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/de/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/es/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/fr/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/it/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/ja/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/ko/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/ru/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/de/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/es/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/fr/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/it/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/ja/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/ko/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/ru/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/system.threading.threadpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/system.threading.timer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/runtimes/aot/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/runtimes/aot/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/system.threading.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/system.threading.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/lib/netstandard1.0/.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/lib/netstandard1.0/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/lib/portable-net40+sl4+win8+wp8/.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/system.valuetuple.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/system.valuetuple.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.3.0/system.valuetuple.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/LICENSE.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/THIRD-PARTY-NOTICES.TXT -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/net461/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/net461/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/net47/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/net47/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/netstandard1.0/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/netstandard1.0/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/netstandard2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/net461/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/net461/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/net47/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/net47/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/netcoreapp2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/netstandard2.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/portable-net40+sl4+win8+wp8/System.ValueTuple.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/system.valuetuple.4.4.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/system.valuetuple.4.4.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/system.valuetuple.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/useSharedDesignerContext.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.valuetuple/4.4.0/version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/net46/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/net46/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/system.xml.readerwriter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/system.xml.xdocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/netstandard1.3/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/de/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/es/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/fr/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/it/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/ja/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/ko/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/ru/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/netstandard1.3/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/de/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/es/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/fr/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/it/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/ja/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/ko/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/ru/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.3.0/system.xml.xmldocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/netcore50/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/netstandard1.3/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/de/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/es/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/fr/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/it/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/ja/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/ko/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/ru/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/de/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/es/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/it/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/de/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/es/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/it/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/net46/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/netstandard1.3/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/net46/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/system.xml.xpath.xdocument.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/system.xml.xpath.xdocument.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.3.0/system.xml.xpath.xdocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/de/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/es/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/fr/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/it/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/ja/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/ko/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/ru/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/zh-hans/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/netstandard1.3/zh-hant/System.Xml.XPath.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/net46/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/netstandard1.3/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/net46/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/de/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/es/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/fr/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/it/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/ja/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/ko/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/ru/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/zh-hans/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/zh-hant/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/system.xml.xpath.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/net46/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/netstandard1.3/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/net46/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/de/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/es/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/fr/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/it/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/ja/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/ko/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/ru/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/system.xml.xpath.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/system.xml.xpath.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.3.0/system.xml.xpath.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/net45/Microsoft.WindowsAzure.Storage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/net45/Microsoft.WindowsAzure.Storage.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/net45/Microsoft.WindowsAzure.Storage.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/netstandard1.0/Microsoft.WindowsAzure.Storage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/netstandard1.0/Microsoft.WindowsAzure.Storage.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/win8/Microsoft.WindowsAzure.Storage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/win8/Microsoft.WindowsAzure.Storage.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/wp8/Microsoft.WindowsAzure.Storage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/wp8/Microsoft.WindowsAzure.Storage.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/wpa/Microsoft.WindowsAzure.Storage.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/lib/wpa/Microsoft.WindowsAzure.Storage.pdb -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/windowsazure.storage.8.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/windowsazure.storage.8.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/windowsazure.storage/8.1.4/windowsazure.storage.nuspec -%%DATADIR%%/store/x64/netcoreapp2.0/libuv/1.10.0/runtimes/linux-x64/native/libuv.so -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.1/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.2/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.3/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.1/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.2/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.3/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.html.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.html.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.html.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.jsonpatch/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.4/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.2/lib/netstandard2.0/Microsoft.AspNetCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.3/lib/netstandard2.0/Microsoft.AspNetCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.1/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.2/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.3/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.sqlite.core/2.0.1/lib/netstandard2.0/Microsoft.Data.Sqlite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.dotnet.platformabstractions/2.0.0/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.dotnet.platformabstractions/2.0.3/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.1/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.1/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.1/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.1/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.1/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.1/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.2/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.3/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.memory/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.memory/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.memory/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.redis/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.redis/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.redis/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.sqlserver/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.caching.sqlserver/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.azurekeyvault/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.azurekeyvault/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.azurekeyvault/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.binder/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.binder/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.binder/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.commandline/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.commandline/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.commandline/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.environmentvariables/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.environmentvariables/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.environmentvariables/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.fileextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.fileextensions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.fileextensions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.ini/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.ini/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.ini/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.json/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.json/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.json/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.usersecrets/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.usersecrets/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.usersecrets/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.xml/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.xml/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration.xml/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.configuration/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.dependencymodel/2.0.0/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.dependencymodel/2.0.3/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.diagnosticadapter/2.0.0/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.diagnosticadapter/2.0.1/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.composite/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.composite/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.embedded/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.embedded/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.physical/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.physical/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.filesystemglobbing/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.filesystemglobbing/2.0.1/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.3/lib/netstandard2.0/Microsoft.Extensions.Localization.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.abstractions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.abstractions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.azureappservices/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.azureappservices/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.azureappservices/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.configuration/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.configuration/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.console/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.console/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.console/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.debug/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.debug/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.debug/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.eventsource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.eventsource/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.eventsource/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.tracesource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.tracesource/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging.tracesource/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.logging/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Logging.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.objectpool/2.0.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.options.configurationextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.options.configurationextensions/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.options.configurationextensions/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.options/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.options/2.0.1/lib/netstandard2.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.options/2.0.2/lib/netstandard2.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.primitives/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.webencoders/2.0.0/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.webencoders/2.0.1/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.extensions.webencoders/2.0.2/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.identitymodel.logging/1.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.identitymodel.tokens/5.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.0/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.1/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.2/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.3/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.0/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.1/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.2/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll -%%DATADIR%%/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.3/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll -%%DATADIR%%/store/x64/netcoreapp2.0/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.dll -%%DATADIR%%/store/x64/netcoreapp2.0/newtonsoft.json/10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll -%%DATADIR%%/store/x64/netcoreapp2.0/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.dll -%%DATADIR%%/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_green.dll -%%DATADIR%%/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll -%%DATADIR%%/store/x64/netcoreapp2.0/sqlitepclraw.core/1.1.7/lib/netstandard1.1/SQLitePCLRaw.core.dll -%%DATADIR%%/store/x64/netcoreapp2.0/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/runtimes/linux-x64/native/libe_sqlite3.so -%%DATADIR%%/store/x64/netcoreapp2.0/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll -%%DATADIR%%/store/x64/netcoreapp2.0/stackexchange.redis.strongname/1.2.4/lib/netstandard1.5/StackExchange.Redis.StrongName.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.data.sqlclient/4.4.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.data.sqlclient/4.4.3/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.identitymodel.tokens.jwt/5.1.4/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.interactive.async/3.1.1/lib/netstandard1.3/System.Interactive.Async.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.security.cryptography.xml/4.4.0/lib/netstandard2.0/System.Security.Cryptography.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.security.cryptography.xml/4.4.2/lib/netstandard2.0/System.Security.Cryptography.Xml.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.text.encoding.codepages/4.4.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll -%%DATADIR%%/store/x64/netcoreapp2.0/system.text.encodings.web/4.4.0/lib/netstandard2.0/System.Text.Encodings.Web.dll -%%DATADIR%%/store/x64/netcoreapp2.0/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Extensions/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/de -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/en -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/es -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/it -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/FSharp/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/bincore/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/net46/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Roslyn/netcoreapp2.0/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/de -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/en -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/es -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/it -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/SdkResolvers/NuGet.MSBuildSdkResolver/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/de -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/es -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/it -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/de -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/es -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/it -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/TestHost/zh-Hant -@dir %%DATADIR%%/sdk/%%VERSION%%/cs -@dir %%DATADIR%%/sdk/%%VERSION%%/de -@dir %%DATADIR%%/sdk/%%VERSION%%/en -@dir %%DATADIR%%/sdk/%%VERSION%%/es -@dir %%DATADIR%%/sdk/%%VERSION%%/fr -@dir %%DATADIR%%/sdk/%%VERSION%%/it -@dir %%DATADIR%%/sdk/%%VERSION%%/ja -@dir %%DATADIR%%/sdk/%%VERSION%%/ko -@dir %%DATADIR%%/sdk/%%VERSION%%/pl -@dir %%DATADIR%%/sdk/%%VERSION%%/pt-BR -@dir %%DATADIR%%/sdk/%%VERSION%%/ru -@dir %%DATADIR%%/sdk/%%VERSION%%/tr -@dir %%DATADIR%%/sdk/%%VERSION%%/zh-Hans -@dir %%DATADIR%%/sdk/%%VERSION%%/zh-Hant -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/de -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/es -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/fr -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/it -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/ja -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/ko -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/ru -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/zh-Hans -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/zh-Hant -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/de -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/es -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/fr -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/it -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/ja -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/ko -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/ru -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/zh-Hans -@dir %%DATADIR%%/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/zh-Hant -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/de -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/es -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/fr -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/it -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/ja -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/ko -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/ru -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/zh-Hans -@dir %%DATADIR%%/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/zh-Hant diff --git a/lang/linux-dotnet10-runtime/Makefile b/lang/linux-dotnet10-runtime/Makefile deleted file mode 100644 index e52188db4ee5..000000000000 --- a/lang/linux-dotnet10-runtime/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -PORTNAME= dotnet10-runtime -DISTVERSION= 1.0.11 -MASTER_SITES= https://download.microsoft.com/download/B/E/7/BE70BFBD-9AB4-48F8-A696-013ACA8720D5/ - -MASTERDIR= ${.CURDIR}/../linux-dotnet11-runtime - -.include "${MASTERDIR}/Makefile" diff --git a/lang/linux-dotnet10-runtime/distinfo b/lang/linux-dotnet10-runtime/distinfo deleted file mode 100644 index 8ead1a460798..000000000000 --- a/lang/linux-dotnet10-runtime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529147478 -SHA256 (dotnet-centos-x64.1.0.11.tar.gz) = b312466062ee57e9958f80f0bfd5fe14b9ccabcac2ad41b4d69a9710eb1cb95f -SIZE (dotnet-centos-x64.1.0.11.tar.gz) = 32019763 diff --git a/lang/linux-dotnet10-runtime/pkg-plist b/lang/linux-dotnet10-runtime/pkg-plist deleted file mode 100644 index 7dce3ec2af99..000000000000 --- a/lang/linux-dotnet10-runtime/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -%%DATADIR%%/host/fxr/1.0.1/libhostfxr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/.version -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CSharp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CodeAnalysis.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.NETCore.App.deps.json -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.VisualBasic.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Registry.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.AppContext.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Buffers.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Concurrent.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Immutable.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Annotations.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Console.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Debug.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Process.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.StackTrace.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tools.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tracing.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Dynamic.Runtime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Calendars.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.ZipFile.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Expressions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Parallel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Queryable.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.a -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.NameResolution.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Requests.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Sockets.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebHeaderCollection.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Numerics.Vectors.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ObjectModel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.CoreLib.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.CoreLib.ni.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Uri.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.DispatchProxy.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Metadata.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.TypeExtensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.Reader.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.ResourceManager.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Handles.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Loader.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Numerics.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Claims.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Cng.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Csp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.Windows.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.CodePages.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.RegularExpressions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Overlapped.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Thread.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.ThreadPool.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Timer.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.ReaderWriter.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.XDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XmlDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/corehost -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/dotnet -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libclrjit.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclrtraceptprovider.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libdbgshim.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libhostfxr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libhostpolicy.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordaccore.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordbi.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsos.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsosplugin.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libuv.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/mscorlib.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/mscorlib.ni.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/sosdocsunix.txt diff --git a/lang/linux-dotnet11-runtime/Makefile b/lang/linux-dotnet11-runtime/Makefile deleted file mode 100644 index 0a5592753297..000000000000 --- a/lang/linux-dotnet11-runtime/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -PORTNAME?= dotnet11-runtime -DISTNAME= dotnet-centos-x64.${DISTVERSION} -DISTVERSION?= 1.1.8 -MASTER_SITES?= https://download.microsoft.com/download/1/B/8/1B80E25B-316E-4DFB-9707-DB758681F175/ - -MASTERDIR= ${.CURDIR}/../linux-dotnet-runtime - -BINFILES= shared/Microsoft.NETCore.App/${DISTVERSION}/corehost shared/Microsoft.NETCore.App/${DISTVERSION}/dotnet - -.include "${MASTERDIR}/Makefile" diff --git a/lang/linux-dotnet11-runtime/distinfo b/lang/linux-dotnet11-runtime/distinfo deleted file mode 100644 index dd9519e04dee..000000000000 --- a/lang/linux-dotnet11-runtime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529147228 -SHA256 (dotnet-centos-x64.1.1.8.tar.gz) = 8aec43d3e3e9aa2ca09ea1de247d0d7ac19f636060a942b6003883df4773fad6 -SIZE (dotnet-centos-x64.1.1.8.tar.gz) = 32448467 diff --git a/lang/linux-dotnet11-runtime/pkg-plist b/lang/linux-dotnet11-runtime/pkg-plist deleted file mode 100644 index 5d5e447ae83c..000000000000 --- a/lang/linux-dotnet11-runtime/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -%%DATADIR%%/host/fxr/1.1.0/libhostfxr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/.version -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CSharp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CodeAnalysis.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.NETCore.App.deps.json -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.VisualBasic.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Registry.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/SOS.NETCore.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.AppContext.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Buffers.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Concurrent.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Immutable.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Annotations.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Console.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Debug.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Process.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.StackTrace.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tools.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tracing.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Dynamic.Runtime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Calendars.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.ZipFile.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Expressions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Parallel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Queryable.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.a -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.NameResolution.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Requests.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Sockets.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebHeaderCollection.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Numerics.Vectors.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ObjectModel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.CoreLib.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.CoreLib.ni.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Uri.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.DispatchProxy.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Metadata.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.TypeExtensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.Reader.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.ResourceManager.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Handles.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Loader.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Numerics.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Claims.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Cng.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Csp.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Native.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.Windows.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.CodePages.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.RegularExpressions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Overlapped.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Thread.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.ThreadPool.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Timer.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.ReaderWriter.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.XDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XmlDocument.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/corehost -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/dotnet -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libclrjit.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclrtraceptprovider.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libdbgshim.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libhostfxr.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libhostpolicy.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordaccore.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordbi.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsos.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsosplugin.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libuv.so -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/mscorlib.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/mscorlib.ni.dll -%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/sosdocsunix.txt diff --git a/lang/linux-dotnet11-sdk/Makefile b/lang/linux-dotnet11-sdk/Makefile deleted file mode 100644 index d57bd9b08cd7..000000000000 --- a/lang/linux-dotnet11-sdk/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PORTNAME= dotnet10-sdk -DISTVERSION= 1.1.9 -DISTNAME= dotnet-dev-centos-x64.${DISTVERSION} -MASTER_SITES= https://download.microsoft.com/download/4/0/2/4022CFC7-5061-4762-B9BA-48B35632572D/ - -RUN_DEPENDS= linux-dotnet10-runtime>=0:lang/linux-dotnet10-runtime \ - linux-dotnet11-runtime>=0:lang/linux-dotnet11-runtime \ - bash:shells/bash - -MASTERDIR= ${.CURDIR}/../linux-dotnet-sdk - -EXTRACT_EXTRA_ARGS= - -BINFILES= sdk/${DISTVERSION}/corehost -SCRIPTFILES= sdk/${DISTVERSION}/Roslyn/RunCsc.sh \ - sdk/${DISTVERSION}/Roslyn/RunVbc.sh \ - sdk/${DISTVERSION}/FSharp/RunFsc.sh - -.include "${MASTERDIR}/Makefile" diff --git a/lang/linux-dotnet11-sdk/distinfo b/lang/linux-dotnet11-sdk/distinfo deleted file mode 100644 index 75d4022e15c2..000000000000 --- a/lang/linux-dotnet11-sdk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529148347 -SHA256 (dotnet-dev-centos-x64.1.1.9.tar.gz) = 8e27d768ae49734a3da16e012071841aed79e22494b9d27dd86b78c5c90826dd -SIZE (dotnet-dev-centos-x64.1.1.9.tar.gz) = 147714154 diff --git a/lang/linux-dotnet11-sdk/pkg-plist b/lang/linux-dotnet11-sdk/pkg-plist deleted file mode 100644 index 0dbba5f9c9db..000000000000 --- a/lang/linux-dotnet11-sdk/pkg-plist +++ /dev/null @@ -1,11143 +0,0 @@ -%%DATADIR%%/sdk/%%VERSION%%/.version -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.props -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets -%%DATADIR%%/sdk/%%VERSION%%/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets -%%DATADIR%%/sdk/%%VERSION%%/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets -%%DATADIR%%/sdk/%%VERSION%%/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Build.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Compiler.Interactive.Settings.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Compiler.Private.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/FSharp.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.DiaSymReader.PortablePdb.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.DiaSymReader.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.NetSdk.props -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.NetSdk.targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.FSharp.Targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/Microsoft.Portable.FSharp.Targets -%%DATADIR%%/sdk/%%VERSION%%/FSharp/RunFsc.cmd -%%DATADIR%%/sdk/%%VERSION%%/FSharp/RunFsc.sh -%%DATADIR%%/sdk/%%VERSION%%/FSharp/System.ValueTuple.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/default.win32manifest -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsc.deps.json -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsc.exe -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsc.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/FSharp/fsi.exe -%%DATADIR%%/sdk/%%VERSION%%/FSharp/runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/%%VERSION%%/FSharp/runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/%%VERSION%%/MSBuild.deps.json -%%DATADIR%%/sdk/%%VERSION%%/MSBuild.dll -%%DATADIR%%/sdk/%%VERSION%%/MSBuild.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.ApplicationInsights.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.Framework.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.Tasks.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.Utilities.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Build.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CSharp.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.overridetasks -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Common.tasks -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Archive.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Cli.CommandLine.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Cli.Sln.Internal.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Cli.Utils.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.Configurer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.InternalAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.ProjectJsonMigration.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.DotNet.TestFramework.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Extensions.CommandLineUtils.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.CurrentVersion.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.NETFramework.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Abstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Cli.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Core.Contracts.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Edge.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TemplateEngine.Utils.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.Build.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.CommunicationUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.CoreUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.CrossPlatEngine.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.Utilities.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.TestPlatform.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.CrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.CurrentVersion.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualBasic.targets -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudio.TestPlatform.Client.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudio.TestPlatform.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudioVersion.v11.Common.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudioVersion.v12.Common.props -%%DATADIR%%/sdk/%%VERSION%%/Microsoft.VisualStudioVersion.v14.Common.props -%%DATADIR%%/sdk/%%VERSION%%/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Build.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.CommandLine.XPlat.deps.json -%%DATADIR%%/sdk/%%VERSION%%/NuGet.CommandLine.XPlat.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.CommandLine.XPlat.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Commands.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Configuration.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.DependencyResolver.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Frameworks.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.LibraryModel.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Packaging.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Packaging.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.ProjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Protocol.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.Versioning.dll -%%DATADIR%%/sdk/%%VERSION%%/NuGet.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.CSharp.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/Microsoft.VisualBasic.Core.targets -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/RunCsc.cmd -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/RunCsc.sh -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/RunVbc.cmd -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/RunVbc.sh -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Collections.Immutable.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Collections.Specialized.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.ValueTuple.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Xml.XPath.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/csc.deps.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/csc.exe -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/csc.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/any/native/csc.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/any/native/vbc.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/unix/lib/netstandard1.3/System.Security.AccessControl.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/lib/netstandard1.3/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/vbc.deps.json -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/vbc.exe -%%DATADIR%%/sdk/%%VERSION%%/Roslyn/vbc.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/DefaultProfile.pubxml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NETCore.Sdk.Publish.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.SupportedTargetFrameworks.props -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.6.0.4/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Console.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/cs/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/de/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/es/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/fr/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/it/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/ja/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/ko/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/pl/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/pt-BR/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/ru/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/tr/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/cs/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/de/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/es/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/fr/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/it/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ja/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ko/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pl/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ru/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/tr/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.xml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.xml -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets -%%DATADIR%%/sdk/%%VERSION%%/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets -%%DATADIR%%/sdk/%%VERSION%%/System.Collections.Immutable.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Collections.Specialized.dll -%%DATADIR%%/sdk/%%VERSION%%/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/sdk/%%VERSION%%/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Private.DataContractSerialization.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Resources.Writer.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Runtime.Serialization.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/sdk/%%VERSION%%/System.ValueTuple.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Xml.XPath.XmlDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Xml.XPath.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/%%VERSION%%/System.Xml.XmlSerializer.dll -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170907-306.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.common.projecttemplates.1.x.1.0.0-beta2-20170907-306.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.test.projecttemplates.1.x.1.0.0-beta2-20170907-306.nupkg -%%DATADIR%%/sdk/%%VERSION%%/Templates/microsoft.dotnet.web.projecttemplates.1.x.1.1.5-rtm-10863.nupkg -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.CoreUtilities.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/msdia140typelib_clr0200.dll -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.exe -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.exe.config -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.x86.exe -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.x86.exe.config -%%DATADIR%%/sdk/%%VERSION%%/TestHost/testhost.x86.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/TestPlatform.ObjectModel.manifest -%%DATADIR%%/sdk/%%VERSION%%/TestPlatform.ObjectModel.x86.manifest -%%DATADIR%%/sdk/%%VERSION%%/corehost -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/cs/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/datacollector.deps.json -%%DATADIR%%/sdk/%%VERSION%%/datacollector.dll -%%DATADIR%%/sdk/%%VERSION%%/datacollector.dll.config -%%DATADIR%%/sdk/%%VERSION%%/datacollector.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/de/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/dotnet-supported-package-versions.csv -%%DATADIR%%/sdk/%%VERSION%%/dotnet.deps.json -%%DATADIR%%/sdk/%%VERSION%%/dotnet.dll -%%DATADIR%%/sdk/%%VERSION%%/dotnet.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/es/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/fr/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/it/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ja/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ko/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/libhostfxr.so -%%DATADIR%%/sdk/%%VERSION%%/libhostpolicy.so -%%DATADIR%%/sdk/%%VERSION%%/package.deps.json -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pl/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/pt-BR/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/ru/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/any/native/Microsoft.TestPlatform.targets -%%DATADIR%%/sdk/%%VERSION%%/runtimes/any/native/NuGet.targets -%%DATADIR%%/sdk/%%VERSION%%/runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll -%%DATADIR%%/sdk/%%VERSION%%/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/tr/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.deps.json -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.dll -%%DATADIR%%/sdk/%%VERSION%%/vstest.console.runtimeconfig.json -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hans/vstest.console.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -%%DATADIR%%/sdk/%%VERSION%%/zh-Hant/vstest.console.resources.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/%%VERSION%%.dotnetSentinel -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/License.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/libuv.1.9.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/libuv.1.9.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/libuv.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/debian-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/fedora-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/opensuse-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/osx/native/libuv.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/rhel-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/win7-arm/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/win7-x64/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.1/runtimes/win7-x86/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/libuv.1.9.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/libuv.1.9.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/libuv.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/runtimes/debian-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/runtimes/osx/native/libuv.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/runtimes/rhel-x64/native/libuv.so -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/runtimes/win7-arm/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/runtimes/win7-x64/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/runtimes/win7-x86/native/libuv.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/libuv/1.9.2/thirdpartynotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/lib/net451/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/lib/net451/Microsoft.AspNetCore.Antiforgery.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/microsoft.aspnetcore.antiforgery.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/microsoft.aspnetcore.antiforgery.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.0.6/microsoft.aspnetcore.antiforgery.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/lib/net451/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/lib/net451/Microsoft.AspNetCore.Antiforgery.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Antiforgery.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/microsoft.aspnetcore.antiforgery.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/microsoft.aspnetcore.antiforgery.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.antiforgery/1.1.3/microsoft.aspnetcore.antiforgery.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/lib/net451/Microsoft.AspNetCore.Authentication.Cookies.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.Cookies.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/microsoft.aspnetcore.authentication.cookies.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/microsoft.aspnetcore.authentication.cookies.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.0.5/microsoft.aspnetcore.authentication.cookies.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/lib/net451/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/lib/net451/Microsoft.AspNetCore.Authentication.Cookies.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.Cookies.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.Cookies.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/microsoft.aspnetcore.authentication.cookies.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/microsoft.aspnetcore.authentication.cookies.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication.cookies/1.1.3/microsoft.aspnetcore.authentication.cookies.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/lib/net451/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/lib/net451/Microsoft.AspNetCore.Authentication.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/microsoft.aspnetcore.authentication.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/microsoft.aspnetcore.authentication.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.0.5/microsoft.aspnetcore.authentication.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/lib/net451/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/lib/net451/Microsoft.AspNetCore.Authentication.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Authentication.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/microsoft.aspnetcore.authentication.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/microsoft.aspnetcore.authentication.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authentication/1.1.3/microsoft.aspnetcore.authentication.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/lib/net451/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/lib/net451/Microsoft.AspNetCore.Authorization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Authorization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/microsoft.aspnetcore.authorization.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/microsoft.aspnetcore.authorization.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.0.5/microsoft.aspnetcore.authorization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/lib/net451/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/lib/net451/Microsoft.AspNetCore.Authorization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Authorization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/microsoft.aspnetcore.authorization.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/microsoft.aspnetcore.authorization.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.authorization/1.1.3/microsoft.aspnetcore.authorization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/lib/net451/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/lib/net451/Microsoft.AspNetCore.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/microsoft.aspnetcore.cors.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/microsoft.aspnetcore.cors.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.0.4/microsoft.aspnetcore.cors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/lib/net451/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/lib/net451/Microsoft.AspNetCore.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/microsoft.aspnetcore.cors.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/microsoft.aspnetcore.cors.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cors/1.1.2/microsoft.aspnetcore.cors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/lib/net451/Microsoft.AspNetCore.Cryptography.Internal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/microsoft.aspnetcore.cryptography.internal.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/microsoft.aspnetcore.cryptography.internal.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.0.5/microsoft.aspnetcore.cryptography.internal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/lib/net451/Microsoft.AspNetCore.Cryptography.Internal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/microsoft.aspnetcore.cryptography.internal.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/microsoft.aspnetcore.cryptography.internal.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.internal/1.1.3/microsoft.aspnetcore.cryptography.internal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/lib/net451/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/lib/net451/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/microsoft.aspnetcore.cryptography.keyderivation.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/microsoft.aspnetcore.cryptography.keyderivation.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.0.5/microsoft.aspnetcore.cryptography.keyderivation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/lib/net451/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/lib/net451/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/microsoft.aspnetcore.cryptography.keyderivation.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/microsoft.aspnetcore.cryptography.keyderivation.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/1.1.3/microsoft.aspnetcore.cryptography.keyderivation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/microsoft.aspnetcore.dataprotection.abstractions.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/microsoft.aspnetcore.dataprotection.abstractions.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.0.5/microsoft.aspnetcore.dataprotection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/microsoft.aspnetcore.dataprotection.abstractions.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/microsoft.aspnetcore.dataprotection.abstractions.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection.abstractions/1.1.3/microsoft.aspnetcore.dataprotection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/lib/net451/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/lib/net451/Microsoft.AspNetCore.DataProtection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/microsoft.aspnetcore.dataprotection.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/microsoft.aspnetcore.dataprotection.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.0.5/microsoft.aspnetcore.dataprotection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/lib/net451/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/lib/net451/Microsoft.AspNetCore.DataProtection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/microsoft.aspnetcore.dataprotection.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/microsoft.aspnetcore.dataprotection.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.dataprotection/1.1.3/microsoft.aspnetcore.dataprotection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.0.5/lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.0.5/lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.0.5/microsoft.aspnetcore.diagnostics.abstractions.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.0.5/microsoft.aspnetcore.diagnostics.abstractions.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.0.5/microsoft.aspnetcore.diagnostics.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.1.5/lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.1.5/lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.1.5/microsoft.aspnetcore.diagnostics.abstractions.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.1.5/microsoft.aspnetcore.diagnostics.abstractions.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.abstractions/1.1.5/microsoft.aspnetcore.diagnostics.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/lib/net451/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/lib/net451/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/microsoft.aspnetcore.diagnostics.entityframeworkcore.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/microsoft.aspnetcore.diagnostics.entityframeworkcore.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.0.5/microsoft.aspnetcore.diagnostics.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/lib/net451/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/lib/net451/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/microsoft.aspnetcore.diagnostics.entityframeworkcore.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/microsoft.aspnetcore.diagnostics.entityframeworkcore.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics.entityframeworkcore/1.1.5/microsoft.aspnetcore.diagnostics.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/lib/net451/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/lib/net451/Microsoft.AspNetCore.Diagnostics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/microsoft.aspnetcore.diagnostics.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/microsoft.aspnetcore.diagnostics.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.0.5/microsoft.aspnetcore.diagnostics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/lib/net451/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/lib/net451/Microsoft.AspNetCore.Diagnostics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Diagnostics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/microsoft.aspnetcore.diagnostics.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/microsoft.aspnetcore.diagnostics.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.diagnostics/1.1.5/microsoft.aspnetcore.diagnostics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/microsoft.aspnetcore.hosting.abstractions.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/microsoft.aspnetcore.hosting.abstractions.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.0.5/microsoft.aspnetcore.hosting.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.Hosting.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/microsoft.aspnetcore.hosting.abstractions.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/microsoft.aspnetcore.hosting.abstractions.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.abstractions/1.1.3/microsoft.aspnetcore.hosting.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/microsoft.aspnetcore.hosting.server.abstractions.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/microsoft.aspnetcore.hosting.server.abstractions.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.0.5/microsoft.aspnetcore.hosting.server.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/microsoft.aspnetcore.hosting.server.abstractions.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/microsoft.aspnetcore.hosting.server.abstractions.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting.server.abstractions/1.1.3/microsoft.aspnetcore.hosting.server.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/lib/net451/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/lib/net451/Microsoft.AspNetCore.Hosting.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/microsoft.aspnetcore.hosting.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/microsoft.aspnetcore.hosting.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.0.5/microsoft.aspnetcore.hosting.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/lib/net451/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/lib/net451/Microsoft.AspNetCore.Hosting.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Hosting.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/lib/netstandard1.5/Microsoft.AspNetCore.Hosting.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/microsoft.aspnetcore.hosting.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/microsoft.aspnetcore.hosting.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.hosting/1.1.3/microsoft.aspnetcore.hosting.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.0.3/lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.0.3/lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.0.3/microsoft.aspnetcore.html.abstractions.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.0.3/microsoft.aspnetcore.html.abstractions.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.0.3/microsoft.aspnetcore.html.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.1.2/lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.1.2/lib/netstandard1.0/Microsoft.AspNetCore.Html.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.1.2/microsoft.aspnetcore.html.abstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.1.2/microsoft.aspnetcore.html.abstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.html.abstractions/1.1.2/microsoft.aspnetcore.html.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/lib/net451/Microsoft.AspNetCore.Http.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/microsoft.aspnetcore.http.abstractions.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/microsoft.aspnetcore.http.abstractions.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.0.4/microsoft.aspnetcore.http.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/lib/net451/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/lib/net451/Microsoft.AspNetCore.Http.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/microsoft.aspnetcore.http.abstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/microsoft.aspnetcore.http.abstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.abstractions/1.1.2/microsoft.aspnetcore.http.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/lib/net451/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/lib/net451/Microsoft.AspNetCore.Http.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/microsoft.aspnetcore.http.extensions.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/microsoft.aspnetcore.http.extensions.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.0.4/microsoft.aspnetcore.http.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/lib/net451/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/lib/net451/Microsoft.AspNetCore.Http.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/microsoft.aspnetcore.http.extensions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/microsoft.aspnetcore.http.extensions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.extensions/1.1.2/microsoft.aspnetcore.http.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/lib/net451/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/lib/net451/Microsoft.AspNetCore.Http.Features.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/microsoft.aspnetcore.http.features.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/microsoft.aspnetcore.http.features.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.0.4/microsoft.aspnetcore.http.features.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/lib/net451/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/lib/net451/Microsoft.AspNetCore.Http.Features.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.Features.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/microsoft.aspnetcore.http.features.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/microsoft.aspnetcore.http.features.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http.features/1.1.2/microsoft.aspnetcore.http.features.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/lib/net451/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/lib/net451/Microsoft.AspNetCore.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/microsoft.aspnetcore.http.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/microsoft.aspnetcore.http.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.0.4/microsoft.aspnetcore.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/lib/net451/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/lib/net451/Microsoft.AspNetCore.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/lib/net451/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/lib/net451/Microsoft.AspNetCore.HttpOverrides.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/microsoft.aspnetcore.httpoverrides.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/microsoft.aspnetcore.httpoverrides.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.0.5/microsoft.aspnetcore.httpoverrides.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/lib/net451/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/lib/net451/Microsoft.AspNetCore.HttpOverrides.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/lib/netstandard1.3/Microsoft.AspNetCore.HttpOverrides.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/microsoft.aspnetcore.httpoverrides.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/microsoft.aspnetcore.httpoverrides.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.httpoverrides/1.1.4/microsoft.aspnetcore.httpoverrides.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/lib/net451/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/lib/net451/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/microsoft.aspnetcore.identity.entityframeworkcore.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/microsoft.aspnetcore.identity.entityframeworkcore.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.0.5/microsoft.aspnetcore.identity.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/lib/net451/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/lib/net451/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/microsoft.aspnetcore.identity.entityframeworkcore.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/microsoft.aspnetcore.identity.entityframeworkcore.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity.entityframeworkcore/1.1.5/microsoft.aspnetcore.identity.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/lib/net451/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/lib/net451/Microsoft.AspNetCore.Identity.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/microsoft.aspnetcore.identity.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/microsoft.aspnetcore.identity.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.0.5/microsoft.aspnetcore.identity.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/lib/net451/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/lib/net451/Microsoft.AspNetCore.Identity.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/lib/netstandard1.3/Microsoft.AspNetCore.Identity.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/microsoft.aspnetcore.identity.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/microsoft.aspnetcore.identity.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.identity/1.1.5/microsoft.aspnetcore.identity.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.0.0/lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.0.0/lib/netstandard1.1/Microsoft.AspNetCore.JsonPatch.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.0.0/microsoft.aspnetcore.jsonpatch.1.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.0.0/microsoft.aspnetcore.jsonpatch.1.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.0.0/microsoft.aspnetcore.jsonpatch.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/lib/net451/Microsoft.AspNetCore.JsonPatch.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/lib/net451/Microsoft.AspNetCore.JsonPatch.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.JsonPatch.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.JsonPatch.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/microsoft.aspnetcore.jsonpatch.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/microsoft.aspnetcore.jsonpatch.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.jsonpatch/1.1.2/microsoft.aspnetcore.jsonpatch.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/lib/net451/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/lib/net451/Microsoft.AspNetCore.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/microsoft.aspnetcore.localization.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/microsoft.aspnetcore.localization.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.0.5/microsoft.aspnetcore.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/lib/net451/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/lib/net451/Microsoft.AspNetCore.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/microsoft.aspnetcore.localization.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/microsoft.aspnetcore.localization.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.localization/1.1.3/microsoft.aspnetcore.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/microsoft.aspnetcore.mvc.abstractions.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/microsoft.aspnetcore.mvc.abstractions.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.0.6/microsoft.aspnetcore.mvc.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/lib/netstandard1.3/Microsoft.AspNetCore.Mvc.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/microsoft.aspnetcore.mvc.abstractions.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/microsoft.aspnetcore.mvc.abstractions.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.abstractions/1.1.7/microsoft.aspnetcore.mvc.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/microsoft.aspnetcore.mvc.apiexplorer.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/microsoft.aspnetcore.mvc.apiexplorer.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.0.6/microsoft.aspnetcore.mvc.apiexplorer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.ApiExplorer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ApiExplorer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/microsoft.aspnetcore.mvc.apiexplorer.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/microsoft.aspnetcore.mvc.apiexplorer.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.apiexplorer/1.1.7/microsoft.aspnetcore.mvc.apiexplorer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/microsoft.aspnetcore.mvc.core.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/microsoft.aspnetcore.mvc.core.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.0.6/microsoft.aspnetcore.mvc.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/microsoft.aspnetcore.mvc.core.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/microsoft.aspnetcore.mvc.core.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.core/1.1.7/microsoft.aspnetcore.mvc.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/microsoft.aspnetcore.mvc.cors.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/microsoft.aspnetcore.mvc.cors.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.0.6/microsoft.aspnetcore.mvc.cors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Cors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/microsoft.aspnetcore.mvc.cors.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/microsoft.aspnetcore.mvc.cors.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.cors/1.1.7/microsoft.aspnetcore.mvc.cors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/microsoft.aspnetcore.mvc.dataannotations.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/microsoft.aspnetcore.mvc.dataannotations.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.0.6/microsoft.aspnetcore.mvc.dataannotations.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.DataAnnotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.DataAnnotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/microsoft.aspnetcore.mvc.dataannotations.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/microsoft.aspnetcore.mvc.dataannotations.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.dataannotations/1.1.7/microsoft.aspnetcore.mvc.dataannotations.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/microsoft.aspnetcore.mvc.formatters.json.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/microsoft.aspnetcore.mvc.formatters.json.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.0.6/microsoft.aspnetcore.mvc.formatters.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Formatters.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Formatters.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/microsoft.aspnetcore.mvc.formatters.json.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/microsoft.aspnetcore.mvc.formatters.json.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.formatters.json/1.1.7/microsoft.aspnetcore.mvc.formatters.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/microsoft.aspnetcore.mvc.localization.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/microsoft.aspnetcore.mvc.localization.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.0.6/microsoft.aspnetcore.mvc.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/microsoft.aspnetcore.mvc.localization.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/microsoft.aspnetcore.mvc.localization.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.localization/1.1.7/microsoft.aspnetcore.mvc.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/microsoft.aspnetcore.mvc.razor.host.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/microsoft.aspnetcore.mvc.razor.host.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.0.6/microsoft.aspnetcore.mvc.razor.host.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Razor.Host.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.Host.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/microsoft.aspnetcore.mvc.razor.host.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/microsoft.aspnetcore.mvc.razor.host.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor.host/1.1.7/microsoft.aspnetcore.mvc.razor.host.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/microsoft.aspnetcore.mvc.razor.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/microsoft.aspnetcore.mvc.razor.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.0.6/microsoft.aspnetcore.mvc.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/microsoft.aspnetcore.mvc.razor.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/microsoft.aspnetcore.mvc.razor.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.razor/1.1.7/microsoft.aspnetcore.mvc.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/microsoft.aspnetcore.mvc.taghelpers.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/microsoft.aspnetcore.mvc.taghelpers.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.0.6/microsoft.aspnetcore.mvc.taghelpers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.TagHelpers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.TagHelpers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/microsoft.aspnetcore.mvc.taghelpers.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/microsoft.aspnetcore.mvc.taghelpers.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.taghelpers/1.1.7/microsoft.aspnetcore.mvc.taghelpers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/microsoft.aspnetcore.mvc.viewfeatures.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/microsoft.aspnetcore.mvc.viewfeatures.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.0.6/microsoft.aspnetcore.mvc.viewfeatures.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.ViewFeatures.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/microsoft.aspnetcore.mvc.viewfeatures.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/microsoft.aspnetcore.mvc.viewfeatures.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc.viewfeatures/1.1.7/microsoft.aspnetcore.mvc.viewfeatures.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/lib/net451/Microsoft.AspNetCore.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/microsoft.aspnetcore.mvc.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/microsoft.aspnetcore.mvc.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.0.6/microsoft.aspnetcore.mvc.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/lib/net451/Microsoft.AspNetCore.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/lib/netstandard1.6/Microsoft.AspNetCore.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/microsoft.aspnetcore.mvc.1.1.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/microsoft.aspnetcore.mvc.1.1.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.mvc/1.1.7/microsoft.aspnetcore.mvc.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/lib/net451/Microsoft.AspNetCore.Razor.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/microsoft.aspnetcore.razor.runtime.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/microsoft.aspnetcore.razor.runtime.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.0.4/microsoft.aspnetcore.razor.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/lib/net451/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/lib/net451/Microsoft.AspNetCore.Razor.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/lib/netstandard1.5/Microsoft.AspNetCore.Razor.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/microsoft.aspnetcore.razor.runtime.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/microsoft.aspnetcore.razor.runtime.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor.runtime/1.1.2/microsoft.aspnetcore.razor.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/lib/net451/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/lib/net451/Microsoft.AspNetCore.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/microsoft.aspnetcore.razor.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/microsoft.aspnetcore.razor.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.0.4/microsoft.aspnetcore.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/lib/net451/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/lib/net451/Microsoft.AspNetCore.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Razor.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Razor.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/microsoft.aspnetcore.razor.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/microsoft.aspnetcore.razor.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.razor/1.1.2/microsoft.aspnetcore.razor.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/lib/net451/Microsoft.AspNetCore.ResponseCaching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.ResponseCaching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/microsoft.aspnetcore.responsecaching.abstractions.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/microsoft.aspnetcore.responsecaching.abstractions.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.responsecaching.abstractions/1.1.3/microsoft.aspnetcore.responsecaching.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/lib/net451/Microsoft.AspNetCore.Routing.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/microsoft.aspnetcore.routing.abstractions.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/microsoft.aspnetcore.routing.abstractions.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.0.5/microsoft.aspnetcore.routing.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/lib/net451/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/lib/net451/Microsoft.AspNetCore.Routing.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/microsoft.aspnetcore.routing.abstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/microsoft.aspnetcore.routing.abstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing.abstractions/1.1.2/microsoft.aspnetcore.routing.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/lib/net451/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/lib/net451/Microsoft.AspNetCore.Routing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.Routing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/microsoft.aspnetcore.routing.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/microsoft.aspnetcore.routing.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.0.5/microsoft.aspnetcore.routing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/lib/net451/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/lib/net451/Microsoft.AspNetCore.Routing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Routing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.Routing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/microsoft.aspnetcore.routing.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/microsoft.aspnetcore.routing.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.routing/1.1.2/microsoft.aspnetcore.routing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/lib/net451/Microsoft.AspNetCore.Server.IISIntegration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/microsoft.aspnetcore.server.iisintegration.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/microsoft.aspnetcore.server.iisintegration.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.0.6/microsoft.aspnetcore.server.iisintegration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/lib/net451/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/lib/net451/Microsoft.AspNetCore.Server.IISIntegration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/lib/netstandard1.3/Microsoft.AspNetCore.Server.IISIntegration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/microsoft.aspnetcore.server.iisintegration.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/microsoft.aspnetcore.server.iisintegration.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.iisintegration/1.1.4/microsoft.aspnetcore.server.iisintegration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/lib/net451/Microsoft.AspNetCore.Server.Kestrel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/microsoft.aspnetcore.server.kestrel.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/microsoft.aspnetcore.server.kestrel.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.0.6/microsoft.aspnetcore.server.kestrel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/lib/net451/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/lib/net451/Microsoft.AspNetCore.Server.Kestrel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.Server.Kestrel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/microsoft.aspnetcore.server.kestrel.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/microsoft.aspnetcore.server.kestrel.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.server.kestrel/1.1.3/microsoft.aspnetcore.server.kestrel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/lib/net451/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/lib/net451/Microsoft.AspNetCore.StaticFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/microsoft.aspnetcore.staticfiles.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/microsoft.aspnetcore.staticfiles.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.0.5/microsoft.aspnetcore.staticfiles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/lib/net451/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/lib/net451/Microsoft.AspNetCore.StaticFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/microsoft.aspnetcore.staticfiles.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/microsoft.aspnetcore.staticfiles.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.staticfiles/1.1.3/microsoft.aspnetcore.staticfiles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/lib/net451/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/lib/net451/Microsoft.AspNetCore.WebUtilities.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/microsoft.aspnetcore.webutilities.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/microsoft.aspnetcore.webutilities.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.0.4/microsoft.aspnetcore.webutilities.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/lib/net451/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/lib/net451/Microsoft.AspNetCore.WebUtilities.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/lib/netstandard1.3/Microsoft.AspNetCore.WebUtilities.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/microsoft.aspnetcore.webutilities.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/microsoft.aspnetcore.webutilities.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore.webutilities/1.1.2/microsoft.aspnetcore.webutilities.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/1.0.8/microsoft.aspnetcore.1.0.8.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/1.0.8/microsoft.aspnetcore.1.0.8.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/1.0.8/microsoft.aspnetcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/1.1.6/microsoft.aspnetcore.1.1.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/1.1.6/microsoft.aspnetcore.1.1.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.aspnetcore/1.1.6/microsoft.aspnetcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/tools/uninstall.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/lib/net45/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/lib/net45/Microsoft.CodeAnalysis.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/microsoft.codeanalysis.csharp.workspaces.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/microsoft.codeanalysis.csharp.workspaces.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp.workspaces/1.3.0/microsoft.codeanalysis.csharp.workspaces.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/lib/net45/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/lib/net45/Microsoft.CodeAnalysis.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/ThirdPartyNotices.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/net45/Microsoft.CodeAnalysis.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/net45/Microsoft.CodeAnalysis.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/netstandard1.3/Microsoft.CodeAnalysis.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.Workspaces.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/lib/portable-net45+win8/Microsoft.CodeAnalysis.Workspaces.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/microsoft.codeanalysis.workspaces.common.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/microsoft.codeanalysis.workspaces.common.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.codeanalysis.workspaces.common/1.3.0/microsoft.codeanalysis.workspaces.common.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/License-Stable.rtf -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/microsoft.composition.1.0.27.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/microsoft.composition.1.0.27.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.composition/1.0.27/microsoft.composition.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/netstandard1.3/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netcore50/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/netstandard1.3/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/microsoft.csharp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/Microsoft.CSharp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/de/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/es/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/it/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.csharp/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/lib/net451/Microsoft.Data.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/lib/net451/Microsoft.Data.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/lib/netstandard1.3/Microsoft.Data.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/lib/netstandard1.3/Microsoft.Data.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/microsoft.data.sqlite.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/microsoft.data.sqlite.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.0.1/microsoft.data.sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/lib/net451/Microsoft.Data.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/lib/net451/Microsoft.Data.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/lib/netstandard1.3/Microsoft.Data.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/lib/netstandard1.3/Microsoft.Data.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/microsoft.data.sqlite.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/microsoft.data.sqlite.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.data.sqlite/1.1.0/microsoft.data.sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/build/Microsoft.DiaSymReader.Native.props -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/microsoft.diasymreader.native.1.4.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/microsoft.diasymreader.native.1.4.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/microsoft.diasymreader.native.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.diasymreader.native/1.4.1/runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.internalabstractions/1.0.0/lib/net451/Microsoft.DotNet.InternalAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.internalabstractions/1.0.0/lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.internalabstractions/1.0.0/microsoft.dotnet.internalabstractions.1.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.internalabstractions/1.0.0/microsoft.dotnet.internalabstractions.1.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.internalabstractions/1.0.0/microsoft.dotnet.internalabstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/1.1.2/lib/net451/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/1.1.2/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/1.1.2/microsoft.dotnet.platformabstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/1.1.2/microsoft.dotnet.platformabstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.dotnet.platformabstractions/1.1.2/microsoft.dotnet.platformabstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/microsoft.entityframeworkcore.design.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/microsoft.entityframeworkcore.design.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.0.6/microsoft.entityframeworkcore.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/microsoft.entityframeworkcore.design.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/microsoft.entityframeworkcore.design.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.design/1.1.5/microsoft.entityframeworkcore.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/microsoft.entityframeworkcore.relational.design.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/microsoft.entityframeworkcore.relational.design.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.0.6/microsoft.entityframeworkcore.relational.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/microsoft.entityframeworkcore.relational.design.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/microsoft.entityframeworkcore.relational.design.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational.design/1.1.5/microsoft.entityframeworkcore.relational.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Relational.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/microsoft.entityframeworkcore.relational.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/microsoft.entityframeworkcore.relational.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.0.6/microsoft.entityframeworkcore.relational.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Relational.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/microsoft.entityframeworkcore.relational.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/microsoft.entityframeworkcore.relational.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.relational/1.1.5/microsoft.entityframeworkcore.relational.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/microsoft.entityframeworkcore.sqlite.design.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/microsoft.entityframeworkcore.sqlite.design.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.0.6/microsoft.entityframeworkcore.sqlite.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.Design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.Design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/microsoft.entityframeworkcore.sqlite.design.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/microsoft.entityframeworkcore.sqlite.design.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite.design/1.1.5/microsoft.entityframeworkcore.sqlite.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/microsoft.entityframeworkcore.sqlite.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/microsoft.entityframeworkcore.sqlite.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.0.6/microsoft.entityframeworkcore.sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.Sqlite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/microsoft.entityframeworkcore.sqlite.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/microsoft.entityframeworkcore.sqlite.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlite/1.1.5/microsoft.entityframeworkcore.sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.SqlServer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/microsoft.entityframeworkcore.sqlserver.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/microsoft.entityframeworkcore.sqlserver.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.0.6/microsoft.entityframeworkcore.sqlserver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.SqlServer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/microsoft.entityframeworkcore.sqlserver.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/microsoft.entityframeworkcore.sqlserver.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.sqlserver/1.1.5/microsoft.entityframeworkcore.sqlserver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/lib/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/lib/netstandard1.3/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/microsoft.entityframeworkcore.tools.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/microsoft.entityframeworkcore.tools.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/microsoft.entityframeworkcore.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/EntityFrameworkCore.PowerShell2.psd1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/EntityFrameworkCore.PowerShell2.psm1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/EntityFrameworkCore.psd1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/EntityFrameworkCore.psm1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/about_EntityFrameworkCore.help.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/init.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/net451/ef.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/net451/ef.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/net451/ef.x86.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/net451/ef.x86.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/netcoreapp1.0/ef.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.0.3/tools/netcoreapp1.0/ef.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/lib/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/lib/netstandard1.3/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/microsoft.entityframeworkcore.tools.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/microsoft.entityframeworkcore.tools.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/microsoft.entityframeworkcore.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/EntityFrameworkCore.PowerShell2.psd1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/EntityFrameworkCore.PowerShell2.psm1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/EntityFrameworkCore.psd1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/EntityFrameworkCore.psm1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/about_EntityFrameworkCore.help.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/init.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/net451/ef.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/net451/ef.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/net451/ef.x86.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/net451/ef.x86.exe.config -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/netcoreapp1.0/ef.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.tools/1.1.5/tools/netcoreapp1.0/ef.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/lib/net451/Microsoft.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/lib/netstandard1.3/Microsoft.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/microsoft.entityframeworkcore.1.0.6.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/microsoft.entityframeworkcore.1.0.6.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.0.6/microsoft.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/lib/net451/Microsoft.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/lib/netstandard1.3/Microsoft.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/microsoft.entityframeworkcore.1.1.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/microsoft.entityframeworkcore.1.1.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore/1.1.5/microsoft.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.0.2/lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.0.2/lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.0.2/microsoft.extensions.caching.abstractions.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.0.2/microsoft.extensions.caching.abstractions.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.0.2/microsoft.extensions.caching.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.1/lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.1/lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.1/microsoft.extensions.caching.abstractions.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.1/microsoft.extensions.caching.abstractions.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.1/microsoft.extensions.caching.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.2/lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.2/lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.2/microsoft.extensions.caching.abstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.2/microsoft.extensions.caching.abstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.abstractions/1.1.2/microsoft.extensions.caching.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/lib/net451/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/lib/net451/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/microsoft.extensions.caching.memory.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/microsoft.extensions.caching.memory.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.0.2/microsoft.extensions.caching.memory.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/lib/net451/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/lib/net451/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/microsoft.extensions.caching.memory.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/microsoft.extensions.caching.memory.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.1/microsoft.extensions.caching.memory.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/lib/net451/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/lib/net451/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/microsoft.extensions.caching.memory.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/microsoft.extensions.caching.memory.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.caching.memory/1.1.2/microsoft.extensions.caching.memory.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/lib/net451/Microsoft.Extensions.CommandLineUtils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/lib/net451/Microsoft.Extensions.CommandLineUtils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/microsoft.extensions.commandlineutils.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/microsoft.extensions.commandlineutils.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.0.1/microsoft.extensions.commandlineutils.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/lib/net451/Microsoft.Extensions.CommandLineUtils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/lib/net451/Microsoft.Extensions.CommandLineUtils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/microsoft.extensions.commandlineutils.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/microsoft.extensions.commandlineutils.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.commandlineutils/1.1.1/microsoft.extensions.commandlineutils.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.0.2/lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.0.2/lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.0.2/microsoft.extensions.configuration.abstractions.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.0.2/microsoft.extensions.configuration.abstractions.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.0.2/microsoft.extensions.configuration.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.1.2/lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.1.2/lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.1.2/microsoft.extensions.configuration.abstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.1.2/microsoft.extensions.configuration.abstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.abstractions/1.1.2/microsoft.extensions.configuration.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.0.2/microsoft.extensions.configuration.binder.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.0.2/microsoft.extensions.configuration.binder.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.0.2/microsoft.extensions.configuration.binder.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.Binder.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.1.2/microsoft.extensions.configuration.binder.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.1.2/microsoft.extensions.configuration.binder.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.binder/1.1.2/microsoft.extensions.configuration.binder.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/microsoft.extensions.configuration.environmentvariables.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/microsoft.extensions.configuration.environmentvariables.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.0.2/microsoft.extensions.configuration.environmentvariables.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/microsoft.extensions.configuration.environmentvariables.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/microsoft.extensions.configuration.environmentvariables.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.environmentvariables/1.1.2/microsoft.extensions.configuration.environmentvariables.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/lib/net451/Microsoft.Extensions.Configuration.FileExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/microsoft.extensions.configuration.fileextensions.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/microsoft.extensions.configuration.fileextensions.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.0.2/microsoft.extensions.configuration.fileextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/lib/net451/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/lib/net451/Microsoft.Extensions.Configuration.FileExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.FileExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/microsoft.extensions.configuration.fileextensions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/microsoft.extensions.configuration.fileextensions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.fileextensions/1.1.2/microsoft.extensions.configuration.fileextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/lib/net451/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/lib/net451/Microsoft.Extensions.Configuration.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/microsoft.extensions.configuration.json.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/microsoft.extensions.configuration.json.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.0.2/microsoft.extensions.configuration.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/lib/net451/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/lib/net451/Microsoft.Extensions.Configuration.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Configuration.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/microsoft.extensions.configuration.json.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/microsoft.extensions.configuration.json.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.json/1.1.2/microsoft.extensions.configuration.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/build/netstandard1.0/Microsoft.Extensions.Configuration.UserSecrets.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/lib/net451/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/lib/net451/Microsoft.Extensions.Configuration.UserSecrets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/lib/netstandard1.5/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/lib/netstandard1.5/Microsoft.Extensions.Configuration.UserSecrets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/microsoft.extensions.configuration.usersecrets.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/microsoft.extensions.configuration.usersecrets.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.0.2/microsoft.extensions.configuration.usersecrets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/build/netstandard1.0/Microsoft.Extensions.Configuration.UserSecrets.targets -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/lib/net451/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/lib/net451/Microsoft.Extensions.Configuration.UserSecrets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/lib/netstandard1.5/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/lib/netstandard1.5/Microsoft.Extensions.Configuration.UserSecrets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/microsoft.extensions.configuration.usersecrets.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/microsoft.extensions.configuration.usersecrets.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration.usersecrets/1.1.2/microsoft.extensions.configuration.usersecrets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.0.2/microsoft.extensions.configuration.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.0.2/microsoft.extensions.configuration.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.0.2/microsoft.extensions.configuration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Configuration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.1.2/microsoft.extensions.configuration.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.1.2/microsoft.extensions.configuration.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.configuration/1.1.2/microsoft.extensions.configuration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.0.2/lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.0.2/lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.0.2/microsoft.extensions.dependencyinjection.abstractions.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.0.2/microsoft.extensions.dependencyinjection.abstractions.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.0.2/microsoft.extensions.dependencyinjection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.0/lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.0/lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.0/microsoft.extensions.dependencyinjection.abstractions.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.0/microsoft.extensions.dependencyinjection.abstractions.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.0/microsoft.extensions.dependencyinjection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.1/lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.1/lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.1/microsoft.extensions.dependencyinjection.abstractions.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.1/microsoft.extensions.dependencyinjection.abstractions.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection.abstractions/1.1.1/microsoft.extensions.dependencyinjection.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.0.2/lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.0.2/lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.0.2/microsoft.extensions.dependencyinjection.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.0.2/microsoft.extensions.dependencyinjection.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.0.2/microsoft.extensions.dependencyinjection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.0/lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.0/lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.0/microsoft.extensions.dependencyinjection.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.0/microsoft.extensions.dependencyinjection.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.0/microsoft.extensions.dependencyinjection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.1/lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.1/lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.1/microsoft.extensions.dependencyinjection.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.1/microsoft.extensions.dependencyinjection.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencyinjection/1.1.1/microsoft.extensions.dependencyinjection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.0.0/lib/net451/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.0.0/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.0.0/microsoft.extensions.dependencymodel.1.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.0.0/microsoft.extensions.dependencymodel.1.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.0.0/microsoft.extensions.dependencymodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.1.2/lib/net451/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.1.2/lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.1.2/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.1.2/microsoft.extensions.dependencymodel.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.1.2/microsoft.extensions.dependencymodel.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.dependencymodel/1.1.2/microsoft.extensions.dependencymodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.0.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.0.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.0.1/microsoft.extensions.fileproviders.abstractions.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.0.1/microsoft.extensions.fileproviders.abstractions.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.0.1/microsoft.extensions.fileproviders.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.1.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.1.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.1.1/microsoft.extensions.fileproviders.abstractions.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.1.1/microsoft.extensions.fileproviders.abstractions.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.abstractions/1.1.1/microsoft.extensions.fileproviders.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.0.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.0.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.0.1/microsoft.extensions.fileproviders.composite.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.0.1/microsoft.extensions.fileproviders.composite.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.0.1/microsoft.extensions.fileproviders.composite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.1.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.1.1/lib/netstandard1.0/Microsoft.Extensions.FileProviders.Composite.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.1.1/microsoft.extensions.fileproviders.composite.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.1.1/microsoft.extensions.fileproviders.composite.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.composite/1.1.1/microsoft.extensions.fileproviders.composite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/lib/net451/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/lib/net451/Microsoft.Extensions.FileProviders.Physical.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/microsoft.extensions.fileproviders.physical.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/microsoft.extensions.fileproviders.physical.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.0.1/microsoft.extensions.fileproviders.physical.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/lib/net451/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/lib/net451/Microsoft.Extensions.FileProviders.Physical.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/lib/netstandard1.3/Microsoft.Extensions.FileProviders.Physical.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/microsoft.extensions.fileproviders.physical.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/microsoft.extensions.fileproviders.physical.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.fileproviders.physical/1.1.1/microsoft.extensions.fileproviders.physical.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/lib/net451/Microsoft.Extensions.FileSystemGlobbing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/microsoft.extensions.filesystemglobbing.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/microsoft.extensions.filesystemglobbing.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.0.1/microsoft.extensions.filesystemglobbing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/lib/net45/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/lib/net45/Microsoft.Extensions.FileSystemGlobbing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/lib/netstandard1.3/Microsoft.Extensions.FileSystemGlobbing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/microsoft.extensions.filesystemglobbing.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/microsoft.extensions.filesystemglobbing.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.filesystemglobbing/1.1.1/microsoft.extensions.filesystemglobbing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.0.5/lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.0.5/lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.0.5/microsoft.extensions.globalization.cultureinfocache.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.0.5/microsoft.extensions.globalization.cultureinfocache.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.0.5/microsoft.extensions.globalization.cultureinfocache.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.1.3/lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.1.3/lib/netstandard1.1/Microsoft.Extensions.Globalization.CultureInfoCache.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.1.3/microsoft.extensions.globalization.cultureinfocache.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.1.3/microsoft.extensions.globalization.cultureinfocache.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.globalization.cultureinfocache/1.1.3/microsoft.extensions.globalization.cultureinfocache.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.0.5/lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.0.5/lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.0.5/microsoft.extensions.localization.abstractions.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.0.5/microsoft.extensions.localization.abstractions.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.0.5/microsoft.extensions.localization.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.1.3/lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.1.3/lib/netstandard1.0/Microsoft.Extensions.Localization.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.1.3/microsoft.extensions.localization.abstractions.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.1.3/microsoft.extensions.localization.abstractions.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization.abstractions/1.1.3/microsoft.extensions.localization.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/lib/net451/Microsoft.Extensions.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/lib/net451/Microsoft.Extensions.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/lib/netstandard1.3/Microsoft.Extensions.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/lib/netstandard1.3/Microsoft.Extensions.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/microsoft.extensions.localization.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/microsoft.extensions.localization.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.0.5/microsoft.extensions.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/lib/net451/Microsoft.Extensions.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/lib/net451/Microsoft.Extensions.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/lib/netstandard1.3/Microsoft.Extensions.Localization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/lib/netstandard1.3/Microsoft.Extensions.Localization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/microsoft.extensions.localization.1.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/microsoft.extensions.localization.1.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.localization/1.1.3/microsoft.extensions.localization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.0.2/microsoft.extensions.logging.abstractions.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.0.2/microsoft.extensions.logging.abstractions.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.0.2/microsoft.extensions.logging.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.1/lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.1/lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.1/microsoft.extensions.logging.abstractions.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.1/microsoft.extensions.logging.abstractions.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.1/microsoft.extensions.logging.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.2/microsoft.extensions.logging.abstractions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.2/microsoft.extensions.logging.abstractions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.abstractions/1.1.2/microsoft.extensions.logging.abstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/lib/net451/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/lib/net451/Microsoft.Extensions.Logging.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/microsoft.extensions.logging.console.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/microsoft.extensions.logging.console.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.0.2/microsoft.extensions.logging.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/lib/net451/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/lib/net451/Microsoft.Extensions.Logging.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/microsoft.extensions.logging.console.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/microsoft.extensions.logging.console.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.console/1.1.2/microsoft.extensions.logging.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/lib/net451/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/lib/net451/Microsoft.Extensions.Logging.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/microsoft.extensions.logging.debug.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/microsoft.extensions.logging.debug.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.0.2/microsoft.extensions.logging.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/lib/net451/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/lib/net451/Microsoft.Extensions.Logging.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/lib/netstandard1.3/Microsoft.Extensions.Logging.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/microsoft.extensions.logging.debug.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/microsoft.extensions.logging.debug.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging.debug/1.1.2/microsoft.extensions.logging.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.0.2/microsoft.extensions.logging.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.0.2/microsoft.extensions.logging.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.0.2/microsoft.extensions.logging.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.1/lib/netstandard1.1/Microsoft.Extensions.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.1/lib/netstandard1.1/Microsoft.Extensions.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.1/microsoft.extensions.logging.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.1/microsoft.extensions.logging.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.1/microsoft.extensions.logging.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Logging.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Logging.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.2/microsoft.extensions.logging.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.2/microsoft.extensions.logging.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.logging/1.1.2/microsoft.extensions.logging.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/lib/net451/Microsoft.Extensions.ObjectPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/lib/net451/Microsoft.Extensions.ObjectPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/lib/netstandard1.3/Microsoft.Extensions.ObjectPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/lib/netstandard1.3/Microsoft.Extensions.ObjectPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/microsoft.extensions.objectpool.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/microsoft.extensions.objectpool.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.0.1/microsoft.extensions.objectpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/lib/net451/Microsoft.Extensions.ObjectPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/lib/net451/Microsoft.Extensions.ObjectPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/lib/netstandard1.3/Microsoft.Extensions.ObjectPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/lib/netstandard1.3/Microsoft.Extensions.ObjectPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/microsoft.extensions.objectpool.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/microsoft.extensions.objectpool.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.objectpool/1.1.1/microsoft.extensions.objectpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.0.2/lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.0.2/microsoft.extensions.options.configurationextensions.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.0.2/microsoft.extensions.options.configurationextensions.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.0.2/microsoft.extensions.options.configurationextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.1.2/lib/netstandard1.1/Microsoft.Extensions.Options.ConfigurationExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.1.2/microsoft.extensions.options.configurationextensions.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.1.2/microsoft.extensions.options.configurationextensions.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options.configurationextensions/1.1.2/microsoft.extensions.options.configurationextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.0.2/lib/netstandard1.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.0.2/lib/netstandard1.0/Microsoft.Extensions.Options.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.0.2/microsoft.extensions.options.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.0.2/microsoft.extensions.options.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.0.2/microsoft.extensions.options.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.1/lib/netstandard1.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.1/lib/netstandard1.0/Microsoft.Extensions.Options.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.1/microsoft.extensions.options.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.1/microsoft.extensions.options.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.1/microsoft.extensions.options.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.2/lib/netstandard1.0/Microsoft.Extensions.Options.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.2/lib/netstandard1.0/Microsoft.Extensions.Options.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.2/microsoft.extensions.options.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.2/microsoft.extensions.options.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.options/1.1.2/microsoft.extensions.options.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/lib/net451/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/lib/net451/Microsoft.Extensions.PlatformAbstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/microsoft.extensions.platformabstractions.1.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/microsoft.extensions.platformabstractions.1.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.0.0/microsoft.extensions.platformabstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/net451/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/net451/Microsoft.Extensions.PlatformAbstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/microsoft.extensions.platformabstractions.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.platformabstractions/1.1.0/microsoft.extensions.platformabstractions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.0.1/lib/netstandard1.0/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.0.1/lib/netstandard1.0/Microsoft.Extensions.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.0.1/microsoft.extensions.primitives.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.0.1/microsoft.extensions.primitives.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.0.1/microsoft.extensions.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.0/lib/netstandard1.0/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.0/lib/netstandard1.0/Microsoft.Extensions.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.0/microsoft.extensions.primitives.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.0/microsoft.extensions.primitives.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.0/microsoft.extensions.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.1/lib/netstandard1.0/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.1/lib/netstandard1.0/Microsoft.Extensions.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.1/microsoft.extensions.primitives.1.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.1/microsoft.extensions.primitives.1.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.primitives/1.1.1/microsoft.extensions.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.0.3/lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.0.3/lib/netstandard1.0/Microsoft.Extensions.WebEncoders.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.0.3/microsoft.extensions.webencoders.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.0.3/microsoft.extensions.webencoders.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.0.3/microsoft.extensions.webencoders.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.1.2/lib/netstandard1.0/Microsoft.Extensions.WebEncoders.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.1.2/lib/netstandard1.0/Microsoft.Extensions.WebEncoders.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.1.2/microsoft.extensions.webencoders.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.1.2/microsoft.extensions.webencoders.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.extensions.webencoders/1.1.2/microsoft.extensions.webencoders.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.0.4/lib/netstandard1.1/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.0.4/lib/netstandard1.1/Microsoft.Net.Http.Headers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.0.4/microsoft.net.http.headers.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.0.4/microsoft.net.http.headers.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.0.4/microsoft.net.http.headers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.1.2/lib/netstandard1.1/Microsoft.Net.Http.Headers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.1.2/lib/netstandard1.1/Microsoft.Net.Http.Headers.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.1.2/microsoft.net.http.headers.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.1.2/microsoft.net.http.headers.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.net.http.headers/1.1.2/microsoft.net.http.headers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.0.5/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.0.5/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.0.5/lib/netcoreapp1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.0.5/microsoft.netcore.app.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.0.5/microsoft.netcore.app.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.1.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.1.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.1.2/lib/netcoreapp1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.1.2/microsoft.netcore.app.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.1.2/microsoft.netcore.app.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.app/1.1.2/microsoft.netcore.app.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.0.1/microsoft.netcore.dotnethost.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.1.0/microsoft.netcore.dotnethost.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.1.0/microsoft.netcore.dotnethost.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.1.0/microsoft.netcore.dotnethost.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethost/1.1.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.0.5/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.0.5/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.0.5/microsoft.netcore.dotnethostpolicy.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.0.5/microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.0.5/microsoft.netcore.dotnethostpolicy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.0.5/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.1.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.1.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.1.2/microsoft.netcore.dotnethostpolicy.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.1.2/microsoft.netcore.dotnethostpolicy.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.1.2/microsoft.netcore.dotnethostpolicy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostpolicy/1.1.2/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.0.1/microsoft.netcore.dotnethostresolver.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.0.1/microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.0.1/microsoft.netcore.dotnethostresolver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.1.0/microsoft.netcore.dotnethostresolver.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.1.0/microsoft.netcore.dotnethostresolver.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.1.0/microsoft.netcore.dotnethostresolver.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.dotnethostresolver/1.1.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.0.7/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.0.7/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.0.7/microsoft.netcore.jit.1.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.0.7/microsoft.netcore.jit.1.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.0.7/microsoft.netcore.jit.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.0.7/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.1.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.1.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.1.2/microsoft.netcore.jit.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.1.2/microsoft.netcore.jit.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.1.2/microsoft.netcore.jit.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.jit/1.1.2/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.1.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.1.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.2/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.1.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.0.7/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.0.7/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.0.7/microsoft.netcore.runtime.coreclr.1.0.7.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.0.7/microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.0.7/microsoft.netcore.runtime.coreclr.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.0.7/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.1.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.1.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.1.2/microsoft.netcore.runtime.coreclr.1.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.1.2/microsoft.netcore.runtime.coreclr.1.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.1.2/microsoft.netcore.runtime.coreclr.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.runtime.coreclr/1.1.2/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/microsoft.netcore.targets.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/microsoft.netcore.targets.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.3/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/microsoft.netcore.targets.1.0.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/microsoft.netcore.targets.1.0.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.4/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/microsoft.netcore.targets.1.0.5.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/microsoft.netcore.targets.1.0.5.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.5/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.1.0/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.windows.apisets/1.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.windows.apisets/1.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.netcore.windows.apisets/1.0.1/runtime.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/lib/netcore50/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/lib/netstandard1.3/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/microsoft.visualbasic.10.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/microsoft.visualbasic.10.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/microsoft.visualbasic.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/de/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/es/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/fr/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/it/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/ja/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/ko/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/ru/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/zh-hans/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netcore50/zh-hant/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/de/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/es/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/fr/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/it/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/ja/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/ko/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/ru/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/lib/netcore50/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/lib/netstandard1.3/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/microsoft.visualbasic.10.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/microsoft.visualbasic.10.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/microsoft.visualbasic.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/MonoAndroid10/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/MonoTouch10/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/de/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/es/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/fr/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/it/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/ja/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/ko/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/ru/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/zh-hans/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netcore50/zh-hant/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/de/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/es/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/fr/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/it/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/ja/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/ko/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/ru/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/xamarinios10/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/xamarintvos10/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualbasic/10.1.0/ref/xamarinwatchos10/Microsoft.VisualBasic.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/microsoft.visualstudio.web.codegeneration.core.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/microsoft.visualstudio.web.codegeneration.core.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.0.3/microsoft.visualstudio.web.codegeneration.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/microsoft.visualstudio.web.codegeneration.core.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/microsoft.visualstudio.web.codegeneration.core.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.core/1.1.4/microsoft.visualstudio.web.codegeneration.core.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/lib/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/lib/dotnet-aspnet-codegenerator-design.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/lib/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/lib/netcoreapp1.0/dotnet-aspnet-codegenerator-design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/lib/netcoreapp1.0/dotnet-aspnet-codegenerator-design.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/lib/netcoreapp1.0/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/microsoft.visualstudio.web.codegeneration.design.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/microsoft.visualstudio.web.codegeneration.design.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.0.3/microsoft.visualstudio.web.codegeneration.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/lib/dotnet-aspnet-codegenerator-design.exe -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/lib/dotnet-aspnet-codegenerator-design.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/lib/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/lib/netcoreapp1.1/dotnet-aspnet-codegenerator-design.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/lib/netcoreapp1.1/dotnet-aspnet-codegenerator-design.runtimeconfig.json -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/lib/netcoreapp1.1/dotnet-aspnet-codegenerator-design.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/microsoft.visualstudio.web.codegeneration.design.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/microsoft.visualstudio.web.codegeneration.design.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.design/1.1.4/microsoft.visualstudio.web.codegeneration.design.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/Templates/DbContext/NewLocalDbContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/microsoft.visualstudio.web.codegeneration.entityframeworkcore.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/microsoft.visualstudio.web.codegeneration.entityframeworkcore.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.0.3/microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/Templates/DbContext/NewLocalDbContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/microsoft.visualstudio.web.codegeneration.entityframeworkcore.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/microsoft.visualstudio.web.codegeneration.entityframeworkcore.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/1.1.4/microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/microsoft.visualstudio.web.codegeneration.templating.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/microsoft.visualstudio.web.codegeneration.templating.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.0.3/microsoft.visualstudio.web.codegeneration.templating.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/microsoft.visualstudio.web.codegeneration.templating.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/microsoft.visualstudio.web.codegeneration.templating.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.templating/1.1.4/microsoft.visualstudio.web.codegeneration.templating.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/microsoft.visualstudio.web.codegeneration.utils.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/microsoft.visualstudio.web.codegeneration.utils.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.0.3/microsoft.visualstudio.web.codegeneration.utils.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/microsoft.visualstudio.web.codegeneration.utils.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/microsoft.visualstudio.web.codegeneration.utils.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.utils/1.1.4/microsoft.visualstudio.web.codegeneration.utils.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/microsoft.visualstudio.web.codegeneration.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/microsoft.visualstudio.web.codegeneration.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.0.3/microsoft.visualstudio.web.codegeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/microsoft.visualstudio.web.codegeneration.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/microsoft.visualstudio.web.codegeneration.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration/1.1.4/microsoft.visualstudio.web.codegeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ControllerGenerator/ApiControllerWIthActions.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ControllerGenerator/ApiControllerWithContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ControllerGenerator/ApiEmptyController.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ControllerGenerator/ControllerWithActions.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ControllerGenerator/EmptyController.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ControllerGenerator/MvcControllerWithContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/MvcLayout/Error.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/MvcLayout/_Layout.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/Startup/ReadMe.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/Startup/Startup.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Content/Site.css -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Content/bootstrap.css -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Content/bootstrap.min.css -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/_references.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/bootstrap.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/bootstrap.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery-1.10.2.intellisense.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery-1.10.2.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery-1.10.2.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery-1.10.2.min.map -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery.validate-vsdoc.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery.validate.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery.validate.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery.validate.unobtrusive.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/jquery.validate.unobtrusive.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/modernizr-2.6.2.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/respond.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/StaticFiles/Scripts/respond.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/Create.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/Delete.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/Details.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/Edit.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/Empty.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/List.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/Templates/ViewGenerator/_ValidationScriptsPartial.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/lib/net451/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/microsoft.visualstudio.web.codegenerators.mvc.1.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/microsoft.visualstudio.web.codegenerators.mvc.1.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.0.3/microsoft.visualstudio.web.codegenerators.mvc.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ControllerGenerator/ApiControllerWIthActions.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ControllerGenerator/ApiControllerWithContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ControllerGenerator/ApiEmptyController.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ControllerGenerator/ControllerWithActions.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ControllerGenerator/EmptyController.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ControllerGenerator/MvcControllerWithContext.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/MvcLayout/Error.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/MvcLayout/_Layout.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/Startup/ReadMe.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/Startup/Startup.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Content/Site.css -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Content/bootstrap.css -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Content/bootstrap.min.css -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/_references.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/bootstrap.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/bootstrap.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery-1.10.2.intellisense.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery-1.10.2.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery-1.10.2.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery-1.10.2.min.map -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery.validate-vsdoc.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery.validate.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery.validate.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery.validate.unobtrusive.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/jquery.validate.unobtrusive.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/modernizr-2.6.2.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/respond.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/StaticFiles/Scripts/respond.min.js -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/Create.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/Delete.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/Details.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/Edit.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/Empty.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/List.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/Templates/ViewGenerator/_ValidationScriptsPartial.cshtml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/lib/net451/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/lib/netstandard1.6/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/microsoft.visualstudio.web.codegenerators.mvc.1.1.4.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/microsoft.visualstudio.web.codegenerators.mvc.1.1.4.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegenerators.mvc/1.1.4/microsoft.visualstudio.web.codegenerators.mvc.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/net46/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/Microsoft.Win32.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/microsoft.win32.registry.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/microsoft.win32.registry.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/microsoft.win32.registry.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/de/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/es/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/it/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/win/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.0.0/runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/microsoft.win32.registry.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/de/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/es/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/it/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/runtimes/win/lib/net46/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/microsoft.win32.registry/4.3.0/runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.1.6.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.1.6.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/netstandard.library/1.6.1/netstandard.library.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net20/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net20/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net35/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net35/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net40/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net40/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net45/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/net45/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/netstandard1.0/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/netstandard1.0/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/tools/install.ps1 -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/lib/net40-client/NuGet.Frameworks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/lib/net40-client/NuGet.Frameworks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/lib/net45/NuGet.Frameworks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/lib/net45/NuGet.Frameworks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/lib/netstandard1.3/NuGet.Frameworks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/lib/netstandard1.3/NuGet.Frameworks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/nuget.frameworks.3.5.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/nuget.frameworks.3.5.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/nuget.frameworks/3.5.0/nuget.frameworks.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net35/Remotion.Linq.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net35/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net40/Remotion.Linq.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net40/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net45/Remotion.Linq.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/net45/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/lib/portable-net45+win+wpa81+wp80/Remotion.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/remotion.linq.2.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/remotion.linq/2.1.1/remotion.linq.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.0.0/runtime.native.system.data.sqlclient.sni.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.0.0/runtime.native.system.data.sqlclient.sni.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.0.0/runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.3.0/runtime.native.system.data.sqlclient.sni.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.3.0/runtime.native.system.data.sqlclient.sni.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.data.sqlclient.sni/4.3.0/runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.0.1/runtime.native.system.net.security.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.0.1/runtime.native.system.net.security.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.0.1/runtime.native.system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.1/runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.1/runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography.openssl/4.3.1/runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.1/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.1/runtime.native.system.security.cryptography.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.1/runtime.native.system.security.cryptography.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.1/runtime.native.system.security.cryptography.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.2/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.2/runtime.native.system.security.cryptography.4.0.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.2/runtime.native.system.security.cryptography.4.0.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.2/runtime.native.system.security.cryptography.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.3/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.3/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.3/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.3/runtime.native.system.security.cryptography.4.0.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.3/runtime.native.system.security.cryptography.4.0.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.3/runtime.native.system.security.cryptography.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.native.system/4.3.0/runtime.native.system.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.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.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.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.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.0.1/runtime.win7-x64.runtime.native.system.data.sqlclient.sni.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.0.1/runtime.win7-x64.runtime.native.system.data.sqlclient.sni.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.0.1/runtime.win7-x64.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.0.1/runtimes/win7-x64/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/OpenCoreFxSyncInfo.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/runtime.win7-x64.runtime.native.system.data.sqlclient.sni.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/runtime.win7-x64.runtime.native.system.data.sqlclient.sni.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/runtime.win7-x64.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/4.3.0/runtimes/win7-x64/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.0.1/runtime.win7-x86.runtime.native.system.data.sqlclient.sni.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.0.1/runtime.win7-x86.runtime.native.system.data.sqlclient.sni.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.0.1/runtime.win7-x86.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.0.1/runtimes/win7-x86/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/OpenCoreFxSyncInfo.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/runtime.win7-x86.runtime.native.system.data.sqlclient.sni.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/runtime.win7-x86.runtime.native.system.data.sqlclient.sni.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/runtime.win7-x86.runtime.native.system.data.sqlclient.sni.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/4.3.0/runtimes/win7-x86/native/sni.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/build/net45/SQLite.props -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/lib/netstandard1.0/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/linux-x64/native/libsqlite3.so -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/osx-x64/native/libsqlite3.dylib -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/win10-arm/nativeassets/uap10.0/sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/win10-x64/nativeassets/uap10.0/sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/win10-x86/nativeassets/uap10.0/sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/win7-x64/native/sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/runtimes/win7-x86/native/sqlite3.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/sqlite-version.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/sqlite.3.13.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/sqlite.3.13.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/sqlite/3.13.0/sqlite.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.3/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/netstandard1.6/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/runtimes/aot/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/net46/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/net463/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.3/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/de/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/es/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/fr/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/it/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/ja/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/ko/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/ru/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/zh-hans/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/netstandard1.6/zh-hant/System.AppContext.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/runtimes/aot/lib/netcore50/System.AppContext.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.appcontext/4.3.0/system.appcontext.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/lib/netstandard1.1/.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/lib/netstandard1.1/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/lib/netstandard1.1/.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/lib/netstandard1.1/System.Buffers.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/system.buffers.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/system.buffers.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.buffers/4.3.0/system.buffers.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netcore50/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netcore50/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/System.Collections.Concurrent.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/de/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/es/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/fr/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/it/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/ja/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/ko/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/ru/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.concurrent/4.3.0/system.collections.concurrent.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/netstandard1.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.2.0/system.collections.immutable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/netstandard1.0/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/netstandard1.0/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.immutable/1.3.0/system.collections.immutable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/de/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/es/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/fr/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/it/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/ja/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/ko/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/ru/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/system.collections.nongeneric.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/system.collections.nongeneric.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.0.1/system.collections.nongeneric.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/net46/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/System.Collections.NonGeneric.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/de/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/es/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/fr/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/it/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/ja/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/ko/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/ru/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.nongeneric/4.3.0/system.collections.nongeneric.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/net46/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/netstandard1.3/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/net46/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/de/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/es/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/fr/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/it/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/ja/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/ko/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/ru/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/system.collections.specialized.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/system.collections.specialized.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.0.1/system.collections.specialized.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/net46/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/netstandard1.3/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/net46/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/System.Collections.Specialized.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/de/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/es/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/fr/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/it/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/ja/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/ko/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/ru/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections.specialized/4.3.0/system.collections.specialized.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netcore50/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.0/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/netstandard1.3/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netcore50/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.0/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/System.Collections.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/de/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/es/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/fr/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/it/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/ja/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/ko/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/ru/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/zh-hans/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/zh-hant/System.Collections.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/system.collections.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.collections/4.3.0/system.collections.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/net461/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/netcore50/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/netstandard1.4/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/portable-net45+win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/net461/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/portable-net45+win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/system.componentmodel.annotations.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/system.componentmodel.annotations.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.1.0/system.componentmodel.annotations.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/net461/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/netcore50/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/netstandard1.4/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/portable-net45+win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/net461/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/System.ComponentModel.Annotations.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/de/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/es/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/it/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/portable-net45+win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/system.componentmodel.annotations.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/system.componentmodel.annotations.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.annotations/4.3.0/system.componentmodel.annotations.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/net45/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/netstandard1.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/net45/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/de/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/es/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/fr/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/it/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/ja/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/ko/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/ru/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/zh-hans/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/netstandard1.0/zh-hant/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/system.componentmodel.primitives.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/system.componentmodel.primitives.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.1.0/system.componentmodel.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/net45/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/netstandard1.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/net45/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/System.ComponentModel.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/de/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/es/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/fr/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/it/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/ja/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/ko/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/ru/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.ComponentModel.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/net45/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/net462/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/netstandard1.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/netstandard1.5/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/net45/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/net462/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/net45/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/net462/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/netstandard1.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/netstandard1.5/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/net45/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/net462/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/netcore50/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/netstandard1.3/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/de/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/es/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/fr/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/it/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/ja/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/ko/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/ru/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/zh-hans/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netcore50/zh-hant/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/de/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/es/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/fr/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/it/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/ja/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/ko/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/ru/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/zh-hans/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/netstandard1.0/zh-hant/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/system.componentmodel.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/system.componentmodel.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.0.1/system.componentmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/netcore50/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/netstandard1.3/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/de/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/es/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/fr/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/it/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/ja/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/ko/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/ru/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/zh-hans/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netcore50/zh-hant/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/System.ComponentModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/de/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/es/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/fr/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/it/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/ja/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/ko/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/ru/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/zh-hans/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/netstandard1.0/zh-hant/System.ComponentModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.componentmodel/4.3.0/system.componentmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/de/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/es/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/fr/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/it/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/ja/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/ko/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/ru/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/zh-hans/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/netstandard1.3/zh-hant/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/net46/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/System.Console.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/de/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/es/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/fr/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/it/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/ja/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/ko/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/ru/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/zh-hans/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/netstandard1.3/zh-hant/System.Console.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/system.console.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/system.console.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.console/4.3.0/system.console.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/net451/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/netstandard1.2/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/net451/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/de/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/es/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/fr/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/it/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/ja/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/ko/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/ru/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/zh-hans/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/netstandard1.2/zh-hant/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/system.data.common.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/system.data.common.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.1.0/system.data.common.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/net451/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/netstandard1.2/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/net451/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/de/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/es/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/fr/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/it/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/ja/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/ko/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/ru/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/zh-hans/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/netstandard1.2/zh-hant/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/system.data.common.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/system.data.common.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.common/4.3.0/system.data.common.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/de/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/es/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/fr/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/it/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/ja/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/ko/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/ru/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/de/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/es/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/fr/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/it/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/ja/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/ko/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/ru/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/runtimes/win/lib/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/runtimes/win/lib/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/system.data.sqlclient.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/system.data.sqlclient.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.1.0/system.data.sqlclient.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/de/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/es/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/fr/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/it/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/ja/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/ko/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/ru/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/de/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/es/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/fr/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/it/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/ja/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/ko/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/ru/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/runtimes/win/lib/net451/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/runtimes/win/lib/net46/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/system.data.sqlclient.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/system.data.sqlclient.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.data.sqlclient/4.3.1/system.data.sqlclient.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netcore50/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/netstandard1.0/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/system.diagnostics.contracts.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/system.diagnostics.contracts.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.0.1/system.diagnostics.contracts.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/de/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/es/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/fr/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/it/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/ja/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/ko/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/ru/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/zh-hans/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/netstandard1.0/zh-hant/System.Diagnostics.Contracts.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/system.diagnostics.contracts.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/system.diagnostics.contracts.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.contracts/4.3.0/system.diagnostics.contracts.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netcore50/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/System.Diagnostics.Debug.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/de/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/es/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/it/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.3.0/system.diagnostics.debug.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/net46/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/net46/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/system.diagnostics.diagnosticsource.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/system.diagnostics.diagnosticsource.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.3.1/system.diagnostics.diagnosticsource.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/de/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/es/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/fr/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/it/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/ja/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/ko/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/ru/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/de/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/es/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/fr/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/it/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/ja/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/ko/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/ru/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win/lib/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win/lib/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/system.diagnostics.process.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/system.diagnostics.process.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.1.0/system.diagnostics.process.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/de/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/es/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/it/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/de/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/es/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/fr/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/it/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/ja/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/ko/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/ru/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/runtimes/win/lib/net46/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/runtimes/win/lib/net461/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.process/4.3.0/system.diagnostics.process.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/net46/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/netstandard1.3/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/net46/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/net46/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/netstandard1.3/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/net46/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/system.diagnostics.stacktrace.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/system.diagnostics.stacktrace.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.stacktrace/4.3.0/system.diagnostics.stacktrace.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netcore50/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/System.Diagnostics.Tools.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/de/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/es/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/fr/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/it/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/ja/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/ko/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/ru/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.3.0/system.diagnostics.tools.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/net462/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/System.Diagnostics.Tracing.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/de/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/es/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/it/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netcore50/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netcore50/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/de/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/es/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/fr/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/it/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/ja/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/ko/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/ru/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.3.0/system.dynamic.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/de/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/es/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/fr/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/it/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/ja/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/ko/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/ru/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/net46/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/System.Globalization.Calendars.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/de/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/es/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/fr/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/it/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/ja/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/ko/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/ru/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.calendars/4.3.0/system.globalization.calendars.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/de/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/es/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/fr/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/it/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/ja/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/ko/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/ru/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/runtimes/win/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/de/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/es/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/fr/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/it/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/ja/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/ko/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/ru/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/runtimes/win/lib/net46/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization.extensions/4.3.0/system.globalization.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netcore50/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.0/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/netstandard1.3/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netcore50/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.0/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/System.Globalization.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/de/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/es/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/fr/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/it/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/ja/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/ko/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/ru/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/zh-hans/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/netstandard1.3/zh-hant/System.Globalization.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/system.globalization.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.globalization/4.3.0/system.globalization.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/lib/net45/System.Interactive.Async.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/lib/net45/System.Interactive.Async.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/lib/netstandard1.0/System.Interactive.Async.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/lib/netstandard1.0/System.Interactive.Async.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/system.interactive.async.3.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.interactive.async/3.0.0/system.interactive.async.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/net46/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/System.IO.Compression.ZipFile.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netcore50/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/runtimes/win/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netcore50/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.1/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/de/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/es/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/fr/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/it/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/ja/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/ko/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/ru/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/zh-hans/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/netstandard1.3/zh-hant/System.IO.Compression.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/runtimes/win/lib/net46/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.compression/4.3.0/system.io.compression.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/net46/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/net46/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/net46/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.0.0/system.io.filesystem.watcher.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/net46/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/net46/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/system.io.filesystem.watcher.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/system.io.filesystem.watcher.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem.watcher/4.3.0/system.io.filesystem.watcher.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/de/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/es/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/fr/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/it/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/ja/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/ko/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/ru/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/net46/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/System.IO.FileSystem.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/de/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/es/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/fr/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/it/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/ja/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/ko/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/ru/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.filesystem/4.3.0/system.io.filesystem.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/net46/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/net46/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/system.io.memorymappedfiles.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/system.io.memorymappedfiles.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.0.0/system.io.memorymappedfiles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/net46/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/net46/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/system.io.memorymappedfiles.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/system.io.memorymappedfiles.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.memorymappedfiles/4.3.0/system.io.memorymappedfiles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/lib/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/de/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/es/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/fr/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/it/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/ja/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/ko/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/ru/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/zh-hans/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/ref/netstandard1.3/zh-hant/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/win/lib/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/win/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/system.io.pipes.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/system.io.pipes.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.0.0/system.io.pipes.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/lib/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/de/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/es/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/fr/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/it/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/ja/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/ko/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/ru/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/zh-hans/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/ref/netstandard1.3/zh-hant/System.IO.Pipes.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/runtimes/unix/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/runtimes/win/lib/net46/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Pipes.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/system.io.pipes.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/system.io.pipes.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.pipes/4.3.0/system.io.pipes.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/net46/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/net46/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/system.io.unmanagedmemorystream.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/system.io.unmanagedmemorystream.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.0.1/system.io.unmanagedmemorystream.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/net46/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/net46/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/system.io.unmanagedmemorystream.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/system.io.unmanagedmemorystream.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io.unmanagedmemorystream/4.3.0/system.io.unmanagedmemorystream.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netcore50/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.0/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.3/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/netstandard1.5/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/net462/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netcore50/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.0/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.3/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/System.IO.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/de/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/es/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/fr/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/it/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/ja/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/ko/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/ru/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/zh-hans/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/netstandard1.5/zh-hant/System.IO.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/system.io.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/system.io.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.io/4.3.0/system.io.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netcore50/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/runtimes/aot/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netcore50/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/runtimes/aot/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/system.linq.expressions.4.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/system.linq.expressions.4.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.1/system.linq.expressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/net463/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netcore50/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/de/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/es/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/fr/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/it/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/ja/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/ko/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/ru/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/runtimes/aot/lib/netcore50/System.Linq.Expressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.expressions/4.3.0/system.linq.expressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/netstandard1.3/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netcore50/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/system.linq.parallel.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/system.linq.parallel.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.0.1/system.linq.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/netstandard1.3/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netcore50/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/System.Linq.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/de/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/es/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/fr/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/it/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/ja/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/ko/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/ru/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.parallel/4.3.0/system.linq.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/netcore50/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/netstandard1.3/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/de/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/es/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/fr/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/it/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/ja/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/ko/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/ru/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/zh-hans/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netcore50/zh-hant/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/de/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/es/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/fr/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/it/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/ja/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/ko/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/ru/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.0.1/system.linq.queryable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/netcore50/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/netstandard1.3/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/de/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/es/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/fr/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/it/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/ja/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/ko/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/ru/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/zh-hans/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netcore50/zh-hant/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/System.Linq.Queryable.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/de/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/es/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/fr/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/it/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/ja/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/ko/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/ru/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/system.linq.queryable.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/system.linq.queryable.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq.queryable/4.3.0/system.linq.queryable.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netcore50/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.0/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/netstandard1.6/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/net463/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netcore50/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.0/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/System.Linq.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/de/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/es/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/fr/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/it/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/ja/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/ko/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/ru/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/zh-hans/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/netstandard1.6/zh-hant/System.Linq.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/system.linq.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.linq/4.3.0/system.linq.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/net46/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netcore50/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.1/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/netstandard1.3/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/net46/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netcore50/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.1/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/netstandard1.3/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/system.net.http.4.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/system.net.http.4.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.2/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/net46/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netcore50/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.1/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/netstandard1.3/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/system.net.http.4.1.3.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/system.net.http.4.1.3.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.1.3/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/net46/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netcore50/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.1/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/de/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/es/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/fr/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/it/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/ja/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/ko/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/ru/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Http.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/Xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/monoandroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/netstandard1.1/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/runtimes/unix/lib/netstandard1.6/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/runtimes/win/lib/net46/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/runtimes/win/lib/netcore50/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/runtimes/win/lib/netstandard1.3/System.Net.Http.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/system.net.http.4.3.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/system.net.http.4.3.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.http/4.3.2/system.net.http.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/de/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/es/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/fr/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/it/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/ja/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/ko/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/ru/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/runtimes/win/lib/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/runtimes/win/lib/netcore50/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/system.net.nameresolution.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/system.net.nameresolution.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.0.0/system.net.nameresolution.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/de/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/es/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/fr/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/it/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/ja/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/ko/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/ru/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/win/lib/net46/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/win/lib/netcore50/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.nameresolution/4.3.0/system.net.nameresolution.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netcore50/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.0/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.1/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/netstandard1.3/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netcore50/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.1/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/System.Net.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/de/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/es/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/fr/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/it/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/ja/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/ko/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/ru/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.primitives/4.3.0/system.net.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netcore50/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.0/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.1/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/netstandard1.3/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/runtimes/win/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/runtimes/win/lib/netstandard1.3/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/system.net.requests.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/system.net.requests.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.0.11/system.net.requests.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netcore50/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.0/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.1/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/de/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/es/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/fr/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/it/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/ja/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/ko/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/ru/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Requests.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/runtimes/win/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Requests.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/system.net.requests.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/system.net.requests.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.requests/4.3.0/system.net.requests.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/de/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/es/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/fr/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/it/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/ja/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/ko/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/ru/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/zh-hans/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/netstandard1.3/zh-hant/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/runtimes/unix/lib/netstandard1.6/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/runtimes/win/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/runtimes/win/lib/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/system.net.security.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/system.net.security.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.0/system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/de/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/es/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/fr/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/it/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/ja/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/ko/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/ru/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/zh-hans/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/netstandard1.3/zh-hant/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/runtimes/unix/lib/netstandard1.6/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/runtimes/win/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/runtimes/win/lib/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/system.net.security.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/system.net.security.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.0.1/system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/de/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/es/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/fr/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/it/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/ja/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/ko/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/ru/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/unix/lib/netstandard1.6/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/win/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/system.net.security.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/system.net.security.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.0/system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/de/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/es/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/fr/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/it/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/ja/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/ko/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/ru/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/zh-hans/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/netstandard1.3/zh-hant/System.Net.Security.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/runtimes/unix/lib/netstandard1.6/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/runtimes/win/lib/net46/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/runtimes/win/lib/netstandard1.3/System.Net.Security.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/runtimes/win7/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/system.net.security.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/system.net.security.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.security/4.3.1/system.net.security.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/de/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/es/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/fr/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/it/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/ja/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/ko/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/ru/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/zh-hans/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/netstandard1.3/zh-hant/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/net46/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/System.Net.Sockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/de/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/es/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/fr/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/it/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/ja/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/ko/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/ru/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/zh-hans/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/netstandard1.3/zh-hant/System.Net.Sockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.sockets/4.3.0/system.net.sockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/netstandard1.3/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/system.net.webheadercollection.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/system.net.webheadercollection.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.0.1/system.net.webheadercollection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/netstandard1.3/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/System.Net.WebHeaderCollection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.webheadercollection/4.3.0/system.net.webheadercollection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/net46/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/netstandard1.3/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/net46/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/de/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/es/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/fr/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/it/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/ja/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/ko/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/ru/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/system.net.websockets.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/system.net.websockets.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.0.0/system.net.websockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/net46/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/netstandard1.3/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/net46/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/System.Net.WebSockets.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/de/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/es/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/fr/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/it/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/ja/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/ko/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/ru/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/system.net.websockets.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/system.net.websockets.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.net.websockets/4.3.0/system.net.websockets.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/net46/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/net46/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/netstandard1.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/netstandard1.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/net46/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/net46/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/netstandard1.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/netstandard1.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/system.numerics.vectors.4.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/system.numerics.vectors.4.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.1.1/system.numerics.vectors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/net46/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/net46/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/netstandard1.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/netstandard1.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/net46/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/net46/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/netstandard1.0/System.Numerics.Vectors.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/netstandard1.0/System.Numerics.Vectors.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/system.numerics.vectors.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/system.numerics.vectors.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.numerics.vectors/4.3.0/system.numerics.vectors.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netcore50/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.0/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/netstandard1.3/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netcore50/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.0/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/System.ObjectModel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/de/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/es/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/fr/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/it/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/ja/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/ko/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/ru/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/zh-hans/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/netstandard1.3/zh-hant/System.ObjectModel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.objectmodel/4.3.0/system.objectmodel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/netstandard1.3/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/system.reflection.dispatchproxy.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/system.reflection.dispatchproxy.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.0.1/system.reflection.dispatchproxy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/netstandard1.3/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/system.reflection.dispatchproxy.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/system.reflection.dispatchproxy.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.dispatchproxy/4.3.0/system.reflection.dispatchproxy.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/netcore50/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/netcore50/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/netcore50/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/netcore50/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/portable-net45+wp8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/runtimes/aot/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/netcore50/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/netstandard1.3/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/de/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/es/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/fr/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/it/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/ja/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/ko/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/ru/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/monotouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/netcore50/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/netstandard1.3/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/System.Reflection.Emit.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/de/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/es/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/fr/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/it/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/ja/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/ko/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/ru/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.emit/4.3.0/system.reflection.emit.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netcore50/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netcore50/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/System.Reflection.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/de/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/es/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/fr/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/it/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/ja/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/ko/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/ru/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.extensions/4.3.0/system.reflection.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/netstandard1.1/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/portable-net45+win8/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/lib/portable-net45+win8/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.3.0/system.reflection.metadata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/netstandard1.1/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/netstandard1.1/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/portable-net45+win8/System.Reflection.Metadata.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/lib/portable-net45+win8/System.Reflection.Metadata.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.metadata/1.4.1/system.reflection.metadata.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netcore50/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netcore50/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/System.Reflection.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/de/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/es/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/fr/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/it/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/ja/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/ko/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/ru/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.primitives/4.3.0/system.reflection.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/net46/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/net462/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netcore50/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.0/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.3/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/netstandard1.5/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/net462/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netcore50/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.0/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.3/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/System.Reflection.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/de/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/es/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/fr/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/it/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/ja/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/ko/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/ru/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/zh-hans/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/netstandard1.5/zh-hant/System.Reflection.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/system.reflection.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.reflection/4.3.0/system.reflection.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/lib/netstandard1.0/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/system.resources.reader.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/system.resources.reader.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.0.0/system.resources.reader.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.3.0/lib/netstandard1.0/System.Resources.Reader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.3.0/system.resources.reader.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.3.0/system.resources.reader.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.reader/4.3.0/system.resources.reader.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netcore50/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netcore50/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/System.Resources.ResourceManager.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/de/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/es/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/fr/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/it/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/ja/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/ko/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/ru/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/system.runtime.compilerservices.unsafe.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/system.runtime.compilerservices.unsafe.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.compilerservices.unsafe/4.3.0/system.runtime.compilerservices.unsafe.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netcore50/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/net462/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netcore50/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/System.Runtime.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/de/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/es/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/fr/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/it/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/ja/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/ko/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/ru/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.extensions/4.3.0/system.runtime.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/de/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/es/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/fr/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/it/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/ja/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/ko/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/ru/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/net46/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/System.Runtime.Handles.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/de/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/es/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/fr/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/it/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/ja/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/ko/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/ru/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.handles/4.3.0/system.runtime.handles.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netcore50/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/net463/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/net462/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/net463/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcore50/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netcoreapp1.1/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/System.Runtime.InteropServices.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/de/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/es/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/fr/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/it/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/ja/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/ko/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/ru/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.3.0/system.runtime.interopservices.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/lib/net462/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/lib/netstandard1.5/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/de/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/es/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/fr/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/it/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/ja/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/ko/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/ru/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.0.0/system.runtime.loader.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/net462/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/netstandard1.5/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/System.Runtime.Loader.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/de/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/es/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/fr/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/it/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/ja/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/ko/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/ru/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.loader/4.3.0/system.runtime.loader.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/netstandard1.3/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netcore50/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/netstandard1.3/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netcore50/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/System.Runtime.Numerics.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/de/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/es/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/fr/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/it/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/ja/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/ko/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/ru/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.numerics/4.3.0/system.runtime.numerics.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/net46/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netcore50/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.0/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.2/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.3/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/netstandard1.5/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/net462/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netcore50/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.2/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.3/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/System.Runtime.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/de/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/es/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/fr/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/it/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/ja/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/ko/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/ru/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/zh-hans/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/netstandard1.5/zh-hant/System.Runtime.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/portable-net45+win8+wp80+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/system.runtime.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.runtime/4.3.0/system.runtime.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/netstandard1.3/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/de/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/es/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/fr/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/it/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/ja/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/ko/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/ru/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/zh-hans/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/netstandard1.3/zh-hant/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.0.1/system.security.claims.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/netstandard1.3/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/net46/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/System.Security.Claims.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/de/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/es/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/fr/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/it/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/ja/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/ko/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/ru/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Claims.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.claims/4.3.0/system.security.claims.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/system.security.cryptography.algorithms.4.2.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/system.security.cryptography.algorithms.4.2.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.1/system.security.cryptography.algorithms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/netstandard1.3/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/ref/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/ref/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/win/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/net46/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/system.security.cryptography.x509certificates.4.1.2.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/system.security.cryptography.x509certificates.4.1.2.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.2/system.security.cryptography.x509certificates.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/de/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/es/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/fr/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/it/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/ja/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/ko/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/ru/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/runtimes/win/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/system.security.principal.windows.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/system.security.principal.windows.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.0.0/system.security.principal.windows.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/de/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/es/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/fr/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/it/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/ja/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/ko/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/ru/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/runtimes/win/lib/net46/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal.windows/4.3.0/system.security.principal.windows.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netcore50/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/netstandard1.0/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.0.1/system.security.principal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netcore50/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/System.Security.Principal.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/de/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/es/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/fr/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/it/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/ja/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/ko/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/ru/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/zh-hans/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/netstandard1.0/zh-hant/System.Security.Principal.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.security.principal/4.3.0/system.security.principal.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/net46/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/net46/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/system.text.encoding.codepages.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/system.text.encoding.codepages.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.codepages/4.3.0/system.text.encoding.codepages.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/System.Text.Encoding.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netcore50/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.0/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/netstandard1.3/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netcore50/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.0/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/System.Text.Encoding.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/de/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/es/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/fr/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/it/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/ja/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/ko/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/ru/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/zh-hans/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/netstandard1.3/zh-hant/System.Text.Encoding.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encoding/4.3.0/system.text.encoding.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/lib/netstandard1.0/System.Text.Encodings.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/lib/netstandard1.0/System.Text.Encodings.Web.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/system.text.encodings.web.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/system.text.encodings.web.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.0.1/system.text.encodings.web.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/lib/netstandard1.0/System.Text.Encodings.Web.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/lib/netstandard1.0/System.Text.Encodings.Web.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.encodings.web/4.3.1/system.text.encodings.web.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netcore50/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/net463/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcore50/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netcoreapp1.1/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/System.Text.RegularExpressions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/de/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/es/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/fr/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/it/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/ja/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/ko/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/ru/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/lib/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/de/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/es/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/fr/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/it/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/ja/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/ko/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/ru/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/win/lib/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/win/lib/netcore50/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/system.threading.overlapped.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/system.threading.overlapped.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.0.1/system.threading.overlapped.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/lib/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/de/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/es/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/fr/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/it/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/ja/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/ko/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/ru/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/runtimes/win/lib/net46/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/runtimes/win/lib/netcore50/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/system.threading.overlapped.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/system.threading.overlapped.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.overlapped/4.3.0/system.threading.overlapped.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.4.6.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.4.6.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.6.0/system.threading.tasks.dataflow.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.XML -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/system.threading.tasks.dataflow.4.7.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/system.threading.tasks.dataflow.4.7.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.dataflow/4.7.0/system.threading.tasks.dataflow.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/netcore50/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/netstandard1.3/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/de/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/es/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/fr/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/it/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/ja/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/ko/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/ru/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/netcore50/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/netstandard1.3/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/de/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/es/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/fr/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/it/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/ja/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/ko/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/ru/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/portable-net45+win8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netcore50/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netcore50/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/System.Threading.Tasks.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/de/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/es/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/fr/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/it/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/ja/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/ko/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/ru/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.tasks/4.3.0/system.threading.tasks.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/de/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/es/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/fr/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/it/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/ja/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/ko/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/ru/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/zh-hans/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/netstandard1.3/zh-hant/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.0.0/system.threading.thread.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/net46/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/System.Threading.Thread.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/de/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/es/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/fr/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/it/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/ja/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/ko/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/ru/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.Thread.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.thread/4.3.0/system.threading.thread.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/de/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/es/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/fr/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/it/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/ja/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/ko/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/ru/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.0.10/system.threading.threadpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/netcore50/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/net46/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/System.Threading.ThreadPool.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/de/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/es/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/fr/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/it/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/ja/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/ko/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/ru/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.threadpool/4.3.0/system.threading.threadpool.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netcore50/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/netstandard1.2/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/net451/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netcore50/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/System.Threading.Timer.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/de/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/es/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/fr/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/it/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/ja/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/ko/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/ru/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/zh-hans/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/netstandard1.2/zh-hant/System.Threading.Timer.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/portable-net451+win81+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/win81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading.timer/4.3.0/system.threading.timer.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netcore50/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.0/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/netstandard1.3/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/runtimes/aot/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netcore50/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.0/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/de/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/es/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/fr/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/it/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/ja/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/ko/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/ru/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/zh-hans/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/netstandard1.3/zh-hant/System.Threading.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/runtimes/aot/lib/netcore50/System.Threading.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/system.threading.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.threading/4.3.0/system.threading.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/net46/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/net46/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/System.Xml.ReaderWriter.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/de/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/es/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/it/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.3.0/system.xml.readerwriter.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netcore50/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/net45/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netcore50/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/System.Xml.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/de/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/es/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/fr/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/it/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/ja/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/ko/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/ru/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/portable-net45+win8+wp8+wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/win8/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/wp80/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/wpa81/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xdocument/4.3.0/system.xml.xdocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/netstandard1.3/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/net46/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/de/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/es/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/fr/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/it/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/ja/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/ko/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/ru/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/net46/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/netstandard1.3/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/net46/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/System.Xml.XPath.XDocument.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.nuspec -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ThirdPartyNotices.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/dotnet_library_license.txt -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/net46/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/netstandard1.3/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/lib/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/MonoAndroid10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/MonoTouch10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/net46/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/System.Xml.XPath.dll -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/de/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/es/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/fr/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/it/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/ja/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/ko/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/ru/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/zh-hans/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/netstandard1.3/zh-hant/System.Xml.XPath.xml -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarinios10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarinmac20/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarintvos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/ref/xamarinwatchos10/_._ -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg.sha512 -%%DATADIR%%/sdk/NuGetFallbackFolder/system.xml.xpath/4.0.1/system.xml.xpath.nuspec diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index 1d3c5b70bc61..bd0dd1f1d355 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -10,6 +10,9 @@ WWW= https://sourceforge.net/projects/runawk/ LICENSE= MIT +DEPRECATED= Depends on expiring devel/mk-configure +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= mk-configure>=0.26.0:devel/mk-configure USES= localbase diff --git a/math/R-cran-Zelig/Makefile b/math/R-cran-Zelig/Makefile index 491d545dcba0..36a16e8a5515 100644 --- a/math/R-cran-Zelig/Makefile +++ b/math/R-cran-Zelig/Makefile @@ -10,6 +10,9 @@ WWW= https://gking.harvard.edu/zelig LICENSE= GPLv3+ +DEPRECATED= Depends on expirnig finance/R-cran-AER +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= R-cran-AER>=0:finance/R-cran-AER \ R-cran-Amelia>=0:math/R-cran-Amelia \ R-cran-sandwich>=0:math/R-cran-sandwich \ diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 015174487b50..96de99aae88c 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -9,6 +9,9 @@ WWW= https://r-forge.r-project.org/projects/car/ LICENSE= GPLv2+ +DEPRECATED= Depends on expired astro/R-cran-maptools +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= R-cran-Formula>=0:math/R-cran-Formula RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ R-cran-abind>0:devel/R-cran-abind \ diff --git a/math/eclib/Makefile b/math/eclib/Makefile index 8cfb1f20427e..bb88e4353016 100644 --- a/math/eclib/Makefile +++ b/math/eclib/Makefile @@ -1,5 +1,5 @@ PORTNAME= eclib -PORTVERSION= 20250530 +PORTVERSION= 20250627 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/eclib/distinfo b/math/eclib/distinfo index e1beec5a20ae..753811fede2a 100644 --- a/math/eclib/distinfo +++ b/math/eclib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749665130 -SHA256 (JohnCremona-eclib-v20250530_GH0.tar.gz) = 1a588ae91a1617809f7414160cf4538f07d9ff379ff7e4e2adeaea9663cba214 -SIZE (JohnCremona-eclib-v20250530_GH0.tar.gz) = 1059302 +TIMESTAMP = 1751291767 +SHA256 (JohnCremona-eclib-v20250627_GH0.tar.gz) = c45cc20366effd5fce8ec3245ecf33f99e0d08222e21644a8db57e1356d85b4f +SIZE (JohnCremona-eclib-v20250627_GH0.tar.gz) = 1059399 diff --git a/math/fxt/Makefile b/math/fxt/Makefile index ca9bbcb4276a..f05f14083574 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -1,5 +1,5 @@ PORTNAME= fxt -PORTVERSION= 2025.04.17 +PORTVERSION= 2025.06.26 CATEGORIES= math MASTER_SITES= https://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index a6b1cfe3fe7c..222cb8f1a017 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177908 -SHA256 (fxt-2025.04.17.tar.gz) = e11bed2e3af1ef8a8fc9ad85c3ce63ee6887c00b0ef7f9025671501120620b57 -SIZE (fxt-2025.04.17.tar.gz) = 1571687 +TIMESTAMP = 1751208130 +SHA256 (fxt-2025.06.26.tar.gz) = bab757d71078ebe6c29c0eadfc69134dd945d8bf6e953120f06b3781c1d74481 +SIZE (fxt-2025.06.26.tar.gz) = 1571843 diff --git a/math/py-pyreadstat/Makefile b/math/py-pyreadstat/Makefile index 28702f0c4c52..d948c77b4952 100644 --- a/math/py-pyreadstat/Makefile +++ b/math/py-pyreadstat/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyreadstat -PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyreadstat/distinfo b/math/py-pyreadstat/distinfo index 0228375655b3..333820b5c423 100644 --- a/math/py-pyreadstat/distinfo +++ b/math/py-pyreadstat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715454 -SHA256 (pyreadstat-1.2.9.tar.gz) = bc4ff137b70013869727926867cf3c175ac56fd4e4a1d0e4317b559d8487ee4f -SIZE (pyreadstat-1.2.9.tar.gz) = 565303 +TIMESTAMP = 1751208170 +SHA256 (pyreadstat-1.3.0.tar.gz) = faddb9086797b24ff8f0540b8493ef5875620384e065a2d212f94295f69517a4 +SIZE (pyreadstat-1.3.0.tar.gz) = 566015 diff --git a/math/rkward/Makefile b/math/rkward/Makefile index c6c85fc150cc..eb75eed4c1e9 100644 --- a/math/rkward/Makefile +++ b/math/rkward/Makefile @@ -10,6 +10,9 @@ WWW= https://rkward.kde.org/ LICENSE= GPLv2 +DEPRECATED= Depends on expiring math/R-cran-car +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libR.so:math/R \ libcups.so:print/cups \ diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index c6ba45fb9f74..f166f258e388 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -1,5 +1,5 @@ PORTNAME= pciids -PORTVERSION= 20250609 +PORTVERSION= 20250621 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ PORTDATA= pci.ids USE_GITHUB= yes GH_ACCOUNT= pciutils -GH_TAGNAME= c332c32 +GH_TAGNAME= 6d8349f do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index 5690d6cb4ec1..a4ecd46f357c 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813018 -SHA256 (pciutils-pciids-20250609-c332c32_GH0.tar.gz) = 03933a85fa9c4e4d1fe3213a3dd994cf0ef8e8777f97a64c70ed1c58944b9c01 -SIZE (pciutils-pciids-20250609-c332c32_GH0.tar.gz) = 352882 +TIMESTAMP = 1751208132 +SHA256 (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 92000b1d58b9e43e250db7a46032247592b7d52b5a378510b648aefc7ae78eef +SIZE (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 353197 diff --git a/net-im/flare/Makefile b/net-im/flare/Makefile index df6c39ac3671..835495d22906 100644 --- a/net-im/flare/Makefile +++ b/net-im/flare/Makefile @@ -1,10 +1,9 @@ PORTNAME= flare -DISTVERSION= 0.16.1 -PORTREVISION= 2 +DISTVERSION= 0.16.3 CATEGORIES= net-im MAINTAINER= nxjoseph@protonmail.com -COMMENT= Chat with your friends on Signal +COMMENT= Electron-free Signal app written in Rust WWW= https://gitlab.com/schmiddi-on-mobile/flare LICENSE= AGPLv3 @@ -13,14 +12,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= blueprint-compiler:devel/blueprint-compiler \ protoc:devel/protobuf LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 \ libsecret-1.so:security/libsecret RUN_DEPENDS= gnome-keyring:security/gnome-keyring -USES= cargo gettext-tools gnome meson pkgconfig python +USES= cargo gettext-tools gnome meson pkgconfig python:build USE_GITLAB= yes GL_ACCOUNT= schmiddi-on-mobile -USE_GNOME= gtk40 gtksourceview5 libadwaita +USE_GNOME= cairo gdkpixbuf gtk40 gtksourceview5 libadwaita libxml2 pango GLIB_SCHEMAS= de.schmidhuberj.Flare.gschema.xml CARGO_BUILD= no diff --git a/net-im/flare/distinfo b/net-im/flare/distinfo index b018b60ae099..238dc38c876b 100644 --- a/net-im/flare/distinfo +++ b/net-im/flare/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1748689008 +TIMESTAMP = 1751283798 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 @@ -925,5 +925,5 @@ SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 8dd338d SIZE (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 808022 SHA256 (signalapp-libsignal-v0.56.1_GH0.tar.gz) = 765b32f463669e4590d253ee82d524805ba42b156af1d058b30e1dc38607f039 SIZE (signalapp-libsignal-v0.56.1_GH0.tar.gz) = 1656542 -SHA256 (flare-0.16.1.tar.bz2) = 102b390f0158129f23b7ac429059c6dc73ce923b441aa5ceb9f4f74b638743e0 -SIZE (flare-0.16.1.tar.bz2) = 467009 +SHA256 (flare-0.16.3.tar.bz2) = aaadae892863ad3c980109dab6b0c3e4ec050a58f2bee1e2d277cc9a108e18c2 +SIZE (flare-0.16.3.tar.bz2) = 471563 diff --git a/net-im/flare/pkg-descr b/net-im/flare/pkg-descr index 8dc2a117821f..bc35008d6c81 100644 --- a/net-im/flare/pkg-descr +++ b/net-im/flare/pkg-descr @@ -1,2 +1,16 @@ -Flare is an unofficial app for Signal. It is still in development -and doesn't include all the features that the official Signal apps do. +Flare is an unofficial Electron-Free Signal app written in Rust +which makes it more lightweight and faster to obtain on your own. +It is still in development and doesn't include all the features +that the official Signal app do. + +Even though things like linked credentials, contact and group +details and message contens are encrypted, it's still not +guaranteed for the security of your data. This application +will probably worsen the security compared to official +Signal app. Use this application with care when handling +sensitive data. + +Not encrypted: +* Number of contacts and groups +* Number of messages in a chat +* Message timestamps diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index fe6ddb80bf3c..00d9215943e2 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -1,6 +1,6 @@ PORTNAME= openfire DISTVERSIONPREFIX= v -DISTVERSION= 4.9.2 +DISTVERSION= 5.0.0 PORTEPOCH= 1 CATEGORIES= net-im java @@ -36,9 +36,9 @@ PLIST_SUB+= VARDB=${VARDB} \ VARLOG=${VARLOG} OPTIONS_DEFINE= DOCS TEST -OPTIONS_DEFAULT= MAVEN_LOCAL OPENJDK11 +OPTIONS_DEFAULT= MAVEN_LOCAL OPENJDK17 OPTIONS_SINGLE= JAVA MAVEN -OPTIONS_SINGLE_JAVA= OPENJDK11 OPENJDK17 OPENJDK21 +OPTIONS_SINGLE_JAVA= OPENJDK17 OPENJDK21 OPTIONS_SINGLE_MAVEN= MAVEN_LOCAL MAVEN_ONLINE MAVEN_DESC= Source of Maven build plugins @@ -52,9 +52,7 @@ MVN_TARGET= package .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MOPENJDK11} -JAVA_VERSION= 11 -.elif ${PORT_OPTIONS:MOPENJDK17} +.if ${PORT_OPTIONS:MOPENJDK17} JAVA_VERSION= 17 .elif ${PORT_OPTIONS:MOPENJDK21} JAVA_VERSION= 21 diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index fe85e53fe384..602942dce3bb 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1734514446 -SHA256 (igniterealtime-Openfire-v4.9.2_GH0.tar.gz) = 3918dc46664ec6a1a8d6094858d7a6f8e3d923780de3625767bb3d8ac7a13db9 -SIZE (igniterealtime-Openfire-v4.9.2_GH0.tar.gz) = 8924741 -SHA256 (openfire-4.9.2-deps.tar.gz) = e21c3747a6b96697f590ba36c36c8c6afeeb7c07a8e03cc595121f1f7877a0fd -SIZE (openfire-4.9.2-deps.tar.gz) = 295833835 +TIMESTAMP = 1751238308 +SHA256 (igniterealtime-Openfire-v5.0.0_GH0.tar.gz) = f650a6021ae97081ec10d05fdee6d8395bf8c1bdc4845f0ae2b83241e18bc628 +SIZE (igniterealtime-Openfire-v5.0.0_GH0.tar.gz) = 9729812 +SHA256 (openfire-5.0.0-deps.tar.gz) = 93f1daa85a1a104725e2caee43c97ebc014833fecb6d761829acab306fed827f +SIZE (openfire-5.0.0-deps.tar.gz) = 230119742 diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index 6f496fb49025..66c119f623a4 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -21,6 +21,7 @@ %%PORTDOCS%%%%DOCSDIR%%/database.html %%PORTDOCS%%%%DOCSDIR%%/db-clustering-guide.html %%PORTDOCS%%%%DOCSDIR%%/db-integration-guide.html +%%PORTDOCS%%%%DOCSDIR%%/db-query-stats-guide.html %%PORTDOCS%%%%DOCSDIR%%/demoboot-guide.html %%PORTDOCS%%%%DOCSDIR%%/diagrams/netty-message-handling.md %%PORTDOCS%%%%DOCSDIR%%/diagrams/netty-server-bootstrap.md @@ -36,6 +37,10 @@ %%PORTDOCS%%%%DOCSDIR%%/images/VSCode-8.png %%PORTDOCS%%%%DOCSDIR%%/images/VSCode-9.png %%PORTDOCS%%%%DOCSDIR%%/images/active_directory.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-enable.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-link.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-select-example-zoom.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-select-example.png %%PORTDOCS%%%%DOCSDIR%%/images/dns-srv-details.png %%PORTDOCS%%%%DOCSDIR%%/images/header_logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/launcher.png @@ -68,12 +73,14 @@ %%PORTDOCS%%%%DOCSDIR%%/licenses/LICENSE-jaxen.txt %%PORTDOCS%%%%DOCSDIR%%/licenses/LICENSE-xpp3.txt %%PORTDOCS%%%%DOCSDIR%%/load-balancing.html +%%PORTDOCS%%%%DOCSDIR%%/multi-providers.html %%PORTDOCS%%%%DOCSDIR%%/network-configuration-guide.html %%PORTDOCS%%%%DOCSDIR%%/one-time-access-token-guide.html %%PORTDOCS%%%%DOCSDIR%%/openfire.doap %%PORTDOCS%%%%DOCSDIR%%/overlay.html %%PORTDOCS%%%%DOCSDIR%%/pluggable-roster-support-guide.html %%PORTDOCS%%%%DOCSDIR%%/plugin-dev-guide.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-dev-jetty12.html %%PORTDOCS%%%%DOCSDIR%%/protocol-support.html %%PORTDOCS%%%%DOCSDIR%%/separating-admin-users-guide.html %%PORTDOCS%%%%DOCSDIR%%/source-build.html @@ -88,25 +95,22 @@ %%DATADIR%%/conf %%DATADIR%%/embedded-db %%DATADIR%%/lib/activation-1.1.jar -%%DATADIR%%/lib/apache-el-9.0.52.jar -%%DATADIR%%/lib/apache-jsp-10.0.18.jar -%%DATADIR%%/lib/apache-jsp-9.0.52.jar -%%DATADIR%%/lib/asm-9.6.jar -%%DATADIR%%/lib/asm-commons-9.6.jar -%%DATADIR%%/lib/asm-tree-9.6.jar +%%DATADIR%%/lib/apache-el-9.0.105.jar +%%DATADIR%%/lib/apache-jsp-9.0.105.jar +%%DATADIR%%/lib/asm-9.8.jar +%%DATADIR%%/lib/asm-commons-9.8.jar +%%DATADIR%%/lib/asm-tree-9.8.jar %%DATADIR%%/lib/bcpg-jdk18on-1.78.1.jar %%DATADIR%%/lib/bcpkix-jdk18on-1.78.1.jar %%DATADIR%%/lib/bcprov-jdk18on-1.78.1.jar %%DATADIR%%/lib/bcutil-jdk18on-1.78.1.jar -%%DATADIR%%/lib/caffeine-2.7.0.jar -%%DATADIR%%/lib/checker-qual-3.42.0.jar +%%DATADIR%%/lib/caffeine-3.2.0.jar +%%DATADIR%%/lib/checker-qual-3.33.0.jar %%DATADIR%%/lib/common-image-3.9.4.jar %%DATADIR%%/lib/common-io-3.9.4.jar %%DATADIR%%/lib/common-lang-3.9.4.jar %%DATADIR%%/lib/commons-codec-1.15.jar %%DATADIR%%/lib/commons-dbcp2-2.9.0.jar -%%DATADIR%%/lib/commons-fileupload-1.5.jar -%%DATADIR%%/lib/commons-io-2.11.0.jar %%DATADIR%%/lib/commons-ip-math-1.32.jar %%DATADIR%%/lib/commons-lang3-3.9.jar %%DATADIR%%/lib/commons-logging-1.2.jar @@ -114,14 +118,14 @@ %%DATADIR%%/lib/commons-text-1.10.0.jar %%DATADIR%%/lib/dom4j-2.1.4.jar %%DATADIR%%/lib/dwr-3.0.2-RELEASE.jar -%%DATADIR%%/lib/ecj-3.26.0.jar +%%DATADIR%%/lib/ecj-3.33.0.jar %%DATADIR%%/lib/error_prone_annotations-2.18.0.jar %%DATADIR%%/lib/failureaccess-1.0.1.jar %%DATADIR%%/lib/guava-32.0.1-jre.jar %%DATADIR%%/lib/hsqldb-2.7.1.jar %%DATADIR%%/lib/httpclient-4.5.13.jar %%DATADIR%%/lib/httpcore-4.4.13.jar -%%DATADIR%%/lib/i18n-4.9.2.jar +%%DATADIR%%/lib/i18n-5.0.0.jar %%DATADIR%%/lib/imageio-bmp-3.9.4.jar %%DATADIR%%/lib/imageio-core-3.9.4.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.11.jar @@ -138,24 +142,35 @@ %%DATADIR%%/lib/jaxen-1.2.0.jar %%DATADIR%%/lib/jcip-annotations-1.0.jar %%DATADIR%%/lib/jcl-over-slf4j-2.0.9.jar -%%DATADIR%%/lib/jetty-annotations-10.0.18.jar -%%DATADIR%%/lib/jetty-http-10.0.18.jar -%%DATADIR%%/lib/jetty-io-10.0.18.jar -%%DATADIR%%/lib/jetty-jmx-10.0.18.jar -%%DATADIR%%/lib/jetty-jndi-10.0.18.jar -%%DATADIR%%/lib/jetty-plus-10.0.18.jar -%%DATADIR%%/lib/jetty-schemas-4.0.3.jar -%%DATADIR%%/lib/jetty-security-10.0.18.jar -%%DATADIR%%/lib/jetty-server-10.0.18.jar -%%DATADIR%%/lib/jetty-servlet-10.0.18.jar +%%DATADIR%%/lib/jetty-ee-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-annotations-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-apache-jsp-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-nested-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-plus-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-security-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-servlet-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-webapp-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-jetty-api-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-jetty-common-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-jetty-server-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-servlet-12.0.22.jar +%%DATADIR%%/lib/jetty-http-12.0.22.jar +%%DATADIR%%/lib/jetty-io-12.0.22.jar +%%DATADIR%%/lib/jetty-jmx-12.0.22.jar +%%DATADIR%%/lib/jetty-jndi-12.0.22.jar +%%DATADIR%%/lib/jetty-plus-12.0.22.jar +%%DATADIR%%/lib/jetty-security-12.0.22.jar +%%DATADIR%%/lib/jetty-server-12.0.22.jar %%DATADIR%%/lib/jetty-servlet-api-4.0.6.jar -%%DATADIR%%/lib/jetty-servlets-10.0.18.jar -%%DATADIR%%/lib/jetty-util-10.0.18.jar -%%DATADIR%%/lib/jetty-webapp-10.0.18.jar -%%DATADIR%%/lib/jetty-xml-10.0.18.jar +%%DATADIR%%/lib/jetty-session-12.0.22.jar +%%DATADIR%%/lib/jetty-util-12.0.22.jar +%%DATADIR%%/lib/jetty-websocket-core-common-12.0.22.jar +%%DATADIR%%/lib/jetty-websocket-core-server-12.0.22.jar +%%DATADIR%%/lib/jetty-xml-12.0.22.jar %%DATADIR%%/lib/jmdns-1.0.jar %%DATADIR%%/lib/jsmpp-2.3.10.jar %%DATADIR%%/lib/json-20231013.jar +%%DATADIR%%/lib/jspecify-1.0.0.jar %%DATADIR%%/lib/jsr305-3.0.2.jar %%DATADIR%%/lib/jtds-1.3.1.jar %%DATADIR%%/lib/jzlib-1.1.3.jar @@ -167,58 +182,60 @@ %%DATADIR%%/lib/log4j2.xml %%DATADIR%%/lib/mssql-jdbc-9.4.1.jre11.jar %%DATADIR%%/lib/mysql-connector-j-8.2.0.jar -%%DATADIR%%/lib/netty-all-4.1.108.Final.jar -%%DATADIR%%/lib/netty-buffer-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-dns-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-haproxy-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-http-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-http2-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-memcache-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-mqtt-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-redis-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-smtp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-socks-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-stomp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-xml-4.1.108.Final.jar -%%DATADIR%%/lib/netty-common-4.1.108.Final.jar -%%DATADIR%%/lib/netty-handler-4.1.108.Final.jar -%%DATADIR%%/lib/netty-handler-proxy-4.1.108.Final.jar -%%DATADIR%%/lib/netty-handler-ssl-ocsp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-dns-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-dns-classes-macos-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.108.Final-osx-aarch_64.jar -%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.108.Final-osx-x86_64.jar -%%DATADIR%%/lib/netty-transport-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-classes-epoll-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-classes-kqueue-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-native-epoll-4.1.108.Final-linux-aarch_64.jar -%%DATADIR%%/lib/netty-transport-native-epoll-4.1.108.Final-linux-riscv64.jar -%%DATADIR%%/lib/netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar -%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.108.Final-osx-aarch_64.jar -%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.108.Final-osx-x86_64.jar -%%DATADIR%%/lib/netty-transport-native-unix-common-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-rxtx-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-sctp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-udt-4.1.108.Final.jar -%%DATADIR%%/lib/postgresql-42.7.2.jar +%%DATADIR%%/lib/netty-all-4.1.118.Final.jar +%%DATADIR%%/lib/netty-buffer-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-dns-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-haproxy-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-http2-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-memcache-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-mqtt-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-redis-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-smtp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-socks-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-stomp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-xml-4.1.118.Final.jar +%%DATADIR%%/lib/netty-common-4.1.118.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.118.Final.jar +%%DATADIR%%/lib/netty-handler-proxy-4.1.118.Final.jar +%%DATADIR%%/lib/netty-handler-ssl-ocsp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-dns-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-dns-classes-macos-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.118.Final-osx-aarch_64.jar +%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.118.Final-osx-x86_64.jar +%%DATADIR%%/lib/netty-transport-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-classes-epoll-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-classes-kqueue-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar +%%DATADIR%%/lib/netty-transport-native-epoll-4.1.118.Final-linux-riscv64.jar +%%DATADIR%%/lib/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar +%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.118.Final-osx-aarch_64.jar +%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.118.Final-osx-x86_64.jar +%%DATADIR%%/lib/netty-transport-native-unix-common-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-rxtx-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-sctp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-udt-4.1.118.Final.jar +%%DATADIR%%/lib/ojdbc11-23.7.0.25.01.jar +%%DATADIR%%/lib/ons-23.7.0.25.01.jar +%%DATADIR%%/lib/oraclepki-23.7.0.25.01.jar +%%DATADIR%%/lib/orai18n-23.7.0.25.01.jar +%%DATADIR%%/lib/postgresql-42.7.7.jar +%%DATADIR%%/lib/rsi-23.7.0.25.01.jar %%DATADIR%%/lib/shaj-0.5.jar -%%DATADIR%%/lib/sitemesh-2.4.2.jar +%%DATADIR%%/lib/simplefan-23.7.0.25.01.jar +%%DATADIR%%/lib/sitemesh-2.5.0.jar %%DATADIR%%/lib/slf4j-api-2.0.9.jar %%DATADIR%%/lib/startup.jar %%DATADIR%%/lib/taglibs-standard-impl-1.2.5.jar %%DATADIR%%/lib/taglibs-standard-spec-1.2.5.jar -%%DATADIR%%/lib/tinder-2.0.0.jar +%%DATADIR%%/lib/tinder-2.1.0.jar %%DATADIR%%/lib/txw2-2.3.3.jar -%%DATADIR%%/lib/websocket-core-common-10.0.18.jar -%%DATADIR%%/lib/websocket-core-server-10.0.18.jar -%%DATADIR%%/lib/websocket-jetty-api-10.0.18.jar -%%DATADIR%%/lib/websocket-jetty-common-10.0.18.jar -%%DATADIR%%/lib/websocket-jetty-server-10.0.18.jar -%%DATADIR%%/lib/websocket-servlet-10.0.18.jar -%%DATADIR%%/lib/xmppserver-4.9.2.jar -%%DATADIR%%/lib/xpp3-1.1.4c.jar +%%DATADIR%%/lib/ucp-23.7.0.25.01.jar +%%DATADIR%%/lib/xdb-23.7.0.25.01.jar +%%DATADIR%%/lib/xmppserver-5.0.0.jar +%%DATADIR%%/lib/xpp3-1.1.4c.0.jar %%DATADIR%%/logs %%DATADIR%%/plugins/admin/plugin.xml %%DATADIR%%/plugins/admin/webapp/WEB-INF/classes/META-INF/admin.tld @@ -359,6 +376,8 @@ %%DATADIR%%/plugins/admin/webapp/images/yahoo.gif %%DATADIR%%/plugins/admin/webapp/index.html %%DATADIR%%/plugins/admin/webapp/js/behaviour.js +%%DATADIR%%/plugins/admin/webapp/js/connection-settings-advanced.js +%%DATADIR%%/plugins/admin/webapp/js/connection-settings.js %%DATADIR%%/plugins/admin/webapp/js/cookies.js %%DATADIR%%/plugins/admin/webapp/js/setup.js %%DATADIR%%/plugins/admin/webapp/setup/setup-style.css @@ -568,6 +587,27 @@ %%DATADIR%%/resources/database/upgrade/34/openfire_postgresql.sql %%DATADIR%%/resources/database/upgrade/34/openfire_sqlserver.sql %%DATADIR%%/resources/database/upgrade/34/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_sybase.sql %%DATADIR%%/resources/database/upgrade/4/openfire_db2.sql %%DATADIR%%/resources/database/upgrade/4/openfire_hsqldb.sql %%DATADIR%%/resources/database/upgrade/4/openfire_mysql.sql diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile index 5c678b70ced5..d4b4f1e29078 100644 --- a/net-im/toot/Makefile +++ b/net-im/toot/Makefile @@ -1,13 +1,13 @@ PORTNAME= toot -DISTVERSION= 0.48.0 +DISTVERSION= 0.48.1 CATEGORIES= net-im python -MASTER_SITES= PYPI \ - https://github.com/ihabunek/toot/releases/download/${DISTVERSION}/ +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nxjoseph@protonmail.com COMMENT= Interact with the Mastodon social network from the command line -WWW= https://github.com/ihabunek/toot +WWW= https://github.com/ihabunek/toot \ + https://pypi.org/project/toot LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -47,7 +47,11 @@ IMAGES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY ${PYTHON_PKGNAMEPREFIX}term-image>=0.7.2:graphics/py-term-image@${PY_FLAVOR} RICHTEXT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwidgets>=0.2<0.3:devel/py-urwidgets@${PY_FLAVOR} -PORTSCOUT= skipv:0.48.1 +post-patch: + ${REINPLACE_CMD} -e 's,{__version__},${DISTVERSION},g' \ + ${WRKSRC}/toot/cli/diag.py + ${REINPLACE_CMD} -e '174s,__version__,"${DISTVERSION}",g' \ + ${WRKSRC}/toot/cli/__init__.py do-install: ${INSTALL_SCRIPT} ${WRKDIR}/toot \ diff --git a/net-im/toot/distinfo b/net-im/toot/distinfo index b5a61a3c5c79..c13e689249d0 100644 --- a/net-im/toot/distinfo +++ b/net-im/toot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746327277 -SHA256 (toot-0.48.0.tar.gz) = 7e9134a1568ac5f4d1bc63c26795cba85b07d832871fb0b8cb5d80d7f749d096 -SIZE (toot-0.48.0.tar.gz) = 1476183 +TIMESTAMP = 1751288273 +SHA256 (toot-0.48.1.tar.gz) = 99629e24bc4ef3fb22162b7742f4053648279f5e7e34b5ad53224b5d3e05a66c +SIZE (toot-0.48.1.tar.gz) = 1328964 diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 02c06554610a..e37c9e89abf8 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -434,5 +434,10 @@ SUBDIR += zabbix72-java SUBDIR += zabbix72-proxy SUBDIR += zabbix72-server + SUBDIR += zabbix74-agent + SUBDIR += zabbix74-frontend + SUBDIR += zabbix74-java + SUBDIR += zabbix74-proxy + SUBDIR += zabbix74-server .include <bsd.port.subdir.mk> diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile index 9ab0e91f03f2..44d6c0cd92e7 100644 --- a/net-mgmt/blackbox_exporter/Makefile +++ b/net-mgmt/blackbox_exporter/Makefile @@ -1,7 +1,6 @@ PORTNAME= blackbox_exporter DISTVERSIONPREFIX= v -DISTVERSION= 0.26.0 -PORTREVISION= 4 +DISTVERSION= 0.27.0 CATEGORIES= net-mgmt MAINTAINER= eduardo@FreeBSD.org diff --git a/net-mgmt/blackbox_exporter/distinfo b/net-mgmt/blackbox_exporter/distinfo index a4963c5d58d5..c6aa109a5a7b 100644 --- a/net-mgmt/blackbox_exporter/distinfo +++ b/net-mgmt/blackbox_exporter/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740654573 -SHA256 (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.26.0/v0.26.0.mod) = 418fd744cb5b1d2249a3c719b469292e4a0ef90161ec65c7ccceee70989fb6f2 -SIZE (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.26.0/v0.26.0.mod) = 1552 -SHA256 (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.26.0/v0.26.0.zip) = 6c8529ca5b9d2e2ecb3d16d3bdb6855ecd2475bbe5426293d6e49da143eb9dd7 -SIZE (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.26.0/v0.26.0.zip) = 105384 +TIMESTAMP = 1751302923 +SHA256 (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.27.0/v0.27.0.mod) = 114d955be3aee34d2a302fd4d1b19cc53b39f5895b69045d6181cb9832aac7b9 +SIZE (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.27.0/v0.27.0.mod) = 1827 +SHA256 (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.27.0/v0.27.0.zip) = 449b8e8811253776510e17dff0dd022b562050249358414039eb41fee6be4157 +SIZE (go/net-mgmt_blackbox_exporter/blackbox_exporter-v0.27.0/v0.27.0.zip) = 110178 diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile index 4680d17fd77d..a5923ac82f30 100644 --- a/net-mgmt/hastmon/Makefile +++ b/net-mgmt/hastmon/Makefile @@ -9,6 +9,9 @@ WWW= http://hastmon.googlecode.com/ LICENSE= BSD2CLAUSE +DEPRECATED= Depends on expiring devel/mk-configure +EXPIRATION_DATE=2025-09-30 + BUILD_DEPENDS= mk-configure>=0.20:devel/mk-configure USE_GITHUB= yes diff --git a/net-mgmt/icingaweb2-module-icingadb/Makefile b/net-mgmt/icingaweb2-module-icingadb/Makefile index 724bc43466ba..909db78215fd 100644 --- a/net-mgmt/icingaweb2-module-icingadb/Makefile +++ b/net-mgmt/icingaweb2-module-icingadb/Makefile @@ -1,6 +1,6 @@ PORTNAME= icingaweb2-module-icingadb DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.1 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/icingaweb2-module-icingadb/distinfo b/net-mgmt/icingaweb2-module-icingadb/distinfo index 093bd73512e0..ffa4a9449ead 100644 --- a/net-mgmt/icingaweb2-module-icingadb/distinfo +++ b/net-mgmt/icingaweb2-module-icingadb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696075981 -SHA256 (icinga-icingadb-web-v1.1.0_GH0.tar.gz) = 8ac034695c26534669fb08142273e3f60aea9bb5636f72c160e44b75188adec3 -SIZE (icinga-icingadb-web-v1.1.0_GH0.tar.gz) = 2337373 +TIMESTAMP = 1751384523 +SHA256 (icinga-icingadb-web-v1.2.1_GH0.tar.gz) = fd58c1340816db48e548d318965fc5d394e373bb22509992115a1c1e4ec81cc1 +SIZE (icinga-icingadb-web-v1.2.1_GH0.tar.gz) = 2074249 diff --git a/net-mgmt/icingaweb2-module-icingadb/pkg-plist b/net-mgmt/icingaweb2-module-icingadb/pkg-plist index 6dff8df5defc..0e76f80886e2 100644 --- a/net-mgmt/icingaweb2-module-icingadb/pkg-plist +++ b/net-mgmt/icingaweb2-module-icingadb/pkg-plist @@ -4,10 +4,15 @@ %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/SECURITY.md +%%WWWDIR%%/application/clicommands/MigrateCommand.php %%WWWDIR%%/application/controllers/CommandTransportController.php %%WWWDIR%%/application/controllers/CommentController.php %%WWWDIR%%/application/controllers/CommentsController.php %%WWWDIR%%/application/controllers/ConfigController.php +%%WWWDIR%%/application/controllers/ContactController.php +%%WWWDIR%%/application/controllers/ContactgroupController.php +%%WWWDIR%%/application/controllers/ContactgroupsController.php +%%WWWDIR%%/application/controllers/ContactsController.php %%WWWDIR%%/application/controllers/DowntimeController.php %%WWWDIR%%/application/controllers/DowntimesController.php %%WWWDIR%%/application/controllers/ErrorController.php @@ -20,6 +25,7 @@ %%WWWDIR%%/application/controllers/HostsController.php %%WWWDIR%%/application/controllers/MigrateController.php %%WWWDIR%%/application/controllers/NotificationsController.php +%%WWWDIR%%/application/controllers/RedundancygroupController.php %%WWWDIR%%/application/controllers/ServiceController.php %%WWWDIR%%/application/controllers/ServicegroupController.php %%WWWDIR%%/application/controllers/ServicegroupsController.php @@ -55,14 +61,15 @@ %%WWWDIR%%/application/views/scripts/services/grid.phtml %%WWWDIR%%/configuration.php %%WWWDIR%%/doc/01-About.md -%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md %%WWWDIR%%/doc/02-Installation.md +%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md %%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/doc/04-Security.md %%WWWDIR%%/doc/05-Upgrading.md %%WWWDIR%%/doc/09-Automation.md %%WWWDIR%%/doc/10-Migration.md %%WWWDIR%%/doc/11-Concepts.md +%%WWWDIR%%/doc/TRADEMARKS.md %%WWWDIR%%/doc/res/CheckStatisticsAnatomy.jpg %%WWWDIR%%/doc/res/ListAnatomyOverdue.jpg %%WWWDIR%%/doc/res/ListItemAnatomy.jpg @@ -77,7 +84,6 @@ %%WWWDIR%%/doc/res/modal-dialog-preview.png %%WWWDIR%%/doc/res/searchbar-completion-preview.png %%WWWDIR%%/doc/res/service-detail-preview.png -%%WWWDIR%%/doc/res/url-migration-preview.png %%WWWDIR%%/doc/res/view-switcher-preview.png %%WWWDIR%%/library/Icingadb/Authentication/ObjectAuthorization.php %%WWWDIR%%/library/Icingadb/Command/IcingaApiCommand.php @@ -94,6 +100,7 @@ %%WWWDIR%%/library/Icingadb/Command/Object/PropagateHostDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/RemoveAcknowledgementCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ScheduleCheckCommand.php +%%WWWDIR%%/library/Icingadb/Command/Object/ScheduleDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ScheduleHostDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ScheduleServiceDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/SendCustomNotificationCommand.php @@ -108,9 +115,9 @@ %%WWWDIR%%/library/Icingadb/Command/Transport/CommandTransportException.php %%WWWDIR%%/library/Icingadb/Command/Transport/CommandTransportInterface.php %%WWWDIR%%/library/Icingadb/Common/Auth.php +%%WWWDIR%%/library/Icingadb/Common/Backend.php %%WWWDIR%%/library/Icingadb/Common/BaseFilter.php %%WWWDIR%%/library/Icingadb/Common/BaseStatusBar.php -%%WWWDIR%%/library/Icingadb/Common/CaptionDisabled.php %%WWWDIR%%/library/Icingadb/Common/CommandActions.php %%WWWDIR%%/library/Icingadb/Common/Database.php %%WWWDIR%%/library/Icingadb/Common/DetailActions.php @@ -120,28 +127,27 @@ %%WWWDIR%%/library/Icingadb/Common/IcingaRedis.php %%WWWDIR%%/library/Icingadb/Common/Icons.php %%WWWDIR%%/library/Icingadb/Common/Links.php -%%WWWDIR%%/library/Icingadb/Common/ListItemCommonLayout.php -%%WWWDIR%%/library/Icingadb/Common/ListItemDetailedLayout.php -%%WWWDIR%%/library/Icingadb/Common/ListItemMinimalLayout.php %%WWWDIR%%/library/Icingadb/Common/LoadMore.php %%WWWDIR%%/library/Icingadb/Common/Macros.php -%%WWWDIR%%/library/Icingadb/Common/NoSubjectLink.php %%WWWDIR%%/library/Icingadb/Common/ObjectInspectionDetail.php -%%WWWDIR%%/library/Icingadb/Common/ObjectLinkDisabled.php %%WWWDIR%%/library/Icingadb/Common/SearchControls.php %%WWWDIR%%/library/Icingadb/Common/ServiceLink.php %%WWWDIR%%/library/Icingadb/Common/ServiceLinks.php %%WWWDIR%%/library/Icingadb/Common/ServiceStates.php %%WWWDIR%%/library/Icingadb/Common/StateBadges.php %%WWWDIR%%/library/Icingadb/Common/TicketLinks.php -%%WWWDIR%%/library/Icingadb/Common/ViewMode.php %%WWWDIR%%/library/Icingadb/Compat/CompatHost.php %%WWWDIR%%/library/Icingadb/Compat/CompatObject.php %%WWWDIR%%/library/Icingadb/Compat/CompatService.php %%WWWDIR%%/library/Icingadb/Compat/UrlMigrator.php %%WWWDIR%%/library/Icingadb/Data/CsvResultSet.php +%%WWWDIR%%/library/Icingadb/Data/CsvResultSetUtils.php +%%WWWDIR%%/library/Icingadb/Data/DependencyNodes.php %%WWWDIR%%/library/Icingadb/Data/JsonResultSet.php +%%WWWDIR%%/library/Icingadb/Data/JsonResultSetUtils.php %%WWWDIR%%/library/Icingadb/Data/PivotTable.php +%%WWWDIR%%/library/Icingadb/Data/VolatileCsvResults.php +%%WWWDIR%%/library/Icingadb/Data/VolatileJsonResults.php %%WWWDIR%%/library/Icingadb/Hook/ActionsHook/ObjectActionsHook.php %%WWWDIR%%/library/Icingadb/Hook/Common/HookUtils.php %%WWWDIR%%/library/Icingadb/Hook/Common/TotalSlaReportUtils.php @@ -155,6 +161,7 @@ %%WWWDIR%%/library/Icingadb/Hook/HostsDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/IcingadbSupportHook.php %%WWWDIR%%/library/Icingadb/Hook/PluginOutputHook.php +%%WWWDIR%%/library/Icingadb/Hook/RedundancyGroupDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/ServiceActionsHook.php %%WWWDIR%%/library/Icingadb/Hook/ServiceDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/ServicesDetailExtensionHook.php @@ -168,6 +175,7 @@ %%WWWDIR%%/library/Icingadb/Model/Behavior/Bitmask.php %%WWWDIR%%/library/Icingadb/Model/Behavior/BoolCast.php %%WWWDIR%%/library/Icingadb/Model/Behavior/FlattenedObjectVars.php +%%WWWDIR%%/library/Icingadb/Model/Behavior/HasProblematicParent.php %%WWWDIR%%/library/Icingadb/Model/Behavior/ReRoute.php %%WWWDIR%%/library/Icingadb/Model/Checkcommand.php %%WWWDIR%%/library/Icingadb/Model/CheckcommandArgument.php @@ -177,6 +185,9 @@ %%WWWDIR%%/library/Icingadb/Model/CommentHistory.php %%WWWDIR%%/library/Icingadb/Model/Customvar.php %%WWWDIR%%/library/Icingadb/Model/CustomvarFlat.php +%%WWWDIR%%/library/Icingadb/Model/DependencyEdge.php +%%WWWDIR%%/library/Icingadb/Model/DependencyEdgeState.php +%%WWWDIR%%/library/Icingadb/Model/DependencyNode.php %%WWWDIR%%/library/Icingadb/Model/Downtime.php %%WWWDIR%%/library/Icingadb/Model/DowntimeHistory.php %%WWWDIR%%/library/Icingadb/Model/Endpoint.php @@ -209,6 +220,10 @@ %%WWWDIR%%/library/Icingadb/Model/NotificationcommandArgument.php %%WWWDIR%%/library/Icingadb/Model/NotificationcommandCustomvar.php %%WWWDIR%%/library/Icingadb/Model/NotificationcommandEnvvar.php +%%WWWDIR%%/library/Icingadb/Model/RedundancyGroup.php +%%WWWDIR%%/library/Icingadb/Model/RedundancyGroupState.php +%%WWWDIR%%/library/Icingadb/Model/RedundancyGroupSummary.php +%%WWWDIR%%/library/Icingadb/Model/Schema.php %%WWWDIR%%/library/Icingadb/Model/Service.php %%WWWDIR%%/library/Icingadb/Model/ServiceCustomvar.php %%WWWDIR%%/library/Icingadb/Model/ServiceState.php @@ -217,6 +232,8 @@ %%WWWDIR%%/library/Icingadb/Model/ServicegroupMember.php %%WWWDIR%%/library/Icingadb/Model/ServicegroupSummary.php %%WWWDIR%%/library/Icingadb/Model/ServicestateSummary.php +%%WWWDIR%%/library/Icingadb/Model/SlaHistoryDowntime.php +%%WWWDIR%%/library/Icingadb/Model/SlaHistoryState.php %%WWWDIR%%/library/Icingadb/Model/State.php %%WWWDIR%%/library/Icingadb/Model/StateHistory.php %%WWWDIR%%/library/Icingadb/Model/Timeperiod.php @@ -224,6 +241,8 @@ %%WWWDIR%%/library/Icingadb/Model/TimeperiodOverrideExclude.php %%WWWDIR%%/library/Icingadb/Model/TimeperiodOverrideInclude.php %%WWWDIR%%/library/Icingadb/Model/TimeperiodRange.php +%%WWWDIR%%/library/Icingadb/Model/UnreachableParent.php +%%WWWDIR%%/library/Icingadb/Model/UnreachableParent/ResultSet.php %%WWWDIR%%/library/Icingadb/Model/User.php %%WWWDIR%%/library/Icingadb/Model/UserCustomvar.php %%WWWDIR%%/library/Icingadb/Model/Usergroup.php @@ -236,13 +255,13 @@ %%WWWDIR%%/library/Icingadb/ProvidedHook/CreateHostsSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/CreateServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/CreateServicesSlaReport.php -%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalHostSlaReport.php -%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/IcingaHealth.php %%WWWDIR%%/library/Icingadb/ProvidedHook/RedisHealth.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/HostSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/ServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/SlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalHostSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/X509/Sni.php %%WWWDIR%%/library/Icingadb/Redis/VolatileStateResults.php %%WWWDIR%%/library/Icingadb/Setup/ApiTransportPage.php @@ -260,6 +279,20 @@ %%WWWDIR%%/library/Icingadb/Util/PerfDataSet.php %%WWWDIR%%/library/Icingadb/Util/PluginOutput.php %%WWWDIR%%/library/Icingadb/Util/ThresholdRange.php +%%WWWDIR%%/library/Icingadb/View/BaseHostAndServiceRenderer.php +%%WWWDIR%%/library/Icingadb/View/CommentRenderer.php +%%WWWDIR%%/library/Icingadb/View/DowntimeRenderer.php +%%WWWDIR%%/library/Icingadb/View/EventRenderer.php +%%WWWDIR%%/library/Icingadb/View/HostRenderer.php +%%WWWDIR%%/library/Icingadb/View/HostgroupGridRenderer.php +%%WWWDIR%%/library/Icingadb/View/HostgroupRenderer.php +%%WWWDIR%%/library/Icingadb/View/NotificationRenderer.php +%%WWWDIR%%/library/Icingadb/View/RedundancyGroupRenderer.php +%%WWWDIR%%/library/Icingadb/View/ServiceRenderer.php +%%WWWDIR%%/library/Icingadb/View/ServicegroupGridRenderer.php +%%WWWDIR%%/library/Icingadb/View/ServicegroupRenderer.php +%%WWWDIR%%/library/Icingadb/View/UserRenderer.php +%%WWWDIR%%/library/Icingadb/View/UsergroupRenderer.php %%WWWDIR%%/library/Icingadb/Web/Control/GridViewModeSwitcher.php %%WWWDIR%%/library/Icingadb/Web/Control/ProblemToggle.php %%WWWDIR%%/library/Icingadb/Web/Control/SearchBar/ObjectSuggestions.php @@ -272,8 +305,9 @@ %%WWWDIR%%/library/Icingadb/Web/Navigation/Renderer/ProblemsBadge.php %%WWWDIR%%/library/Icingadb/Web/Navigation/Renderer/ServiceProblemsBadge.php %%WWWDIR%%/library/Icingadb/Web/Navigation/Renderer/TotalProblemsBadge.php -%%WWWDIR%%/library/Icingadb/Widget/AttemptBall.php %%WWWDIR%%/library/Icingadb/Widget/CheckAttempt.php +%%WWWDIR%%/library/Icingadb/Widget/DependencyNodeStateBadges.php +%%WWWDIR%%/library/Icingadb/Widget/DependencyNodeStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/CheckStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/CommentDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/CustomVarTable.php @@ -286,10 +320,12 @@ %%WWWDIR%%/library/Icingadb/Widget/Detail/HostStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/MultiselectQuickActions.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectDetail.php +%%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectHeader.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectsDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/PerfDataTable.php %%WWWDIR%%/library/Icingadb/Widget/Detail/QuickActions.php +%%WWWDIR%%/library/Icingadb/Widget/Detail/RedundancyGroupDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceInspectionDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceMetaInfo.php @@ -301,62 +337,21 @@ %%WWWDIR%%/library/Icingadb/Widget/HostStatusBar.php %%WWWDIR%%/library/Icingadb/Widget/HostSummaryDonut.php %%WWWDIR%%/library/Icingadb/Widget/IconImage.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseCommentListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseDowntimeListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseHistoryListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseHostListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseNotificationListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseServiceListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/CommandTransportList.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/CommandTransportListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/CommentList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/CommentListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/CommentListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/DowntimeList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/DowntimeListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/DowntimeListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostDetailHeader.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItemMinimal.php +%%WWWDIR%%/library/Icingadb/Widget/ItemList/LoadMoreObjectList.php +%%WWWDIR%%/library/Icingadb/Widget/ItemList/ObjectList.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/PageSeparatorItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceDetailHeader.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/StateList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/StateListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseHostGroupItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseServiceGroupItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemList/TicketLinkObjectList.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseStateRowItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/GridCellLayout.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupGridCell.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostRowItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupGridCell.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupTableRow.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ObjectGrid.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ObjectTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServiceItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServiceRowItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/StateItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/StateRowItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/TableRowLayout.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UserTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UserTableRow.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UsergroupTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UsergroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/MarkdownLine.php %%WWWDIR%%/library/Icingadb/Widget/MarkdownText.php %%WWWDIR%%/library/Icingadb/Widget/Notice.php @@ -369,20 +364,24 @@ %%WWWDIR%%/library/Icingadb/Widget/StateChange.php %%WWWDIR%%/library/Icingadb/Widget/TagList.php %%WWWDIR%%/module.info -%%WWWDIR%%/phpstan-baseline.neon +%%WWWDIR%%/phpstan-baseline-7x.neon +%%WWWDIR%%/phpstan-baseline-8x.neon +%%WWWDIR%%/phpstan-baseline-by-php-version.php +%%WWWDIR%%/phpstan-baseline-standard.neon %%WWWDIR%%/phpstan.neon %%WWWDIR%%/phpunit.xml -%%WWWDIR%%/public/js/progress-bar.js %%WWWDIR%%/public/css/common.less %%WWWDIR%%/public/css/form/schedule-service-downtime-form.less +%%WWWDIR%%/public/css/item/downtime.less +%%WWWDIR%%/public/css/item/hostgroup.less +%%WWWDIR%%/public/css/item/icon-image.less +%%WWWDIR%%/public/css/item/item-layout.less +%%WWWDIR%%/public/css/item/redundancy-group.less +%%WWWDIR%%/public/css/item/servicegroup.less %%WWWDIR%%/public/css/list/action-list.less -%%WWWDIR%%/public/css/list/comment-list.less -%%WWWDIR%%/public/css/list/downtime-list.less %%WWWDIR%%/public/css/list/item-list.less -%%WWWDIR%%/public/css/list/list-item.less %%WWWDIR%%/public/css/list/state-item-table.less %%WWWDIR%%/public/css/list/state-row-item.less -%%WWWDIR%%/public/css/list/user-list.less %%WWWDIR%%/public/css/markdown.less %%WWWDIR%%/public/css/mixin/progress-bar.less %%WWWDIR%%/public/css/mixin/state-badges.less @@ -393,15 +392,16 @@ %%WWWDIR%%/public/css/widget/check-statistics.less %%WWWDIR%%/public/css/widget/comment-popup.less %%WWWDIR%%/public/css/widget/custom-var-table.less +%%WWWDIR%%/public/css/widget/dependency-node-state-badges.less %%WWWDIR%%/public/css/widget/donut-container.less %%WWWDIR%%/public/css/widget/downtime-card.less -%%WWWDIR%%/public/css/widget/group-grid.less %%WWWDIR%%/public/css/widget/host-state-badges.less %%WWWDIR%%/public/css/widget/key-value-list.less %%WWWDIR%%/public/css/widget/migrate-popup.less %%WWWDIR%%/public/css/widget/monitoring-health.less %%WWWDIR%%/public/css/widget/notice.less %%WWWDIR%%/public/css/widget/object-features.less +%%WWWDIR%%/public/css/widget/object-grid.less %%WWWDIR%%/public/css/widget/object-inspection.less %%WWWDIR%%/public/css/widget/object-meta-info.less %%WWWDIR%%/public/css/widget/object-statistics.less @@ -409,9 +409,9 @@ %%WWWDIR%%/public/css/widget/quick-actions.less %%WWWDIR%%/public/css/widget/service-state-badges.less %%WWWDIR%%/public/css/widget/state-change.less -%%WWWDIR%%/public/css/widget/table-layout.less %%WWWDIR%%/public/css/widget/tag-list.less %%WWWDIR%%/public/css/widget/view-mode-switcher.less %%WWWDIR%%/public/js/action-list.js %%WWWDIR%%/public/js/migrate.js +%%WWWDIR%%/public/js/progress-bar.js %%WWWDIR%%/run.php diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 718e8fc26113..06cb32a2bfe9 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -1,6 +1,6 @@ PORTNAME= netdata DISTVERSIONPREFIX= v -DISTVERSION= 2.5.3 +DISTVERSION= 2.5.4 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/:netdata \ https://raw.githubusercontent.com/netdata/netdata/refs/tags/v${DISTVERSION}/src/go/:goplugin \ @@ -75,7 +75,7 @@ NETDATA_CACHE= /var/cache/${PORTNAME} NETDATA_LOG= /var/log/${PORTNAME} NETDATA_PERST= /var/db/${PORTNAME} NETDATA_RUN= /var/run/${PORTNAME} -NETDATA_DASHBOARD_VERSION= 20250618 +NETDATA_DASHBOARD_VERSION= 20250629 PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \ NETDATA_LOG=${NETDATA_LOG} \ diff --git a/net-mgmt/netdata/distinfo b/net-mgmt/netdata/distinfo index 065f1965868c..86bb0832461e 100644 --- a/net-mgmt/netdata/distinfo +++ b/net-mgmt/netdata/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1750281582 -SHA256 (netdata/netdata-v2.5.3.tar.gz) = d0d17d5e6c64b520241371bcf60b5859ad482463327fcfbe5a6e0069415c58c6 -SIZE (netdata/netdata-v2.5.3.tar.gz) = 31858932 -SHA256 (netdata/agent_20250618.tar.gz) = bc113b02726eb62aa14c46bbe9d3eb11ad76a97491f211576ccdddd8b2b6dd47 -SIZE (netdata/agent_20250618.tar.gz) = 8836274 +TIMESTAMP = 1751221546 +SHA256 (netdata/netdata-v2.5.4.tar.gz) = acfbda16c7c5786f4b0feb1c8e195d6489c727010739797a04cc5f71d5ede041 +SIZE (netdata/netdata-v2.5.4.tar.gz) = 31861211 +SHA256 (netdata/agent_20250629.tar.gz) = fc435ca3ede7557369f7b8a303f76b766bb3dbd46252efc84c34c554455a56da +SIZE (netdata/agent_20250629.tar.gz) = 9421918 SHA256 (netdata/go.mod) = f7fcb763f06ac74d297862a7853d88c0f8f3248f30832cb7c28e11ba8dc9dc1b SIZE (netdata/go.mod) = 7969 diff --git a/net-mgmt/netdata/pkg-plist b/net-mgmt/netdata/pkg-plist index 9e1566176dc6..f554a076785f 100644 --- a/net-mgmt/netdata/pkg-plist +++ b/net-mgmt/netdata/pkg-plist @@ -492,10 +492,10 @@ libexec/netdata/plugins.d/charts.d.plugin %%CUPS%%libexec/netdata/plugins.d/cups.plugin %%FREEIPMI%%@(root,netdata,4750) libexec/netdata/plugins.d/freeipmi.plugin libexec/netdata/plugins.d/get-kubernetes-labels.sh -%%GOPLUGIN%%libexec/netdata/plugins.d/go.d.plugin +%%GOPLUGIN%%@(root,netdata,4750) libexec/netdata/plugins.d/go.d.plugin libexec/netdata/plugins.d/ioping.plugin libexec/netdata/plugins.d/loopsleepms.sh.inc -%%GOPLUGIN%%libexec/netdata/plugins.d/ndsudo +%%GOPLUGIN%%@(root,netdata,4750) libexec/netdata/plugins.d/ndsudo libexec/netdata/plugins.d/python.d.plugin libexec/netdata/plugins.d/system-info.sh libexec/netdata/python.d/am2320.chart.py @@ -534,128 +534,125 @@ sbin/systemd-cat-native %%DASHBOARD%%%%DATADIR%%/web/registry-hello.html %%DASHBOARD%%%%DATADIR%%/web/static/splash.css %%DASHBOARD%%%%DATADIR%%/web/v3/.well-known/assetlinks.json -%%DASHBOARD%%%%DATADIR%%/web/v3/1220.c165cc2e0ea00dbc8a97.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1396.5c3a9928d01334c00529.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1396.5c3a9928d01334c00529.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/1414.ced65097b8f8a6e9bc5d.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1419.17bdcd639d68c3312ef1.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1526.277b35435cbcef4c6fb3.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1608.db22eb59958507ada4d0.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1658.70444b50ffc6a6fac4b2.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1780.6213f7c601384ac87be5.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/180.df459179d77914e44445.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1817.89bcfdb434722ac3e4ab.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1817.89bcfdb434722ac3e4ab.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/1861.2ec181e501e14d3aab3d.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1878.cbd8a3a7088b11f64dd6.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1910.906d70ec67e23e56e708.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/1941.77654da6c4afcc8a8182.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2117.553b153cbe19053871ae.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2143.feddd2fdf87d010e12fd.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2201.47154b7232594be1b575.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2224.3f5aa37c3ddff8a0a317.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2224.3f5aa37c3ddff8a0a317.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/2248.d5dae5b674d77b44e51e.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2307.b5e3d39075580f7b7942.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2386.ab68fce51441aa19d7d2.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2386.ab68fce51441aa19d7d2.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/2436.a65f4918aa5b89ea0a31.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2558.dd9f207af612f07fd9ac.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1220.a656923d479f8c519ad0.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1414.f466fb11da15d616c833.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1526.afc6e3ac15b1324a1f9c.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1608.7f38e91b96408de20de3.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1658.494aa5947daf149ea36e.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/180.b7f7547d42a0b2b97124.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1817.619fd443a5a5c10c4703.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1817.619fd443a5a5c10c4703.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/1861.33e4e8fa9cc996841f6f.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1878.cf09647faefda0f83d16.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1910.20b8dadd91297a21ec10.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1941.bf40460979be2409751d.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1988.b713178a1dd7acfe9c7d.js +%%DASHBOARD%%%%DATADIR%%/web/v3/1988.b713178a1dd7acfe9c7d.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/2117.a246cde83f725c1a005d.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2143.d4dd5bbb040618937b96.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2177.f90ea4ba78ed8450b247.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2201.3b152d88025b9f8829c1.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2224.2de91da2e6b13c0bf2ad.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2224.2de91da2e6b13c0bf2ad.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/2248.4b0f852afeccca641ade.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2386.de7fafeeb0e21a14f139.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2386.de7fafeeb0e21a14f139.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/2436.9b44907964665f7bfc1f.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2558.03d6e95d693b3fafda01.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2576.3b2c6290f68c319eb109.chunk.js %%DASHBOARD%%%%DATADIR%%/web/v3/2576.eaad527ad5b2c56e97a0.css -%%DASHBOARD%%%%DATADIR%%/web/v3/2576.f87361cbd74b4db8e192.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2634.a6ed1526c590b2ebda7b.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/271.7219fd5d7ced954ea281.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2904.5486ec2b2fda7abfa0a1.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/2948.68723297ca632bbd7029.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3005.65c2a6dc43e00009f3d7.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3068.fcd25693bea615fc5ad4.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3185.bea8f57a6659248ac0af.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3219.828f9f026ea81a60a71a.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3219.828f9f026ea81a60a71a.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/3219.d61abf3771ce679d59cf.css -%%DASHBOARD%%%%DATADIR%%/web/v3/3267.a5c2b7389bb54eaf10fd.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/342.1ff545f733f461b9a07c.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3439.64209598991e310cdc90.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/35.ea758c330620c1d74cf5.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3600.492c7d4b95cc0b32e668.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3718.3db1b713225680a2d5ea.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3808.42d45f7a2df156a4e32a.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3864.29a1066489ec14baa5b3.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3961.6d35d77e5a54c81c73ce.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/3961.6d35d77e5a54c81c73ce.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/399.cac2f7b16e5db63c834a.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2634.95b2eff04e2c021e6d28.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/271.d8763871ef574681793d.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2904.5f002a4ebbeebabca219.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/2948.1661ba1fdf512b041494.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3068.5eb4140e6da0c567e867.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3185.1b58f16d13c1df850858.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3267.f6e98cf8deefecfb11a4.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/342.7a9926ed227307b6fb27.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3439.831c572cb98e550fe7f9.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/35.1dbdba4eb03966ff57eb.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3600.e9c0d5761172b896a096.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3718.db3b0f2889b7c5fa5226.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3802.02ca2fb7bb37b5ef055f.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3864.fa46a2c836e21383a46d.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3961.e7d211908728ae6adf74.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/3961.e7d211908728ae6adf74.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/399.f44816cf47fbe348daa5.chunk.js %%DASHBOARD%%%%DATADIR%%/web/v3/3D_PARTY_LICENSES.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/4209.a200e96b29f9749ca603.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/4265.502688af1c28a282d3c2.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/4269.729fbaf095df91c848fb.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/4484.d4baceb9433d3401497a.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/4837.242b0c706ae136c573e3.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/4913.451f3cb72f3160a03592.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5030.c19211b843d7e97105c7.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5030.c19211b843d7e97105c7.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/5187.76bdbf5453e567a30c10.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5295.33e3aaa4fd4a7e856942.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5302.dc6cfb5596459a5fc72d.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5476.8226dcde2a3ad345c19d.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/55.18746557b59d36903e6f.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5566.887b43d9c41d4fa2941f.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/5860.139bff778c75dede4320.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/6141.700fd19c15c0ef184288.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/6168.b993e6e81a651adcdcfe.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/6168.b993e6e81a651adcdcfe.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/6333.f5c68d1085be0c391808.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/6486.42dbcb24e286bf5eb3fc.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/6497.91b42d5899a5e6fc9456.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/6601.458868b175af023ba488.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/682.4be9af78a8428e05ea0d.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7044.e6582e240a54637416f3.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7167.1a41c244eec2784e4ca1.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7214.0346be84fa3b0949e9bc.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7265.5d4863640f9b332902f6.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7281.c957a040ad48%%PYTHON_SUFFIX%%4dbe6.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7530.539437baa3328c48b51d.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7543.86428e1592821fcd8b67.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7799.0f49fcd5057169e54b77.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7801.bc1d904feadd94b91606.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7877.4413f8dbde098754ed28.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/7931.78bf034dbf6b229af82e.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/8168.c3c84bad6a536e27e257.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/8399.39a6fa22988dd70b83be.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/8554.6c7c8b5ba5a1bbe39fd1.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/8643.85a77f25dab913d1be40.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/8791.c0dde19b739634a4bacd.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/884.4f4f0286b40ebf1d05d8.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/8938.ddf33f503fc39692c443.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9224.7f9780cfa54b82ececf8.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9244.7d64bc9b1e2f13f2094c.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9418.569c2ba84e2fa95bb276.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9418.569c2ba84e2fa95bb276.chunk.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/9707.879c358b1b92d2a3cafd.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9752.bd0b9471453e84bd846b.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9883.ed177905de0a19a23c1b.chunk.js -%%DASHBOARD%%%%DATADIR%%/web/v3/9961.4230593220707671fb79.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4209.2d5310c7ac0d3d01c379.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4211.3260d5a3c95ebb19cc31.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4265.0df7569a80dc4428eb84.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4269.2f60314af33acbfe5ddb.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4310.f4d8aa0a98a524b6828b.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4484.57c9731bceda595b2110.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4670.c9bef52779a7e846bd5c.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4670.c9bef52779a7e846bd5c.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/4670.d61abf3771ce679d59cf.css +%%DASHBOARD%%%%DATADIR%%/web/v3/4837.bf1dc286b99488654832.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/4913.dde841a57c38ecce1ea4.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/5187.cafd9baa98e921b6485f.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/5295.1a93af42ffa073fc4c0a.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/5302.bd3b1c35764fbeed5764.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/5476.6005abd0faa140864841.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/5566.b7554f369529aab07443.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/5860.d0ae3a48c841c43a4ee9.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/6141.795674d1566262f8c875.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/6168.bd9737cd46bf09b0f21c.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/6168.bd9737cd46bf09b0f21c.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/6333.ab7e58278d8d9fea2c59.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/6486.1da582a6cf9719df633c.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/6497.414c2e15f0662b82a4a8.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/6601.84f0c35e63a2349d715d.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7044.426a7e95d3a519e8becd.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7167.2ba0329c8f78921123a8.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7214.187ce9d2e22c362637fc.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7265.82220de4203101d3303e.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7281.0563303ec950c28a0c96.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7530.1804a579ea874c24a574.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7543.d982440ef736ebe6ce4c.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7755.ad0f13643947e1251457.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7799.0f58848420439d3bdc3c.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7877.e9e76a14aef5659d17bc.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/7931.3d3d963f27348d1d32c9.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8039.83458de406f057ddcbf0.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8168.185c10e5059c237dda46.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8399.58d2155c3954cacb118e.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8502.a5330533d30ce12893ea.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8554.4d1f76d608a2b8b2218b.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8643.05b0ce4105714060712e.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8791.e59ea72baf93c5565514.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/884.a3abba94dcda799b4366.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/8938.d0070dc7a6bad86dbcef.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9224.b1e4d1f7f1dbe09a0853.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9244.398ee719fa33bedb01d8.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9418.4e16eb7093b772b21960.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9418.4e16eb7093b772b21960.chunk.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/9707.d44d128f15f3060dd698.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9752.2d4cba9556611fc93e88.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9883.1a53a48b25005e8ff50d.chunk.js +%%DASHBOARD%%%%DATADIR%%/web/v3/9961.121d35b02ac410f07198.chunk.js %%DASHBOARD%%%%DATADIR%%/web/v3/LICENSE.md %%DASHBOARD%%%%DATADIR%%/web/v3/LICENSE.txt %%DASHBOARD%%%%DATADIR%%/web/v3/agent.html -%%DASHBOARD%%%%DATADIR%%/web/v3/allFiles.7.57.2.json +%%DASHBOARD%%%%DATADIR%%/web/v3/allFiles.7.58.1.json %%DASHBOARD%%%%DATADIR%%/web/v3/allFiles.7.json -%%DASHBOARD%%%%DATADIR%%/web/v3/app.3038d37a0cf4b4dfaa08.js %%DASHBOARD%%%%DATADIR%%/web/v3/app.4da0883c6ce016bf3d81.css +%%DASHBOARD%%%%DATADIR%%/web/v3/app.5da25a1b0ccb27d7b66a.js %%DASHBOARD%%%%DATADIR%%/web/v3/apple-app-site-association %%DASHBOARD%%%%DATADIR%%/web/v3/bundlesManifest.7.json %%DASHBOARD%%%%DATADIR%%/web/v3/favicon.ico %%DASHBOARD%%%%DATADIR%%/web/v3/index.html %%DASHBOARD%%%%DATADIR%%/web/v3/local-agent.html -%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.charts.2361edda67486d2856e8.js -%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.charts.2361edda67486d2856e8.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.ui.d5fa5c23c8f78f4d0a36.js -%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.ui.d5fa5c23c8f78f4d0a36.js.LICENSE.txt -%%DASHBOARD%%%%DATADIR%%/web/v3/npm.react.dom.313d24ce157e9b719dcc.js -%%DASHBOARD%%%%DATADIR%%/web/v3/npm.react.dom.313d24ce157e9b719dcc.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.charts.f734b2f2c8d8200aca65.js +%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.charts.f734b2f2c8d8200aca65.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.ui.6d60e201b8437dd7e1c3.js +%%DASHBOARD%%%%DATADIR%%/web/v3/netdata.ui.6d60e201b8437dd7e1c3.js.LICENSE.txt +%%DASHBOARD%%%%DATADIR%%/web/v3/npm.react.dom.59737f5e22ad25c9600a.js +%%DASHBOARD%%%%DATADIR%%/web/v3/npm.react.dom.59737f5e22ad25c9600a.js.LICENSE.txt %%DASHBOARD%%%%DATADIR%%/web/v3/registry-access.html %%DASHBOARD%%%%DATADIR%%/web/v3/registry-alert-redirect.html %%DASHBOARD%%%%DATADIR%%/web/v3/registry-hello.html -%%DASHBOARD%%%%DATADIR%%/web/v3/runtime.42c1bd745fbedf5dabfa.js +%%DASHBOARD%%%%DATADIR%%/web/v3/runtime.af8da8230c038de1f22a.js %%DASHBOARD%%%%DATADIR%%/web/v3/static/.well-known/assetlinks.json %%DASHBOARD%%%%DATADIR%%/web/v3/static/apple-app-site-association %%DASHBOARD%%%%DATADIR%%/web/v3/static/email/img/clea_badge.png diff --git a/net-mgmt/zabbix74-agent/Makefile b/net-mgmt/zabbix74-agent/Makefile new file mode 100644 index 000000000000..0ffccc3919ee --- /dev/null +++ b/net-mgmt/zabbix74-agent/Makefile @@ -0,0 +1,12 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= CURL IPV6 MODBUS +OPTIONS_DEFAULT= CURL OPENSSL + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-frontend/Makefile b/net-mgmt/zabbix74-frontend/Makefile new file mode 100644 index 000000000000..d6ccb2021151 --- /dev/null +++ b/net-mgmt/zabbix74-frontend/Makefile @@ -0,0 +1,29 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} + +USES+= php:web,flavors +USE_PHP= bcmath ctype filter gd gettext ldap mbstring session \ + simplexml sockets xml xmlreader xmlwriter + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PATCHDIR= +NO_ARCH= yes +NO_BUILD= yes + +PLIST= ${PKGDIR}/pkg-plist.frontend + +OPTIONS_DEFINE= MYSQLI PGSQL +OPTIONS_DEFAULT= MYSQLI +MYSQLI_DESC= MySQLI backend + +MYSQLI_USE= PHP=mysqli +PGSQL_USE= PHP=pgsql + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/ui && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-java/Makefile b/net-mgmt/zabbix74-java/Makefile new file mode 100644 index 000000000000..b3a6e3fff259 --- /dev/null +++ b/net-mgmt/zabbix74-java/Makefile @@ -0,0 +1,11 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -java + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PLIST= ${PKGDIR}/pkg-plist.java + +OPTIONS_DEFINE= IPV6 + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-proxy/Makefile b/net-mgmt/zabbix74-proxy/Makefile new file mode 100644 index 000000000000..a51a7cb970c8 --- /dev/null +++ b/net-mgmt/zabbix74-proxy/Makefile @@ -0,0 +1,8 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -proxy + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-server/Makefile b/net-mgmt/zabbix74-server/Makefile new file mode 100644 index 000000000000..e86c881cc9e5 --- /dev/null +++ b/net-mgmt/zabbix74-server/Makefile @@ -0,0 +1,260 @@ +PORTNAME= zabbix74 +DISTVERSION= 7.4.0 +PORTREVISION?= 0 +CATEGORIES= net-mgmt +MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ +PKGNAMESUFFIX?= -server +DISTNAME= zabbix-${DISTVERSION} + +MAINTAINER= otis@FreeBSD.org +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) +WWW= https://www.zabbix.com/ + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= zabbix[0-9]${PKGNAMESUFFIX} \ + zabbix[0-6][0-9]${PKGNAMESUFFIX} + +ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//:S/-$//} + +.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings +USES= iconv pkgconfig +.if ${ZABBIX_BUILD} != "agent" +CONFIGURE_ARGS+= --cache-file=${WRKSRC}/config.cache \ + --with-libevent=${LOCALBASE} \ + --with-libxml2 +LIB_DEPENDS+= libevent.so:devel/libevent +USE_RC_SUBR= zabbix_${ZABBIX_BUILD} +# -server and -proxy depends on libxml2 +.if ${ZABBIX_BUILD} != "java" +USES+= gnome +USE_GNOME= libxml2 +.endif +.else +USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d +.endif + +USERS= zabbix +GROUPS= zabbix + +.if ${ZABBIX_BUILD} == "proxy" +PLIST_SUB= PROXY="" +.else +PLIST_SUB= PROXY="@comment " +.endif +.if ${ZABBIX_BUILD} == "server" +PLIST_SUB+= SERVER="" +.else +PLIST_SUB+= SERVER="@comment " +.endif + +PLIST_SUB+= DISTVERSION=${DISTVERSION} \ + ZABBIX_BUILD=${ZABBIX_BUILD} +SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} + +MAKE_ARGS+= ARCH=freebsd +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +CONFIGURE_ARGS+= --datadir=${ETCDIR} \ + --enable-${ZABBIX_BUILD} \ + --sysconfdir=${ETCDIR} \ + --with-iconv=${ICONV_PREFIX} + +PORTSCOUT= limit:^7\.0\. + +.if ${ZABBIX_BUILD} != "java" +OPTIONS_DEFAULT+= PCRE2 +OPTIONS_SINGLE+= PCRE +OPTIONS_SINGLE_PCRE= PCRE1 PCRE2 +PCRE_DESC= PCRE library to use +PCRE1_DESC= Use PCRE v1 library +PCRE2_DESC= Use PCRE v2 library + +PCRE1_LIB_DEPENDS= libpcre.so:devel/pcre +PCRE1_CONFIGURE_WITH= libpcre +PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +PCRE2_CONFIGURE_WITH= libpcre2 + +.if ${ZABBIX_BUILD} != "agent" +CPPFLAGS+= -I${LOCALBASE}/include + +SUB_FILES= pkg-message + +OPTIONS_DEFAULT+= CURL FPING IPMI IPV6 MYSQL OPENSSL SNMP SSH UNIXODBC +OPTIONS_DEFINE= CURL FPING IPMI IPV6 LDAP NMAP SNMP SSH UNIXODBC +OPTIONS_SINGLE+= DB SSL +OPTIONS_SINGLE_DB= MDB5 MDB6 MYSQL MYSQLDV PGSQL +.if ${ZABBIX_BUILD} == "proxy" +OPTIONS_SINGLE_DB+= SQLITE +.endif +OPTIONS_SINGLE_SSL= GNUTLS OPENSSL +OPTIONS_SUB= yes + +FPING_DESC= Build/install fping for ping checks +IPMI_DESC= Support for IPMI checks +LDAP_DESC= Support for LDAP server checks +NMAP_DESC= Build/install nmap for o/s detection +SNMP_DESC= Support for SNMP checks +SSH_DESC= Support for SSH-based checks +UNIXODBC_DESC= Support for database checks via ODBC +MYSQL_DESC= MySQL 8.0 database support +MYSQLDV_DESC= MYSQL DEFAULT_VERSIONS= (poudriere) + +FPING_RUN_DEPENDS= fping:net/fping + +IPMI_CONFIGURE_WITH= openipmi +IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi + +LDAP_CONFIGURE_WITH= ldap +LDAP_USES= ldap + +MYSQL_CONFIGURE_ON= --with-mysql +MYSQL_USES+= compiler:c11 mysql:80 + +MYSQLDV_CONFIGURE_ON= --with-mysql +MYSQLDV_USES+= compiler:c11 mysql + +MDB5_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB5_USES+= compiler:c11 mysql:105m +MDB5_DESC= Mariadb 10.5 database support + +MDB6_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB6_USES+= compiler:c11 mysql:106m +MDB6_DESC= Mariadb 10.6 database support + +PGSQL_CONFIGURE_WITH= postgresql +PGSQL_USES+= pgsql + +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +SNMP_CONFIGURE_WITH= net-snmp + +SQLITE_CONFIGURE_WITH= sqlite3 +SQLITE_USES+= sqlite:3 + +SSH_CONFIGURE_WITH= ssh2 +SSH_LIB_DEPENDS= libssh2.so:security/libssh2 + +UNIXODBC_CONFIGURE_WITH= unixodbc +UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +.elif ${ZABBIX_BUILD} == "agent" +OPTOINS_DEFINE+= PCRE +OPTIONS_SINGLE+= SSL +OPTIONS_SINGLE_SSL= GNUTLS OPENSSL +.endif # if ${ZABBIX_BUILD} != "agent" + +CURL_DESC= Support for web monitoring +CURL_CONFIGURE_WITH= libcurl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl + +IPV6_CONFIGURE_ENABLE= ipv6 + +MODBUS_DESC= Support for Modbus checks +MODBUS_CONFIGURE_WITH= libmodbus +MODBUS_LIB_DEPENDS= libmodbus.so:comms/libmodbus + +NMAP_RUN_DEPENDS= nmap:security/nmap \ + sudo:security/sudo + +OPENSSL_CONFIGURE_WITH= openssl +OPENSSL_USES= ssl +OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \ + BROKEN_SSL_REASON="PSK is not provided by LibreSSL" + +GNUTLS_CONFIGURE_WITH= gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + +.endif # if ${ZABBIX_BUILD} != "java" + +.if ${ZABBIX_BUILD} == "java" +USES+= java +JAVA_VERSION= 11+ +.endif + +.include <bsd.port.pre.mk> + +post-patch: + @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ + | ${XARGS} ${REINPLACE_CMD} -e 's#/usr/local/etc#${ETCDIR}#g' + + @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \ + ${WRKSRC}/conf/zabbix_*.conf \ + ${WRKSRC}/src/zabbix_proxy/proxy.c \ + ${WRKSRC}/src/zabbix_server/server.c + +.if ${ZABBIX_BUILD} == "server" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ + ${WRKSRC}/conf/zabbix_server.conf \ + ${WRKSRC}/src/zabbix_server/server.c + @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.log#/var/log/zabbix/zabbix_server.log#g' \ + ${WRKSRC}/conf/zabbix_server.conf +.endif + +.if ${ZABBIX_BUILD} == "proxy" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ + ${WRKSRC}/conf/zabbix_proxy.conf \ + ${WRKSRC}/src/zabbix_proxy/proxy.c + @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.log#/var/log/zabbix/zabbix_proxy.log#g' \ + ${WRKSRC}/conf/zabbix_proxy.conf +.endif + +.if ${ZABBIX_BUILD} == "agent" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ + ${WRKSRC}/conf/zabbix_agentd.conf \ + ${WRKSRC}/src/zabbix_agent/zabbix_agentd.c + @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.log#/var/log/zabbix/zabbix_agentd.log#g' \ + ${WRKSRC}/conf/zabbix_agentd.conf +.endif + +.if ${ZABBIX_BUILD} == "java" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_java.pid#/var/run/zabbix/zabbix_java.pid#g' \ + ${WRKSRC}/src/zabbix_java/settings.sh +.endif + +.if ${ZABBIX_BUILD} != "agent" +. for d in mysql postgresql + @${REINPLACE_CMD} \ + -e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \ + -e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \ + ${WRKSRC}/database/${d}/data.sql +. endfor +.endif + @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \ + -exec ${RM} {} + + +pre-configure: + @echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache + +post-install: +.if ${ZABBIX_BUILD} == "java" + ${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \ + ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample + @${MKDIR} ${STAGEDIR}/var/run/zabbix +.endif + +.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" + ${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database + ${FIND} ${WRKSRC}/database -name 'Makefile*' -delete + (cd ${WRKSRC}/database/ && \ + ${COPYTREE_SHARE} "mysql postgresql sqlite3" \ + ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/) + + ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \ + ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf.sample +.endif + +.if ${ZABBIX_BUILD} == "agent" + ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \ + ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample +.endif + +.if ${ZABBIX_BUILD} == "proxy" + ${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \ + ${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js +.endif + +.else # frontend +.include <bsd.port.pre.mk> +.endif + +.include <bsd.port.post.mk> diff --git a/net-mgmt/zabbix74-server/distinfo b/net-mgmt/zabbix74-server/distinfo new file mode 100644 index 000000000000..5afeb9f94046 --- /dev/null +++ b/net-mgmt/zabbix74-server/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751356847 +SHA256 (zabbix-7.4.0.tar.gz) = 7bd56fcd83359e11682eff412d53a0ceb9e39843ddbde0f09eb97faac80a1fa2 +SIZE (zabbix-7.4.0.tar.gz) = 42495969 diff --git a/net-mgmt/zabbix74-server/files/patch-src_libs_zbxembed_duktape.h b/net-mgmt/zabbix74-server/files/patch-src_libs_zbxembed_duktape.h new file mode 100644 index 000000000000..ff6595a49bb5 --- /dev/null +++ b/net-mgmt/zabbix74-server/files/patch-src_libs_zbxembed_duktape.h @@ -0,0 +1,11 @@ +--- src/libs/zbxembed/duktape.h.orig 2022-02-14 01:54:29.000000000 -0800 ++++ src/libs/zbxembed/duktape.h 2022-02-15 13:48:15.058093000 -0800 +@@ -160,7 +160,7 @@ + #if !defined(DUKTAPE_H_INCLUDED) + #define DUKTAPE_H_INCLUDED + +-#define DUK_SINGLE_FILE ++#undef DUK_SINGLE_FILE + + /* + * BEGIN PUBLIC API diff --git a/net-mgmt/zabbix74-server/files/pkg-message.in b/net-mgmt/zabbix74-server/files/pkg-message.in new file mode 100644 index 000000000000..ebfdd4c41ae0 --- /dev/null +++ b/net-mgmt/zabbix74-server/files/pkg-message.in @@ -0,0 +1,51 @@ +[ +{ type: install + message: <<EOM +This is a Zabbix Standard release! + +Standard Zabbix releases are supported for Zabbix customers during six (6) +months of Full Support (general, critical and security issues) until the next +Zabbix stable release, plus one (1) additional month of Limited Support +(critical and security issues only). Zabbix Standard version release will result +in change of the second version number. + +Standard release: Zabbix 7.4 +Release date: Jul 01, 2025 +End of Full Support: Until 8.0 LTS +End of Limited Support: Q3 2026 + +Zabbix Life Cycle & Release Policy: +https://www.zabbix.com/life_cycle_and_release_policy + +Log files are now under /var/log/zabbix directory instead of /tmp as it was +previously. + +For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is +required. It is not needed to run Zabbix agent. + +To populate the database with initial data: + +% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database + +and follow the instructions: +https://www.zabbix.com/documentation/7.4/en/manual/appendix/install/db_scripts + +Upgrade notes for 7.4: +https://www.zabbix.com/documentation/7.4/en/manual/installation/upgrade_notes_740 + +Upgrade procedure: +https://www.zabbix.com/documentation/current/en/manual/installation/upgrade/sources + +Official Zabbix documentation: +https://www.zabbix.com/documentation/7.4/en/manual + +Please see https://www.zabbix.com/ for detailed information about Zabbix. + +The default credentials for zabbix frontend is: + Username: Admin + Password: zabbix + +For use NMAP please edit sudoers. +EOM +} +] diff --git a/net-mgmt/zabbix74-server/files/zabbix_agentd.in b/net-mgmt/zabbix74-server/files/zabbix_agentd.in new file mode 100644 index 000000000000..5fa104126dbe --- /dev/null +++ b/net-mgmt/zabbix74-server/files/zabbix_agentd.in @@ -0,0 +1,67 @@ +#!/bin/sh + +# PROVIDE: zabbix_agentd +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to +# enable zabbix_agentd: +# +# zabbix_agentd_enable (bool): Set to NO by default. Set it to YES to +# enable zabbix_agentd. +# zabbix_agentd_config (string): Set to the standard config file path by +# default. +# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file +# Default is /var/run/zabbix/zabbix_agentd.pid +# zabbix_agentd_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. +# + +. /etc/rc.subr + +name="zabbix_agentd" +rcvar=zabbix_agentd_enable + +load_rc_config $name + +: ${zabbix_agentd_enable:=NO} +: ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid} +: ${zabbix_agentd_paths:=$PATH} + +command="%%PREFIX%%/sbin/${name}" +required_files="${zabbix_agentd_config}" + +start_cmd=zabbix_agentd_cmd +start_precmd=zabbix_agentd_precmd +status_precmd=zabbix_agentd_precmd +stop_precmd=zabbix_agentd_precmd + +zabbix_agentd_precmd() +{ + pidfile=${zabbix_agentd_pidfile} + if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then + pidfile="$_pidfile_from_conf" + fi + logfile=/var/log/zabbix/zabbix_agentd.log + if get_pidfile_from_conf LogFile ${zabbix_agentd_config}; then + logfile="$_pidfile_from_conf" + fi + local rundir=${pidfile%/*} + local logdir=${logfile%/*} + [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir + [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir + + # This shouldn't be necessary with pidfile, but empirically it was the + # only way to reap the parent PID instead of all PIDs from + # check_process, which may leak SysV IPC objects and prevent restart + # and/or race condition on restart. + rc_pid=$(check_pidfile ${pidfile} ${command}) +} + +zabbix_agentd_cmd() +{ + PATH=$zabbix_agentd_paths $command -c $zabbix_agentd_config +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/files/zabbix_java.in b/net-mgmt/zabbix74-server/files/zabbix_java.in new file mode 100644 index 000000000000..ef0f1318c76c --- /dev/null +++ b/net-mgmt/zabbix74-server/files/zabbix_java.in @@ -0,0 +1,47 @@ +#!/bin/sh + +# PROVIDE: zabbix_java +# REQUIRE: NETWORKING SERVERS +# BEFORE: DAEMON +# KEYWORD: shutdown +# +# Options to configure zabbix_java via /etc/rc.conf: +# +# zabbix_java_enable (bool): +# Enable service on boot. +# Default: NO +# + +. /etc/rc.subr + +name="zabbix_java" +rcvar=zabbix_java_enable + +load_rc_config $name + +: ${zabbix_java_enable:=NO} + +start_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/startup.sh" +stop_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/shutdown.sh" +status_cmd="zabbix_java_status" + +extra_commands="status" + +zabbix_java_status() { + if get_pidfile_from_conf PID_FILE %%PREFIX%%/sbin/zabbix_java/settings.sh; then + PID_FILE="$_pidfile_from_conf" + fi + + if [ -n "$PID_FILE" -a -f "$PID_FILE" ]; then + PID=`cat "$PID_FILE"` + if ps -p "$PID" > /dev/null 2>&1; then + echo "${name} is running as pid ${PID}" + else + echo "${name} is not running" + fi + else + echo "${name} is not running" + fi +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/files/zabbix_proxy.in b/net-mgmt/zabbix74-server/files/zabbix_proxy.in new file mode 100644 index 000000000000..0ce9f01f549f --- /dev/null +++ b/net-mgmt/zabbix74-server/files/zabbix_proxy.in @@ -0,0 +1,71 @@ +#!/bin/sh + +# PROVIDE: zabbix_proxy +# REQUIRE: DAEMON +%%PGSQL%%# REQUIRE: postgresql +%%MYSQL%%# REQUIRE: mysql +%%MYSQLDV%%# REQUIRE: mysql +%%MDB5%%# REQUIRE: mysql +%%MDB6%%# REQUIRE: mysql +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to +# enable zabbix_proxy: +# +# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to +# enable zabbix_proxy. +# zabbix_proxy_config (string): Set to the standard config file path by +# default. +# zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file +# Default is /var/run/zabbix/zabbix_proxy.pid +# zabbix_proxy_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. +# + +. /etc/rc.subr + +name="zabbix_proxy" +rcvar=zabbix_proxy_enable + +load_rc_config $name + +: ${zabbix_proxy_enable:=NO} +: ${zabbix_proxy_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_proxy_pidfile:=/var/run/zabbix/zabbix_proxy.pid} + +command="%%PREFIX%%/sbin/${name}" +required_files="${zabbix_proxy_config}" + +start_cmd=zabbix_proxy_cmd +start_precmd=zabbix_proxy_precmd +status_precmd=zabbix_proxy_precmd +stop_precmd=zabbix_proxy_precmd + +zabbix_proxy_precmd() +{ + pidfile=${zabbix_proxy_pidfile} + if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then + pidfile="$_pidfile_from_conf" + fi + logfile=/var/log/zabbix/zabbix_proxy.log + if get_pidfile_from_conf LogFile ${zabbix_proxy_config}; then + logfile="$_pidfile_from_conf" + fi + local rundir=${pidfile%/*} + local logdir=${logfile%/*} + [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir + [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir + + # This shouldn't be necessary with pidfile, but empirically it was the + # only way to reap the parent PID instead of all PIDs from + # check_process, which may leak SysV IPC objects and prevent restart + # and/or race condition on restart. + rc_pid=$(check_pidfile ${pidfile} ${command}) +} + +zabbix_proxy_cmd() +{ + PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/files/zabbix_server.in b/net-mgmt/zabbix74-server/files/zabbix_server.in new file mode 100644 index 000000000000..8a1fa48a890c --- /dev/null +++ b/net-mgmt/zabbix74-server/files/zabbix_server.in @@ -0,0 +1,72 @@ +#!/bin/sh + +# PROVIDE: zabbix_server +# REQUIRE: DAEMON +%%PGSQL%%# REQUIRE: postgresql +%%MYSQL%%# REQUIRE: mysql +%%MYSQLDV%%# REQUIRE: mysql +%%MDB5%%# REQUIRE: mysql +%%MDB6%%# REQUIRE: mysql +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to +# enable zabbix_server: +# +# zabbix_server_enable (bool): Set to NO by default. Set it to YES to +# enable zabbix_server. +# zabbix_server_config (string): Set to the standard config file path by +# default. +# zabbix_server_pidfile (string): Location of the zabbix_server pid file +# Default is /var/run/zabbix/zabbix_server.pid +# zabbix_server_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. +# + +. /etc/rc.subr + +name="zabbix_server" +rcvar=zabbix_server_enable + +load_rc_config $name + +: ${zabbix_server_enable:=NO} +: ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} +: ${zabbix_server_paths:=$PATH} + +command="%%PREFIX%%/sbin/${name}" +required_files="${zabbix_server_config}" + +start_cmd=zabbix_server_cmd +start_precmd=zabbix_server_precmd +status_precmd=zabbix_server_precmd +stop_precmd=zabbix_server_precmd + +zabbix_server_precmd() +{ + pidfile=${zabbix_server_pidfile} + if get_pidfile_from_conf PidFile ${zabbix_server_config}; then + pidfile="$_pidfile_from_conf" + fi + logfile=/var/log/zabbix/zabbix_server.log + if get_pidfile_from_conf LogFile ${zabbix_server_config}; then + logfile="$_pidfile_from_conf" + fi + local rundir=${pidfile%/*} + local logdir=${logfile%/*} + [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir + [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir + + # This shouldn't be necessary with pidfile, but empirically it was the + # only way to reap the parent PID instead of all PIDs from + # check_process, which may leak SysV IPC objects and prevent restart + # and/or race condition on restart. + rc_pid=$(check_pidfile ${pidfile} ${command}) +} + +zabbix_server_cmd() +{ + PATH=$zabbix_server_paths $command -c $zabbix_server_config +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/pkg-descr b/net-mgmt/zabbix74-server/pkg-descr new file mode 100644 index 000000000000..24dea091d7e0 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-descr @@ -0,0 +1,8 @@ +Zabbix is an enterprise-class open source distributed monitoring solution. + +Zabbix is software that monitors numerous parameters of a network and the +health and integrity of servers. Zabbix uses a flexible notification +mechanism that allows users to configure e-mail based alerts for virtually +any event. This allows a fast reaction to server problems. Zabbix offers +excellent reporting and data visualisation features based on the stored +data. This makes Zabbix ideal for capacity planning. diff --git a/net-mgmt/zabbix74-server/pkg-plist b/net-mgmt/zabbix74-server/pkg-plist new file mode 100644 index 000000000000..475936021bb4 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist @@ -0,0 +1,34 @@ +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/data.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/images.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/option-patches/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/schema.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/images.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/option-patches/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/schema.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_log.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_str.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_text.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_uint.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/trends_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_log.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_str.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_text.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_uint.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/trends_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/schema.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/schema.sql +@sample %%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample +%%PROXY%%bin/zabbix_proxy_js +%%PROXY%%@dir %%ETCDIR%%/zabbix_proxy.conf.d +%%SERVER%%bin/zabbix_js +%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d +%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts +share/man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz +sbin/zabbix_%%ZABBIX_BUILD%% +@dir %%ETCDIR%%/zabbix/externalscripts +@dir lib/modules diff --git a/net-mgmt/zabbix74-server/pkg-plist.agent b/net-mgmt/zabbix74-server/pkg-plist.agent new file mode 100644 index 000000000000..dea488b30253 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist.agent @@ -0,0 +1,9 @@ +@sample %%ETCDIR%%/zabbix_agentd.conf.sample +bin/zabbix_get +bin/zabbix_sender +share/man/man1/zabbix_get.1.gz +share/man/man1/zabbix_sender.1.gz +share/man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz +sbin/zabbix_agentd +@dir %%ETCDIR%%/zabbix_agentd.conf.d +@dir lib/modules diff --git a/net-mgmt/zabbix74-server/pkg-plist.frontend b/net-mgmt/zabbix74-server/pkg-plist.frontend new file mode 100644 index 000000000000..45b9fb22f201 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist.frontend @@ -0,0 +1,2135 @@ +%%WWWDIR%%/api_jsonrpc.php +%%WWWDIR%%/api_scim.php +%%WWWDIR%%/app/.htaccess +%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php +%%WWWDIR%%/app/controllers/CControllerActionConditionCheck.php +%%WWWDIR%%/app/controllers/CControllerActionCreate.php +%%WWWDIR%%/app/controllers/CControllerActionDelete.php +%%WWWDIR%%/app/controllers/CControllerActionDisable.php +%%WWWDIR%%/app/controllers/CControllerActionEdit.php +%%WWWDIR%%/app/controllers/CControllerActionEnable.php +%%WWWDIR%%/app/controllers/CControllerActionList.php +%%WWWDIR%%/app/controllers/CControllerActionLogList.php +%%WWWDIR%%/app/controllers/CControllerActionOperationCheck.php +%%WWWDIR%%/app/controllers/CControllerActionOperationConditionCheck.php +%%WWWDIR%%/app/controllers/CControllerActionUpdate.php +%%WWWDIR%%/app/controllers/CControllerAuditLogList.php +%%WWWDIR%%/app/controllers/CControllerAuditSettingsEdit.php +%%WWWDIR%%/app/controllers/CControllerAuditSettingsUpdate.php +%%WWWDIR%%/app/controllers/CControllerAuthenticationEdit.php +%%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php +%%WWWDIR%%/app/controllers/CControllerAutoregEdit.php +%%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php +%%WWWDIR%%/app/controllers/CControllerAvailabilityReportList.php +%%WWWDIR%%/app/controllers/CControllerAvailabilityReportTrigger.php +%%WWWDIR%%/app/controllers/CControllerCharts.php +%%WWWDIR%%/app/controllers/CControllerChartsView.php +%%WWWDIR%%/app/controllers/CControllerChartsViewJson.php +%%WWWDIR%%/app/controllers/CControllerConnectorCreate.php +%%WWWDIR%%/app/controllers/CControllerConnectorDelete.php +%%WWWDIR%%/app/controllers/CControllerConnectorDisable.php +%%WWWDIR%%/app/controllers/CControllerConnectorEdit.php +%%WWWDIR%%/app/controllers/CControllerConnectorEnable.php +%%WWWDIR%%/app/controllers/CControllerConnectorList.php +%%WWWDIR%%/app/controllers/CControllerConnectorUpdate.php +%%WWWDIR%%/app/controllers/CControllerCopyCreate.php +%%WWWDIR%%/app/controllers/CControllerCopyEdit.php +%%WWWDIR%%/app/controllers/CControllerCorrelationConditionCheck.php +%%WWWDIR%%/app/controllers/CControllerCorrelationConditionEdit.php +%%WWWDIR%%/app/controllers/CControllerCorrelationCreate.php +%%WWWDIR%%/app/controllers/CControllerCorrelationDelete.php +%%WWWDIR%%/app/controllers/CControllerCorrelationDisable.php +%%WWWDIR%%/app/controllers/CControllerCorrelationEdit.php +%%WWWDIR%%/app/controllers/CControllerCorrelationEnable.php +%%WWWDIR%%/app/controllers/CControllerCorrelationList.php +%%WWWDIR%%/app/controllers/CControllerCorrelationUpdate.php +%%WWWDIR%%/app/controllers/CControllerDashboardConfigHash.php +%%WWWDIR%%/app/controllers/CControllerDashboardDelete.php +%%WWWDIR%%/app/controllers/CControllerDashboardList.php +%%WWWDIR%%/app/controllers/CControllerDashboardPagePropertiesCheck.php +%%WWWDIR%%/app/controllers/CControllerDashboardPagePropertiesEdit.php +%%WWWDIR%%/app/controllers/CControllerDashboardPrint.php +%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesCheck.php +%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesEdit.php +%%WWWDIR%%/app/controllers/CControllerDashboardShareUpdate.php +%%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php +%%WWWDIR%%/app/controllers/CControllerDashboardView.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetCheck.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetEdit.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetRfRate.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetView.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetsValidate.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryCheckCheck.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryCheckEdit.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryCreate.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryDelete.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryDisable.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryEdit.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryEnable.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryList.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryUpdate.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php +%%WWWDIR%%/app/controllers/CControllerExport.php +%%WWWDIR%%/app/controllers/CControllerFavoriteCreate.php +%%WWWDIR%%/app/controllers/CControllerFavoriteDelete.php +%%WWWDIR%%/app/controllers/CControllerGeomapsEdit.php +%%WWWDIR%%/app/controllers/CControllerGeomapsUpdate.php +%%WWWDIR%%/app/controllers/CControllerGraphCreate.php +%%WWWDIR%%/app/controllers/CControllerGraphDelete.php +%%WWWDIR%%/app/controllers/CControllerGraphEdit.php +%%WWWDIR%%/app/controllers/CControllerGraphList.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeCreate.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeDelete.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeEdit.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeList.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeUpdateDiscover.php +%%WWWDIR%%/app/controllers/CControllerGraphUpdate.php +%%WWWDIR%%/app/controllers/CControllerGuiEdit.php +%%WWWDIR%%/app/controllers/CControllerGuiUpdate.php +%%WWWDIR%%/app/controllers/CControllerHintboxActionlist.php +%%WWWDIR%%/app/controllers/CControllerHintboxEventlist.php +%%WWWDIR%%/app/controllers/CControllerHost.php +%%WWWDIR%%/app/controllers/CControllerHostCreate.php +%%WWWDIR%%/app/controllers/CControllerHostDashboardView.php +%%WWWDIR%%/app/controllers/CControllerHostDisable.php +%%WWWDIR%%/app/controllers/CControllerHostEdit.php +%%WWWDIR%%/app/controllers/CControllerHostEnable.php +%%WWWDIR%%/app/controllers/CControllerHostGroupCreate.php +%%WWWDIR%%/app/controllers/CControllerHostGroupDelete.php +%%WWWDIR%%/app/controllers/CControllerHostGroupDisable.php +%%WWWDIR%%/app/controllers/CControllerHostGroupEdit.php +%%WWWDIR%%/app/controllers/CControllerHostGroupEnable.php +%%WWWDIR%%/app/controllers/CControllerHostGroupList.php +%%WWWDIR%%/app/controllers/CControllerHostGroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerHostList.php +%%WWWDIR%%/app/controllers/CControllerHostMacrosList.php +%%WWWDIR%%/app/controllers/CControllerHostMassDelete.php +%%WWWDIR%%/app/controllers/CControllerHostUpdate.php +%%WWWDIR%%/app/controllers/CControllerHostUpdateGeneral.php +%%WWWDIR%%/app/controllers/CControllerHostView.php +%%WWWDIR%%/app/controllers/CControllerHostViewRefresh.php +%%WWWDIR%%/app/controllers/CControllerHostWizardCreate.php +%%WWWDIR%%/app/controllers/CControllerHostWizardEdit.php +%%WWWDIR%%/app/controllers/CControllerHostWizardGet.php +%%WWWDIR%%/app/controllers/CControllerHostWizardUpdate.php +%%WWWDIR%%/app/controllers/CControllerHostWizardUpdateGeneral.php +%%WWWDIR%%/app/controllers/CControllerHousekeepingEdit.php +%%WWWDIR%%/app/controllers/CControllerHousekeepingUpdate.php +%%WWWDIR%%/app/controllers/CControllerIconMapCreate.php +%%WWWDIR%%/app/controllers/CControllerIconMapDelete.php +%%WWWDIR%%/app/controllers/CControllerIconMapEdit.php +%%WWWDIR%%/app/controllers/CControllerIconMapList.php +%%WWWDIR%%/app/controllers/CControllerIconMapUpdate.php +%%WWWDIR%%/app/controllers/CControllerImageCreate.php +%%WWWDIR%%/app/controllers/CControllerImageDelete.php +%%WWWDIR%%/app/controllers/CControllerImageEdit.php +%%WWWDIR%%/app/controllers/CControllerImageList.php +%%WWWDIR%%/app/controllers/CControllerImageUpdate.php +%%WWWDIR%%/app/controllers/CControllerItem.php +%%WWWDIR%%/app/controllers/CControllerItemClear.php +%%WWWDIR%%/app/controllers/CControllerItemCreate.php +%%WWWDIR%%/app/controllers/CControllerItemDelete.php +%%WWWDIR%%/app/controllers/CControllerItemDisable.php +%%WWWDIR%%/app/controllers/CControllerItemEdit.php +%%WWWDIR%%/app/controllers/CControllerItemEnable.php +%%WWWDIR%%/app/controllers/CControllerItemExecuteNow.php +%%WWWDIR%%/app/controllers/CControllerItemList.php +%%WWWDIR%%/app/controllers/CControllerItemMassupdate.php +%%WWWDIR%%/app/controllers/CControllerItemPrototype.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeCreate.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeDelete.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeDisable.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeEdit.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeEnable.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeList.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerItemTagsList.php +%%WWWDIR%%/app/controllers/CControllerItemUpdate.php +%%WWWDIR%%/app/controllers/CControllerLatest.php +%%WWWDIR%%/app/controllers/CControllerLatestView.php +%%WWWDIR%%/app/controllers/CControllerLatestViewRefresh.php +%%WWWDIR%%/app/controllers/CControllerMacrosEdit.php +%%WWWDIR%%/app/controllers/CControllerMacrosUpdate.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceCreate.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceDelete.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceEdit.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceList.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceTimePeriodCheck.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceTimePeriodEdit.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceUpdate.php +%%WWWDIR%%/app/controllers/CControllerMapView.php +%%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php +%%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php +%%WWWDIR%%/app/controllers/CControllerMediatypeDisable.php +%%WWWDIR%%/app/controllers/CControllerMediatypeEdit.php +%%WWWDIR%%/app/controllers/CControllerMediatypeEnable.php +%%WWWDIR%%/app/controllers/CControllerMediatypeList.php +%%WWWDIR%%/app/controllers/CControllerMediatypeMessageCheck.php +%%WWWDIR%%/app/controllers/CControllerMediatypeMessageEdit.php +%%WWWDIR%%/app/controllers/CControllerMediatypeTestEdit.php +%%WWWDIR%%/app/controllers/CControllerMediatypeTestSend.php +%%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerMenuPopup.php +%%WWWDIR%%/app/controllers/CControllerMfaCheck.php +%%WWWDIR%%/app/controllers/CControllerMfaEdit.php +%%WWWDIR%%/app/controllers/CControllerMiscConfigEdit.php +%%WWWDIR%%/app/controllers/CControllerMiscConfigUpdate.php +%%WWWDIR%%/app/controllers/CControllerModuleDisable.php +%%WWWDIR%%/app/controllers/CControllerModuleEdit.php +%%WWWDIR%%/app/controllers/CControllerModuleEnable.php +%%WWWDIR%%/app/controllers/CControllerModuleList.php +%%WWWDIR%%/app/controllers/CControllerModuleScan.php +%%WWWDIR%%/app/controllers/CControllerModuleUpdate.php +%%WWWDIR%%/app/controllers/CControllerNotificationsGet.php +%%WWWDIR%%/app/controllers/CControllerNotificationsMute.php +%%WWWDIR%%/app/controllers/CControllerNotificationsRead.php +%%WWWDIR%%/app/controllers/CControllerNotificationsSnooze.php +%%WWWDIR%%/app/controllers/CControllerOauthAuthorize.php +%%WWWDIR%%/app/controllers/CControllerOauthCheck.php +%%WWWDIR%%/app/controllers/CControllerOauthEdit.php +%%WWWDIR%%/app/controllers/CControllerPopup.php +%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeCreate.php +%%WWWDIR%%/app/controllers/CControllerPopupActionConditionEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupActionOperationEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupActionOperationsList.php +%%WWWDIR%%/app/controllers/CControllerPopupConditionOperations.php +%%WWWDIR%%/app/controllers/CControllerPopupDashboardShareEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupGeneric.php +%%WWWDIR%%/app/controllers/CControllerPopupImport.php +%%WWWDIR%%/app/controllers/CControllerPopupImportCompare.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTest.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTestEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTestGetValue.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTestSend.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapTestEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapTestSend.php +%%WWWDIR%%/app/controllers/CControllerPopupLldOperation.php +%%WWWDIR%%/app/controllers/CControllerPopupLldOverride.php +%%WWWDIR%%/app/controllers/CControllerPopupMassupdateAbstract.php +%%WWWDIR%%/app/controllers/CControllerPopupMassupdateHost.php +%%WWWDIR%%/app/controllers/CControllerPopupMassupdateService.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaTypeMappingCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaTypeMappingEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportCreate.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportList.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportSubscriptionEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportTest.php +%%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php +%%WWWDIR%%/app/controllers/CControllerPopupServiceStatusRuleEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupServices.php +%%WWWDIR%%/app/controllers/CControllerPopupSlaExcludedDowntimeEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupTabFilterDelete.php +%%WWWDIR%%/app/controllers/CControllerPopupTabFilterEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupTabFilterUpdate.php +%%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php +%%WWWDIR%%/app/controllers/CControllerPopupTokenView.php +%%WWWDIR%%/app/controllers/CControllerPopupTriggerExpr.php +%%WWWDIR%%/app/controllers/CControllerPopupUserGroupMappingCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupUserGroupMappingEdit.php +%%WWWDIR%%/app/controllers/CControllerProblem.php +%%WWWDIR%%/app/controllers/CControllerProblemView.php +%%WWWDIR%%/app/controllers/CControllerProblemViewRefresh.php +%%WWWDIR%%/app/controllers/CControllerProfileUpdate.php +%%WWWDIR%%/app/controllers/CControllerProxyConfigRefresh.php +%%WWWDIR%%/app/controllers/CControllerProxyCreate.php +%%WWWDIR%%/app/controllers/CControllerProxyDelete.php +%%WWWDIR%%/app/controllers/CControllerProxyEdit.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupCreate.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupDelete.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupEdit.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupList.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerProxyHostDisable.php +%%WWWDIR%%/app/controllers/CControllerProxyHostEnable.php +%%WWWDIR%%/app/controllers/CControllerProxyList.php +%%WWWDIR%%/app/controllers/CControllerProxyUpdate.php +%%WWWDIR%%/app/controllers/CControllerQueueDetails.php +%%WWWDIR%%/app/controllers/CControllerQueueOverview.php +%%WWWDIR%%/app/controllers/CControllerQueueOverviewProxy.php +%%WWWDIR%%/app/controllers/CControllerRegExCreate.php +%%WWWDIR%%/app/controllers/CControllerRegExDelete.php +%%WWWDIR%%/app/controllers/CControllerRegExEdit.php +%%WWWDIR%%/app/controllers/CControllerRegExList.php +%%WWWDIR%%/app/controllers/CControllerRegExTest.php +%%WWWDIR%%/app/controllers/CControllerRegExUpdate.php +%%WWWDIR%%/app/controllers/CControllerReportStatus.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportCreate.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportDelete.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportDisable.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportEdit.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportEnable.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportList.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportUpdate.php +%%WWWDIR%%/app/controllers/CControllerScriptCreate.php +%%WWWDIR%%/app/controllers/CControllerScriptDelete.php +%%WWWDIR%%/app/controllers/CControllerScriptEdit.php +%%WWWDIR%%/app/controllers/CControllerScriptList.php +%%WWWDIR%%/app/controllers/CControllerScriptUpdate.php +%%WWWDIR%%/app/controllers/CControllerScriptUserInputCheck.php +%%WWWDIR%%/app/controllers/CControllerScriptUserInputEdit.php +%%WWWDIR%%/app/controllers/CControllerSearch.php +%%WWWDIR%%/app/controllers/CControllerServiceCreate.php +%%WWWDIR%%/app/controllers/CControllerServiceDelete.php +%%WWWDIR%%/app/controllers/CControllerServiceEdit.php +%%WWWDIR%%/app/controllers/CControllerServiceList.php +%%WWWDIR%%/app/controllers/CControllerServiceListEdit.php +%%WWWDIR%%/app/controllers/CControllerServiceListEditRefresh.php +%%WWWDIR%%/app/controllers/CControllerServiceListGeneral.php +%%WWWDIR%%/app/controllers/CControllerServiceListRefresh.php +%%WWWDIR%%/app/controllers/CControllerServiceStatusRuleValidate.php +%%WWWDIR%%/app/controllers/CControllerServiceUpdate.php +%%WWWDIR%%/app/controllers/CControllerSlaCreate.php +%%WWWDIR%%/app/controllers/CControllerSlaCreateUpdate.php +%%WWWDIR%%/app/controllers/CControllerSlaDelete.php +%%WWWDIR%%/app/controllers/CControllerSlaDisable.php +%%WWWDIR%%/app/controllers/CControllerSlaEdit.php +%%WWWDIR%%/app/controllers/CControllerSlaEnable.php +%%WWWDIR%%/app/controllers/CControllerSlaExcludedDowntimeValidate.php +%%WWWDIR%%/app/controllers/CControllerSlaList.php +%%WWWDIR%%/app/controllers/CControllerSlaReportList.php +%%WWWDIR%%/app/controllers/CControllerSlaUpdate.php +%%WWWDIR%%/app/controllers/CControllerSoftwareVersionCheckGet.php +%%WWWDIR%%/app/controllers/CControllerSoftwareVersionCheckUpdate.php +%%WWWDIR%%/app/controllers/CControllerSystemWarning.php +%%WWWDIR%%/app/controllers/CControllerTabFilterProfileUpdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateCreate.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardDelete.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardEdit.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardList.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardUpdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateDelete.php +%%WWWDIR%%/app/controllers/CControllerTemplateEdit.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupCreate.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupDelete.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupEdit.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupList.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateList.php +%%WWWDIR%%/app/controllers/CControllerTemplateMassupdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateUpdate.php +%%WWWDIR%%/app/controllers/CControllerTimeSelectorCalc.php +%%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php +%%WWWDIR%%/app/controllers/CControllerTimeoutsEdit.php +%%WWWDIR%%/app/controllers/CControllerTimeoutsUpdate.php +%%WWWDIR%%/app/controllers/CControllerTokenCreate.php +%%WWWDIR%%/app/controllers/CControllerTokenDelete.php +%%WWWDIR%%/app/controllers/CControllerTokenDisable.php +%%WWWDIR%%/app/controllers/CControllerTokenEdit.php +%%WWWDIR%%/app/controllers/CControllerTokenEnable.php +%%WWWDIR%%/app/controllers/CControllerTokenList.php +%%WWWDIR%%/app/controllers/CControllerTokenUpdate.php +%%WWWDIR%%/app/controllers/CControllerTopTriggersList.php +%%WWWDIR%%/app/controllers/CControllerTrigDisplayEdit.php +%%WWWDIR%%/app/controllers/CControllerTrigDisplayUpdate.php +%%WWWDIR%%/app/controllers/CControllerTriggerCreate.php +%%WWWDIR%%/app/controllers/CControllerTriggerDelete.php +%%WWWDIR%%/app/controllers/CControllerTriggerDisable.php +%%WWWDIR%%/app/controllers/CControllerTriggerEdit.php +%%WWWDIR%%/app/controllers/CControllerTriggerEnable.php +%%WWWDIR%%/app/controllers/CControllerTriggerExpressionConstructor.php +%%WWWDIR%%/app/controllers/CControllerTriggerList.php +%%WWWDIR%%/app/controllers/CControllerTriggerMassupdate.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeCreate.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeDelete.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeDisable.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeEdit.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeEnable.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeList.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerTriggerUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserCreate.php +%%WWWDIR%%/app/controllers/CControllerUserDelete.php +%%WWWDIR%%/app/controllers/CControllerUserEdit.php +%%WWWDIR%%/app/controllers/CControllerUserEditGeneral.php +%%WWWDIR%%/app/controllers/CControllerUserList.php +%%WWWDIR%%/app/controllers/CControllerUserProfileEdit.php +%%WWWDIR%%/app/controllers/CControllerUserProfileNotificationEdit.php +%%WWWDIR%%/app/controllers/CControllerUserProfileNotificationUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserProfileUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserProvision.php +%%WWWDIR%%/app/controllers/CControllerUserResetTotp.php +%%WWWDIR%%/app/controllers/CControllerUserTokenList.php +%%WWWDIR%%/app/controllers/CControllerUserUnblock.php +%%WWWDIR%%/app/controllers/CControllerUserUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserUpdateGeneral.php +%%WWWDIR%%/app/controllers/CControllerUsergroupCreate.php +%%WWWDIR%%/app/controllers/CControllerUsergroupDelete.php +%%WWWDIR%%/app/controllers/CControllerUsergroupEdit.php +%%WWWDIR%%/app/controllers/CControllerUsergroupList.php +%%WWWDIR%%/app/controllers/CControllerUsergroupMassUpdate.php +%%WWWDIR%%/app/controllers/CControllerUsergroupTagFilterCheck.php +%%WWWDIR%%/app/controllers/CControllerUsergroupTagFilterEdit.php +%%WWWDIR%%/app/controllers/CControllerUsergroupTagFilterList.php +%%WWWDIR%%/app/controllers/CControllerUsergroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserroleCreate.php +%%WWWDIR%%/app/controllers/CControllerUserroleDelete.php +%%WWWDIR%%/app/controllers/CControllerUserroleEdit.php +%%WWWDIR%%/app/controllers/CControllerUserroleEditGeneral.php +%%WWWDIR%%/app/controllers/CControllerUserroleList.php +%%WWWDIR%%/app/controllers/CControllerUserroleUpdate.php +%%WWWDIR%%/app/controllers/CControllerValidate.php +%%WWWDIR%%/app/controllers/CControllerValueMapCheck.php +%%WWWDIR%%/app/controllers/CControllerValueMapEdit.php +%%WWWDIR%%/app/controllers/CControllerWebScenarioStepCheck.php +%%WWWDIR%%/app/controllers/CControllerWebScenarioStepEdit.php +%%WWWDIR%%/app/controllers/CControllerWebView.php +%%WWWDIR%%/app/controllers/CControllerWidgetIterator.php +%%WWWDIR%%/app/controllers/CControllerWidgetNavigationTreeToggle.php +%%WWWDIR%%/app/partials/action.operations.php +%%WWWDIR%%/app/partials/action.recovery.operations.php +%%WWWDIR%%/app/partials/action.update.operations.php +%%WWWDIR%%/app/partials/administration.ha.nodes.php +%%WWWDIR%%/app/partials/administration.system.info.php +%%WWWDIR%%/app/partials/configuration.host.interface.row.php +%%WWWDIR%%/app/partials/configuration.tags.tab.php +%%WWWDIR%%/app/partials/configuration.valuemap.php +%%WWWDIR%%/app/partials/graph.edit.graph.tab.php +%%WWWDIR%%/app/partials/hostmacros.inherited.list.html.php +%%WWWDIR%%/app/partials/hostmacros.list.html.php +%%WWWDIR%%/app/partials/item.edit.item.tab.php +%%WWWDIR%%/app/partials/item.edit.preprocessing.tab.php +%%WWWDIR%%/app/partials/item.list.filter.php +%%WWWDIR%%/app/partials/js/configuration.tags.tab.js.php +%%WWWDIR%%/app/partials/js/configuration.valuemap.js.php +%%WWWDIR%%/app/partials/js/scheduledreport.formgrid.js.php +%%WWWDIR%%/app/partials/js/scheduledreport.subscription.js.php +%%WWWDIR%%/app/partials/js/user.edit.media.tab.js.php +%%WWWDIR%%/app/partials/layout.htmlpage.aside.php +%%WWWDIR%%/app/partials/layout.htmlpage.footer.php +%%WWWDIR%%/app/partials/layout.htmlpage.header.php +%%WWWDIR%%/app/partials/massupdate.macros.tab.php +%%WWWDIR%%/app/partials/massupdate.valuemaps.tab.php +%%WWWDIR%%/app/partials/monitoring.charts.subfilter.php +%%WWWDIR%%/app/partials/monitoring.host.filter.php +%%WWWDIR%%/app/partials/monitoring.host.view.html.php +%%WWWDIR%%/app/partials/monitoring.latest.filter.php +%%WWWDIR%%/app/partials/monitoring.latest.subfilter.php +%%WWWDIR%%/app/partials/monitoring.latest.view.html.php +%%WWWDIR%%/app/partials/monitoring.problem.filter.php +%%WWWDIR%%/app/partials/monitoring.problem.view.html.php +%%WWWDIR%%/app/partials/scheduledreport.formgrid.html.php +%%WWWDIR%%/app/partials/scheduledreport.subscription.php +%%WWWDIR%%/app/partials/scheduledreport.table.html.php +%%WWWDIR%%/app/partials/service.info.php +%%WWWDIR%%/app/partials/service.list.edit.php +%%WWWDIR%%/app/partials/service.list.php +%%WWWDIR%%/app/partials/tags.list.html.php +%%WWWDIR%%/app/partials/timeselector.filter.php +%%WWWDIR%%/app/partials/trigger.edit.dependencies.tab.php +%%WWWDIR%%/app/partials/trigger.edit.trigger.tab.php +%%WWWDIR%%/app/partials/user.edit.media.tab.php +%%WWWDIR%%/app/partials/usergroup.tagfilters.php +%%WWWDIR%%/app/views/acknowledge.edit.php +%%WWWDIR%%/app/views/action.edit.php +%%WWWDIR%%/app/views/action.list.php +%%WWWDIR%%/app/views/administration.audit.settings.edit.php +%%WWWDIR%%/app/views/administration.authentication.edit.php +%%WWWDIR%%/app/views/administration.autoreg.edit.php +%%WWWDIR%%/app/views/administration.geomaps.edit.php +%%WWWDIR%%/app/views/administration.gui.edit.php +%%WWWDIR%%/app/views/administration.housekeeping.edit.php +%%WWWDIR%%/app/views/administration.iconmap.edit.php +%%WWWDIR%%/app/views/administration.iconmap.list.php +%%WWWDIR%%/app/views/administration.image.edit.php +%%WWWDIR%%/app/views/administration.image.list.php +%%WWWDIR%%/app/views/administration.macros.edit.php +%%WWWDIR%%/app/views/administration.miscconfig.edit.php +%%WWWDIR%%/app/views/administration.proxy.list.php +%%WWWDIR%%/app/views/administration.proxygroup.list.php +%%WWWDIR%%/app/views/administration.queue.details.php +%%WWWDIR%%/app/views/administration.queue.overview.php +%%WWWDIR%%/app/views/administration.queue.overview.proxy.php +%%WWWDIR%%/app/views/administration.regex.edit.php +%%WWWDIR%%/app/views/administration.regex.list.php +%%WWWDIR%%/app/views/administration.script.edit.php +%%WWWDIR%%/app/views/administration.script.list.php +%%WWWDIR%%/app/views/administration.timeouts.edit.php +%%WWWDIR%%/app/views/administration.token.list.php +%%WWWDIR%%/app/views/administration.trigdisplay.edit.php +%%WWWDIR%%/app/views/administration.user.edit.php +%%WWWDIR%%/app/views/administration.user.list.php +%%WWWDIR%%/app/views/administration.user.token.list.php +%%WWWDIR%%/app/views/administration.userrole.edit.php +%%WWWDIR%%/app/views/administration.userrole.list.php +%%WWWDIR%%/app/views/configuration.dashboard.edit.php +%%WWWDIR%%/app/views/configuration.dashboard.list.php +%%WWWDIR%%/app/views/configuration.discovery.edit.php +%%WWWDIR%%/app/views/configuration.discovery.list.php +%%WWWDIR%%/app/views/configuration.host.list.php +%%WWWDIR%%/app/views/configuration.hostgroup.list.php +%%WWWDIR%%/app/views/configuration.templategroup.list.php +%%WWWDIR%%/app/views/connector.edit.php +%%WWWDIR%%/app/views/connector.list.php +%%WWWDIR%%/app/views/copy.edit.php +%%WWWDIR%%/app/views/correlation.condition.edit.php +%%WWWDIR%%/app/views/correlation.edit.php +%%WWWDIR%%/app/views/correlation.list.php +%%WWWDIR%%/app/views/dashboard.page.properties.edit.php +%%WWWDIR%%/app/views/dashboard.properties.edit.php +%%WWWDIR%%/app/views/discovery.check.edit.php +%%WWWDIR%%/app/views/graph.edit.php +%%WWWDIR%%/app/views/graph.list.php +%%WWWDIR%%/app/views/graph.prototype.edit.php +%%WWWDIR%%/app/views/graph.prototype.list.php +%%WWWDIR%%/app/views/hintbox.actionlist.php +%%WWWDIR%%/app/views/hintbox.eventlist.php +%%WWWDIR%%/app/views/host.edit.php +%%WWWDIR%%/app/views/host.wizard.edit.php +%%WWWDIR%%/app/views/hostgroup.edit.php +%%WWWDIR%%/app/views/hostmacros.list.php +%%WWWDIR%%/app/views/item.edit.php +%%WWWDIR%%/app/views/item.list.php +%%WWWDIR%%/app/views/item.massupdate.php +%%WWWDIR%%/app/views/item.prototype.edit.php +%%WWWDIR%%/app/views/item.prototype.list.php +%%WWWDIR%%/app/views/item.tags.list.php +%%WWWDIR%%/app/views/js/acknowledge.edit.js.php +%%WWWDIR%%/app/views/js/action.edit.js.php +%%WWWDIR%%/app/views/js/action.list.js.php +%%WWWDIR%%/app/views/js/administration.audit.settings.edit.js.php +%%WWWDIR%%/app/views/js/administration.authentication.edit.js.php +%%WWWDIR%%/app/views/js/administration.autoreg.edit.js.php +%%WWWDIR%%/app/views/js/administration.geomaps.edit.js.php +%%WWWDIR%%/app/views/js/administration.gui.edit.js.php +%%WWWDIR%%/app/views/js/administration.housekeeping.edit.js.php +%%WWWDIR%%/app/views/js/administration.iconmap.edit.js.php +%%WWWDIR%%/app/views/js/administration.image.edit.js.php +%%WWWDIR%%/app/views/js/administration.image.list.js.php +%%WWWDIR%%/app/views/js/administration.macros.edit.js.php +%%WWWDIR%%/app/views/js/administration.miscconfig.edit.js.php +%%WWWDIR%%/app/views/js/administration.proxy.list.js.php +%%WWWDIR%%/app/views/js/administration.proxygroup.list.js.php +%%WWWDIR%%/app/views/js/administration.regex.edit.js.php +%%WWWDIR%%/app/views/js/administration.script.edit.js.php +%%WWWDIR%%/app/views/js/administration.script.list.js.php +%%WWWDIR%%/app/views/js/administration.timeouts.edit.js.php +%%WWWDIR%%/app/views/js/administration.token.list.js.php +%%WWWDIR%%/app/views/js/administration.trigdisplay.edit.js.php +%%WWWDIR%%/app/views/js/administration.user.edit.js.php +%%WWWDIR%%/app/views/js/administration.user.list.js.php +%%WWWDIR%%/app/views/js/administration.user.token.list.js.php +%%WWWDIR%%/app/views/js/administration.userrole.edit.js.php +%%WWWDIR%%/app/views/js/configuration.dashboard.edit.js.php +%%WWWDIR%%/app/views/js/configuration.dashboard.list.js.php +%%WWWDIR%%/app/views/js/configuration.discovery.edit.js.php +%%WWWDIR%%/app/views/js/configuration.discovery.list.js.php +%%WWWDIR%%/app/views/js/configuration.host.list.js.php +%%WWWDIR%%/app/views/js/configuration.hostgroup.list.js.php +%%WWWDIR%%/app/views/js/configuration.templategroup.list.js.php +%%WWWDIR%%/app/views/js/connector.edit.js.php +%%WWWDIR%%/app/views/js/connector.list.js.php +%%WWWDIR%%/app/views/js/copy.edit.js.php +%%WWWDIR%%/app/views/js/correlation.condition.edit.js.php +%%WWWDIR%%/app/views/js/correlation.edit.js.php +%%WWWDIR%%/app/views/js/correlation.list.js.php +%%WWWDIR%%/app/views/js/discovery.check.edit.js.php +%%WWWDIR%%/app/views/js/graph.edit.js.php +%%WWWDIR%%/app/views/js/graph.list.js.php +%%WWWDIR%%/app/views/js/graph.prototype.list.js.php +%%WWWDIR%%/app/views/js/host.edit.js.php +%%WWWDIR%%/app/views/js/host.wizard.edit.js.php +%%WWWDIR%%/app/views/js/hostgroup.edit.js.php +%%WWWDIR%%/app/views/js/item.edit.js.php +%%WWWDIR%%/app/views/js/item.list.js.php +%%WWWDIR%%/app/views/js/item.massupdate.js.php +%%WWWDIR%%/app/views/js/item.prototype.list.js.php +%%WWWDIR%%/app/views/js/maintenance.edit.js.php +%%WWWDIR%%/app/views/js/maintenance.list.js.php +%%WWWDIR%%/app/views/js/maintenance.timeperiod.edit.js.php +%%WWWDIR%%/app/views/js/mediatype.edit.js.php +%%WWWDIR%%/app/views/js/mediatype.list.js.php +%%WWWDIR%%/app/views/js/mediatype.message.edit.js.php +%%WWWDIR%%/app/views/js/mediatype.test.edit.js.php +%%WWWDIR%%/app/views/js/mfa.edit.js.php +%%WWWDIR%%/app/views/js/module.edit.js.php +%%WWWDIR%%/app/views/js/module.list.js.php +%%WWWDIR%%/app/views/js/monitoring.charts.view.js.php +%%WWWDIR%%/app/views/js/monitoring.dashboard.print.js.php +%%WWWDIR%%/app/views/js/monitoring.dashboard.view.js.php +%%WWWDIR%%/app/views/js/monitoring.host.dashboard.view.js.php +%%WWWDIR%%/app/views/js/monitoring.host.view.js.php +%%WWWDIR%%/app/views/js/monitoring.latest.view.js.php +%%WWWDIR%%/app/views/js/monitoring.map.view.js.php +%%WWWDIR%%/app/views/js/monitoring.problem.view.js.php +%%WWWDIR%%/app/views/js/monitoring.web.view.js.php +%%WWWDIR%%/app/views/js/oauth.edit.js.php +%%WWWDIR%%/app/views/js/popup.condition.edit.js.php +%%WWWDIR%%/app/views/js/popup.dashboard.share.edit.js.php +%%WWWDIR%%/app/views/js/popup.discovery.check.js.php +%%WWWDIR%%/app/views/js/popup.generic.js.php +%%WWWDIR%%/app/views/js/popup.import.compare.js.php +%%WWWDIR%%/app/views/js/popup.import.js.php +%%WWWDIR%%/app/views/js/popup.itemtestedit.view.js.php +%%WWWDIR%%/app/views/js/popup.ldap.edit.js.php +%%WWWDIR%%/app/views/js/popup.ldap.test.edit.js.php +%%WWWDIR%%/app/views/js/popup.massupdate.js.php +%%WWWDIR%%/app/views/js/popup.massupdate.macros.js.php +%%WWWDIR%%/app/views/js/popup.massupdate.tmpl.js.php +%%WWWDIR%%/app/views/js/popup.media.edit.js.php +%%WWWDIR%%/app/views/js/popup.mediatypemapping.edit.js.php +%%WWWDIR%%/app/views/js/popup.operation.edit.js.php +%%WWWDIR%%/app/views/js/popup.scheduledreport.edit.js.php +%%WWWDIR%%/app/views/js/popup.scheduledreport.subscription.js.php +%%WWWDIR%%/app/views/js/popup.scriptexec.js.php +%%WWWDIR%%/app/views/js/popup.service.statusrule.edit.js.php +%%WWWDIR%%/app/views/js/popup.services.js.php +%%WWWDIR%%/app/views/js/popup.sla.excludeddowntime.edit.js.php +%%WWWDIR%%/app/views/js/popup.tabfilter.edit.js.php +%%WWWDIR%%/app/views/js/popup.token.view.js.php +%%WWWDIR%%/app/views/js/popup.triggerexpr.js.php +%%WWWDIR%%/app/views/js/popup.usergroupmapping.edit.js.php +%%WWWDIR%%/app/views/js/popup.valuemap.edit.js.php +%%WWWDIR%%/app/views/js/popup.view.js.php +%%WWWDIR%%/app/views/js/proxy.edit.js.php +%%WWWDIR%%/app/views/js/proxygroup.edit.js.php +%%WWWDIR%%/app/views/js/reports.actionlog.list.js.php +%%WWWDIR%%/app/views/js/reports.auditlog.list.js.php +%%WWWDIR%%/app/views/js/reports.availabilityreport.list.js.php +%%WWWDIR%%/app/views/js/reports.scheduledreport.edit.js.php +%%WWWDIR%%/app/views/js/reports.toptriggers.list.js.php +%%WWWDIR%%/app/views/js/script.userinput.edit.js.php +%%WWWDIR%%/app/views/js/service.edit.js.php +%%WWWDIR%%/app/views/js/service.list.js.php +%%WWWDIR%%/app/views/js/sla.edit.js.php +%%WWWDIR%%/app/views/js/sla.list.js.php +%%WWWDIR%%/app/views/js/slareport.list.js.php +%%WWWDIR%%/app/views/js/template.edit.js.php +%%WWWDIR%%/app/views/js/template.list.js.php +%%WWWDIR%%/app/views/js/templategroup.edit.js.php +%%WWWDIR%%/app/views/js/token.edit.js.php +%%WWWDIR%%/app/views/js/trigger.edit.js.php +%%WWWDIR%%/app/views/js/trigger.list.js.php +%%WWWDIR%%/app/views/js/trigger.massupdate.js.php +%%WWWDIR%%/app/views/js/trigger.prototype.list.js.php +%%WWWDIR%%/app/views/js/usergroup.edit.js.php +%%WWWDIR%%/app/views/js/usergroup.tagfilter.edit.js.php +%%WWWDIR%%/app/views/js/userprofile.edit.js.php +%%WWWDIR%%/app/views/js/userprofile.notification.edit.js.php +%%WWWDIR%%/app/views/js/webscenario.step.edit.js.php +%%WWWDIR%%/app/views/layout.csv.php +%%WWWDIR%%/app/views/layout.export.php +%%WWWDIR%%/app/views/layout.htmlpage.php +%%WWWDIR%%/app/views/layout.image.php +%%WWWDIR%%/app/views/layout.javascript.php +%%WWWDIR%%/app/views/layout.json.php +%%WWWDIR%%/app/views/layout.print.php +%%WWWDIR%%/app/views/layout.warning.php +%%WWWDIR%%/app/views/layout.widget.php +%%WWWDIR%%/app/views/maintenance.edit.php +%%WWWDIR%%/app/views/maintenance.list.php +%%WWWDIR%%/app/views/maintenance.timeperiod.edit.php +%%WWWDIR%%/app/views/mediatype.edit.php +%%WWWDIR%%/app/views/mediatype.list.php +%%WWWDIR%%/app/views/mediatype.message.edit.php +%%WWWDIR%%/app/views/mediatype.test.edit.php +%%WWWDIR%%/app/views/mfa.edit.php +%%WWWDIR%%/app/views/module.edit.php +%%WWWDIR%%/app/views/module.list.php +%%WWWDIR%%/app/views/monitoring.charts.view.json.php +%%WWWDIR%%/app/views/monitoring.charts.view.php +%%WWWDIR%%/app/views/monitoring.dashboard.list.php +%%WWWDIR%%/app/views/monitoring.dashboard.print.php +%%WWWDIR%%/app/views/monitoring.dashboard.view.php +%%WWWDIR%%/app/views/monitoring.discovery.view.php +%%WWWDIR%%/app/views/monitoring.host.dashboard.view.php +%%WWWDIR%%/app/views/monitoring.host.view.php +%%WWWDIR%%/app/views/monitoring.host.view.refresh.php +%%WWWDIR%%/app/views/monitoring.latest.view.php +%%WWWDIR%%/app/views/monitoring.latest.view.refresh.php +%%WWWDIR%%/app/views/monitoring.map.view.php +%%WWWDIR%%/app/views/monitoring.problem.view.php +%%WWWDIR%%/app/views/monitoring.problem.view.refresh.php +%%WWWDIR%%/app/views/monitoring.web.view.php +%%WWWDIR%%/app/views/oauth.authorize.php +%%WWWDIR%%/app/views/oauth.edit.php +%%WWWDIR%%/app/views/popup.action.operations.list.php +%%WWWDIR%%/app/views/popup.condition.edit.php +%%WWWDIR%%/app/views/popup.dashboard.share.edit.php +%%WWWDIR%%/app/views/popup.discovery.check.php +%%WWWDIR%%/app/views/popup.generic.php +%%WWWDIR%%/app/views/popup.import.compare.php +%%WWWDIR%%/app/views/popup.import.php +%%WWWDIR%%/app/views/popup.itemtestedit.view.php +%%WWWDIR%%/app/views/popup.ldap.edit.php +%%WWWDIR%%/app/views/popup.ldap.test.edit.php +%%WWWDIR%%/app/views/popup.lldoperation.php +%%WWWDIR%%/app/views/popup.lldoverride.php +%%WWWDIR%%/app/views/popup.massupdate.host.php +%%WWWDIR%%/app/views/popup.massupdate.service.php +%%WWWDIR%%/app/views/popup.media.edit.php +%%WWWDIR%%/app/views/popup.mediatypemapping.edit.php +%%WWWDIR%%/app/views/popup.operation.edit.php +%%WWWDIR%%/app/views/popup.scheduledreport.edit.php +%%WWWDIR%%/app/views/popup.scheduledreport.list.php +%%WWWDIR%%/app/views/popup.scheduledreport.subscription.php +%%WWWDIR%%/app/views/popup.scheduledreport.test.php +%%WWWDIR%%/app/views/popup.scriptexec.php +%%WWWDIR%%/app/views/popup.service.statusrule.edit.php +%%WWWDIR%%/app/views/popup.services.php +%%WWWDIR%%/app/views/popup.sla.excludeddowntime.edit.php +%%WWWDIR%%/app/views/popup.tabfilter.edit.php +%%WWWDIR%%/app/views/popup.testtriggerexpr.php +%%WWWDIR%%/app/views/popup.token.view.php +%%WWWDIR%%/app/views/popup.triggerexpr.php +%%WWWDIR%%/app/views/popup.usergroupmapping.edit.php +%%WWWDIR%%/app/views/popup.valuemap.edit.php +%%WWWDIR%%/app/views/popup.view.php +%%WWWDIR%%/app/views/proxy.edit.php +%%WWWDIR%%/app/views/proxygroup.edit.php +%%WWWDIR%%/app/views/report.status.php +%%WWWDIR%%/app/views/reports.actionlog.list.csv.php +%%WWWDIR%%/app/views/reports.actionlog.list.php +%%WWWDIR%%/app/views/reports.auditlog.list.php +%%WWWDIR%%/app/views/reports.availabilityreport.list.php +%%WWWDIR%%/app/views/reports.availabilityreport.trigger.php +%%WWWDIR%%/app/views/reports.scheduledreport.edit.php +%%WWWDIR%%/app/views/reports.scheduledreport.list.php +%%WWWDIR%%/app/views/reports.toptriggers.list.php +%%WWWDIR%%/app/views/script.userinput.edit.php +%%WWWDIR%%/app/views/search.php +%%WWWDIR%%/app/views/service.edit.php +%%WWWDIR%%/app/views/service.list.edit.php +%%WWWDIR%%/app/views/service.list.edit.refresh.php +%%WWWDIR%%/app/views/service.list.php +%%WWWDIR%%/app/views/service.list.refresh.php +%%WWWDIR%%/app/views/sla.edit.php +%%WWWDIR%%/app/views/sla.list.php +%%WWWDIR%%/app/views/slareport.list.php +%%WWWDIR%%/app/views/system.warning.php +%%WWWDIR%%/app/views/template.edit.php +%%WWWDIR%%/app/views/template.list.php +%%WWWDIR%%/app/views/template.massupdate.php +%%WWWDIR%%/app/views/templategroup.edit.php +%%WWWDIR%%/app/views/token.edit.php +%%WWWDIR%%/app/views/trigger.edit.php +%%WWWDIR%%/app/views/trigger.expression.constructor.php +%%WWWDIR%%/app/views/trigger.list.php +%%WWWDIR%%/app/views/trigger.massupdate.php +%%WWWDIR%%/app/views/trigger.prototype.edit.php +%%WWWDIR%%/app/views/trigger.prototype.list.php +%%WWWDIR%%/app/views/usergroup.edit.php +%%WWWDIR%%/app/views/usergroup.list.php +%%WWWDIR%%/app/views/usergroup.tagfilter.edit.php +%%WWWDIR%%/app/views/usergroup.tagfilter.list.php +%%WWWDIR%%/app/views/userprofile.edit.php +%%WWWDIR%%/app/views/userprofile.notification.edit.php +%%WWWDIR%%/app/views/webscenario.step.edit.php +%%WWWDIR%%/app/views/widget.edit.php +%%WWWDIR%%/app/views/widget.view.php +%%WWWDIR%%/assets/fonts/DejaVuSans.ttf +%%WWWDIR%%/assets/fonts/zabbix-icons.svg +%%WWWDIR%%/assets/fonts/zabbix-icons.ttf +%%WWWDIR%%/assets/fonts/zabbix-icons.woff +%%WWWDIR%%/assets/fonts/zabbix-icons.woff2 +%%WWWDIR%%/assets/img/apple-touch-icon-120x120-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-152x152-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-180x180-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-76x76-precomposed.png +%%WWWDIR%%/assets/img/browser-sprite.png +%%WWWDIR%%/assets/img/ms-tile-144x144.png +%%WWWDIR%%/assets/img/touch-icon-192x192.png +%%WWWDIR%%/assets/styles/blue-theme.css +%%WWWDIR%%/assets/styles/dark-theme.css +%%WWWDIR%%/assets/styles/hc-dark.css +%%WWWDIR%%/assets/styles/hc-light.css +%%WWWDIR%%/assets/styles/vendors/Leaflet/LICENSE +%%WWWDIR%%/assets/styles/vendors/Leaflet/leaflet.css +%%WWWDIR%%/audio/alarm_average.mp3 +%%WWWDIR%%/audio/alarm_disaster.mp3 +%%WWWDIR%%/audio/alarm_high.mp3 +%%WWWDIR%%/audio/alarm_information.mp3 +%%WWWDIR%%/audio/alarm_ok.mp3 +%%WWWDIR%%/audio/alarm_warning.mp3 +%%WWWDIR%%/audio/no_sound.mp3 +%%WWWDIR%%/browserwarning.php +%%WWWDIR%%/chart.php +%%WWWDIR%%/chart2.php +%%WWWDIR%%/chart3.php +%%WWWDIR%%/chart4.php +%%WWWDIR%%/chart6.php +%%WWWDIR%%/chart7.php +%%WWWDIR%%/composer.json +%%WWWDIR%%/composer.lock +%%WWWDIR%%/conf/.htaccess +%%WWWDIR%%/conf/maintenance.inc.php +%%WWWDIR%%/conf/zabbix.conf.php.example +%%WWWDIR%%/data/top_passwords.txt +%%WWWDIR%%/favicon.ico +%%WWWDIR%%/history.php +%%WWWDIR%%/host_discovery.php +%%WWWDIR%%/host_discovery_prototypes.php +%%WWWDIR%%/host_prototypes.php +%%WWWDIR%%/hostinventories.php +%%WWWDIR%%/hostinventoriesoverview.php +%%WWWDIR%%/httpconf.php +%%WWWDIR%%/httpdetails.php +%%WWWDIR%%/image.php +%%WWWDIR%%/imgstore.php +%%WWWDIR%%/include/.htaccess +%%WWWDIR%%/include/actions.inc.php +%%WWWDIR%%/include/blocks.inc.php +%%WWWDIR%%/include/classes/api/API.php +%%WWWDIR%%/include/classes/api/APIException.php +%%WWWDIR%%/include/classes/api/CApiClientResponse.php +%%WWWDIR%%/include/classes/api/CApiService.php +%%WWWDIR%%/include/classes/api/CApiServiceFactory.php +%%WWWDIR%%/include/classes/api/CAudit.php +%%WWWDIR%%/include/classes/api/CAuditOld.php +%%WWWDIR%%/include/classes/api/CItemTypeFactory.php +%%WWWDIR%%/include/classes/api/CRelationMap.php +%%WWWDIR%%/include/classes/api/clients/CApiClient.php +%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php +%%WWWDIR%%/include/classes/api/helpers/CApiHostHelper.php +%%WWWDIR%%/include/classes/api/helpers/CApiPskHelper.php +%%WWWDIR%%/include/classes/api/helpers/CApiSettingsHelper.php +%%WWWDIR%%/include/classes/api/helpers/CApiTagHelper.php +%%WWWDIR%%/include/classes/api/item_types/CItemType.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeBrowser.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeCalculated.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeDbMonitor.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeDependent.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeExternal.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeHttpAgent.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeInternal.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeIpmi.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeJmx.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeNested.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeScript.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSimple.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSnmp.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSnmpTrap.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSsh.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeTelnet.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeTrapper.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeZabbix.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeZabbixActive.php +%%WWWDIR%%/include/classes/api/managers/CGraphManager.php +%%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php +%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php +%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php +%%WWWDIR%%/include/classes/api/managers/CTriggerManager.php +%%WWWDIR%%/include/classes/api/managers/CTriggerPrototypeManager.php +%%WWWDIR%%/include/classes/api/services/CAPIInfo.php +%%WWWDIR%%/include/classes/api/services/CAction.php +%%WWWDIR%%/include/classes/api/services/CAlert.php +%%WWWDIR%%/include/classes/api/services/CAuditLog.php +%%WWWDIR%%/include/classes/api/services/CAuthentication.php +%%WWWDIR%%/include/classes/api/services/CAutoregistration.php +%%WWWDIR%%/include/classes/api/services/CConfiguration.php +%%WWWDIR%%/include/classes/api/services/CConnector.php +%%WWWDIR%%/include/classes/api/services/CCorrelation.php +%%WWWDIR%%/include/classes/api/services/CDCheck.php +%%WWWDIR%%/include/classes/api/services/CDHost.php +%%WWWDIR%%/include/classes/api/services/CDRule.php +%%WWWDIR%%/include/classes/api/services/CDService.php +%%WWWDIR%%/include/classes/api/services/CDashboard.php +%%WWWDIR%%/include/classes/api/services/CDashboardGeneral.php +%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php +%%WWWDIR%%/include/classes/api/services/CDiscoveryRuleGeneral.php +%%WWWDIR%%/include/classes/api/services/CDiscoveryRulePrototype.php +%%WWWDIR%%/include/classes/api/services/CEvent.php +%%WWWDIR%%/include/classes/api/services/CGraph.php +%%WWWDIR%%/include/classes/api/services/CGraphGeneral.php +%%WWWDIR%%/include/classes/api/services/CGraphItem.php +%%WWWDIR%%/include/classes/api/services/CGraphPrototype.php +%%WWWDIR%%/include/classes/api/services/CHaNode.php +%%WWWDIR%%/include/classes/api/services/CHistory.php +%%WWWDIR%%/include/classes/api/services/CHost.php +%%WWWDIR%%/include/classes/api/services/CHostBase.php +%%WWWDIR%%/include/classes/api/services/CHostDashboard.php +%%WWWDIR%%/include/classes/api/services/CHostGeneral.php +%%WWWDIR%%/include/classes/api/services/CHostGroup.php +%%WWWDIR%%/include/classes/api/services/CHostInterface.php +%%WWWDIR%%/include/classes/api/services/CHostPrototype.php +%%WWWDIR%%/include/classes/api/services/CHousekeeping.php +%%WWWDIR%%/include/classes/api/services/CHttpTest.php +%%WWWDIR%%/include/classes/api/services/CIconMap.php +%%WWWDIR%%/include/classes/api/services/CImage.php +%%WWWDIR%%/include/classes/api/services/CItem.php +%%WWWDIR%%/include/classes/api/services/CItemGeneral.php +%%WWWDIR%%/include/classes/api/services/CItemPrototype.php +%%WWWDIR%%/include/classes/api/services/CMaintenance.php +%%WWWDIR%%/include/classes/api/services/CMap.php +%%WWWDIR%%/include/classes/api/services/CMapElement.php +%%WWWDIR%%/include/classes/api/services/CMediatype.php +%%WWWDIR%%/include/classes/api/services/CMfa.php +%%WWWDIR%%/include/classes/api/services/CModule.php +%%WWWDIR%%/include/classes/api/services/CProblem.php +%%WWWDIR%%/include/classes/api/services/CProxy.php +%%WWWDIR%%/include/classes/api/services/CProxyGroup.php +%%WWWDIR%%/include/classes/api/services/CRegexp.php +%%WWWDIR%%/include/classes/api/services/CReport.php +%%WWWDIR%%/include/classes/api/services/CRole.php +%%WWWDIR%%/include/classes/api/services/CScript.php +%%WWWDIR%%/include/classes/api/services/CService.php +%%WWWDIR%%/include/classes/api/services/CSettings.php +%%WWWDIR%%/include/classes/api/services/CSla.php +%%WWWDIR%%/include/classes/api/services/CTask.php +%%WWWDIR%%/include/classes/api/services/CTemplate.php +%%WWWDIR%%/include/classes/api/services/CTemplateDashboard.php +%%WWWDIR%%/include/classes/api/services/CTemplateGroup.php +%%WWWDIR%%/include/classes/api/services/CToken.php +%%WWWDIR%%/include/classes/api/services/CTrend.php +%%WWWDIR%%/include/classes/api/services/CTrigger.php +%%WWWDIR%%/include/classes/api/services/CTriggerGeneral.php +%%WWWDIR%%/include/classes/api/services/CTriggerPrototype.php +%%WWWDIR%%/include/classes/api/services/CUser.php +%%WWWDIR%%/include/classes/api/services/CUserDirectory.php +%%WWWDIR%%/include/classes/api/services/CUserGroup.php +%%WWWDIR%%/include/classes/api/services/CUserMacro.php +%%WWWDIR%%/include/classes/api/services/CValueMap.php +%%WWWDIR%%/include/classes/api/wrappers/CApiWrapper.php +%%WWWDIR%%/include/classes/api/wrappers/CFrontendApiWrapper.php +%%WWWDIR%%/include/classes/core/APP.php +%%WWWDIR%%/include/classes/core/CAjaxResponse.php +%%WWWDIR%%/include/classes/core/CAutoloader.php +%%WWWDIR%%/include/classes/core/CComponentRegistry.php +%%WWWDIR%%/include/classes/core/CConfigFile.php +%%WWWDIR%%/include/classes/core/CCookieSession.php +%%WWWDIR%%/include/classes/core/CEncryptedCookieSession.php +%%WWWDIR%%/include/classes/core/CHttpRequest.php +%%WWWDIR%%/include/classes/core/CJsonRpc.php +%%WWWDIR%%/include/classes/core/CModule.php +%%WWWDIR%%/include/classes/core/CModuleManager.php +%%WWWDIR%%/include/classes/core/CRegistryFactory.php +%%WWWDIR%%/include/classes/core/CWidget.php +%%WWWDIR%%/include/classes/core/ConfigFileException.php +%%WWWDIR%%/include/classes/core/Manager.php +%%WWWDIR%%/include/classes/core/ZBase.php +%%WWWDIR%%/include/classes/data/CAggFunctionData.php +%%WWWDIR%%/include/classes/data/CHistFunctionData.php +%%WWWDIR%%/include/classes/data/CItemData.php +%%WWWDIR%%/include/classes/data/CMathFunctionData.php +%%WWWDIR%%/include/classes/data/CSettingsSchema.php +%%WWWDIR%%/include/classes/data/CWidgetsData.php +%%WWWDIR%%/include/classes/db/DB.php +%%WWWDIR%%/include/classes/db/DBException.php +%%WWWDIR%%/include/classes/db/DbBackend.php +%%WWWDIR%%/include/classes/db/MysqlDbBackend.php +%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php +%%WWWDIR%%/include/classes/debug/CProfiler.php +%%WWWDIR%%/include/classes/export/CConfigurationExport.php +%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php +%%WWWDIR%%/include/classes/export/CConfigurationExportException.php +%%WWWDIR%%/include/classes/export/writers/CExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CExportWriterFactory.php +%%WWWDIR%%/include/classes/export/writers/CJsonExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CRawExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CXmlExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CYamlExportWriter.php +%%WWWDIR%%/include/classes/graph/CSvgGraph.php +%%WWWDIR%%/include/classes/graphdraw/CGraphDraw.php +%%WWWDIR%%/include/classes/graphdraw/CLineGraphDraw.php +%%WWWDIR%%/include/classes/graphdraw/CPieGraphDraw.php +%%WWWDIR%%/include/classes/helpers/CArrayHelper.php +%%WWWDIR%%/include/classes/helpers/CAuthenticationHelper.php +%%WWWDIR%%/include/classes/helpers/CBrandHelper.php +%%WWWDIR%%/include/classes/helpers/CConditionHelper.php +%%WWWDIR%%/include/classes/helpers/CCookieHelper.php +%%WWWDIR%%/include/classes/helpers/CCorrelationHelper.php +%%WWWDIR%%/include/classes/helpers/CCsrfTokenHelper.php +%%WWWDIR%%/include/classes/helpers/CCuid.php +%%WWWDIR%%/include/classes/helpers/CDashboardHelper.php +%%WWWDIR%%/include/classes/helpers/CDataCacheHelper.php +%%WWWDIR%%/include/classes/helpers/CDocHelper.php +%%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php +%%WWWDIR%%/include/classes/helpers/CEncryptHelper.php +%%WWWDIR%%/include/classes/helpers/CGraphGeneralHelper.php +%%WWWDIR%%/include/classes/helpers/CGraphHelper.php +%%WWWDIR%%/include/classes/helpers/CGraphPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CHintBoxHelper.php +%%WWWDIR%%/include/classes/helpers/CHostPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CHousekeepingHelper.php +%%WWWDIR%%/include/classes/helpers/CItemGeneralHelper.php +%%WWWDIR%%/include/classes/helpers/CItemHelper.php +%%WWWDIR%%/include/classes/helpers/CItemPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CLldRuleHelper.php +%%WWWDIR%%/include/classes/helpers/CLldRulePrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CMaintenanceHelper.php +%%WWWDIR%%/include/classes/helpers/CMapHelper.php +%%WWWDIR%%/include/classes/helpers/CMathHelper.php +%%WWWDIR%%/include/classes/helpers/CMediatypeHelper.php +%%WWWDIR%%/include/classes/helpers/CMenuHelper.php +%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php +%%WWWDIR%%/include/classes/helpers/CMessageHelper.php +%%WWWDIR%%/include/classes/helpers/CPagerHelper.php +%%WWWDIR%%/include/classes/helpers/CRegexHelper.php +%%WWWDIR%%/include/classes/helpers/CRoleHelper.php +%%WWWDIR%%/include/classes/helpers/CServiceHelper.php +%%WWWDIR%%/include/classes/helpers/CSessionHelper.php +%%WWWDIR%%/include/classes/helpers/CSettingsHelper.php +%%WWWDIR%%/include/classes/helpers/CSeverityHelper.php +%%WWWDIR%%/include/classes/helpers/CSlaHelper.php +%%WWWDIR%%/include/classes/helpers/CSystemInfoHelper.php +%%WWWDIR%%/include/classes/helpers/CTagFilterFieldHelper.php +%%WWWDIR%%/include/classes/helpers/CTemplateHelper.php +%%WWWDIR%%/include/classes/helpers/CTimePeriodHelper.php +%%WWWDIR%%/include/classes/helpers/CTimezoneHelper.php +%%WWWDIR%%/include/classes/helpers/CTriggerGeneralHelper.php +%%WWWDIR%%/include/classes/helpers/CTriggerHelper.php +%%WWWDIR%%/include/classes/helpers/CTriggerPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CUploadFile.php +%%WWWDIR%%/include/classes/helpers/CValueMapHelper.php +%%WWWDIR%%/include/classes/helpers/CViewHelper.php +%%WWWDIR%%/include/classes/html/CActionButtonList.php +%%WWWDIR%%/include/classes/html/CBarGauge.php +%%WWWDIR%%/include/classes/html/CBreadcrumbs.php +%%WWWDIR%%/include/classes/html/CButton.php +%%WWWDIR%%/include/classes/html/CButtonCancel.php +%%WWWDIR%%/include/classes/html/CButtonDelete.php +%%WWWDIR%%/include/classes/html/CButtonDropdown.php +%%WWWDIR%%/include/classes/html/CButtonExport.php +%%WWWDIR%%/include/classes/html/CButtonIcon.php +%%WWWDIR%%/include/classes/html/CButtonLink.php +%%WWWDIR%%/include/classes/html/CButtonQMessage.php +%%WWWDIR%%/include/classes/html/CCheckBox.php +%%WWWDIR%%/include/classes/html/CCheckBoxList.php +%%WWWDIR%%/include/classes/html/CClock.php +%%WWWDIR%%/include/classes/html/CCol.php +%%WWWDIR%%/include/classes/html/CColHeader.php +%%WWWDIR%%/include/classes/html/CColorPicker.php +%%WWWDIR%%/include/classes/html/CDateSelector.php +%%WWWDIR%%/include/classes/html/CDiv.php +%%WWWDIR%%/include/classes/html/CExpandableSubfilter.php +%%WWWDIR%%/include/classes/html/CFile.php +%%WWWDIR%%/include/classes/html/CFilter.php +%%WWWDIR%%/include/classes/html/CForm.php +%%WWWDIR%%/include/classes/html/CFormActions.php +%%WWWDIR%%/include/classes/html/CFormField.php +%%WWWDIR%%/include/classes/html/CFormFieldset.php +%%WWWDIR%%/include/classes/html/CFormFieldsetCollapsible.php +%%WWWDIR%%/include/classes/html/CFormGrid.php +%%WWWDIR%%/include/classes/html/CFormList.php +%%WWWDIR%%/include/classes/html/CHorList.php +%%WWWDIR%%/include/classes/html/CHostAvailability.php +%%WWWDIR%%/include/classes/html/CHtmlEntity.php +%%WWWDIR%%/include/classes/html/CHtmlPage.php +%%WWWDIR%%/include/classes/html/CHtmlPageHeader.php +%%WWWDIR%%/include/classes/html/CIFrame.php +%%WWWDIR%%/include/classes/html/CIcon.php +%%WWWDIR%%/include/classes/html/CImageTextTable.php +%%WWWDIR%%/include/classes/html/CImg.php +%%WWWDIR%%/include/classes/html/CInput.php +%%WWWDIR%%/include/classes/html/CInputSecret.php +%%WWWDIR%%/include/classes/html/CJsScript.php +%%WWWDIR%%/include/classes/html/CLabel.php +%%WWWDIR%%/include/classes/html/CLink.php +%%WWWDIR%%/include/classes/html/CLinkAction.php +%%WWWDIR%%/include/classes/html/CList.php +%%WWWDIR%%/include/classes/html/CListItem.php +%%WWWDIR%%/include/classes/html/CMacroValue.php +%%WWWDIR%%/include/classes/html/CMarkdown.php +%%WWWDIR%%/include/classes/html/CMenu.php +%%WWWDIR%%/include/classes/html/CMenuItem.php +%%WWWDIR%%/include/classes/html/CMultiSelect.php +%%WWWDIR%%/include/classes/html/CMultilineInput.php +%%WWWDIR%%/include/classes/html/CNumericBox.php +%%WWWDIR%%/include/classes/html/CObject.php +%%WWWDIR%%/include/classes/html/CPassBox.php +%%WWWDIR%%/include/classes/html/CPatternSelect.php +%%WWWDIR%%/include/classes/html/CPre.php +%%WWWDIR%%/include/classes/html/CRadioButtonList.php +%%WWWDIR%%/include/classes/html/CRadioCardList.php +%%WWWDIR%%/include/classes/html/CRangeControl.php +%%WWWDIR%%/include/classes/html/CRedirectButton.php +%%WWWDIR%%/include/classes/html/CRow.php +%%WWWDIR%%/include/classes/html/CRowHeader.php +%%WWWDIR%%/include/classes/html/CScriptTag.php +%%WWWDIR%%/include/classes/html/CSection.php +%%WWWDIR%%/include/classes/html/CSectionCollapsible.php +%%WWWDIR%%/include/classes/html/CSelect.php +%%WWWDIR%%/include/classes/html/CSelectOption.php +%%WWWDIR%%/include/classes/html/CSelectOptionGroup.php +%%WWWDIR%%/include/classes/html/CSeverity.php +%%WWWDIR%%/include/classes/html/CSimpleButton.php +%%WWWDIR%%/include/classes/html/CSpan.php +%%WWWDIR%%/include/classes/html/CSparkline.php +%%WWWDIR%%/include/classes/html/CSubmit.php +%%WWWDIR%%/include/classes/html/CSubmitButton.php +%%WWWDIR%%/include/classes/html/CSup.php +%%WWWDIR%%/include/classes/html/CTabFilter.php +%%WWWDIR%%/include/classes/html/CTabView.php +%%WWWDIR%%/include/classes/html/CTable.php +%%WWWDIR%%/include/classes/html/CTableColumn.php +%%WWWDIR%%/include/classes/html/CTableInfo.php +%%WWWDIR%%/include/classes/html/CTag.php +%%WWWDIR%%/include/classes/html/CTemplateTag.php +%%WWWDIR%%/include/classes/html/CTextArea.php +%%WWWDIR%%/include/classes/html/CTextAreaFlexible.php +%%WWWDIR%%/include/classes/html/CTextBox.php +%%WWWDIR%%/include/classes/html/CVar.php +%%WWWDIR%%/include/classes/html/CVertical.php +%%WWWDIR%%/include/classes/html/CVisibilityBox.php +%%WWWDIR%%/include/classes/html/CWarning.php +%%WWWDIR%%/include/classes/html/interfaces/CButtonInterface.php +%%WWWDIR%%/include/classes/html/svg/CSvg.php +%%WWWDIR%%/include/classes/html/svg/CSvgArrow.php +%%WWWDIR%%/include/classes/html/svg/CSvgCircle.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphArea.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphAxis.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphClipArea.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphGrid.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphLine.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphMetricsBar.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphMetricsLine.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphMetricsPoint.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphPercentile.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphProblems.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphSimpleTrigger.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphWorkingTime.php +%%WWWDIR%%/include/classes/html/svg/CSvgGroup.php +%%WWWDIR%%/include/classes/html/svg/CSvgLine.php +%%WWWDIR%%/include/classes/html/svg/CSvgPath.php +%%WWWDIR%%/include/classes/html/svg/CSvgPolygon.php +%%WWWDIR%%/include/classes/html/svg/CSvgRect.php +%%WWWDIR%%/include/classes/html/svg/CSvgTag.php +%%WWWDIR%%/include/classes/html/svg/CSvgText.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFieldView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFieldsGroupView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFormFieldsetCollapsibleView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFormView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldCheckBoxListView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldCheckBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldColorView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldDatePickerView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldIntegerBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldLatLngView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectActionView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphPrototypeView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGroupView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectHostInventoryView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectHostView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemPrototypeView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMapView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMediaTypeView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectOverrideHostView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectServiceView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectSlaView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectUserView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldNumericBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectHostView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectItemView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldRadioButtonListView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldRangeControlView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldSelectView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldSeveritiesView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldSparklineView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTagsView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTextAreaView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTextBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldThresholdsView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTimePeriodView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTimeZoneView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldUrlView.php +%%WWWDIR%%/include/classes/import/CConfigurationImport.php +%%WWWDIR%%/include/classes/import/CConfigurationImportcompare.php +%%WWWDIR%%/include/classes/import/CImportDataAdapter.php +%%WWWDIR%%/include/classes/import/CImportReferencer.php +%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php +%%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php +%%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php +%%WWWDIR%%/include/classes/import/converters/C20ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C20ItemKeyConverter.php +%%WWWDIR%%/include/classes/import/converters/C20TriggerConverter.php +%%WWWDIR%%/include/classes/import/converters/C30ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C34ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C40ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C42ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C44ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C50ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C52AggregateItemKeyConverter.php +%%WWWDIR%%/include/classes/import/converters/C52CalculatedItemConverter.php +%%WWWDIR%%/include/classes/import/converters/C52EventNameConverter.php +%%WWWDIR%%/include/classes/import/converters/C52ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C52TriggerExpressionConverter.php +%%WWWDIR%%/include/classes/import/converters/C54ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C54SimpleMacroConverter.php +%%WWWDIR%%/include/classes/import/converters/C60ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C62ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C64ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C70ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C72ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/CConstantImportConverter.php +%%WWWDIR%%/include/classes/import/converters/CConverter.php +%%WWWDIR%%/include/classes/import/converters/CDefaultImportConverter.php +%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php +%%WWWDIR%%/include/classes/import/converters/CImportDataNormalizer.php +%%WWWDIR%%/include/classes/import/converters/CTemplateScreenConverter.php +%%WWWDIR%%/include/classes/import/importers/CHostImporter.php +%%WWWDIR%%/include/classes/import/importers/CImporter.php +%%WWWDIR%%/include/classes/import/importers/CMapImporter.php +%%WWWDIR%%/include/classes/import/importers/CTemplateDashboardImporter.php +%%WWWDIR%%/include/classes/import/importers/CTemplateImporter.php +%%WWWDIR%%/include/classes/import/readers/CImportReader.php +%%WWWDIR%%/include/classes/import/readers/CImportReaderFactory.php +%%WWWDIR%%/include/classes/import/readers/CJsonImportReader.php +%%WWWDIR%%/include/classes/import/readers/CXmlImportReader.php +%%WWWDIR%%/include/classes/import/readers/CYamlImportReader.php +%%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C40XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C42XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C44XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C50XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C52XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C54XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C60XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C62XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C64XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C70XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C72XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C74XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/CImportValidatorFactory.php +%%WWWDIR%%/include/classes/import/validators/CImportXmlValidator.php +%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php +%%WWWDIR%%/include/classes/ldap/CLdap.php +%%WWWDIR%%/include/classes/macros/CMacroFunction.php +%%WWWDIR%%/include/classes/macros/CMacrosResolver.php +%%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php +%%WWWDIR%%/include/classes/macros/CMacrosResolverHelper.php +%%WWWDIR%%/include/classes/mvc/CAccessDeniedException.php +%%WWWDIR%%/include/classes/mvc/CController.php +%%WWWDIR%%/include/classes/mvc/CControllerResponse.php +%%WWWDIR%%/include/classes/mvc/CControllerResponseData.php +%%WWWDIR%%/include/classes/mvc/CControllerResponseFatal.php +%%WWWDIR%%/include/classes/mvc/CControllerResponseRedirect.php +%%WWWDIR%%/include/classes/mvc/CLegacyAction.php +%%WWWDIR%%/include/classes/mvc/CPartial.php +%%WWWDIR%%/include/classes/mvc/CRouter.php +%%WWWDIR%%/include/classes/mvc/CView.php +%%WWWDIR%%/include/classes/parsers/C10ExpressionMacroParser.php +%%WWWDIR%%/include/classes/parsers/C10FunctionMacroParser.php +%%WWWDIR%%/include/classes/parsers/C10FunctionParser.php +%%WWWDIR%%/include/classes/parsers/C10TriggerExpression.php +%%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php +%%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php +%%WWWDIR%%/include/classes/parsers/CAddressParser.php +%%WWWDIR%%/include/classes/parsers/CConditionFormula.php +%%WWWDIR%%/include/classes/parsers/CDnsParser.php +%%WWWDIR%%/include/classes/parsers/CEscapedStringParser.php +%%WWWDIR%%/include/classes/parsers/CExpressionMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CExpressionMacroParser.php +%%WWWDIR%%/include/classes/parsers/CExpressionParser.php +%%WWWDIR%%/include/classes/parsers/CFilterParser.php +%%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php +%%WWWDIR%%/include/classes/parsers/CGeomapCoordinatesParser.php +%%WWWDIR%%/include/classes/parsers/CHistFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CHostGroupNameParser.php +%%WWWDIR%%/include/classes/parsers/CHostNameParser.php +%%WWWDIR%%/include/classes/parsers/CIPParser.php +%%WWWDIR%%/include/classes/parsers/CIPRangeParser.php +%%WWWDIR%%/include/classes/parsers/CIPv4Parser.php +%%WWWDIR%%/include/classes/parsers/CIPv6Parser.php +%%WWWDIR%%/include/classes/parsers/CItemKey.php +%%WWWDIR%%/include/classes/parsers/CLLDMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php +%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CMacroParser.php +%%WWWDIR%%/include/classes/parsers/CNumberParser.php +%%WWWDIR%%/include/classes/parsers/CParser.php +%%WWWDIR%%/include/classes/parsers/CPeriodParser.php +%%WWWDIR%%/include/classes/parsers/CPortParser.php +%%WWWDIR%%/include/classes/parsers/CPortRangeParser.php +%%WWWDIR%%/include/classes/parsers/CPrometheusOutputParser.php +%%WWWDIR%%/include/classes/parsers/CPrometheusPatternParser.php +%%WWWDIR%%/include/classes/parsers/CQueryParser.php +%%WWWDIR%%/include/classes/parsers/CRangeParser.php +%%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php +%%WWWDIR%%/include/classes/parsers/CRangesParser.php +%%WWWDIR%%/include/classes/parsers/CReferenceParser.php +%%WWWDIR%%/include/classes/parsers/CRelativeTimeParser.php +%%WWWDIR%%/include/classes/parsers/CSchedulingIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CSetParser.php +%%WWWDIR%%/include/classes/parsers/CSimpleIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CTimePeriodParser.php +%%WWWDIR%%/include/classes/parsers/CTimePeriodsParser.php +%%WWWDIR%%/include/classes/parsers/CTriggerExpressionParser.php +%%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CUserMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CUserMacroParser.php +%%WWWDIR%%/include/classes/parsers/CValidationRule.php +%%WWWDIR%%/include/classes/parsers/CVaultSecretParser.php +%%WWWDIR%%/include/classes/parsers/results/C10TriggerExprParserResult.php +%%WWWDIR%%/include/classes/parsers/results/CExpressionParserResult.php +%%WWWDIR%%/include/classes/parsers/results/CParserResult.php +%%WWWDIR%%/include/classes/regexp/CGlobalRegexp.php +%%WWWDIR%%/include/classes/routing/CUrl.php +%%WWWDIR%%/include/classes/routing/CUrlFactory.php +%%WWWDIR%%/include/classes/scim/API.php +%%WWWDIR%%/include/classes/scim/HttpResponse.php +%%WWWDIR%%/include/classes/scim/ScimApiService.php +%%WWWDIR%%/include/classes/scim/clients/ScimApiClient.php +%%WWWDIR%%/include/classes/scim/services/Group.php +%%WWWDIR%%/include/classes/scim/services/ServiceProviderConfig.php +%%WWWDIR%%/include/classes/scim/services/User.php +%%WWWDIR%%/include/classes/screens/CScreenBase.php +%%WWWDIR%%/include/classes/screens/CScreenBuilder.php +%%WWWDIR%%/include/classes/screens/CScreenDiscovery.php +%%WWWDIR%%/include/classes/screens/CScreenHistory.php +%%WWWDIR%%/include/classes/screens/CScreenHttpTest.php +%%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php +%%WWWDIR%%/include/classes/screens/CScreenMap.php +%%WWWDIR%%/include/classes/screens/CScreenProblem.php +%%WWWDIR%%/include/classes/server/CZabbixServer.php +%%WWWDIR%%/include/classes/services/CTabFilterProfile.php +%%WWWDIR%%/include/classes/setup/CFrontendSetup.php +%%WWWDIR%%/include/classes/setup/CSetupWizard.php +%%WWWDIR%%/include/classes/user/CFavorite.php +%%WWWDIR%%/include/classes/user/CProfile.php +%%WWWDIR%%/include/classes/user/CProvisioning.php +%%WWWDIR%%/include/classes/user/CWebUser.php +%%WWWDIR%%/include/classes/validators/CActionCondValidator.php +%%WWWDIR%%/include/classes/validators/CApiInputValidator.php +%%WWWDIR%%/include/classes/validators/CCalcFormulaValidator.php +%%WWWDIR%%/include/classes/validators/CColorValidator.php +%%WWWDIR%%/include/classes/validators/CEmailValidator.php +%%WWWDIR%%/include/classes/validators/CEventCorrCondValidator.php +%%WWWDIR%%/include/classes/validators/CEventNameValidator.php +%%WWWDIR%%/include/classes/validators/CExpressionValidator.php +%%WWWDIR%%/include/classes/validators/CFormValidator.php +%%WWWDIR%%/include/classes/validators/CHistFunctionValidator.php +%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php +%%WWWDIR%%/include/classes/validators/CIdValidator.php +%%WWWDIR%%/include/classes/validators/CItemKeyValidator.php +%%WWWDIR%%/include/classes/validators/CJsonValidator.php +%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php +%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php +%%WWWDIR%%/include/classes/validators/CMathFunctionValidator.php +%%WWWDIR%%/include/classes/validators/CNewValidator.php +%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php +%%WWWDIR%%/include/classes/validators/CPasswordComplexityValidator.php +%%WWWDIR%%/include/classes/validators/CRegexValidator.php +%%WWWDIR%%/include/classes/validators/CStringValidator.php +%%WWWDIR%%/include/classes/validators/CTimeUnitValidator.php +%%WWWDIR%%/include/classes/validators/CUrlValidator.php +%%WWWDIR%%/include/classes/validators/CValidator.php +%%WWWDIR%%/include/classes/validators/CXmlValidator.php +%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php +%%WWWDIR%%/include/classes/validators/object/CUpdateDiscoveredValidator.php +%%WWWDIR%%/include/classes/vaults/CVault.php +%%WWWDIR%%/include/classes/vaults/CVaultCyberArk.php +%%WWWDIR%%/include/classes/vaults/CVaultHashiCorp.php +%%WWWDIR%%/include/classes/widgets/CWidgetField.php +%%WWWDIR%%/include/classes/widgets/CWidgetForm.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldColor.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldDatePicker.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldIntegerBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldLatLng.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectAction.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectGraph.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectGraphPrototype.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectGroup.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectHost.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectHostInventory.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectItem.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectItemPrototype.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectMap.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectMediaType.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectOverrideHost.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectService.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectSla.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectUser.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNavTree.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNumericBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelectHost.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelectItem.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldReference.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSeverities.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSparkline.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTags.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextArea.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldThresholds.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTimePeriod.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTimeZone.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldUrl.php +%%WWWDIR%%/include/classes/xml/CXmlConstantName.php +%%WWWDIR%%/include/classes/xml/CXmlConstantValue.php +%%WWWDIR%%/include/config.inc.php +%%WWWDIR%%/include/db.inc.php +%%WWWDIR%%/include/debug.inc.php +%%WWWDIR%%/include/defines.inc.php +%%WWWDIR%%/include/discovery.inc.php +%%WWWDIR%%/include/draw.inc.php +%%WWWDIR%%/include/events.inc.php +%%WWWDIR%%/include/forms.inc.php +%%WWWDIR%%/include/func.inc.php +%%WWWDIR%%/include/gettextwrapper.inc.php +%%WWWDIR%%/include/graphs.inc.php +%%WWWDIR%%/include/hostgroups.inc.php +%%WWWDIR%%/include/hosts.inc.php +%%WWWDIR%%/include/html.inc.php +%%WWWDIR%%/include/httptest.inc.php +%%WWWDIR%%/include/images.inc.php +%%WWWDIR%%/include/items.inc.php +%%WWWDIR%%/include/js.inc.php +%%WWWDIR%%/include/locales.inc.php +%%WWWDIR%%/include/maps.inc.php +%%WWWDIR%%/include/page_footer.php +%%WWWDIR%%/include/page_header.php +%%WWWDIR%%/include/perm.inc.php +%%WWWDIR%%/include/schema.inc.php +%%WWWDIR%%/include/sounds.inc.php +%%WWWDIR%%/include/translateDefines.inc.php +%%WWWDIR%%/include/triggers.inc.php +%%WWWDIR%%/include/users.inc.php +%%WWWDIR%%/include/validate.inc.php +%%WWWDIR%%/include/views/configuration.host.discovery.edit.php +%%WWWDIR%%/include/views/configuration.host.discovery.list.php +%%WWWDIR%%/include/views/configuration.host.discovery.prototype.edit.php +%%WWWDIR%%/include/views/configuration.host.discovery.prototype.list.php +%%WWWDIR%%/include/views/configuration.host.prototype.edit.php +%%WWWDIR%%/include/views/configuration.host.prototype.list.php +%%WWWDIR%%/include/views/configuration.httpconf.edit.php +%%WWWDIR%%/include/views/configuration.httpconf.list.php +%%WWWDIR%%/include/views/general.browserwarning.php +%%WWWDIR%%/include/views/general.login.php +%%WWWDIR%%/include/views/general.warning.php +%%WWWDIR%%/include/views/inventory.host.list.php +%%WWWDIR%%/include/views/inventory.host.view.php +%%WWWDIR%%/include/views/js/common.init.js.php +%%WWWDIR%%/include/views/js/common.item.edit.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.overr.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.list.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.prototype.list.js.php +%%WWWDIR%%/include/views/js/configuration.host.prototype.edit.js.php +%%WWWDIR%%/include/views/js/configuration.host.prototype.list.js.php +%%WWWDIR%%/include/views/js/configuration.httpconf.edit.js.php +%%WWWDIR%%/include/views/js/configuration.httpconf.list.js.php +%%WWWDIR%%/include/views/js/inventory.host.view.js.php +%%WWWDIR%%/include/views/js/item.preprocessing.js.php +%%WWWDIR%%/include/views/js/itemtest.js.php +%%WWWDIR%%/include/views/js/mfa.login.js.php +%%WWWDIR%%/include/views/js/monitoring.history.js.php +%%WWWDIR%%/include/views/js/monitoring.sysmap.edit.js.php +%%WWWDIR%%/include/views/js/monitoring.sysmaps.js.php +%%WWWDIR%%/include/views/js/tr_events.js.php +%%WWWDIR%%/include/views/mfa.login.php +%%WWWDIR%%/include/views/monitoring.history.php +%%WWWDIR%%/include/views/monitoring.sysmap.constructor.php +%%WWWDIR%%/include/views/monitoring.sysmap.edit.php +%%WWWDIR%%/include/views/monitoring.sysmap.list.php +%%WWWDIR%%/index.php +%%WWWDIR%%/index_http.php +%%WWWDIR%%/index_mfa.php +%%WWWDIR%%/index_sso.php +%%WWWDIR%%/js/browsers.js +%%WWWDIR%%/js/chkbxrange.js +%%WWWDIR%%/js/class.base-component.js +%%WWWDIR%%/js/class.browsertab.js +%%WWWDIR%%/js/class.calendar.js +%%WWWDIR%%/js/class.cdate.js +%%WWWDIR%%/js/class.cdebug.js +%%WWWDIR%%/js/class.cnavtree.js +%%WWWDIR%%/js/class.cookie.js +%%WWWDIR%%/js/class.coverride.js +%%WWWDIR%%/js/class.crangecontrol.js +%%WWWDIR%%/js/class.csuggest.js +%%WWWDIR%%/js/class.csvggraph.js +%%WWWDIR%%/js/class.curl.js +%%WWWDIR%%/js/class.cverticalaccordion.js +%%WWWDIR%%/js/class.cviewswitcher.js +%%WWWDIR%%/js/class.dashboard.js +%%WWWDIR%%/js/class.dashboard.page.js +%%WWWDIR%%/js/class.dashboard.print.js +%%WWWDIR%%/js/class.dashboard.widget.placeholder.js +%%WWWDIR%%/js/class.event-hub.event.js +%%WWWDIR%%/js/class.event-hub.js +%%WWWDIR%%/js/class.expandable.subfilter.js +%%WWWDIR%%/js/class.form.fieldset.collapsible.js +%%WWWDIR%%/js/class.form.js +%%WWWDIR%%/js/class.form.validator.js +%%WWWDIR%%/js/class.geomaps.js +%%WWWDIR%%/js/class.imagecache.js +%%WWWDIR%%/js/class.localstorage.js +%%WWWDIR%%/js/class.menu-item.js +%%WWWDIR%%/js/class.menu.js +%%WWWDIR%%/js/class.navigationtree.js +%%WWWDIR%%/js/class.notification.collection.js +%%WWWDIR%%/js/class.notification.js +%%WWWDIR%%/js/class.notifications.audio.js +%%WWWDIR%%/js/class.notifications.js +%%WWWDIR%%/js/class.overlay.js +%%WWWDIR%%/js/class.overlaycollection.js +%%WWWDIR%%/js/class.popup-manager.event.js +%%WWWDIR%%/js/class.popup-manager.js +%%WWWDIR%%/js/class.rpc.js +%%WWWDIR%%/js/class.script.js +%%WWWDIR%%/js/class.scrollable.js +%%WWWDIR%%/js/class.sidebar.js +%%WWWDIR%%/js/class.software-version-check.js +%%WWWDIR%%/js/class.sortable.js +%%WWWDIR%%/js/class.tab-indicators.js +%%WWWDIR%%/js/class.tabfilter.js +%%WWWDIR%%/js/class.tabfilteritem.js +%%WWWDIR%%/js/class.tagfilteritem.js +%%WWWDIR%%/js/class.template.js +%%WWWDIR%%/js/class.widget-base.js +%%WWWDIR%%/js/class.widget-edit.dialogue.js +%%WWWDIR%%/js/class.widget-edit.sandbox.js +%%WWWDIR%%/js/class.widget-edit.validator.js +%%WWWDIR%%/js/class.widget-field-event.js +%%WWWDIR%%/js/class.widget-field.checkbox-list.js +%%WWWDIR%%/js/class.widget-field.checkbox.js +%%WWWDIR%%/js/class.widget-field.color.js +%%WWWDIR%%/js/class.widget-field.date-picker.js +%%WWWDIR%%/js/class.widget-field.integer-box.js +%%WWWDIR%%/js/class.widget-field.js +%%WWWDIR%%/js/class.widget-field.lat-lng.js +%%WWWDIR%%/js/class.widget-field.multiselect.js +%%WWWDIR%%/js/class.widget-field.numeric-box.js +%%WWWDIR%%/js/class.widget-field.pattern-select.js +%%WWWDIR%%/js/class.widget-field.radio-button-list.js +%%WWWDIR%%/js/class.widget-field.range-control.js +%%WWWDIR%%/js/class.widget-field.select.js +%%WWWDIR%%/js/class.widget-field.severities.js +%%WWWDIR%%/js/class.widget-field.tags.js +%%WWWDIR%%/js/class.widget-field.text-area.js +%%WWWDIR%%/js/class.widget-field.text-box.js +%%WWWDIR%%/js/class.widget-field.thresholds.js +%%WWWDIR%%/js/class.widget-field.time-period.js +%%WWWDIR%%/js/class.widget-field.time-zone.js +%%WWWDIR%%/js/class.widget-field.url.js +%%WWWDIR%%/js/class.widget-form-event.js +%%WWWDIR%%/js/class.widget-form.js +%%WWWDIR%%/js/class.widget-select.popup.js +%%WWWDIR%%/js/class.widget.create-placeholder.js +%%WWWDIR%%/js/class.widget.inaccessible.js +%%WWWDIR%%/js/class.widget.iterator.js +%%WWWDIR%%/js/class.widget.js +%%WWWDIR%%/js/class.widget.misconfigured.js +%%WWWDIR%%/js/class.widgets-data.js +%%WWWDIR%%/js/common.js +%%WWWDIR%%/js/component.z-bar-gauge.js +%%WWWDIR%%/js/component.z-color-picker.js +%%WWWDIR%%/js/component.z-select.js +%%WWWDIR%%/js/component.z-sparkline.js +%%WWWDIR%%/js/component.z-vertical.js +%%WWWDIR%%/js/defines.js +%%WWWDIR%%/js/fields/class.field.array.js +%%WWWDIR%%/js/fields/class.field.checkbox.js +%%WWWDIR%%/js/fields/class.field.hidden.js +%%WWWDIR%%/js/fields/class.field.js +%%WWWDIR%%/js/fields/class.field.multiline.js +%%WWWDIR%%/js/fields/class.field.multiselect.js +%%WWWDIR%%/js/fields/class.field.radiolist.js +%%WWWDIR%%/js/fields/class.field.set.js +%%WWWDIR%%/js/fields/class.field.textarea.js +%%WWWDIR%%/js/fields/class.field.textbox.js +%%WWWDIR%%/js/fields/class.field.zselect.js +%%WWWDIR%%/js/flickerfreescreen.js +%%WWWDIR%%/js/functions.js +%%WWWDIR%%/js/gtlc.js +%%WWWDIR%%/js/hostinterfacemanager.js +%%WWWDIR%%/js/hostmacrosmanager.js +%%WWWDIR%%/js/init.js +%%WWWDIR%%/js/inputsecret.js +%%WWWDIR%%/js/layout.mode.js +%%WWWDIR%%/js/macrovalue.js +%%WWWDIR%%/js/main.js +%%WWWDIR%%/js/menupopup.js +%%WWWDIR%%/js/multilineinput.js +%%WWWDIR%%/js/multiselect.js +%%WWWDIR%%/js/pages/items.js +%%WWWDIR%%/js/pages/report4.js +%%WWWDIR%%/js/pages/setup.js +%%WWWDIR%%/js/pages/sysmap/class.cmap.js +%%WWWDIR%%/js/pages/sysmap/class.link.js +%%WWWDIR%%/js/pages/sysmap/class.selement.js +%%WWWDIR%%/js/pages/sysmap/class.shape.js +%%WWWDIR%%/js/pages/sysmap/forms/class.linkform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.massform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.massshapeform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.selementform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.shapeform.js +%%WWWDIR%%/js/pages/sysmap/sysmap.js +%%WWWDIR%%/js/servercheck.js +%%WWWDIR%%/js/textareaflexible.js +%%WWWDIR%%/js/vector/canvas/class.svgcanvas.js +%%WWWDIR%%/js/vector/canvas/class.svgelement.js +%%WWWDIR%%/js/vector/canvas/class.svgtextarea.js +%%WWWDIR%%/js/vector/svgmap/class.svgmap.js +%%WWWDIR%%/js/vector/svgmap/class.svgmapelement.js +%%WWWDIR%%/js/vector/svgmap/class.svgmaplink.js +%%WWWDIR%%/js/vector/svgmap/class.svgmapshape.js +%%WWWDIR%%/js/vendors/D3/LICENSE +%%WWWDIR%%/js/vendors/D3/d3.js +%%WWWDIR%%/js/vendors/Leaflet.markercluster/LICENSE +%%WWWDIR%%/js/vendors/Leaflet.markercluster/leaflet.markercluster.js +%%WWWDIR%%/js/vendors/Leaflet/LICENSE +%%WWWDIR%%/js/vendors/Leaflet/leaflet.js +%%WWWDIR%%/js/vendors/jQuery/LICENSE +%%WWWDIR%%/js/vendors/jQuery/jquery.js +%%WWWDIR%%/js/vendors/jQueryUI/LICENSE +%%WWWDIR%%/js/vendors/jQueryUI/jquery-ui.js +%%WWWDIR%%/js/vendors/qrcode/LICENSE +%%WWWDIR%%/js/vendors/qrcode/qrcode.js +%%WWWDIR%%/jsLoader.php +%%WWWDIR%%/jsrpc.php +%%WWWDIR%%/local/.htaccess +%%WWWDIR%%/local/README +%%WWWDIR%%/locale/README +%%WWWDIR%%/locale/add_new_language.sh +%%WWWDIR%%/locale/ar/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ar/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/da/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/da/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/en_GB/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/en_GB/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.pot +%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/kk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/kk/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/make_mo.sh +%%WWWDIR%%/locale/nb_NO/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/nb_NO/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/sr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/sr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/th/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/th/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/update_po.sh +%%WWWDIR%%/locale/uz/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/uz/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.po +%%WWWDIR%%/map.php +%%WWWDIR%%/report4.php +%%WWWDIR%%/robots.txt +%%WWWDIR%%/setup.php +%%WWWDIR%%/sysmap.php +%%WWWDIR%%/sysmaps.php +%%WWWDIR%%/tr_events.php +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/bin/yaml-lint +%%WWWDIR%%/vendor/bin/yaml-lint.bat +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/InstalledVersions.php +%%WWWDIR%%/vendor/composer/LICENSE +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_files.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_psr4.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/autoload_static.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/composer/installed.php +%%WWWDIR%%/vendor/composer/platform_check.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/.duo_linting.xml +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/.github/workflows/php_ci.yml +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/LICENSE +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/README.md +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/SECURITY.md +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/composer.json +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/README.md +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/composer.json +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/dockerfile +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/duo.conf +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/index.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/static/images/logo.png +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/static/style.css +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/templates/login.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/templates/success.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/src/Client.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/src/DuoException.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/src/ca_certs.pem +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/tests/ClientTest.php +%%WWWDIR%%/vendor/erusev/parsedown/LICENSE.txt +%%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php +%%WWWDIR%%/vendor/erusev/parsedown/README.md +%%WWWDIR%%/vendor/erusev/parsedown/composer.json +%%WWWDIR%%/vendor/firebase/php-jwt/CHANGELOG.md +%%WWWDIR%%/vendor/firebase/php-jwt/LICENSE +%%WWWDIR%%/vendor/firebase/php-jwt/README.md +%%WWWDIR%%/vendor/firebase/php-jwt/composer.json +%%WWWDIR%%/vendor/firebase/php-jwt/src/BeforeValidException.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/CachedKeySet.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/ExpiredException.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWK.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWT.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/Key.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/SignatureInvalidException.php +%%WWWDIR%%/vendor/onelogin/php-saml/CHANGELOG +%%WWWDIR%%/vendor/onelogin/php-saml/LICENSE +%%WWWDIR%%/vendor/onelogin/php-saml/README.md +%%WWWDIR%%/vendor/onelogin/php-saml/_toolkit_loader.php +%%WWWDIR%%/vendor/onelogin/php-saml/advanced_settings_example.php +%%WWWDIR%%/vendor/onelogin/php-saml/certs/README +%%WWWDIR%%/vendor/onelogin/php-saml/composer.json +%%WWWDIR%%/vendor/onelogin/php-saml/phpunit.xml +%%WWWDIR%%/vendor/onelogin/php-saml/settings_example.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Auth.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/AuthnRequest.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Constants.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Error.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/IdPMetadataParser.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/LogoutRequest.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/LogoutResponse.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Metadata.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Response.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Settings.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Utils.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/ValidationError.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-assertion-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-metadata-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-protocol-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-metadata-attr.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-attribute-ext.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/xenc-schema.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/xml.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/xmldsig-core-schema.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/version.json +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/LICENSE.txt +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/README.md +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/composer.json +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base32.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base32Hex.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Binary.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Encoding.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Hex.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/RFC4648.php +%%WWWDIR%%/vendor/pragmarx/google2fa/CHANGELOG.md +%%WWWDIR%%/vendor/pragmarx/google2fa/LICENSE.md +%%WWWDIR%%/vendor/pragmarx/google2fa/README.md +%%WWWDIR%%/vendor/pragmarx/google2fa/composer.json +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/Google2FA.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidAlgorithm.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidCharacters.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/SecretKeyTooShort.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/InvalidAlgorithmException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Google2FA.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Support/Base32.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Support/Constants.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Support/QRCode.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/CHANGELOG.txt +%%WWWDIR%%/vendor/robrichards/xmlseclibs/LICENSE +%%WWWDIR%%/vendor/robrichards/xmlseclibs/README.md +%%WWWDIR%%/vendor/robrichards/xmlseclibs/composer.json +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/Utils/XPath.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/XMLSecEnc.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/xmlseclibs.php +%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/deprecation-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md +%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json +%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-ctype/README.md +%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json +%%WWWDIR%%/vendor/symfony/yaml/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/yaml/Command/LintCommand.php +%%WWWDIR%%/vendor/symfony/yaml/Dumper.php +%%WWWDIR%%/vendor/symfony/yaml/Escaper.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/DumpException.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/ParseException.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/yaml/Inline.php +%%WWWDIR%%/vendor/symfony/yaml/LICENSE +%%WWWDIR%%/vendor/symfony/yaml/Parser.php +%%WWWDIR%%/vendor/symfony/yaml/README.md +%%WWWDIR%%/vendor/symfony/yaml/Resources/bin/yaml-lint +%%WWWDIR%%/vendor/symfony/yaml/Tag/TaggedValue.php +%%WWWDIR%%/vendor/symfony/yaml/Unescaper.php +%%WWWDIR%%/vendor/symfony/yaml/Yaml.php +%%WWWDIR%%/vendor/symfony/yaml/composer.json +%%WWWDIR%%/widgets/actionlog/Widget.php +%%WWWDIR%%/widgets/actionlog/actions/WidgetView.php +%%WWWDIR%%/widgets/actionlog/assets/js/class.widget.js +%%WWWDIR%%/widgets/actionlog/includes/WidgetForm.php +%%WWWDIR%%/widgets/actionlog/manifest.json +%%WWWDIR%%/widgets/actionlog/views/widget.edit.php +%%WWWDIR%%/widgets/actionlog/views/widget.view.php +%%WWWDIR%%/widgets/clock/Widget.php +%%WWWDIR%%/widgets/clock/actions/WidgetView.php +%%WWWDIR%%/widgets/clock/assets/js/class.widget.js +%%WWWDIR%%/widgets/clock/includes/WidgetForm.php +%%WWWDIR%%/widgets/clock/manifest.json +%%WWWDIR%%/widgets/clock/views/widget.edit.js.php +%%WWWDIR%%/widgets/clock/views/widget.edit.php +%%WWWDIR%%/widgets/clock/views/widget.view.php +%%WWWDIR%%/widgets/discovery/Widget.php +%%WWWDIR%%/widgets/discovery/actions/WidgetView.php +%%WWWDIR%%/widgets/discovery/manifest.json +%%WWWDIR%%/widgets/discovery/views/widget.view.php +%%WWWDIR%%/widgets/favgraphs/Widget.php +%%WWWDIR%%/widgets/favgraphs/actions/WidgetView.php +%%WWWDIR%%/widgets/favgraphs/manifest.json +%%WWWDIR%%/widgets/favgraphs/views/widget.view.php +%%WWWDIR%%/widgets/favmaps/Widget.php +%%WWWDIR%%/widgets/favmaps/actions/WidgetView.php +%%WWWDIR%%/widgets/favmaps/manifest.json +%%WWWDIR%%/widgets/favmaps/views/widget.view.php +%%WWWDIR%%/widgets/gauge/Widget.php +%%WWWDIR%%/widgets/gauge/actions/WidgetView.php +%%WWWDIR%%/widgets/gauge/assets/js/class.svggauge.js +%%WWWDIR%%/widgets/gauge/assets/js/class.widget.js +%%WWWDIR%%/widgets/gauge/includes/WidgetForm.php +%%WWWDIR%%/widgets/gauge/manifest.json +%%WWWDIR%%/widgets/gauge/views/widget.edit.js.php +%%WWWDIR%%/widgets/gauge/views/widget.edit.php +%%WWWDIR%%/widgets/gauge/views/widget.view.php +%%WWWDIR%%/widgets/geomap/Widget.php +%%WWWDIR%%/widgets/geomap/actions/WidgetView.php +%%WWWDIR%%/widgets/geomap/assets/js/class.widget.js +%%WWWDIR%%/widgets/geomap/includes/WidgetForm.php +%%WWWDIR%%/widgets/geomap/manifest.json +%%WWWDIR%%/widgets/geomap/views/widget.edit.php +%%WWWDIR%%/widgets/geomap/views/widget.view.php +%%WWWDIR%%/widgets/graph/Widget.php +%%WWWDIR%%/widgets/graph/actions/WidgetView.php +%%WWWDIR%%/widgets/graph/assets/js/class.widget.js +%%WWWDIR%%/widgets/graph/includes/WidgetForm.php +%%WWWDIR%%/widgets/graph/manifest.json +%%WWWDIR%%/widgets/graph/views/widget.edit.js.php +%%WWWDIR%%/widgets/graph/views/widget.edit.php +%%WWWDIR%%/widgets/graph/views/widget.view.php +%%WWWDIR%%/widgets/graphprototype/Widget.php +%%WWWDIR%%/widgets/graphprototype/actions/WidgetView.php +%%WWWDIR%%/widgets/graphprototype/assets/js/class.widget.js +%%WWWDIR%%/widgets/graphprototype/includes/WidgetForm.php +%%WWWDIR%%/widgets/graphprototype/manifest.json +%%WWWDIR%%/widgets/graphprototype/views/widget.edit.js.php +%%WWWDIR%%/widgets/graphprototype/views/widget.edit.php +%%WWWDIR%%/widgets/honeycomb/Widget.php +%%WWWDIR%%/widgets/honeycomb/actions/WidgetView.php +%%WWWDIR%%/widgets/honeycomb/assets/js/class.svghoneycomb.js +%%WWWDIR%%/widgets/honeycomb/assets/js/class.widget.js +%%WWWDIR%%/widgets/honeycomb/includes/WidgetForm.php +%%WWWDIR%%/widgets/honeycomb/manifest.json +%%WWWDIR%%/widgets/honeycomb/views/widget.edit.js.php +%%WWWDIR%%/widgets/honeycomb/views/widget.edit.php +%%WWWDIR%%/widgets/honeycomb/views/widget.view.php +%%WWWDIR%%/widgets/hostavail/Widget.php +%%WWWDIR%%/widgets/hostavail/actions/WidgetView.php +%%WWWDIR%%/widgets/hostavail/assets/js/class.widget.js +%%WWWDIR%%/widgets/hostavail/includes/WidgetForm.php +%%WWWDIR%%/widgets/hostavail/manifest.json +%%WWWDIR%%/widgets/hostavail/views/widget.edit.js.php +%%WWWDIR%%/widgets/hostavail/views/widget.edit.php +%%WWWDIR%%/widgets/hostavail/views/widget.view.php +%%WWWDIR%%/widgets/hostcard/Widget.php +%%WWWDIR%%/widgets/hostcard/actions/WidgetView.php +%%WWWDIR%%/widgets/hostcard/assets/js/class.widget-field.host-sections.js +%%WWWDIR%%/widgets/hostcard/assets/js/class.widget.js +%%WWWDIR%%/widgets/hostcard/includes/CWidgetFieldHostSections.php +%%WWWDIR%%/widgets/hostcard/includes/CWidgetFieldHostSectionsView.php +%%WWWDIR%%/widgets/hostcard/includes/WidgetForm.php +%%WWWDIR%%/widgets/hostcard/manifest.json +%%WWWDIR%%/widgets/hostcard/views/widget.edit.js.php +%%WWWDIR%%/widgets/hostcard/views/widget.edit.php +%%WWWDIR%%/widgets/hostcard/views/widget.view.php +%%WWWDIR%%/widgets/hostnavigator/Widget.php +%%WWWDIR%%/widgets/hostnavigator/actions/WidgetView.php +%%WWWDIR%%/widgets/hostnavigator/assets/js/class.hostnavigator.js +%%WWWDIR%%/widgets/hostnavigator/assets/js/class.widget-field.host-grouping.js +%%WWWDIR%%/widgets/hostnavigator/assets/js/class.widget.js +%%WWWDIR%%/widgets/hostnavigator/includes/CWidgetFieldHostGrouping.php +%%WWWDIR%%/widgets/hostnavigator/includes/CWidgetFieldHostGroupingView.php +%%WWWDIR%%/widgets/hostnavigator/includes/WidgetForm.php +%%WWWDIR%%/widgets/hostnavigator/manifest.json +%%WWWDIR%%/widgets/hostnavigator/views/widget.edit.php +%%WWWDIR%%/widgets/hostnavigator/views/widget.view.php +%%WWWDIR%%/widgets/item/Widget.php +%%WWWDIR%%/widgets/item/actions/WidgetView.php +%%WWWDIR%%/widgets/item/assets/js/class.widget.js +%%WWWDIR%%/widgets/item/includes/WidgetForm.php +%%WWWDIR%%/widgets/item/manifest.json +%%WWWDIR%%/widgets/item/views/widget.edit.js.php +%%WWWDIR%%/widgets/item/views/widget.edit.php +%%WWWDIR%%/widgets/item/views/widget.view.php +%%WWWDIR%%/widgets/itemcard/Widget.php +%%WWWDIR%%/widgets/itemcard/actions/BinaryValueGet.php +%%WWWDIR%%/widgets/itemcard/actions/ImageValueGet.php +%%WWWDIR%%/widgets/itemcard/actions/ValueCheck.php +%%WWWDIR%%/widgets/itemcard/actions/WidgetView.php +%%WWWDIR%%/widgets/itemcard/assets/js/class.widget-field.item-sections.js +%%WWWDIR%%/widgets/itemcard/assets/js/class.widget.js +%%WWWDIR%%/widgets/itemcard/includes/CWidgetFieldItemSections.php +%%WWWDIR%%/widgets/itemcard/includes/CWidgetFieldItemSectionsView.php +%%WWWDIR%%/widgets/itemcard/includes/WidgetForm.php +%%WWWDIR%%/widgets/itemcard/manifest.json +%%WWWDIR%%/widgets/itemcard/views/widget.edit.js.php +%%WWWDIR%%/widgets/itemcard/views/widget.edit.php +%%WWWDIR%%/widgets/itemcard/views/widget.view.php +%%WWWDIR%%/widgets/itemhistory/Widget.php +%%WWWDIR%%/widgets/itemhistory/actions/BinaryValueGet.php +%%WWWDIR%%/widgets/itemhistory/actions/ColumnEdit.php +%%WWWDIR%%/widgets/itemhistory/actions/ImageValueGet.php +%%WWWDIR%%/widgets/itemhistory/actions/ValueCheck.php +%%WWWDIR%%/widgets/itemhistory/actions/WidgetView.php +%%WWWDIR%%/widgets/itemhistory/assets/js/class.widget.js +%%WWWDIR%%/widgets/itemhistory/includes/CWidgetFieldColumnsList.php +%%WWWDIR%%/widgets/itemhistory/includes/CWidgetFieldColumnsListView.php +%%WWWDIR%%/widgets/itemhistory/includes/WidgetForm.php +%%WWWDIR%%/widgets/itemhistory/manifest.json +%%WWWDIR%%/widgets/itemhistory/views/column.edit.js.php +%%WWWDIR%%/widgets/itemhistory/views/column.edit.php +%%WWWDIR%%/widgets/itemhistory/views/widget.edit.js.php +%%WWWDIR%%/widgets/itemhistory/views/widget.edit.php +%%WWWDIR%%/widgets/itemhistory/views/widget.view.php +%%WWWDIR%%/widgets/itemnavigator/Widget.php +%%WWWDIR%%/widgets/itemnavigator/actions/WidgetView.php +%%WWWDIR%%/widgets/itemnavigator/assets/js/class.itemnavigator.js +%%WWWDIR%%/widgets/itemnavigator/assets/js/class.widget-field.item-grouping.js +%%WWWDIR%%/widgets/itemnavigator/assets/js/class.widget.js +%%WWWDIR%%/widgets/itemnavigator/includes/CWidgetFieldItemGrouping.php +%%WWWDIR%%/widgets/itemnavigator/includes/CWidgetFieldItemGroupingView.php +%%WWWDIR%%/widgets/itemnavigator/includes/WidgetForm.php +%%WWWDIR%%/widgets/itemnavigator/manifest.json +%%WWWDIR%%/widgets/itemnavigator/views/widget.edit.php +%%WWWDIR%%/widgets/itemnavigator/views/widget.view.php +%%WWWDIR%%/widgets/map/Widget.php +%%WWWDIR%%/widgets/map/actions/WidgetView.php +%%WWWDIR%%/widgets/map/assets/js/class.widget.js +%%WWWDIR%%/widgets/map/includes/WidgetForm.php +%%WWWDIR%%/widgets/map/includes/WidgetMap.php +%%WWWDIR%%/widgets/map/manifest.json +%%WWWDIR%%/widgets/map/views/widget.edit.php +%%WWWDIR%%/widgets/map/views/widget.view.php +%%WWWDIR%%/widgets/navtree/Widget.php +%%WWWDIR%%/widgets/navtree/actions/NavTreeItemEdit.php +%%WWWDIR%%/widgets/navtree/actions/NavTreeItemUpdate.php +%%WWWDIR%%/widgets/navtree/actions/WidgetView.php +%%WWWDIR%%/widgets/navtree/assets/js/class.widget.js +%%WWWDIR%%/widgets/navtree/includes/NavigationTree.php +%%WWWDIR%%/widgets/navtree/includes/WidgetForm.php +%%WWWDIR%%/widgets/navtree/manifest.json +%%WWWDIR%%/widgets/navtree/views/navtreeitem.edit.js.php +%%WWWDIR%%/widgets/navtree/views/navtreeitem.edit.php +%%WWWDIR%%/widgets/navtree/views/widget.edit.php +%%WWWDIR%%/widgets/navtree/views/widget.view.php +%%WWWDIR%%/widgets/piechart/Widget.php +%%WWWDIR%%/widgets/piechart/actions/WidgetView.php +%%WWWDIR%%/widgets/piechart/assets/js/class.svgpie.js +%%WWWDIR%%/widgets/piechart/assets/js/class.widget.js +%%WWWDIR%%/widgets/piechart/includes/CWidgetFieldDataSet.php +%%WWWDIR%%/widgets/piechart/includes/CWidgetFieldDataSetView.php +%%WWWDIR%%/widgets/piechart/includes/WidgetForm.php +%%WWWDIR%%/widgets/piechart/manifest.json +%%WWWDIR%%/widgets/piechart/views/widget.edit.js.php +%%WWWDIR%%/widgets/piechart/views/widget.edit.php +%%WWWDIR%%/widgets/piechart/views/widget.view.php +%%WWWDIR%%/widgets/problemhosts/Widget.php +%%WWWDIR%%/widgets/problemhosts/actions/WidgetView.php +%%WWWDIR%%/widgets/problemhosts/assets/js/class.widget.js +%%WWWDIR%%/widgets/problemhosts/includes/WidgetForm.php +%%WWWDIR%%/widgets/problemhosts/manifest.json +%%WWWDIR%%/widgets/problemhosts/views/widget.edit.php +%%WWWDIR%%/widgets/problemhosts/views/widget.view.php +%%WWWDIR%%/widgets/problems/Widget.php +%%WWWDIR%%/widgets/problems/actions/WidgetView.php +%%WWWDIR%%/widgets/problems/assets/js/class.widget.js +%%WWWDIR%%/widgets/problems/includes/WidgetForm.php +%%WWWDIR%%/widgets/problems/includes/WidgetProblems.php +%%WWWDIR%%/widgets/problems/manifest.json +%%WWWDIR%%/widgets/problems/views/widget.edit.js.php +%%WWWDIR%%/widgets/problems/views/widget.edit.php +%%WWWDIR%%/widgets/problems/views/widget.view.php +%%WWWDIR%%/widgets/problemsbysv/Widget.php +%%WWWDIR%%/widgets/problemsbysv/actions/WidgetView.php +%%WWWDIR%%/widgets/problemsbysv/assets/js/class.widget.js +%%WWWDIR%%/widgets/problemsbysv/includes/WidgetForm.php +%%WWWDIR%%/widgets/problemsbysv/manifest.json +%%WWWDIR%%/widgets/problemsbysv/views/widget.edit.js.php +%%WWWDIR%%/widgets/problemsbysv/views/widget.edit.php +%%WWWDIR%%/widgets/problemsbysv/views/widget.view.php +%%WWWDIR%%/widgets/slareport/Widget.php +%%WWWDIR%%/widgets/slareport/actions/WidgetView.php +%%WWWDIR%%/widgets/slareport/includes/WidgetForm.php +%%WWWDIR%%/widgets/slareport/manifest.json +%%WWWDIR%%/widgets/slareport/views/widget.edit.js.php +%%WWWDIR%%/widgets/slareport/views/widget.edit.php +%%WWWDIR%%/widgets/slareport/views/widget.view.php +%%WWWDIR%%/widgets/svggraph/Widget.php +%%WWWDIR%%/widgets/svggraph/actions/WidgetView.php +%%WWWDIR%%/widgets/svggraph/assets/js/class.widget.js +%%WWWDIR%%/widgets/svggraph/includes/CSvgGraphHelper.php +%%WWWDIR%%/widgets/svggraph/includes/CSvgGraphLegend.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldDataSet.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldDataSetView.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldOverride.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldOverrideView.php +%%WWWDIR%%/widgets/svggraph/includes/WidgetForm.php +%%WWWDIR%%/widgets/svggraph/manifest.json +%%WWWDIR%%/widgets/svggraph/views/widget.edit.js.php +%%WWWDIR%%/widgets/svggraph/views/widget.edit.php +%%WWWDIR%%/widgets/svggraph/views/widget.view.php +%%WWWDIR%%/widgets/systeminfo/Widget.php +%%WWWDIR%%/widgets/systeminfo/actions/WidgetView.php +%%WWWDIR%%/widgets/systeminfo/includes/WidgetForm.php +%%WWWDIR%%/widgets/systeminfo/manifest.json +%%WWWDIR%%/widgets/systeminfo/views/widget.edit.js.php +%%WWWDIR%%/widgets/systeminfo/views/widget.edit.php +%%WWWDIR%%/widgets/systeminfo/views/widget.view.php +%%WWWDIR%%/widgets/tophosts/Widget.php +%%WWWDIR%%/widgets/tophosts/actions/BinaryValueGet.php +%%WWWDIR%%/widgets/tophosts/actions/ColumnEdit.php +%%WWWDIR%%/widgets/tophosts/actions/ImageValueGet.php +%%WWWDIR%%/widgets/tophosts/actions/ValueCheck.php +%%WWWDIR%%/widgets/tophosts/actions/WidgetView.php +%%WWWDIR%%/widgets/tophosts/assets/js/class.widget.js +%%WWWDIR%%/widgets/tophosts/includes/CWidgetFieldColumnsList.php +%%WWWDIR%%/widgets/tophosts/includes/CWidgetFieldColumnsListView.php +%%WWWDIR%%/widgets/tophosts/includes/WidgetForm.php +%%WWWDIR%%/widgets/tophosts/manifest.json +%%WWWDIR%%/widgets/tophosts/views/column.edit.js.php +%%WWWDIR%%/widgets/tophosts/views/column.edit.php +%%WWWDIR%%/widgets/tophosts/views/widget.edit.js.php +%%WWWDIR%%/widgets/tophosts/views/widget.edit.php +%%WWWDIR%%/widgets/tophosts/views/widget.view.php +%%WWWDIR%%/widgets/topitems/Widget.php +%%WWWDIR%%/widgets/topitems/actions/ColumnEdit.php +%%WWWDIR%%/widgets/topitems/actions/WidgetView.php +%%WWWDIR%%/widgets/topitems/includes/CWidgetFieldColumnsList.php +%%WWWDIR%%/widgets/topitems/includes/CWidgetFieldColumnsListView.php +%%WWWDIR%%/widgets/topitems/includes/WidgetForm.php +%%WWWDIR%%/widgets/topitems/manifest.json +%%WWWDIR%%/widgets/topitems/views/column.edit.js.php +%%WWWDIR%%/widgets/topitems/views/column.edit.php +%%WWWDIR%%/widgets/topitems/views/widget.edit.js.php +%%WWWDIR%%/widgets/topitems/views/widget.edit.php +%%WWWDIR%%/widgets/topitems/views/widget.view.php +%%WWWDIR%%/widgets/toptriggers/Widget.php +%%WWWDIR%%/widgets/toptriggers/actions/WidgetView.php +%%WWWDIR%%/widgets/toptriggers/assets/js/class.widget.js +%%WWWDIR%%/widgets/toptriggers/includes/WidgetForm.php +%%WWWDIR%%/widgets/toptriggers/manifest.json +%%WWWDIR%%/widgets/toptriggers/views/widget.edit.php +%%WWWDIR%%/widgets/toptriggers/views/widget.view.php +%%WWWDIR%%/widgets/trigover/Widget.php +%%WWWDIR%%/widgets/trigover/actions/WidgetView.php +%%WWWDIR%%/widgets/trigover/assets/js/class.widget.js +%%WWWDIR%%/widgets/trigover/includes/ViewHelper.php +%%WWWDIR%%/widgets/trigover/includes/WidgetForm.php +%%WWWDIR%%/widgets/trigover/manifest.json +%%WWWDIR%%/widgets/trigover/partials/table.left.php +%%WWWDIR%%/widgets/trigover/partials/table.top.php +%%WWWDIR%%/widgets/trigover/views/widget.edit.php +%%WWWDIR%%/widgets/trigover/views/widget.view.php +%%WWWDIR%%/widgets/url/Widget.php +%%WWWDIR%%/widgets/url/actions/WidgetView.php +%%WWWDIR%%/widgets/url/assets/js/class.widget.js +%%WWWDIR%%/widgets/url/includes/WidgetForm.php +%%WWWDIR%%/widgets/url/manifest.json +%%WWWDIR%%/widgets/url/views/widget.edit.php +%%WWWDIR%%/widgets/url/views/widget.view.php +%%WWWDIR%%/widgets/web/Widget.php +%%WWWDIR%%/widgets/web/actions/WidgetView.php +%%WWWDIR%%/widgets/web/assets/js/class.widget.js +%%WWWDIR%%/widgets/web/includes/WidgetForm.php +%%WWWDIR%%/widgets/web/manifest.json +%%WWWDIR%%/widgets/web/views/widget.edit.php +%%WWWDIR%%/widgets/web/views/widget.view.php +%%WWWDIR%%/zabbix.php +@dir %%WWWDIR%%/conf/certs +@dir %%WWWDIR%%/local/app/controllers +@dir %%WWWDIR%%/local/app/partials +@dir %%WWWDIR%%/local/app/views +@dir %%WWWDIR%%/local/conf +@dir %%WWWDIR%%/modules diff --git a/net-mgmt/zabbix74-server/pkg-plist.java b/net-mgmt/zabbix74-server/pkg-plist.java new file mode 100644 index 000000000000..0cb736eba4b7 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist.java @@ -0,0 +1,11 @@ +sbin/zabbix_java/shutdown.sh +sbin/zabbix_java/lib/android-json-4.3_r3.1.jar +sbin/zabbix_java/lib/logback.xml +sbin/zabbix_java/lib/logback-classic-1.5.16.jar +sbin/zabbix_java/lib/logback-console.xml +sbin/zabbix_java/lib/logback-core-1.5.16.jar +sbin/zabbix_java/lib/slf4j-api-2.0.16.jar +@sample sbin/zabbix_java/settings.sh.sample +sbin/zabbix_java/startup.sh +sbin/zabbix_java/bin/zabbix-java-gateway-%%DISTVERSION%%.jar +@dir(zabbix,zabbix,755) /var/run/zabbix diff --git a/net/Makefile b/net/Makefile index e27e0b83b1a9..a37359abd0ff 100644 --- a/net/Makefile +++ b/net/Makefile @@ -798,7 +798,6 @@ SUBDIR += p5-Net-SMS-Mollie SUBDIR += p5-Net-SMS-PChome SUBDIR += p5-Net-SNPP - SUBDIR += p5-Net-SPDY SUBDIR += p5-Net-SSH SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Mechanize diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 18d4c09f8b00..303dfeb15589 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -11,6 +11,9 @@ WWW= https://www.dict.org/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring devel/libmaa +EXPIRATION_DATE=2025-09-30 + LIB_DEPENDS= libmaa.so:devel/libmaa USES= bison gmake libtool:build localbase diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index c92dea7ea06a..0be4bd54ea7d 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -1,6 +1,5 @@ PORTNAME= gupnp-av -PORTVERSION= 0.14.3 -PORTREVISION= 1 +PORTVERSION= 0.14.4 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp-av/distinfo b/net/gupnp-av/distinfo index b05e95f5bf2a..d1590257abf8 100644 --- a/net/gupnp-av/distinfo +++ b/net/gupnp-av/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088844 -SHA256 (gupnp-av-0.14.3.tar.xz) = abe2046043e66a9529365d89059be12219c21a4ede0c4743703b0fd9aaf17bb4 -SIZE (gupnp-av-0.14.3.tar.xz) = 92792 +TIMESTAMP = 1751208134 +SHA256 (gupnp-av-0.14.4.tar.xz) = 21d974b3275cb5dcf5b8aa1d9a3fc80e7edca706935f6fbd004c79787138f8c7 +SIZE (gupnp-av-0.14.4.tar.xz) = 1216284 diff --git a/net/gupnp-av/pkg-plist b/net/gupnp-av/pkg-plist index c4bc632e1cc1..818669b2730e 100644 --- a/net/gupnp-av/pkg-plist +++ b/net/gupnp-av/pkg-plist @@ -22,7 +22,7 @@ lib/girepository-1.0/GUPnPAV-1.0.typelib lib/libgupnp-av-1.0.a lib/libgupnp-av-1.0.so lib/libgupnp-av-1.0.so.3 -lib/libgupnp-av-1.0.so.3.14.3 +lib/libgupnp-av-1.0.so.3.14.4 libdata/pkgconfig/gupnp-av-1.0.pc share/gir-1.0/GUPnPAV-1.0.gir %%DATADIR%%/av.xsd diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile index 687eaa6712ad..9094fbfe8e34 100644 --- a/net/ktcplist/Makefile +++ b/net/ktcplist/Makefile @@ -1,5 +1,6 @@ PORTNAME= ktcplist PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= net sysutils MAINTAINER= arrowd@FreeBSD.org @@ -12,8 +13,12 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= kostikbel -GH_TAGNAME= dd671deafd14cb6b9319b4bedb5837915d140088 +GH_TAGNAME= 18077c4df543d23ced0c08a6a8329e43c184ac75 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + share/man/man1/ktcplist.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/ktcplist.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include <bsd.port.mk> diff --git a/net/ktcplist/distinfo b/net/ktcplist/distinfo index 403f4a68c7d6..9943163ef0f0 100644 --- a/net/ktcplist/distinfo +++ b/net/ktcplist/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751288798 +TIMESTAMP = 1751353890 SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 SIZE (rust/crates/anstream-0.6.19.crate) = 28767 SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd @@ -71,5 +71,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = b4516ecd95532e6cce6a114fb72abfc97f26465d6f70d794f091211a632daa53 SIZE (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = 1003682 -SHA256 (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 64f97d224b12199c14d1d48d8efc2286749b668c62213e12a45e069b15c12b6f -SIZE (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 4683 +SHA256 (kostikbel-ktcplist-1.0.0-18077c4df543d23ced0c08a6a8329e43c184ac75_GH0.tar.gz) = a9c37f7049a4fb6b81046f45ae5938089be6f58b28fb5188b9f1b955cd329937 +SIZE (kostikbel-ktcplist-1.0.0-18077c4df543d23ced0c08a6a8329e43c184ac75_GH0.tar.gz) = 4703 diff --git a/net/p5-Net-SPDY/Makefile b/net/p5-Net-SPDY/Makefile deleted file mode 100644 index 8523e0994005..000000000000 --- a/net/p5-Net-SPDY/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= Net-SPDY -DISTVERSION= 0.1_5 -PORTREVISION= 2 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:LKUNDRAK -PKGNAMEPREFIX= p5- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= SPDY protocol client and server implementation -WWW= https://metacpan.org/release/LKUNDRAK/Net-SPDY-0.1_5 - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual - -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ - p5-URI>=0:net/p5-URI -TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ - p5-Test-Pod>=0:devel/p5-Test-Pod - -USES= perl5 -USE_PERL5= modbuild - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/net/p5-Net-SPDY/distinfo b/net/p5-Net-SPDY/distinfo deleted file mode 100644 index 6a8e6d9b4502..000000000000 --- a/net/p5-Net-SPDY/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Net-SPDY-0.1_5.tar.gz) = e084c25f0231cb8227951bfb10614d0ed4dbc55cc2250f697ba4bb72eeabe1ed -SIZE (Net-SPDY-0.1_5.tar.gz) = 19351 diff --git a/net/p5-Net-SPDY/pkg-descr b/net/p5-Net-SPDY/pkg-descr deleted file mode 100644 index a119bf95a01b..000000000000 --- a/net/p5-Net-SPDY/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Net::SPDY distribution contains implementation of SPDY protocol. You probably -want to use Net::SPDY::Session to implement SPDY clients and servers. diff --git a/net/p5-Net-SPDY/pkg-plist b/net/p5-Net-SPDY/pkg-plist deleted file mode 100644 index 4a1d2a3491ff..000000000000 --- a/net/p5-Net-SPDY/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/spdy-client.pl -bin/spdy-server.pl -%%SITE_PERL%%/Net/SPDY.pod -%%SITE_PERL%%/Net/SPDY/Compressor.pm -%%SITE_PERL%%/Net/SPDY/Framer.pm -%%SITE_PERL%%/Net/SPDY/Session.pm -%%PERL5_MAN1%%/spdy-client.pl.1.gz -%%PERL5_MAN1%%/spdy-server.pl.1.gz -%%PERL5_MAN3%%/Net::SPDY.3.gz -%%PERL5_MAN3%%/Net::SPDY::Compressor.3.gz -%%PERL5_MAN3%%/Net::SPDY::Framer.3.gz -%%PERL5_MAN3%%/Net::SPDY::Session.3.gz diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index 3af3bed85721..7c82edce3158 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -1,5 +1,5 @@ PORTNAME= softlayer -PORTVERSION= 6.2.6 +PORTVERSION= 6.2.7 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.2:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=13.9.4:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=14.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR} USES= python diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index da921292a7cd..8ed49cac0d95 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738443436 -SHA256 (softlayer-6.2.6.tar.gz) = 6e9d874648cbf234d49ee4f5b0829f6bcd4d706adf88318ed1b27a47debc7e5d -SIZE (softlayer-6.2.6.tar.gz) = 501889 +TIMESTAMP = 1751208172 +SHA256 (softlayer-6.2.7.tar.gz) = a0874fa49085d108957e88d1b2eee7832aeb8689dd658f66b01b6d40ef0c87fb +SIZE (softlayer-6.2.7.tar.gz) = 480192 diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index 87a1ac1d267e..9edff9f60501 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2025-01-09 20:04:58 UTC +--- setup.py.orig 2025-06-27 19:33:14 UTC +++ setup.py @@ -14,7 +14,7 @@ setup( LONG_DESCRIPTION = DESCRIPTION @@ -6,15 +6,15 @@ setup( - name='SoftLayer', + name='softlayer', - version='v6.2.6', + version='v6.2.7', description=DESCRIPTION, long_description=LONG_DESCRIPTION, @@ -38,7 +38,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.9.4' -+ 'rich >= 13.9.4' +- 'rich == 14.0.0' ++ 'rich >= 14.0.0' ], keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'], classifiers=[ diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile index ae7caf85d3f1..7a2768b1a996 100644 --- a/net/rubygem-grpc/Makefile +++ b/net/rubygem-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.72.0 +PORTVERSION= 1.73.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-grpc/distinfo b/net/rubygem-grpc/distinfo index a3b7c5988d1e..e44370bc80e2 100644 --- a/net/rubygem-grpc/distinfo +++ b/net/rubygem-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188248 -SHA256 (rubygem/grpc-1.72.0.gem) = 56fa0da2f4f96471f59430a9ef08a612cc77649e8fa118c83ae7d0bb619bea09 -SIZE (rubygem/grpc-1.72.0.gem) = 6834176 +TIMESTAMP = 1751208238 +SHA256 (rubygem/grpc-1.73.0.gem) = 4055f35116f83e4c365d3b516416dad44e20e0e5f35285ff2cea04c284edc98c +SIZE (rubygem/grpc-1.73.0.gem) = 7026176 diff --git a/net/samba420/Makefile b/net/samba420/Makefile index fccfdd3cfa93..42e525f6bb3f 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}420 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -99,7 +99,7 @@ CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \ PYTHONHASHSEED=1 MAKE_ENV= PYTHONHASHSEED=1 -USES= compiler:c++11-lang iconv localbase:ldflags \ +USES= bison compiler:c++11-lang iconv localbase:ldflags \ perl5 pkgconfig shebangfix waf gettext-runtime USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} @@ -368,7 +368,6 @@ GPGME_CONFIGURE_WITH= gpgme GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpg>=2.0.0:security/py-gpg@${PY_FLAVOR} -GSSAPI_BUILTIN_USES= bison GSSAPI_BUILTIN_BUILD_DEPENDS= p5-JSON>=4.0:converters/p5-JSON GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 ${GSSAPIBASEDIR} \ diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 72f35c526703..94c01a00ca8f 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 1.29.7 +DISTVERSION= 1.30.0 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 2e2a43e1545b..b4dcc70d7506 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748891751 -SHA256 (syncthing-source-v1.29.7.tar.gz) = 7b29b2bb1fb85adf6f3baf120ff725a19b06ed13b95011fe67dd952349e0e212 -SIZE (syncthing-source-v1.29.7.tar.gz) = 16139632 +TIMESTAMP = 1751369794 +SHA256 (syncthing-source-v1.30.0.tar.gz) = ef1be71c66753c04212ab1c9c548e678d468bad98dc5461e83540a4ef5c2fcba +SIZE (syncthing-source-v1.30.0.tar.gz) = 16142834 diff --git a/net/ts-warp/Makefile b/net/ts-warp/Makefile index be1093b9a202..6d4f2aabdb29 100644 --- a/net/ts-warp/Makefile +++ b/net/ts-warp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ts-warp -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.8 CATEGORIES= net MAINTAINER= zmey20000@yahoo.com diff --git a/net/ts-warp/distinfo b/net/ts-warp/distinfo index abfecd72a480..617f7dc0c6ef 100644 --- a/net/ts-warp/distinfo +++ b/net/ts-warp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710444843 -SHA256 (mezantrop-ts-warp-1.5.0_GH0.tar.gz) = 4df765d5bf6321fcf7a334283b62d00625586e327a3e8c593137487bde0e8286 -SIZE (mezantrop-ts-warp-1.5.0_GH0.tar.gz) = 268024 +TIMESTAMP = 1751318600 +SHA256 (mezantrop-ts-warp-1.5.8_GH0.tar.gz) = 8620324d01347fde8469daf907f8d5e33eaaa9b5bc1ea591d44f3142446c4f83 +SIZE (mezantrop-ts-warp-1.5.8_GH0.tar.gz) = 275639 diff --git a/net/udt/files/BSDmakefile b/net/udt/files/BSDmakefile index f41527d37ffa..49c087ab83db 100644 --- a/net/udt/files/BSDmakefile +++ b/net/udt/files/BSDmakefile @@ -15,10 +15,7 @@ CXXFLAGS+= -D${MACHINE_ARCH:tu:S/I386/IA32/:S/SPARC64/SPARC/} -DBSD CXXFLAGS+= -Wno-system-headers -Wall -W \ -Wpointer-arith -Wreturn-type \ -Wwrite-strings -Wswitch -Wno-cast-align \ - -Wunused-parameter -Werror - -.if ${OSVERSION} >= 1304000 -CXXFLAGS+= -Wno-vla-cxx-extension -.endif + -Wunused-parameter -Werror \ + -Wno-vla-cxx-extension .include <bsd.lib.mk> diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 7befa37bff70..9bc8ddd99706 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -1,7 +1,6 @@ PORTNAME= nzbget DISTVERSIONPREFIX= v -DISTVERSION= 24.8 -PORTREVISION= 2 +DISTVERSION= 25.1 CATEGORIES= news MAINTAINER= a13xlevy@pm.me @@ -16,7 +15,7 @@ RUN_DEPENDS= 7-zip>0:archivers/7-zip \ # Since v24.4 nzbget maintainers switched from libpar2 to a fork of par2cmdline-turbo which is in its own repository. # See https://github.com/nzbgetcom/nzbget/blob/v24.4/cmake/par2-turbo.cmake for the version to pull -PAR2CMDLINE_TURBO_VERSION= 1.2.0-nzbget-20250213 +PAR2CMDLINE_TURBO_VERSION= 1.3.0 USES= cmake:testing,noninja gnome ssl USE_GITHUB= yes diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo index 185adb14d567..61417f88cce7 100644 --- a/news/nzbget/distinfo +++ b/news/nzbget/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1743074845 -SHA256 (nzbgetcom-nzbget-v24.8_GH0.tar.gz) = 8d67af6c0aab025ca3da2f701ef62ce9c14a1cedc2e55600fd7e872ef60c0fdf -SIZE (nzbgetcom-nzbget-v24.8_GH0.tar.gz) = 7299541 -SHA256 (nzbgetcom-par2cmdline-turbo-v1.2.0-nzbget-20250213_GH0.tar.gz) = 6de4a461d6d035362720093ba6b7dc03767aa44535d12a10bdac089602941115 -SIZE (nzbgetcom-par2cmdline-turbo-v1.2.0-nzbget-20250213_GH0.tar.gz) = 3964785 +TIMESTAMP = 1751378831 +SHA256 (nzbgetcom-nzbget-v25.1_GH0.tar.gz) = 39f36d611879245f86d09f6a262f3be6c1c6adb6104cd4c174d0220574663307 +SIZE (nzbgetcom-nzbget-v25.1_GH0.tar.gz) = 7321033 +SHA256 (nzbgetcom-par2cmdline-turbo-v1.3.0_GH0.tar.gz) = 88fee9d617f2af0ebd80162f1fd325aabe9fe446aa97e15b4ee791b853e4d5f2 +SIZE (nzbgetcom-par2cmdline-turbo-v1.3.0_GH0.tar.gz) = 3969491 diff --git a/news/nzbget/files/patch-cmake_par2-turbo.cmake b/news/nzbget/files/patch-cmake_par2-turbo.cmake index 95156c0aa046..3d33ebb7c779 100644 --- a/news/nzbget/files/patch-cmake_par2-turbo.cmake +++ b/news/nzbget/files/patch-cmake_par2-turbo.cmake @@ -1,11 +1,11 @@ ---- cmake/par2-turbo.cmake.orig 2025-03-27 11:43:08 UTC +--- cmake/par2-turbo.cmake.orig 2025-07-01 18:05:03 UTC +++ cmake/par2-turbo.cmake -@@ -42,12 +42,6 @@ endif() +@@ -51,12 +51,6 @@ endif() ExternalProject_add( par2-turbo PREFIX par2-turbo - GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git -- GIT_TAG v1.2.0-nzbget-20250213 +- GIT_TAG v1.3.0 - TLS_VERIFY TRUE - GIT_SHALLOW TRUE - GIT_PROGRESS TRUE diff --git a/news/nzbget/files/patch-cmake_posix.cmake b/news/nzbget/files/patch-cmake_posix.cmake index cf9cefd8775b..193fbdb1d7f2 100644 --- a/news/nzbget/files/patch-cmake_posix.cmake +++ b/news/nzbget/files/patch-cmake_posix.cmake @@ -1,6 +1,6 @@ ---- cmake/posix.cmake.orig 2024-12-05 05:22:43 UTC +--- cmake/posix.cmake.orig 2025-07-01 18:02:31 UTC +++ cmake/posix.cmake -@@ -93,9 +93,6 @@ else() +@@ -81,9 +81,6 @@ else() if(NOT DISABLE_CURSES) set(CURSES_NEED_NCURSES TRUE) diff --git a/news/nzbget/pkg-plist b/news/nzbget/pkg-plist index 9b232be5cb2d..7b5a831ca6fa 100644 --- a/news/nzbget/pkg-plist +++ b/news/nzbget/pkg-plist @@ -5,6 +5,7 @@ bin/nzbget %%DATADIR%%/nzbget.conf %%DATADIR%%/webui/config.js %%DATADIR%%/webui/dark-theme.css +%%DATADIR%%/webui/datetime.js %%DATADIR%%/webui/downloads.js %%DATADIR%%/webui/edit.js %%DATADIR%%/webui/fasttable.js @@ -35,6 +36,7 @@ bin/nzbget %%DATADIR%%/webui/lib/raphael.min.js %%DATADIR%%/webui/light-theme.css %%DATADIR%%/webui/messages.js +%%DATADIR%%/webui/statistics.js %%DATADIR%%/webui/status.js %%DATADIR%%/webui/style.css %%DATADIR%%/webui/system-info.js diff --git a/science/salome-kernel/Makefile b/science/salome-kernel/Makefile index c3e361b22c53..490e715aab60 100644 --- a/science/salome-kernel/Makefile +++ b/science/salome-kernel/Makefile @@ -11,6 +11,9 @@ WWW= https://www.salome-platform.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired science/salome-configuration +EXPIRATION_DATE=2025-09-30 + FETCH_DEPENDS= git:devel/git PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}omniorb>0:devel/py-omniorb \ diff --git a/security/afl++/Makefile b/security/afl++/Makefile index 41e79b781385..6e45c1ed62e0 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -1,6 +1,6 @@ PORTNAME= afl DISTVERSIONPREFIX= v -DISTVERSION= 4.32c +DISTVERSION= 4.33c CATEGORIES= security PKGNAMESUFFIX= ++-${FLAVOR} diff --git a/security/afl++/distinfo b/security/afl++/distinfo index 21befac35cea..871fd6e76ebe 100644 --- a/security/afl++/distinfo +++ b/security/afl++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746197618 -SHA256 (AFLplusplus-AFLplusplus-v4.32c_GH0.tar.gz) = dc7f59a11ce8cf67a3ed09a5ac78028c6f793b239b21fd83e5b2370cea166926 -SIZE (AFLplusplus-AFLplusplus-v4.32c_GH0.tar.gz) = 3045679 +TIMESTAMP = 1751370940 +SHA256 (AFLplusplus-AFLplusplus-v4.33c_GH0.tar.gz) = 98903c8036282c8908b1d8cc0d60caf3ea259db4339503a76449b47acce58d1d +SIZE (AFLplusplus-AFLplusplus-v4.33c_GH0.tar.gz) = 3058802 diff --git a/security/aws-lc/Makefile b/security/aws-lc/Makefile index 803ea2798817..67c1020ba0f6 100644 --- a/security/aws-lc/Makefile +++ b/security/aws-lc/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-lc -PORTVERSION= 1.53.1 +PORTVERSION= 1.54.0 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/aws-lc/distinfo b/security/aws-lc/distinfo index 7e178c8c2194..2a7e6ae009f0 100644 --- a/security/aws-lc/distinfo +++ b/security/aws-lc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954130 -SHA256 (aws-aws-lc-v1.53.1_GH0.tar.gz) = 74137613ea4e322600400fdc2e21c83f08f4c68d368ebe006eab264e4e685e01 -SIZE (aws-aws-lc-v1.53.1_GH0.tar.gz) = 127004586 +TIMESTAMP = 1751208136 +SHA256 (aws-aws-lc-v1.54.0_GH0.tar.gz) = d491b6d6b233e88314a15170d435e28259f7cf4f950a427acc80a0e977aa683a +SIZE (aws-aws-lc-v1.54.0_GH0.tar.gz) = 127011221 diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 79573ea82af5..ddea868f1be1 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,5 +1,5 @@ PORTNAME= nettle -PORTVERSION= 3.10.1 +PORTVERSION= 3.10.2 CATEGORIES= security MASTER_SITES= GNU \ https://www.lysator.liu.se/~nisse/archive/ diff --git a/security/nettle/distinfo b/security/nettle/distinfo index 97625f47b80f..ceeab63d0f14 100644 --- a/security/nettle/distinfo +++ b/security/nettle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735705131 -SHA256 (nettle-3.10.1.tar.gz) = b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132 -SIZE (nettle-3.10.1.tar.gz) = 2643267 +TIMESTAMP = 1751208138 +SHA256 (nettle-3.10.2.tar.gz) = fe9ff51cb1f2abb5e65a6b8c10a92da0ab5ab6eaf26e7fc2b675c45f1fb519b5 +SIZE (nettle-3.10.2.tar.gz) = 2644644 diff --git a/security/nettle/files/extra-patch-Makefile.in b/security/nettle/files/extra-patch-Makefile.in index 2974b822043a..2c1480398adf 100644 --- a/security/nettle/files/extra-patch-Makefile.in +++ b/security/nettle/files/extra-patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2023-06-01 18:40:35 UTC +--- Makefile.in.orig 2025-06-26 18:29:02 UTC +++ Makefile.in -@@ -19,7 +19,7 @@ OPT_NETTLE_SOURCES = @OPT_NETTLE_SOURCES@ +@@ -19,7 +19,7 @@ FAT_TEST_LIST = @FAT_TEST_LIST@ FAT_TEST_LIST = @FAT_TEST_LIST@ diff --git a/security/nettle/files/patch-configure b/security/nettle/files/patch-configure index 1b8f460d9501..d210a2e1be01 100644 --- a/security/nettle/files/patch-configure +++ b/security/nettle/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2023-06-01 18:40:35 UTC +--- configure.orig 2025-06-26 18:29:02 UTC +++ configure -@@ -6638,7 +6638,7 @@ $as_echo "$as_me: WARNING: Cross compiling for linux. +@@ -7532,7 +7532,7 @@ printf "%s\n" "$as_me: WARNING: Cross compiling for li # and 64-bit in lib. Don't know about "kfreebsd", does # it follow the Linux fhs conventions? *:freebsd*:32) diff --git a/security/nettle/files/patch-examples-nettle-openssl.c b/security/nettle/files/patch-examples-nettle-openssl.c index d7cf037c61c3..006e654aa899 100644 --- a/security/nettle/files/patch-examples-nettle-openssl.c +++ b/security/nettle/files/patch-examples-nettle-openssl.c @@ -1,6 +1,6 @@ ---- examples/nettle-openssl.c.orig 2021-03-21 08:32:25 UTC +--- examples/nettle-openssl.c.orig 2025-06-26 18:29:03 UTC +++ examples/nettle-openssl.c -@@ -374,6 +374,7 @@ openssl_hash_update(void *p, +@@ -291,6 +291,7 @@ openssl_hash_update(void *p, EVP_DigestUpdate(ctx->evp, src, length); } @@ -8,7 +8,7 @@ #define OPENSSL_HASH(NAME, name) \ static void \ openssl_##name##_init(void *p) \ -@@ -404,6 +405,38 @@ nettle_openssl_##name = { \ +@@ -321,6 +322,38 @@ nettle_openssl_##name = { \ openssl_hash_update, \ openssl_##name##_digest \ }; @@ -46,4 +46,4 @@ +#endif OPENSSL_HASH(MD5, md5) - OPENSSL_HASH(SHA, sha1) + OPENSSL_HASH(SHA1, sha1) diff --git a/security/nettle/files/patch-powerpc64-p8-aes-decrypt-internal.asm b/security/nettle/files/patch-powerpc64-p8-aes-decrypt-internal.asm index 67ceabec79c5..e23c8a8f6463 100644 --- a/security/nettle/files/patch-powerpc64-p8-aes-decrypt-internal.asm +++ b/security/nettle/files/patch-powerpc64-p8-aes-decrypt-internal.asm @@ -1,4 +1,4 @@ ---- powerpc64/p8/aes-decrypt-internal.asm.orig 2024-06-16 15:27:54 UTC +--- powerpc64/p8/aes-decrypt-internal.asm.orig 2025-06-26 18:29:03 UTC +++ powerpc64/p8/aes-decrypt-internal.asm @@ -64,7 +64,7 @@ PROLOGUE(_nettle_aes_decrypt) diff --git a/security/nettle/files/patch-powerpc64-p8-aes-encrypt-internal.asm b/security/nettle/files/patch-powerpc64-p8-aes-encrypt-internal.asm index 313ba61a4f6b..67218e1caaf4 100644 --- a/security/nettle/files/patch-powerpc64-p8-aes-encrypt-internal.asm +++ b/security/nettle/files/patch-powerpc64-p8-aes-encrypt-internal.asm @@ -1,6 +1,6 @@ ---- powerpc64/p8/aes-encrypt-internal.asm.orig 2022-06-02 17:57:16 UTC +--- powerpc64/p8/aes-encrypt-internal.asm.orig 2025-06-26 18:29:03 UTC +++ powerpc64/p8/aes-encrypt-internal.asm -@@ -63,7 +63,7 @@ define(`S7', `v9') +@@ -64,7 +64,7 @@ PROLOGUE(_nettle_aes_encrypt) define(`FUNC_ALIGN', `5') PROLOGUE(_nettle_aes_encrypt) @@ -9,7 +9,7 @@ subi ROUNDS,ROUNDS,1 srdi LENGTH,LENGTH,4 -@@ -328,6 +328,6 @@ EPILOGUE(_nettle_aes_encrypt) +@@ -269,6 +269,6 @@ EPILOGUE(_nettle_aes_encrypt) .data .align 4 diff --git a/security/nettle/pkg-plist b/security/nettle/pkg-plist index 25ba25f62658..48c756c49b45 100644 --- a/security/nettle/pkg-plist +++ b/security/nettle/pkg-plist @@ -79,11 +79,11 @@ include/nettle/yarrow.h lib/libhogweed.a lib/libhogweed.so lib/libhogweed.so.6 -lib/libhogweed.so.6.10 +lib/libhogweed.so.6.11 lib/libnettle.a lib/libnettle.so lib/libnettle.so.8 -lib/libnettle.so.8.10 +lib/libnettle.so.8.11 libdata/pkgconfig/hogweed.pc libdata/pkgconfig/nettle.pc %%PORTDOCS%%%%DOCSDIR%%/NEWS diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 14466a9e7774..b9bea691da08 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.17 +PORTVERSION= 1.9.17p1 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9b38cd2b5a6c..a01a900722c6 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750523514 -SHA256 (sudo-1.9.17.tar.gz) = 3f212c69d534d5822b492d099abb02a593f91ca99f5afde5cb9bd3e1dcdad069 -SIZE (sudo-1.9.17.tar.gz) = 5447899 +TIMESTAMP = 1751356446 +SHA256 (sudo-1.9.17p1.tar.gz) = ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 +SIZE (sudo-1.9.17p1.tar.gz) = 5449076 diff --git a/security/trivy/Makefile b/security/trivy/Makefile index 05cfa55f0b39..d208cccbab53 100644 --- a/security/trivy/Makefile +++ b/security/trivy/Makefile @@ -1,7 +1,6 @@ PORTNAME= trivy DISTVERSIONPREFIX= v -DISTVERSION= 0.63.0 -PORTREVISION= 1 +DISTVERSION= 0.64.0 CATEGORIES= security MAINTAINER= mfechner@FreeBSD.org diff --git a/security/trivy/distinfo b/security/trivy/distinfo index 14015874c1c6..24ad8282e01f 100644 --- a/security/trivy/distinfo +++ b/security/trivy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1748580283 -SHA256 (go/security_trivy/trivy-v0.63.0/v0.63.0.mod) = f0b5b8182a3155cfd22aedd2f1266794a26549664c18b8358a411ba634188fa3 -SIZE (go/security_trivy/trivy-v0.63.0/v0.63.0.mod) = 23467 -SHA256 (go/security_trivy/trivy-v0.63.0/v0.63.0.zip) = 638bc4adc54bf61afc8647c9f4fa5db30e6352dfe033655c30d0af02eca5c14d -SIZE (go/security_trivy/trivy-v0.63.0/v0.63.0.zip) = 58804833 +TIMESTAMP = 1751363247 +SHA256 (go/security_trivy/trivy-v0.64.0/v0.64.0.mod) = 0cdadb981316deab57b0abfdca161b8a907173478b82770c901c8d58ce4a2016 +SIZE (go/security_trivy/trivy-v0.64.0/v0.64.0.mod) = 23200 +SHA256 (go/security_trivy/trivy-v0.64.0/v0.64.0.zip) = f5f0943b22846cd637d140585dd5a318e303cf0fe9f45b5f138153e2a292fc06 +SIZE (go/security_trivy/trivy-v0.64.0/v0.64.0.zip) = 58856559 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index e9e2390a00f0..29b966ccfd90 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,184 @@ + <vuln vid="24f4b495-56a1-11f0-9621-93abbef07693"> + <topic>sudo -- privilege escalation vulnerability through host and chroot options</topic> + <affects> + <package> + <name>sudo</name> + <range><lt>1.9.17p1</lt></range> + </package> + <package> + <name>sudo-sssd</name> + <range><lt>1.9.17p1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Todd C. Miller reports, crediting Rich Mirch from Stratascale Cyber Research Unit (CRU):</p> + <blockquote cite="https://www.sudo.ws/releases/stable/"> + <p>Sudo 1.9.17p1:</p> + <ul> + <li> + Fixed CVE-2025-32462. Sudo's -h (--host) option could be specified + when running a command or editing a file. This could enable a + local privilege escalation attack if the sudoers file allows the + user to run commands on a different host. For more information, + see Local Privilege Escalation via host option. + </li> + <li> + Fixed CVE-2025-32463. An attacker can leverage sudo's -R + (--chroot) option to run arbitrary commands as root, even if they + are not listed in the sudoers file. The chroot support has been + deprecated an will be removed entirely in a future release. For + more information, see Local Privilege Escalation via chroot + option. + </li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-32462</cvename> + <cvename>CVE-2025-32463</cvename> + <url>https://www.sudo.ws/releases/stable/</url> + <url>https://www.stratascale.com/vulnerability-alert-CVE-2025-32462-sudo-host</url> + <url>https://www.stratascale.com/vulnerability-alert-CVE-2025-32463-sudo-chroot</url> + </references> + <dates> + <discovery>2025-04-01</discovery> + <entry>2025-07-01</entry> + </dates> + </vuln> + + <vuln vid="8df49466-5664-11f0-943a-18c04d5ea3dc"> + <topic>xorg server -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>xorg-server</name> + <name>xephyr</name> + <name>xorg-vfbserver</name> + <range><lt>21.1.18,1</lt></range> + </package> + <package> + <name>xorg-nextserver</name> + <range><lt>21.1.18,2</lt></range> + </package> + <package> + <name>xwayland</name> + <range><lt>24.1.8,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The X.Org project reports:</p> + <blockquote cite="https://lists.x.org/archives/xorg-announce/2025-February/003584.html"> + <ul> + <li> + CVE-2025-49176: Integer overflow in Big Requests Extension + <p>The Big Requests extension allows requests larger than the 16-bit length + limit. + It uses integers for the request length and checks for the size not to + exceed the maxBigRequestSize limit, but does so after translating the + length to integer by multiplying the given size in bytes by 4. + In doing so, it might overflow the integer size limit before actually + checking for the overflow, defeating the purpose of the test.</p> + </li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-49176</cvename> + <url>https://lists.x.org/archives/xorg/2025-June/062055.html</url> + </references> + <dates> + <discovery>2025-06-17</discovery> + <entry>2025-07-01</entry> + </dates> + </vuln> + + <vuln vid="b14cabf7-5663-11f0-943a-18c04d5ea3dc"> + <topic>xorg server -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>xorg-server</name> + <name>xephyr</name> + <name>xorg-vfbserver</name> + <range><lt>21.1.17,1</lt></range> + </package> + <package> + <name>xorg-nextserver</name> + <range><lt>21.1.17,2</lt></range> + </package> + <package> + <name>xwayland</name> + <range><lt>24.1.7,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The X.Org project reports:</p> + <blockquote cite="https://lists.x.org/archives/xorg-announce/2025-February/003584.html"> + <ul> + <li> + CVE-2025-49175: Out-of-bounds access in X Rendering extension (Animated cursors) + <p>The X Rendering extension allows creating animated cursors providing a + list of cursors. + By default, the Xserver assumes at least one cursor is provided while a + client may actually pass no cursor at all, which causes an out-of-bound + read creating the animated cursor and a crash of the Xserver.</p> + </li> + <li> + CVE-2025-49177: Data leak in XFIXES Extension 6 (XFixesSetClientDisconnectMode) + + <p>The handler of XFixesSetClientDisconnectMode does not check the client + request length. + A client could send a shorter request and read data from a former + request.</p> + </li> + <li> + CVE-2025-49178: Unprocessed client request via bytes to ignore + + <p>When reading requests from the clients, the input buffer might be shared + and used between different clients. + If a given client sends a full request with non-zero bytes to ignore, + the bytes to ignore may still be non-zero even though the request is + full, in which case the buffer could be shared with another client who's + request will not be processed because of those bytes to ignore, leading + to a possible hang of the other client request.</p> + </li> + <li> + CVE-2025-49179: Integer overflow in X Record extension + + <p>The RecordSanityCheckRegisterClients() function in the X Record extension + implementation of the Xserver checks for the request length, but does not + check for integer overflow. + A client might send a very large value for either the number of clients + or the number of protocol ranges that will cause an integer overflow in + the request length computation, defeating the check for request length.</p> + </li> + <li> + CVE-2025-49180: Integer overflow in RandR extension (RRChangeProviderProperty) + + <p>A client might send a request causing an integer overflow when computing + the total size to allocate in RRChangeProviderProperty().</p> + </li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-49175</cvename> + <cvename>CVE-2025-49177</cvename> + <cvename>CVE-2025-49178</cvename> + <cvename>CVE-2025-49179</cvename> + <cvename>CVE-2025-49180</cvename> + <url>https://lists.x.org/archives/xorg/2025-June/062055.html</url> + </references> + <dates> + <discovery>2025-06-17</discovery> + <entry>2025-07-01</entry> + </dates> + </vuln> + <vuln vid="6b1b8989-55b0-11f0-ac64-589cfc10a551"> <topic>podman -- TLS connection used to pull VM images was not validated</topic> <affects> diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile index d53040f23c82..c80734d4dcdc 100644 --- a/shells/sheldon/Makefile +++ b/shells/sheldon/Makefile @@ -1,6 +1,5 @@ PORTNAME= sheldon -DISTVERSION= 0.8.2 -PORTREVISION= 1 +DISTVERSION= 0.8.3 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/sheldon/Makefile.crates b/shells/sheldon/Makefile.crates index 8157e16b9479..d8e37fdacbe8 100644 --- a/shells/sheldon/Makefile.crates +++ b/shells/sheldon/Makefile.crates @@ -1,28 +1,28 @@ CARGO_CRATES= aho-corasick-1.1.3 \ - anstyle-1.0.10 \ + anstyle-1.0.11 \ anyhow-1.0.98 \ bitflags-2.9.1 \ bstr-1.12.0 \ casual-0.2.0 \ - cc-1.2.23 \ - cfg-if-1.0.0 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ - clap_complete-4.5.50 \ - clap_derive-4.5.32 \ - clap_lex-0.7.4 \ + cc-1.2.27 \ + cfg-if-1.0.1 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ constcat-0.6.1 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ - curl-0.4.47 \ - curl-sys-0.4.80+curl-8.12.1 \ + curl-0.4.48 \ + curl-sys-0.4.82+curl-8.14.1 \ diff-0.1.13 \ displaydoc-0.2.5 \ either-1.15.0 \ env_home-0.1.0 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fastrand-2.3.0 \ fmutex-0.3.0 \ form_urlencoded-1.2.1 \ @@ -31,45 +31,43 @@ CARGO_CRATES= aho-corasick-1.1.3 \ globset-0.4.16 \ globwalk-0.9.1 \ goldie-0.5.0 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heck-0.5.0 \ home-0.5.11 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.1 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.1 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.1 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ + idna_adapter-1.2.1 \ ignore-0.4.23 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ itertools-0.14.0 \ itoa-1.0.15 \ jobserver-0.1.33 \ - libc-0.2.172 \ - libgit2-sys-0.18.1+1.9.0 \ + libc-0.2.174 \ + libgit2-sys-0.18.2+1.9.1 \ libssh2-sys-0.3.1 \ libz-sys-1.1.22 \ linux-raw-sys-0.9.4 \ - litemap-0.7.5 \ + litemap-0.8.0 \ log-0.4.27 \ maplit-1.0.2 \ - memchr-2.7.4 \ + memchr-2.7.5 \ once_cell-1.21.3 \ openssl-probe-0.1.6 \ openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-sys-0.9.109 \ percent-encoding-2.3.1 \ pkg-config-0.3.32 \ + potential_utf-0.1.2 \ pretty_assertions-1.4.1 \ proc-macro2-1.0.95 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ regex-1.11.1 \ @@ -83,54 +81,63 @@ CARGO_CRATES= aho-corasick-1.1.3 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ - serde_spanned-0.6.8 \ + serde_spanned-0.6.9 \ shlex-1.3.0 \ - smallvec-1.15.0 \ - socket2-0.5.9 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ tempfile-3.20.0 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ - tinystr-0.7.6 \ - toml-0.8.22 \ - toml_datetime-0.6.9 \ - toml_edit-0.22.26 \ - toml_write-0.1.1 \ + tinystr-0.8.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ unicode-ident-1.0.18 \ unicode-width-0.1.14 \ upon-0.8.1 \ - upon-0.9.0 \ + upon-0.10.0 \ url-2.5.4 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ vcpkg-0.2.15 \ walkdir-2.5.0 \ wasi-0.14.2+wasi-0.2.4 \ - which-7.0.3 \ + which-8.0.0 \ winapi-util-0.1.9 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.10 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.11 \ winsafe-0.0.19 \ wit-bindgen-rt-0.39.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ + writeable-0.6.1 \ yansi-1.0.1 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 diff --git a/shells/sheldon/distinfo b/shells/sheldon/distinfo index 62a530d33023..84dd4533f532 100644 --- a/shells/sheldon/distinfo +++ b/shells/sheldon/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1747964325 +TIMESTAMP = 1751356904 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 -SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 -SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 @@ -11,20 +11,20 @@ SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf95891080 SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/casual-0.2.0.crate) = 02bac00d171e78bbd71fe323666881647f18ce2a6c7460e9d1baddeefa3c3420 SIZE (rust/crates/casual-0.2.0.crate) = 8948 -SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 -SIZE (rust/crates/cc-1.2.23.crate) = 106527 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 -SIZE (rust/crates/clap-4.5.38.crate) = 57140 -SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 -SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 -SHA256 (rust/crates/clap_complete-4.5.50.crate) = c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1 -SIZE (rust/crates/clap_complete-4.5.50.crate) = 48292 -SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 -SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 -SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 -SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/constcat-0.6.1.crate) = 136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c SIZE (rust/crates/constcat-0.6.1.crate) = 8583 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 @@ -33,10 +33,10 @@ SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1 SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 -SHA256 (rust/crates/curl-0.4.47.crate) = d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265 -SIZE (rust/crates/curl-0.4.47.crate) = 97185 -SHA256 (rust/crates/curl-sys-0.4.80+curl-8.12.1.crate) = 55f7df2eac63200c3ab25bde3b2268ef2ee56af3d238e76d61f01c3c49bff734 -SIZE (rust/crates/curl-sys-0.4.80+curl-8.12.1.crate) = 1817567 +SHA256 (rust/crates/curl-0.4.48.crate) = 9e2d5c8f48d9c0c23250e52b55e82a6ab4fdba6650c931f5a0a57a43abda812b +SIZE (rust/crates/curl-0.4.48.crate) = 97323 +SHA256 (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = c4d63638b5ec65f1a4ae945287b3fd035be4554bbaf211901159c9a2a74fb5be +SIZE (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = 1859811 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 @@ -47,8 +47,8 @@ SHA256 (rust/crates/env_home-0.1.0.crate) = c7f84e12ccf0a7ddc17a6c41c93326024c42 SIZE (rust/crates/env_home-0.1.0.crate) = 9006 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fmutex-0.3.0.crate) = 5bd990c8a95704647aeb7cc51b0ea54c5072c824894977cc8ba679459f00bc9a @@ -65,84 +65,80 @@ SHA256 (rust/crates/globwalk-0.9.1.crate) = 0bf760ebf69878d9fd8f110c89703d90ce35 SIZE (rust/crates/globwalk-0.9.1.crate) = 12572 SHA256 (rust/crates/goldie-0.5.0.crate) = aa70c42797cac60e6182e00f33f629212e02ba80d67e8a976f6168b57568d78e SIZE (rust/crates/goldie-0.5.0.crate) = 9442 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf SIZE (rust/crates/home-0.5.11.crate) = 9926 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.1.crate) = 7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d -SIZE (rust/crates/icu_locid_transform_data-1.5.1.crate) = 42937 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.1.crate) = c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7 -SIZE (rust/crates/icu_normalizer_data-1.5.1.crate) = 50737 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.1.crate) = 85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2 -SIZE (rust/crates/icu_properties_data-1.5.1.crate) = 229231 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 -SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b SIZE (rust/crates/ignore-0.4.23.crate) = 55901 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 -SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 -SHA256 (rust/crates/libgit2-sys-0.18.1+1.9.0.crate) = e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e -SIZE (rust/crates/libgit2-sys-0.18.1+1.9.0.crate) = 1855262 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libgit2-sys-0.18.2+1.9.1.crate) = 1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222 +SIZE (rust/crates/libgit2-sys-0.18.2+1.9.1.crate) = 1856057 SHA256 (rust/crates/libssh2-sys-0.3.1.crate) = 220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9 SIZE (rust/crates/libssh2-sys-0.3.1.crate) = 582851 SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 -SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 -SIZE (rust/crates/litemap-0.7.5.crate) = 29962 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d SIZE (rust/crates/maplit-1.0.2.crate) = 8871 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 -SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 @@ -169,20 +165,20 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 -SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 -SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 -SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef -SIZE (rust/crates/socket2-0.5.9.crate) = 57432 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 @@ -191,28 +187,26 @@ SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332 SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 -SHA256 (rust/crates/toml-0.8.22.crate) = 05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae -SIZE (rust/crates/toml-0.8.22.crate) = 76224 -SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3 -SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622 -SHA256 (rust/crates/toml_edit-0.22.26.crate) = 310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e -SIZE (rust/crates/toml_edit-0.22.26.crate) = 121714 -SHA256 (rust/crates/toml_write-0.1.1.crate) = bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076 -SIZE (rust/crates/toml_write-0.1.1.crate) = 17467 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 SHA256 (rust/crates/upon-0.8.1.crate) = 9fe29601d1624f104fa9a35ea71a5f523dd8bd1cfc8c31f8124ad2b829f013c0 SIZE (rust/crates/upon-0.8.1.crate) = 61129 -SHA256 (rust/crates/upon-0.9.0.crate) = cc1243af2969e332d5b9b99087eddd44d04a41da8630ed53e06df497b7f5c747 -SIZE (rust/crates/upon-0.9.0.crate) = 58175 +SHA256 (rust/crates/upon-0.10.0.crate) = f3ead40aa15464f4d808014183fa0b030761ff6f57e162f7fc76d6a900df7a28 +SIZE (rust/crates/upon-0.10.0.crate) = 61445 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 -SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 -SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 @@ -221,55 +215,75 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 -SHA256 (rust/crates/which-7.0.3.crate) = 24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762 -SIZE (rust/crates/which-7.0.3.crate) = 18872 +SHA256 (rust/crates/which-8.0.0.crate) = d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d +SIZE (rust/crates/which-8.0.0.crate) = 26209 SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec -SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd +SIZE (rust/crates/winnow-0.7.11.crate) = 174175 SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 -SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 -SIZE (rust/crates/write16-1.0.0.crate) = 7218 -SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 -SIZE (rust/crates/writeable-0.5.5.crate) = 22354 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 SIZE (rust/crates/yansi-1.0.1.crate) = 75497 -SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 -SIZE (rust/crates/yoke-0.7.5.crate) = 29673 -SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 -SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 -SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 -SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 -SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 -SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (rossmacarthur-sheldon-0.8.2_GH0.tar.gz) = 8b9306902849344bacb9525051c88b34487767086adc93936fdef98c8650cfc8 -SIZE (rossmacarthur-sheldon-0.8.2_GH0.tar.gz) = 85038 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rossmacarthur-sheldon-0.8.3_GH0.tar.gz) = fea159b473a9ae48779ae2094eb909262361f45d2bf3a2e3968eddacb8e3b992 +SIZE (rossmacarthur-sheldon-0.8.3_GH0.tar.gz) = 85490 diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index efc2b70b66e9..6d4dc7683d80 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -10,6 +10,8 @@ WWW= https://www.bsdstats.org/ LICENSE= BSD4CLAUSE +BROKEN= mastersite gives PHP fatal error as of 20250701 + NO_BUILD= yes USE_RC_SUBR= bsdstats SUB_FILES= 300.statistics bsdstats-send pkg-message diff --git a/sysutils/diffoci/Makefile b/sysutils/diffoci/Makefile index 2f1bf8b6c8fe..f7c5c6498297 100644 --- a/sysutils/diffoci/Makefile +++ b/sysutils/diffoci/Makefile @@ -1,7 +1,6 @@ PORTNAME= diffoci -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/diffoci/distinfo b/sysutils/diffoci/distinfo index 7c75475a15c4..6917f28d4ba5 100644 --- a/sysutils/diffoci/distinfo +++ b/sysutils/diffoci/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1744288752 -SHA256 (go/sysutils_diffoci/diffoci-v0.1.6/v0.1.6.mod) = 3894a70fce2bca9f15dca57455c5d307f47dc631947e8db1e76f4d170ef43dd8 -SIZE (go/sysutils_diffoci/diffoci-v0.1.6/v0.1.6.mod) = 3192 -SHA256 (go/sysutils_diffoci/diffoci-v0.1.6/v0.1.6.zip) = b24bb29b90ba32fa30ed1af6891766604b3ead6e4020a2aa612551bd6477a27e -SIZE (go/sysutils_diffoci/diffoci-v0.1.6/v0.1.6.zip) = 55447 +TIMESTAMP = 1751208140 +SHA256 (go/sysutils_diffoci/diffoci-v0.1.7/v0.1.7.mod) = 043011739d7f703b1e237d91f5841ee1239007762b8717182dec3be4da32e604 +SIZE (go/sysutils_diffoci/diffoci-v0.1.7/v0.1.7.mod) = 3192 +SHA256 (go/sysutils_diffoci/diffoci-v0.1.7/v0.1.7.zip) = 3f88a52dda41b524efe2add3334358cfd1cafc7b63634d555f7cecf5d2fc37de +SIZE (go/sysutils_diffoci/diffoci-v0.1.7/v0.1.7.zip) = 55698 diff --git a/sysutils/freebsd-rustdate/Makefile b/sysutils/freebsd-rustdate/Makefile index 53806ae6f576..7d701de93fe3 100644 --- a/sysutils/freebsd-rustdate/Makefile +++ b/sysutils/freebsd-rustdate/Makefile @@ -1,6 +1,5 @@ PORTNAME= freebsd-rustdate -DISTVERSION= 1.3.0 -PORTREVISION= 1 +DISTVERSION= 1.3.1 CATEGORIES= sysutils MASTER_SITES= https://rustdate.over-yonder.net/dl/ \ https://distfiles.over-yonder.net/freebsd-rustdate/ diff --git a/sysutils/freebsd-rustdate/Makefile.crates b/sysutils/freebsd-rustdate/Makefile.crates index cb402263adfb..957552687dcf 100644 --- a/sysutils/freebsd-rustdate/Makefile.crates +++ b/sysutils/freebsd-rustdate/Makefile.crates @@ -1,36 +1,36 @@ CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ aho-corasick-1.1.3 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.18 \ - anstyle-1.0.10 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ anyhow-1.0.98 \ async-trait-0.1.88 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ backtrace-0.3.75 \ base16ct-0.2.0 \ base64-0.22.1 \ bitflags-2.9.1 \ block-buffer-0.10.4 \ - bumpalo-3.17.0 \ + bumpalo-3.19.0 \ byteorder-1.5.0 \ bytes-1.10.1 \ bzip2-0.5.2 \ bzip2-sys-0.1.13+1.0.8 \ - cc-1.2.23 \ + cc-1.2.27 \ cdivsufsort-2.0.0 \ - cfg-if-1.0.0 \ + cfg-if-1.0.1 \ chrono-0.4.41 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ - clap_complete-4.5.50 \ - clap_derive-4.5.32 \ - clap_lex-0.7.4 \ - colorchoice-1.0.3 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ + colorchoice-1.0.4 \ console-0.15.11 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ @@ -51,6 +51,7 @@ CARGO_CRATES= addr2line-0.24.2 \ diffy-0.4.2 \ digest-0.10.7 \ displaydoc-0.2.5 \ + dyn-clone-1.0.19 \ edit-0.1.5 \ educe-0.6.0 \ either-1.15.0 \ @@ -59,9 +60,9 @@ CARGO_CRATES= addr2line-0.24.2 \ enum-ordinalize-4.3.0 \ enum-ordinalize-derive-4.3.1 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fastrand-2.3.0 \ - flate2-1.1.1 \ + flate2-1.1.2 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ @@ -77,7 +78,7 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.3.3 \ gimli-0.31.1 \ hashbrown-0.12.3 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heck-0.5.0 \ hex-0.4.3 \ hickory-proto-0.25.2 \ @@ -92,14 +93,14 @@ CARGO_CRATES= addr2line-0.24.2 \ icu_locale_core-2.0.0 \ icu_normalizer-2.0.0 \ icu_normalizer_data-2.0.0 \ - icu_properties-2.0.0 \ - icu_properties_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ icu_provider-2.0.0 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.1 \ indexmap-1.9.3 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ indicatif-0.17.11 \ ipconfig-0.3.2 \ ipnet-2.11.0 \ @@ -108,17 +109,17 @@ CARGO_CRATES= addr2line-0.24.2 \ itoa-1.0.15 \ js-sys-0.3.77 \ lazy_static-1.5.0 \ - libc-0.2.172 \ + libc-0.2.174 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ - lock_api-0.4.12 \ + lock_api-0.4.13 \ log-0.4.27 \ loom-0.7.2 \ matchers-0.1.0 \ - memchr-2.7.4 \ - miniz_oxide-0.8.8 \ - mio-1.0.3 \ + memchr-2.7.5 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ moka-0.12.10 \ nu-ansi-term-0.46.0 \ nu-ansi-term-0.50.1 \ @@ -127,32 +128,35 @@ CARGO_CRATES= addr2line-0.24.2 \ number_prefix-0.4.0 \ object-0.36.7 \ once_cell-1.21.3 \ - openssl-0.10.72 \ + once_cell_polyfill-1.70.1 \ + openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-sys-0.9.109 \ overload-0.1.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ pkg-config-0.3.32 \ - portable-atomic-1.11.0 \ + portable-atomic-1.11.1 \ potential_utf-0.1.2 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ proc-macro2-1.0.95 \ qbsdiff-1.4.3 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rand-0.9.1 \ rand_chacha-0.9.0 \ rand_core-0.9.3 \ rand_pcg-0.9.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.13 \ + ref-cast-1.0.24 \ + ref-cast-impl-1.0.24 \ regex-1.11.1 \ regex-automata-0.1.10 \ regex-automata-0.4.9 \ @@ -161,34 +165,35 @@ CARGO_CRATES= addr2line-0.24.2 \ regex-syntax-0.8.5 \ resolv-conf-0.7.4 \ ring-0.17.14 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.25 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustix-1.0.7 \ - rustversion-1.0.20 \ + rustversion-1.0.21 \ ryu-1.0.20 \ sacabase-2.0.0 \ same-file-1.0.6 \ + schemars-0.9.0 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ semver-1.0.26 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ - serde_with-3.12.0 \ - serde_with_macros-3.12.0 \ + serde_with-3.13.0 \ + serde_with_macros-3.13.0 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ - slab-0.4.9 \ - smallvec-1.15.0 \ - socket2-0.5.9 \ + slab-0.4.10 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ strum-0.27.1 \ strum_macros-0.27.1 \ suffix_array-0.5.0 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ sysctl-0.6.0 \ tagptr-0.2.0 \ @@ -198,36 +203,36 @@ CARGO_CRATES= addr2line-0.24.2 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ + thread_local-1.1.9 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.0 \ + tokio-1.45.1 \ tokio-macros-2.5.0 \ tracing-0.1.41 \ - tracing-core-0.1.33 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ typenum-1.18.0 \ unicode-ident-1.0.18 \ - unicode-width-0.2.0 \ + unicode-width-0.2.1 \ untrusted-0.9.0 \ - ureq-3.0.11 \ - ureq-proto-0.4.1 \ + ureq-3.0.12 \ + ureq-proto-0.4.2 \ url-2.5.4 \ utf-8-0.7.6 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ + uuid-1.17.0 \ uzers-0.12.1 \ valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ walkdir-2.5.0 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ @@ -241,44 +246,54 @@ CARGO_CRATES= addr2line-0.24.2 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.61.1 \ + windows-0.61.3 \ windows-collections-0.2.0 \ - windows-core-0.61.1 \ + windows-core-0.61.2 \ windows-future-0.2.1 \ windows-implement-0.60.0 \ windows-interface-0.59.1 \ - windows-link-0.1.1 \ + windows-link-0.1.3 \ windows-numerics-0.2.0 \ - windows-result-0.3.3 \ - windows-strings-0.4.1 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows-threading-0.1.0 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ winreg-0.50.0 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zerocopy-0.8.25 \ - zerocopy-derive-0.8.25 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.2 \ diff --git a/sysutils/freebsd-rustdate/distinfo b/sysutils/freebsd-rustdate/distinfo index a0e730a15701..985fe3deee9d 100644 --- a/sysutils/freebsd-rustdate/distinfo +++ b/sysutils/freebsd-rustdate/distinfo @@ -1,32 +1,32 @@ -TIMESTAMP = 1747610623 -SHA256 (freebsd-rustdate-1.3.0.tar.xz) = ae0d5dfce4d5a247becc2c15a30a8508931b70e29eeab2ef2635051308f9c4d9 -SIZE (freebsd-rustdate-1.3.0.tar.xz) = 127432 +TIMESTAMP = 1751240725 +SHA256 (freebsd-rustdate-1.3.1.tar.xz) = 5161aaad8efb8b9dbefca0eed24d89a0644a52631a48704d2beac6aff008baee +SIZE (freebsd-rustdate-1.3.1.tar.xz) = 128764 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b -SIZE (rust/crates/anstream-0.6.18.crate) = 29681 -SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 -SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 -SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 -SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 -SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c -SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e -SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf @@ -37,8 +37,8 @@ SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf -SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a @@ -47,26 +47,26 @@ SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 -SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 -SIZE (rust/crates/cc-1.2.23.crate) = 106527 +SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 SHA256 (rust/crates/cdivsufsort-2.0.0.crate) = edefce019197609da416762da75bb000bbd2224b2d89a7e722c2296cbff79b8c SIZE (rust/crates/cdivsufsort-2.0.0.crate) = 19881 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 -SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 -SIZE (rust/crates/clap-4.5.38.crate) = 57140 -SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 -SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 -SHA256 (rust/crates/clap_complete-4.5.50.crate) = c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1 -SIZE (rust/crates/clap_complete-4.5.50.crate) = 48292 -SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 -SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 -SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 -SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 -SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 -SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 SIZE (rust/crates/console-0.15.11.crate) = 37822 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b @@ -107,6 +107,8 @@ SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8c SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 +SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 SHA256 (rust/crates/edit-0.1.5.crate) = f364860e764787163c8c8f58231003839be31276e821e2ad2092ddf496b1aa09 SIZE (rust/crates/edit-0.1.5.crate) = 9327 SHA256 (rust/crates/educe-0.6.0.crate) = 1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417 @@ -123,12 +125,12 @@ SHA256 (rust/crates/enum-ordinalize-derive-4.3.1.crate) = 0d28318a75d4aead5c4db2 SIZE (rust/crates/enum-ordinalize-derive-4.3.1.crate) = 7957 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece -SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 @@ -159,8 +161,8 @@ SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 @@ -189,10 +191,10 @@ SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329 SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 -SHA256 (rust/crates/icu_properties-2.0.0.crate) = 2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a -SIZE (rust/crates/icu_properties-2.0.0.crate) = 58065 -SHA256 (rust/crates/icu_properties_data-2.0.0.crate) = 8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04 -SIZE (rust/crates/icu_properties_data-2.0.0.crate) = 159069 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 @@ -203,8 +205,8 @@ SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 SHA256 (rust/crates/ipconfig-0.3.2.crate) = b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f @@ -221,28 +223,28 @@ SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec9374296 SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 -SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 SIZE (rust/crates/litemap-0.8.0.crate) = 34344 -SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca SIZE (rust/crates/loom-0.7.2.crate) = 73989 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a -SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/moka-0.12.10.crate) = a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926 SIZE (rust/crates/moka-0.12.10.crate) = 253622 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 @@ -259,20 +261,22 @@ SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b665 SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 -SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da -SIZE (rust/crates/openssl-0.10.72.crate) = 283852 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 -SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 -SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 -SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b @@ -281,8 +285,8 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 -SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e -SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -295,8 +299,8 @@ SHA256 (rust/crates/qbsdiff-1.4.3.crate) = 73ee0630c045473cad802a241ec0dedab000b SIZE (rust/crates/qbsdiff-1.4.3.crate) = 22102 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 -SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 SIZE (rust/crates/rand-0.9.1.crate) = 97986 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -309,8 +313,12 @@ SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4 SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 -SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af -SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf +SIZE (rust/crates/ref-cast-1.0.24.crate) = 15252 +SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7 +SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 @@ -327,22 +335,24 @@ SHA256 (rust/crates/resolv-conf-0.7.4.crate) = 95325155c684b1c89f7765e30bc1c42e4 SIZE (rust/crates/resolv-conf-0.7.4.crate) = 17260 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 -SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f -SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 SIZE (rust/crates/rustix-1.0.7.crate) = 414500 -SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 -SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/sacabase-2.0.0.crate) = 9883fc3d6ce3d78bb54d908602f8bc1f7b5f983afe601dabe083009d86267a84 SIZE (rust/crates/sacabase-2.0.0.crate) = 2399 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f +SIZE (rust/crates/schemars-0.9.0.crate) = 80032 SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 @@ -355,22 +365,22 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_with-3.12.0.crate) = d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa -SIZE (rust/crates/serde_with-3.12.0.crate) = 148666 -SHA256 (rust/crates/serde_with_macros-3.12.0.crate) = 8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e -SIZE (rust/crates/serde_with_macros-3.12.0.crate) = 32089 +SHA256 (rust/crates/serde_with-3.13.0.crate) = bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42 +SIZE (rust/crates/serde_with-3.13.0.crate) = 172644 +SHA256 (rust/crates/serde_with_macros-3.13.0.crate) = 81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77 +SIZE (rust/crates/serde_with_macros-3.13.0.crate) = 38965 SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 -SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 -SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef -SIZE (rust/crates/socket2-0.5.9.crate) = 57432 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f @@ -381,8 +391,8 @@ SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298 SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 SHA256 (rust/crates/suffix_array-0.5.0.crate) = 907d9ca9637a22e3a7d7c7818f6105a7898857359e187ad3325d986684b9ec3f SIZE (rust/crates/suffix_array-0.5.0.crate) = 11026 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/sysctl-0.6.0.crate) = 01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc @@ -401,8 +411,8 @@ SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 SIZE (rust/crates/time-0.3.41.crate) = 138369 SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c @@ -415,14 +425,14 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 -SIZE (rust/crates/tokio-1.45.0.crate) = 800721 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 -SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c -SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 @@ -431,14 +441,14 @@ SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205 SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 -SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd -SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c +SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 -SHA256 (rust/crates/ureq-3.0.11.crate) = b7a3e9af6113ecd57b8c63d3cd76a385b2e3881365f1f489e54f49801d0c83ea -SIZE (rust/crates/ureq-3.0.11.crate) = 126498 -SHA256 (rust/crates/ureq-proto-0.4.1.crate) = fadf18427d33828c311234884b7ba2afb57143e6e7e69fda7ee883b624661e36 -SIZE (rust/crates/ureq-proto-0.4.1.crate) = 61641 +SHA256 (rust/crates/ureq-3.0.12.crate) = 9f0fde9bc91026e381155f8c67cb354bcd35260b2f4a29bcc84639f762760c39 +SIZE (rust/crates/ureq-3.0.12.crate) = 131026 +SHA256 (rust/crates/ureq-proto-0.4.2.crate) = 59db78ad1923f2b1be62b6da81fe80b173605ca0d57f85da2e005382adf693f7 +SIZE (rust/crates/ureq-proto-0.4.2.crate) = 61832 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 @@ -447,8 +457,8 @@ SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59 SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/uzers-0.12.1.crate) = 4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd SIZE (rust/crates/uzers-0.12.1.crate) = 29272 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 @@ -459,8 +469,8 @@ SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 @@ -487,68 +497,88 @@ SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55 SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-0.61.1.crate) = c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419 -SIZE (rust/crates/windows-0.61.1.crate) = 9342486 +SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 +SIZE (rust/crates/windows-0.61.3.crate) = 9372520 SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 -SHA256 (rust/crates/windows-core-0.61.1.crate) = 46ec44dc15085cea82cf9c78f85a9114c463a369786585ad2882d1ff0b0acf40 -SIZE (rust/crates/windows-core-0.61.1.crate) = 36762 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 -SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 -SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 -SHA256 (rust/crates/windows-result-0.3.3.crate) = 4b895b5356fc36103d0f64dd1e94dfa7ac5633f1c9dd6e80fe9ec4adef69e09d -SIZE (rust/crates/windows-result-0.3.3.crate) = 13431 -SHA256 (rust/crates/windows-strings-0.4.1.crate) = 2a7ab927b2637c19b3dbe0965e75d8f2d30bdd697a1516191cad2ec4df8fb28a -SIZE (rust/crates/windows-strings-0.4.1.crate) = 13976 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 @@ -559,10 +589,10 @@ SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f659 SIZE (rust/crates/yoke-0.8.0.crate) = 28726 SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 -SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb -SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 -SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef -SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 01e1a5b3be15..5aa4a1b924ae 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -1,5 +1,5 @@ PORTNAME= graylog -DISTVERSION= 6.2.3 +DISTVERSION= 6.3.0 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index d6c1db4c2209..e257316463c3 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749455224 -SHA256 (graylog/graylog-6.2.3.tgz) = 472cdf1f69205fb382d586c84f7312e10ed56474b41654a409b8280d7a2879e3 -SIZE (graylog/graylog-6.2.3.tgz) = 300170523 +TIMESTAMP = 1751368330 +SHA256 (graylog/graylog-6.3.0.tgz) = c218777f2ce9ce91690f752e12fc4accad5572dba4c7ae66b2cfb0886213877e +SIZE (graylog/graylog-6.3.0.tgz) = 317252957 diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 366c34be547f..514ecaf94d3a 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -1,5 +1,5 @@ PORTNAME= diffoscope -PORTVERSION= 299 +PORTVERSION= 300 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-diffoscope/distinfo b/sysutils/py-diffoscope/distinfo index b6b1596218ad..0ab9728d41ec 100644 --- a/sysutils/py-diffoscope/distinfo +++ b/sysutils/py-diffoscope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954238 -SHA256 (diffoscope-299.tar.gz) = f40492b926e8ef38ba51bdda0bf0a350ad9f99b35db73506ee63f7be7a8e0465 -SIZE (diffoscope-299.tar.gz) = 3189385 +TIMESTAMP = 1751208174 +SHA256 (diffoscope-300.tar.gz) = 77fc35e040ce7b93add853e2ab3ebc0b41804eb042ca19680c83148c95df28d8 +SIZE (diffoscope-300.tar.gz) = 3188879 diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index 30605fe05489..7ed8766d3e34 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile @@ -1,5 +1,5 @@ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.11.5 +PORTVERSION= 0.11.6 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,6 +11,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy \ + rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \ + rubygem-ed25519>=1.2<2.0:security/rubygem-ed25519 \ rubygem-mqtt>=0.5<1:net/rubygem-mqtt \ rubygem-net-ssh>=7.2,2<8,2:security/rubygem-net-ssh \ rubygem-smart_proxy_dynflow>=0.9.4<1:sysutils/rubygem-smart_proxy_dynflow diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo b/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo index 2f745056ad90..5f07289dca4a 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735228266 -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.11.5.gem) = 83ebb33efa3880b6d8eff4cc75f6f8074e19e7abc82baa00a2837d0991dc2a1f -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.11.5.gem) = 39936 +TIMESTAMP = 1751208240 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.11.6.gem) = 9eb51767d29c03d3224796ff7325a5fbee87c4d8b587b4d868c32262d36e90be +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.11.6.gem) = 39936 diff --git a/sysutils/vtm/Makefile b/sysutils/vtm/Makefile index 724de4eb224f..b7d68bdc4b16 100644 --- a/sysutils/vtm/Makefile +++ b/sysutils/vtm/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 2025.05.28 CATEGORIES= sysutils -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Text-based desktop environment for your terminal WWW= https://github.com/directvt/vtm diff --git a/textproc/apache-commons-csv/Makefile b/textproc/apache-commons-csv/Makefile index d4da89b3538d..ea0ab587e1a3 100644 --- a/textproc/apache-commons-csv/Makefile +++ b/textproc/apache-commons-csv/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-csv -DISTVERSION= 1.13.0 +DISTVERSION= 1.14.0 CATEGORIES= textproc java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- diff --git a/textproc/apache-commons-csv/distinfo b/textproc/apache-commons-csv/distinfo index 7e3a170f633b..830ae14fe63e 100644 --- a/textproc/apache-commons-csv/distinfo +++ b/textproc/apache-commons-csv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739234023 -SHA256 (commons-csv-1.13.0-bin.tar.gz) = 6e0e72eea0c49b8c12ebfc19215c7d199a0fa26aa66833ccdf0c8cb391d1e3bd -SIZE (commons-csv-1.13.0-bin.tar.gz) = 444694 +TIMESTAMP = 1751312380 +SHA256 (commons-csv-1.14.0-bin.tar.gz) = b4dd909314831dcad33dc1fc17382cc8b73eff27d56687c262059b3c817edb1b +SIZE (commons-csv-1.14.0-bin.tar.gz) = 470848 diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 17b4d6bb11ba..5b3b59b2b437 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -12,6 +12,9 @@ WWW= https://www.dict.org/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring devel/libmaa +EXPIRATION_DATE=2025-09-30 + LIB_DEPENDS= libmaa.so:devel/libmaa USES= bison gmake libtool:build localbase diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 99dc1728ba87..0052c6bc35a3 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/dictem/ LICENSE= GPLv2 +DEPRECATED= Depends on expiring textproc/dict +EXPIRATION_DATE=2025-09-30 + RUN_DEPENDS= ${LOCALBASE}/bin/dict:textproc/dict USES= emacs diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 8e5ae6a1baf3..b27f6da8650d 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -12,6 +12,9 @@ WWW= https://www.dict.org/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring devel/libmaa +EXPIRATION_DATE=2025-09-30 + LIB_DEPENDS= libmaa.so:devel/libmaa USES= gmake libtool:build localbase diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 18fb5df893e9..57caef02279e 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,5 +1,5 @@ PORTNAME= ibus-typing-booster -PORTVERSION= 2.27.64 +PORTVERSION= 2.27.67 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index 3af673034954..142e0d940729 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750596173 -SHA256 (mike-fabian-ibus-typing-booster-2.27.64_GH0.tar.gz) = 7ee36ed14c7050793a68374e918708b1c63a394539daf8b3c9f722411ca22976 -SIZE (mike-fabian-ibus-typing-booster-2.27.64_GH0.tar.gz) = 13515065 +TIMESTAMP = 1751317648 +SHA256 (mike-fabian-ibus-typing-booster-2.27.67_GH0.tar.gz) = 1821be3c3ca519127225b1672eed154d7a4f305d1a5e8ae5e6a79f0acd30032c +SIZE (mike-fabian-ibus-typing-booster-2.27.67_GH0.tar.gz) = 13537901 diff --git a/textproc/py-pybtex/Makefile b/textproc/py-pybtex/Makefile index 911ce31b78bc..aa561bb4a4eb 100644 --- a/textproc/py-pybtex/Makefile +++ b/textproc/py-pybtex/Makefile @@ -1,5 +1,5 @@ PORTNAME= pybtex -PORTVERSION= 0.25.0 +PORTVERSION= 0.25.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pybtex/distinfo b/textproc/py-pybtex/distinfo index 8719f5f11a1e..67ba5e2cbe59 100644 --- a/textproc/py-pybtex/distinfo +++ b/textproc/py-pybtex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954244 -SHA256 (pybtex-0.25.0.tar.gz) = 10684ffb05af33b041b06dabe15868078fd75847b24e1dffd8dd91348bbb3a4b -SIZE (pybtex-0.25.0.tar.gz) = 358178 +TIMESTAMP = 1751208176 +SHA256 (pybtex-0.25.1.tar.gz) = 9eaf90267c7e83e225af89fea65c370afbf65f458220d3946a9e3049e1eca491 +SIZE (pybtex-0.25.1.tar.gz) = 406157 diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile index 8d3128b2f6ff..a9f1bb06a493 100644 --- a/textproc/py-sphinxcontrib-bibtex/Makefile +++ b/textproc/py-sphinxcontrib-bibtex/Makefile @@ -1,5 +1,5 @@ PORTNAME= sphinxcontrib-bibtex -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8,1:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pybtex>=0.24:textproc/py-pybtex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pybtex>=0.25:textproc/py-pybtex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybtex-docutils>=1.0.0:textproc/py-pybtex-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=3.5,1:textproc/py-sphinx@${PY_FLAVOR} @@ -31,8 +31,4 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR} .endif -.if ${PYTHON_REL} >= 31200 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} -.endif - .include <bsd.port.post.mk> diff --git a/textproc/py-sphinxcontrib-bibtex/distinfo b/textproc/py-sphinxcontrib-bibtex/distinfo index ff1b5585a8bb..17e76c6fba35 100644 --- a/textproc/py-sphinxcontrib-bibtex/distinfo +++ b/textproc/py-sphinxcontrib-bibtex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188142 -SHA256 (sphinxcontrib_bibtex-2.6.4.tar.gz) = aad018b730d324201f09777f6c25c4a2ff7ac1d5e66af187f21fc21840768760 -SIZE (sphinxcontrib_bibtex-2.6.4.tar.gz) = 118453 +TIMESTAMP = 1751208178 +SHA256 (sphinxcontrib_bibtex-2.6.5.tar.gz) = 9b3224dd6fece9268ebd8c905dc0a83ff2f6c54148a9235fe70e9d1e9ff149c0 +SIZE (sphinxcontrib_bibtex-2.6.5.tar.gz) = 118462 diff --git a/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml index c65164a124d3..e79a41bf960d 100644 --- a/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml +++ b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2025-06-17 06:41:26 UTC +--- pyproject.toml.orig 2025-06-27 10:39:48 UTC +++ pyproject.toml -@@ -5,7 +5,7 @@ version = "2.6.4" +@@ -5,7 +5,7 @@ version = "2.6.5" [project] name = "sphinxcontrib-bibtex" - version = "2.6.4" + version = "2.6.5" -license = "BSD-2-Clause" +license = { text = "BSD-2-Clause" } description = "Sphinx extension for BibTeX style citations." diff --git a/textproc/rubygem-commonmarker/Makefile b/textproc/rubygem-commonmarker/Makefile index f3ef91896b8b..370c8936937a 100644 --- a/textproc/rubygem-commonmarker/Makefile +++ b/textproc/rubygem-commonmarker/Makefile @@ -1,6 +1,5 @@ PORTNAME= commonmarker -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= textproc rubygems MASTER_SITES= RG DISTFILES= ${DISTNAME}.gem diff --git a/textproc/rubygem-commonmarker/Makefile.crates b/textproc/rubygem-commonmarker/Makefile.crates index 445b07dc2730..938de0009d71 100644 --- a/textproc/rubygem-commonmarker/Makefile.crates +++ b/textproc/rubygem-commonmarker/Makefile.crates @@ -25,7 +25,7 @@ CARGO_CRATES= adler2-2.0.0 \ clap_derive-4.5.18 \ clap_lex-0.7.4 \ colorchoice-1.0.3 \ - comrak-0.38.0 \ + comrak-0.39.1 \ crc32fast-1.4.2 \ darling-0.20.10 \ darling_core-0.20.10 \ @@ -74,8 +74,8 @@ CARGO_CRATES= adler2-2.0.0 \ proc-macro2-1.0.92 \ quick-xml-0.32.0 \ quote-1.0.38 \ - rb-sys-0.9.111 \ - rb-sys-build-0.9.111 \ + rb-sys-0.9.114 \ + rb-sys-build-0.9.114 \ rb-sys-env-0.1.2 \ rctree-0.6.0 \ regex-1.11.1 \ diff --git a/textproc/rubygem-commonmarker/distinfo b/textproc/rubygem-commonmarker/distinfo index 7c1fa97e7fc1..0be57d1defab 100644 --- a/textproc/rubygem-commonmarker/distinfo +++ b/textproc/rubygem-commonmarker/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1744289344 -SHA256 (commonmarker-2.3.0.gem) = 74fb85e4ae59a9fc166dd1813ad791805d09dec1a4e79c81a7be0a6a8dc5dc63 -SIZE (commonmarker-2.3.0.gem) = 31744 +TIMESTAMP = 1751208234 +SHA256 (commonmarker-2.3.1.gem) = 8943ef0731a4205765b1ab8f25a7a9b9f62acb28b0054c7d60f06720a23cadc7 +SIZE (commonmarker-2.3.1.gem) = 31744 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -55,8 +55,8 @@ SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 -SHA256 (rust/crates/comrak-0.38.0.crate) = f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8 -SIZE (rust/crates/comrak-0.38.0.crate) = 178477 +SHA256 (rust/crates/comrak-0.39.1.crate) = 2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5 +SIZE (rust/crates/comrak-0.39.1.crate) = 178985 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/darling-0.20.10.crate) = 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 @@ -153,10 +153,10 @@ SHA256 (rust/crates/quick-xml-0.32.0.crate) = 1d3a6e5838b60e0e8fa7a43f22ade549a3 SIZE (rust/crates/quick-xml-0.32.0.crate) = 184149 SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc SIZE (rust/crates/quote-1.0.38.crate) = 31252 -SHA256 (rust/crates/rb-sys-0.9.111.crate) = becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af -SIZE (rust/crates/rb-sys-0.9.111.crate) = 23832 -SHA256 (rust/crates/rb-sys-build-0.9.111.crate) = 64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29 -SIZE (rust/crates/rb-sys-build-0.9.111.crate) = 21650 +SHA256 (rust/crates/rb-sys-0.9.114.crate) = b41b4e5d871203c3ce7c7bd0f27390fb6eee494ef9c4822a151854610e562f05 +SIZE (rust/crates/rb-sys-0.9.114.crate) = 28493 +SHA256 (rust/crates/rb-sys-build-0.9.114.crate) = de20c3cc2868958bdf8eae7431e6797cb3ce29fcdd5bada95231c4c3c167e701 +SIZE (rust/crates/rb-sys-build-0.9.114.crate) = 24283 SHA256 (rust/crates/rb-sys-env-0.1.2.crate) = a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb SIZE (rust/crates/rb-sys-env-0.1.2.crate) = 9203 SHA256 (rust/crates/rctree-0.6.0.crate) = e03e7866abec1101869ffa8e2c8355c4c2419d0214ece0cc3e428e5b94dea6e9 diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index 9a708d77967e..dcd9e13665a7 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-html-formatter -PORTVERSION= 21.10.1 +PORTVERSION= 21.12.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo index 49798b867239..4625f346c247 100644 --- a/textproc/rubygem-cucumber-html-formatter/distinfo +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954436 -SHA256 (rubygem/cucumber-html-formatter-21.10.1.gem) = bc59de683fe84fb3403ca9ec5cd208afcf53aedda7be1844e3b3698e9c2f1134 -SIZE (rubygem/cucumber-html-formatter-21.10.1.gem) = 285184 +TIMESTAMP = 1751208236 +SHA256 (rubygem/cucumber-html-formatter-21.12.0.gem) = 17db4083fb724d286b0d01db91ea165c4214222260d57d548320ad8d792341f7 +SIZE (rubygem/cucumber-html-formatter-21.12.0.gem) = 283648 diff --git a/textproc/xan/Makefile b/textproc/xan/Makefile index dd18b9e50d63..8e9482279ac0 100644 --- a/textproc/xan/Makefile +++ b/textproc/xan/Makefile @@ -1,6 +1,5 @@ PORTNAME= xan -DISTVERSION= 0.50.0 -PORTREVISION= 1 +DISTVERSION= 0.51.0 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/xan/Makefile.crates b/textproc/xan/Makefile.crates index cb4570334305..1ce014af47d7 100644 --- a/textproc/xan/Makefile.crates +++ b/textproc/xan/Makefile.crates @@ -1,16 +1,15 @@ CARGO_CRATES= adler2-2.0.0 \ - aes-0.8.4 \ - ahash-0.8.11 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ arbitrary-1.4.1 \ - arrayvec-0.4.12 \ arrayvec-0.7.6 \ + atoi_simd-0.16.1 \ autocfg-1.4.0 \ base64-0.22.1 \ + bgzip-0.3.1 \ binary-layout-2.1.0 \ bincode-1.3.3 \ - bitflags-1.3.2 \ bitflags-2.9.0 \ block-buffer-0.10.4 \ bstr-1.12.0 \ @@ -18,36 +17,26 @@ CARGO_CRATES= adler2-2.0.0 \ bumpalo-3.17.0 \ byteorder-1.5.0 \ bytesize-2.0.1 \ - bzip2-0.5.2 \ - bzip2-sys-0.1.13+1.0.8 \ - calamine-0.26.1 \ + calamine-0.28.0 \ + caseless-0.2.2 \ cassowary-0.3.0 \ castaway-0.2.3 \ cc-1.2.19 \ - cfg-if-0.1.10 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - cipher-0.4.4 \ - cloudabi-0.0.3 \ codepage-0.1.2 \ colored-2.2.0 \ colorgrad-0.7.1 \ compact_str-0.8.1 \ + comrak-0.39.0 \ console-0.15.11 \ - constant_time_eq-0.3.1 \ cpufeatures-0.2.17 \ - crc-3.2.1 \ - crc-catalog-2.4.0 \ crc32fast-1.4.2 \ crossbeam-0.8.4 \ - crossbeam-channel-0.2.6 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ - crossbeam-epoch-0.6.1 \ crossbeam-epoch-0.9.18 \ crossbeam-queue-0.3.12 \ - crossbeam-utils-0.5.0 \ - crossbeam-utils-0.6.6 \ crossbeam-utils-0.8.21 \ crypto-common-0.1.6 \ csscolorparser-0.7.0 \ @@ -55,18 +44,17 @@ CARGO_CRATES= adler2-2.0.0 \ cssparser-macros-0.6.1 \ csv-1.3.1 \ csv-core-0.1.12 \ - csv-index-0.1.6 \ ctrlc-3.4.6 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ dbus-0.9.7 \ + debug_unsafe-0.1.3 \ deepsize-0.2.0 \ deepsize_derive-0.1.2 \ - deflate64-0.1.9 \ - deranged-0.4.0 \ derive_arbitrary-1.4.1 \ derive_more-0.99.19 \ + deunicode-1.6.2 \ digest-0.10.7 \ displaydoc-0.2.5 \ dlv-list-0.6.0 \ @@ -86,33 +74,32 @@ CARGO_CRATES= adler2-2.0.0 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ encoding_rs-0.8.35 \ + entities-1.0.1 \ enumset-1.1.5 \ enumset_derive-0.10.0 \ equivalent-1.0.2 \ errno-0.2.8 \ errno-0.3.11 \ errno-dragonfly-0.1.2 \ - ext-sort-0.1.4 \ + ext-sort-0.1.5 \ fast-float-0.2.0 \ + fast-float2-0.2.3 \ fastrand-2.3.0 \ filetime-0.2.25 \ flate2-1.1.1 \ fnv-1.0.7 \ foldhash-0.1.5 \ form_urlencoded-1.2.1 \ - fuchsia-cprng-0.1.1 \ futf-0.1.5 \ fxhash-0.2.1 \ generic-array-0.14.7 \ getopts-0.2.21 \ - getrandom-0.2.15 \ getrandom-0.3.2 \ glob-0.3.2 \ hashbrown-0.12.3 \ hashbrown-0.15.2 \ heck-0.5.0 \ hermit-abi-0.3.9 \ - hmac-0.12.1 \ html-escape-0.2.13 \ html5ever-0.29.1 \ hyperloglogplus-0.4.1 \ @@ -133,49 +120,41 @@ CARGO_CRATES= adler2-2.0.0 \ indexmap-2.9.0 \ indicatif-0.17.11 \ indoc-2.0.6 \ - inout-0.1.4 \ instability-0.3.7 \ itertools-0.13.0 \ itoa-1.0.15 \ - jiff-0.2.10 \ - jiff-static-0.2.10 \ + jiff-0.2.14 \ + jiff-static-0.2.14 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ - jobserver-0.1.33 \ js-sys-0.3.77 \ lazy_static-1.5.0 \ libc-0.2.172 \ libdbus-sys-0.2.5 \ libredox-0.1.3 \ + libz-rs-sys-0.5.1 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.9.4 \ litemap-0.7.5 \ - lock_api-0.1.5 \ lock_api-0.4.12 \ lockfree-object-pool-0.1.6 \ log-0.4.27 \ lru-0.12.5 \ - lzma-rs-0.3.0 \ - lzma-sys-0.1.20 \ mac-0.1.1 \ markup5ever-0.14.1 \ match_token-0.1.0 \ - maybe-uninit-2.0.0 \ md5-0.7.0 \ memchr-2.7.4 \ memmap2-0.5.10 \ - memoffset-0.2.1 \ mime2ext-0.1.54 \ miniz_oxide-0.8.8 \ namedlock-0.7.0 \ new_debug_unreachable-1.0.6 \ nix-0.29.0 \ - nodrop-0.1.14 \ normpath-1.3.0 \ npyz-0.8.3 \ num-bigint-0.4.6 \ num-complex-0.4.6 \ - num-conv-0.1.0 \ num-integer-0.1.46 \ num-traits-0.2.19 \ num_cpus-1.16.0 \ @@ -185,16 +164,13 @@ CARGO_CRATES= adler2-2.0.0 \ opener-0.7.2 \ ordered-float-2.10.1 \ ordered-float-5.0.0 \ - owning_ref-0.4.1 \ + pad-0.1.6 \ pager-0.16.1 \ paltoquet-0.11.0 \ pariter-0.5.1 \ - parking_lot-0.6.4 \ parking_lot-0.12.3 \ - parking_lot_core-0.3.1 \ parking_lot_core-0.9.10 \ paste-1.0.15 \ - pbkdf2-0.12.2 \ percent-encoding-2.3.1 \ pest-2.8.0 \ pest_derive-2.8.0 \ @@ -208,22 +184,17 @@ CARGO_CRATES= adler2-2.0.0 \ pkg-config-0.3.32 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ - powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ precomputed-hash-0.1.1 \ priority-queue-1.4.0 \ proc-macro2-1.0.94 \ py_literal-0.4.0 \ - quick-xml-0.31.0 \ quick-xml-0.37.4 \ quote-1.0.40 \ r-efi-5.2.0 \ - rand-0.5.6 \ rand-0.8.5 \ rand-0.9.0 \ rand_chacha-0.9.0 \ - rand_core-0.3.1 \ - rand_core-0.4.2 \ rand_core-0.6.4 \ rand_core-0.9.3 \ rand_seeder-0.4.0 \ @@ -236,29 +207,25 @@ CARGO_CRATES= adler2-2.0.0 \ regex-syntax-0.8.5 \ rmp-0.8.14 \ rmp-serde-1.3.0 \ - rust_xlsxwriter-0.84.1 \ - rustc_version-0.2.3 \ + rust_xlsxwriter-0.88.0 \ rustix-1.0.5 \ rustversion-1.0.20 \ ryu-1.0.20 \ - scopeguard-0.3.3 \ scopeguard-1.2.0 \ scraper-0.23.1 \ selectors-0.26.0 \ - semver-0.9.0 \ - semver-parser-0.7.0 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ servo_arc-0.4.0 \ - sha1-0.10.6 \ sha2-0.10.8 \ shlex-1.3.0 \ simd-adler32-0.3.7 \ siphasher-1.0.1 \ - smallvec-0.6.14 \ + slug-0.1.6 \ smallvec-1.15.0 \ smawk-0.3.2 \ + sprintf-0.4.1 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ string_cache-0.8.9 \ @@ -267,7 +234,6 @@ CARGO_CRATES= adler2-2.0.0 \ strsim-0.11.1 \ strum-0.26.3 \ strum_macros-0.26.4 \ - subtle-2.6.1 \ syn-1.0.109 \ syn-2.0.100 \ synstructure-0.13.1 \ @@ -281,21 +247,22 @@ CARGO_CRATES= adler2-2.0.0 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ - threadpool-1.8.1 \ - time-0.3.41 \ - time-core-0.1.4 \ tinystr-0.7.6 \ + tinyvec-1.9.0 \ + tinyvec_macros-0.1.1 \ topk-0.5.0 \ transient-btree-index-0.5.1 \ + typed-arena-2.0.2 \ typenum-1.18.0 \ ucd-trie-0.1.7 \ unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ + unicode-normalization-0.1.24 \ unicode-segmentation-1.12.0 \ unicode-truncate-1.1.0 \ unicode-width-0.1.14 \ unicode-width-0.2.0 \ + unicode_categories-0.1.1 \ unidecode-0.3.0 \ url-2.5.4 \ utf-8-0.7.6 \ @@ -304,7 +271,6 @@ CARGO_CRATES= adler2-2.0.0 \ utf8_iter-1.0.4 \ uuid-1.16.0 \ version_check-0.9.5 \ - wasi-0.11.0+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ @@ -328,21 +294,14 @@ CARGO_CRATES= adler2-2.0.0 \ wit-bindgen-rt-0.39.0 \ write16-1.0.0 \ writeable-0.5.5 \ - xz2-0.1.7 \ yoke-0.7.5 \ yoke-derive-0.7.5 \ - zerocopy-0.7.35 \ zerocopy-0.8.24 \ - zerocopy-derive-0.7.35 \ zerocopy-derive-0.8.24 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ - zeroize-1.8.1 \ - zeroize_derive-1.4.2 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ - zip-2.4.1 \ - zopfli-0.8.1 \ - zstd-0.13.3 \ - zstd-safe-7.2.4 \ - zstd-sys-2.0.15+zstd.1.5.7 + zip-4.2.0 \ + zlib-rs-0.5.1 \ + zopfli-0.8.1 diff --git a/textproc/xan/distinfo b/textproc/xan/distinfo index 9bae79a22666..9be14bca0fef 100644 --- a/textproc/xan/distinfo +++ b/textproc/xan/distinfo @@ -1,30 +1,28 @@ -TIMESTAMP = 1748038616 +TIMESTAMP = 1751351227 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 -SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 -SIZE (rust/crates/aes-0.8.4.crate) = 124812 -SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 -SHA256 (rust/crates/arrayvec-0.4.12.crate) = cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9 -SIZE (rust/crates/arrayvec-0.4.12.crate) = 26551 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/atoi_simd-0.16.1.crate) = c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf +SIZE (rust/crates/atoi_simd-0.16.1.crate) = 18018 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bgzip-0.3.1.crate) = b64fd8980fb64af5951bc05de7772b598150a6f7eac42ec17f73e8489915f99b +SIZE (rust/crates/bgzip-0.3.1.crate) = 27270 SHA256 (rust/crates/binary-layout-2.1.0.crate) = 09fb7bcbdb06f167a360792642846896190de3b40a8d78ea3167c63fe3799a05 SIZE (rust/crates/binary-layout-2.1.0.crate) = 26405 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 -SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a -SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 @@ -39,28 +37,20 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353 SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytesize-2.0.1.crate) = a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba SIZE (rust/crates/bytesize-2.0.1.crate) = 18922 -SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47 -SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 -SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 -SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 -SHA256 (rust/crates/calamine-0.26.1.crate) = 138646b9af2c5d7f1804ea4bf93afc597737d2bd4f7341d67c48b03316976eb1 -SIZE (rust/crates/calamine-0.26.1.crate) = 89109 +SHA256 (rust/crates/calamine-0.28.0.crate) = 15e02a18e79de779a78b0a6ec84a3deed1ff0607dd970a11369f993263f99f1a +SIZE (rust/crates/calamine-0.28.0.crate) = 90014 +SHA256 (rust/crates/caseless-0.2.2.crate) = 8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8 +SIZE (rust/crates/caseless-0.2.2.crate) = 29309 SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 SIZE (rust/crates/castaway-0.2.3.crate) = 11509 SHA256 (rust/crates/cc-1.2.19.crate) = 8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362 SIZE (rust/crates/cc-1.2.19.crate) = 105910 -SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad -SIZE (rust/crates/cipher-0.4.4.crate) = 19073 -SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f -SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 SHA256 (rust/crates/codepage-0.1.2.crate) = 48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4 SIZE (rust/crates/codepage-0.1.2.crate) = 8663 SHA256 (rust/crates/colored-2.2.0.crate) = 117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c @@ -69,36 +59,24 @@ SHA256 (rust/crates/colorgrad-0.7.1.crate) = 770315cbc9e3909b1f574a1ab4923a1e1e2 SIZE (rust/crates/colorgrad-0.7.1.crate) = 39757 SHA256 (rust/crates/compact_str-0.8.1.crate) = 3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32 SIZE (rust/crates/compact_str-0.8.1.crate) = 71371 +SHA256 (rust/crates/comrak-0.39.0.crate) = d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449 +SIZE (rust/crates/comrak-0.39.0.crate) = 179041 SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 SIZE (rust/crates/console-0.15.11.crate) = 37822 -SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6 -SIZE (rust/crates/constant_time_eq-0.3.1.crate) = 11561 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 -SHA256 (rust/crates/crc-3.2.1.crate) = 69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636 -SIZE (rust/crates/crc-3.2.1.crate) = 15070 -SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 -SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/crossbeam-0.8.4.crate) = 1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8 SIZE (rust/crates/crossbeam-0.8.4.crate) = 10500 -SHA256 (rust/crates/crossbeam-channel-0.2.6.crate) = 7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827 -SIZE (rust/crates/crossbeam-channel-0.2.6.crate) = 64953 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 -SHA256 (rust/crates/crossbeam-epoch-0.6.1.crate) = 2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8 -SIZE (rust/crates/crossbeam-epoch-0.6.1.crate) = 34089 SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 SHA256 (rust/crates/crossbeam-queue-0.3.12.crate) = 0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115 SIZE (rust/crates/crossbeam-queue-0.3.12.crate) = 16270 -SHA256 (rust/crates/crossbeam-utils-0.5.0.crate) = 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015 -SIZE (rust/crates/crossbeam-utils-0.5.0.crate) = 12162 -SHA256 (rust/crates/crossbeam-utils-0.6.6.crate) = 04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6 -SIZE (rust/crates/crossbeam-utils-0.6.6.crate) = 32836 SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 @@ -113,8 +91,6 @@ SHA256 (rust/crates/csv-1.3.1.crate) = acdc4883a9c96732e4733212c01447ebd805833b7 SIZE (rust/crates/csv-1.3.1.crate) = 888542 SHA256 (rust/crates/csv-core-0.1.12.crate) = 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d SIZE (rust/crates/csv-core-0.1.12.crate) = 26298 -SHA256 (rust/crates/csv-index-0.1.6.crate) = f274135fcb98bd7e6e47a9e0b44639ec53b3e5d6c1930e2a9e6a014f90470404 -SIZE (rust/crates/csv-index-0.1.6.crate) = 6056 SHA256 (rust/crates/ctrlc-3.4.6.crate) = 697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c SIZE (rust/crates/ctrlc-3.4.6.crate) = 14660 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee @@ -125,18 +101,18 @@ SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 SHA256 (rust/crates/dbus-0.9.7.crate) = 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b SIZE (rust/crates/dbus-0.9.7.crate) = 104206 +SHA256 (rust/crates/debug_unsafe-0.1.3.crate) = 85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b +SIZE (rust/crates/debug_unsafe-0.1.3.crate) = 2065 SHA256 (rust/crates/deepsize-0.2.0.crate) = 1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c SIZE (rust/crates/deepsize-0.2.0.crate) = 11625 SHA256 (rust/crates/deepsize_derive-0.1.2.crate) = 990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796 SIZE (rust/crates/deepsize_derive-0.1.2.crate) = 2358 -SHA256 (rust/crates/deflate64-0.1.9.crate) = da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b -SIZE (rust/crates/deflate64-0.1.9.crate) = 15104 -SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e -SIZE (rust/crates/deranged-0.4.0.crate) = 23235 SHA256 (rust/crates/derive_arbitrary-1.4.1.crate) = 30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800 SIZE (rust/crates/derive_arbitrary-1.4.1.crate) = 11521 SHA256 (rust/crates/derive_more-0.99.19.crate) = 3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f SIZE (rust/crates/derive_more-0.99.19.crate) = 55072 +SHA256 (rust/crates/deunicode-1.6.2.crate) = abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04 +SIZE (rust/crates/deunicode-1.6.2.crate) = 172772 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 @@ -175,6 +151,8 @@ SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 +SHA256 (rust/crates/entities-1.0.1.crate) = b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca +SIZE (rust/crates/entities-1.0.1.crate) = 24795 SHA256 (rust/crates/enumset-1.1.5.crate) = d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293 SIZE (rust/crates/enumset-1.1.5.crate) = 26442 SHA256 (rust/crates/enumset_derive-0.10.0.crate) = 59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242 @@ -187,10 +165,12 @@ SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704b SIZE (rust/crates/errno-0.3.11.crate) = 12048 SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/ext-sort-0.1.4.crate) = fcf73e44617eab501beba39234441a194cf138629d3b6447f81f573e1c3d0a13 -SIZE (rust/crates/ext-sort-0.1.4.crate) = 19092 +SHA256 (rust/crates/ext-sort-0.1.5.crate) = cf5d3b056bcc471d38082b8c453acb6670f7327fd44219b3c411e40834883569 +SIZE (rust/crates/ext-sort-0.1.5.crate) = 18713 SHA256 (rust/crates/fast-float-0.2.0.crate) = 95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c SIZE (rust/crates/fast-float-0.2.0.crate) = 41609 +SHA256 (rust/crates/fast-float2-0.2.3.crate) = f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55 +SIZE (rust/crates/fast-float2-0.2.3.crate) = 44399 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 @@ -203,8 +183,6 @@ SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39 SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba -SIZE (rust/crates/fuchsia-cprng-0.1.1.crate) = 2950 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c @@ -213,8 +191,6 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 @@ -227,8 +203,6 @@ SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d3 SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 -SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e -SIZE (rust/crates/hmac-0.12.1.crate) = 42657 SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 SIZE (rust/crates/html-escape-0.2.13.crate) = 23345 SHA256 (rust/crates/html5ever-0.29.1.crate) = 3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c @@ -269,24 +243,20 @@ SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c8 SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd SIZE (rust/crates/indoc-2.0.6.crate) = 17164 -SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 -SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/instability-0.3.7.crate) = 0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d SIZE (rust/crates/instability-0.3.7.crate) = 13682 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.10.crate) = 5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6 -SIZE (rust/crates/jiff-0.2.10.crate) = 698434 -SHA256 (rust/crates/jiff-static-0.2.10.crate) = 199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254 -SIZE (rust/crates/jiff-static-0.2.10.crate) = 76123 +SHA256 (rust/crates/jiff-0.2.14.crate) = a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93 +SIZE (rust/crates/jiff-0.2.14.crate) = 712978 +SHA256 (rust/crates/jiff-static-0.2.14.crate) = 6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442 +SIZE (rust/crates/jiff-static-0.2.14.crate) = 76141 SHA256 (rust/crates/jiff-tzdb-0.1.4.crate) = c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524 SIZE (rust/crates/jiff-tzdb-0.1.4.crate) = 62435 SHA256 (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8 SIZE (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 3179 -SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a -SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe @@ -297,14 +267,14 @@ SHA256 (rust/crates/libdbus-sys-0.2.5.crate) = 06085512b750d640299b79be4bad3d2fa SIZE (rust/crates/libdbus-sys-0.2.5.crate) = 1557017 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libz-rs-sys-0.5.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 +SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 SIZE (rust/crates/litemap-0.7.5.crate) = 29962 -SHA256 (rust/crates/lock_api-0.1.5.crate) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c -SIZE (rust/crates/lock_api-0.1.5.crate) = 16967 SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/lockfree-object-pool-0.1.6.crate) = 9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e @@ -313,26 +283,18 @@ SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb404 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/lzma-rs-0.3.0.crate) = 297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e -SIZE (rust/crates/lzma-rs-0.3.0.crate) = 29080 -SHA256 (rust/crates/lzma-sys-0.1.20.crate) = 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27 -SIZE (rust/crates/lzma-sys-0.1.20.crate) = 760045 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/markup5ever-0.14.1.crate) = c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18 SIZE (rust/crates/markup5ever-0.14.1.crate) = 38103 SHA256 (rust/crates/match_token-0.1.0.crate) = 88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b SIZE (rust/crates/match_token-0.1.0.crate) = 4903 -SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809 SHA256 (rust/crates/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 SIZE (rust/crates/md5-0.7.0.crate) = 6671 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 -SHA256 (rust/crates/memoffset-0.2.1.crate) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 -SIZE (rust/crates/memoffset-0.2.1.crate) = 4618 SHA256 (rust/crates/mime2ext-0.1.54.crate) = cbf6f36070878c42c5233846cd3de24cf9016828fd47bc22957a687298bb21fc SIZE (rust/crates/mime2ext-0.1.54.crate) = 28612 SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a @@ -343,8 +305,6 @@ SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 SIZE (rust/crates/nix-0.29.0.crate) = 318248 -SHA256 (rust/crates/nodrop-0.1.14.crate) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb -SIZE (rust/crates/nodrop-0.1.14.crate) = 7667 SHA256 (rust/crates/normpath-1.3.0.crate) = c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed SIZE (rust/crates/normpath-1.3.0.crate) = 20719 SHA256 (rust/crates/npyz-0.8.3.crate) = 13f27ea175875c472b3df61ece89a6d6ef4e0627f43704e400c782f174681ebd @@ -353,8 +313,6 @@ SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3a SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 -SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 -SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 @@ -373,26 +331,20 @@ SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01 SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 -SHA256 (rust/crates/owning_ref-0.4.1.crate) = 6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce -SIZE (rust/crates/owning_ref-0.4.1.crate) = 12658 +SHA256 (rust/crates/pad-0.1.6.crate) = d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3 +SIZE (rust/crates/pad-0.1.6.crate) = 4963 SHA256 (rust/crates/pager-0.16.1.crate) = 2599211a5c97fbbb1061d3dc751fa15f404927e4846e07c643287d6d1f462880 SIZE (rust/crates/pager-0.16.1.crate) = 9444 SHA256 (rust/crates/paltoquet-0.11.0.crate) = 46d7e82e84411cf4d59131ba2d854d40b546712f727c262a92f8bbbb08675eb4 SIZE (rust/crates/paltoquet-0.11.0.crate) = 20305 SHA256 (rust/crates/pariter-0.5.1.crate) = 324a62b9e7b5f270c0acc92a2040f8028bb643f959f9c068f11a7864f327e3d9 SIZE (rust/crates/pariter-0.5.1.crate) = 4180059 -SHA256 (rust/crates/parking_lot-0.6.4.crate) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5 -SIZE (rust/crates/parking_lot-0.6.4.crate) = 31890 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 -SHA256 (rust/crates/parking_lot_core-0.3.1.crate) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c -SIZE (rust/crates/parking_lot_core-0.3.1.crate) = 26635 SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 -SHA256 (rust/crates/pbkdf2-0.12.2.crate) = f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2 -SIZE (rust/crates/pbkdf2-0.12.2.crate) = 13906 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pest-2.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 @@ -419,8 +371,6 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 -SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 -SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c @@ -431,26 +381,18 @@ SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38 SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 SHA256 (rust/crates/py_literal-0.4.0.crate) = 102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1 SIZE (rust/crates/py_literal-0.4.0.crate) = 16747 -SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 -SIZE (rust/crates/quick-xml-0.31.0.crate) = 172236 SHA256 (rust/crates/quick-xml-0.37.4.crate) = a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369 SIZE (rust/crates/quick-xml-0.37.4.crate) = 190389 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 -SHA256 (rust/crates/rand-0.5.6.crate) = c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9 -SIZE (rust/crates/rand-0.5.6.crate) = 137236 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 SIZE (rust/crates/rand-0.9.0.crate) = 97798 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 -SHA256 (rust/crates/rand_core-0.3.1.crate) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b -SIZE (rust/crates/rand_core-0.3.1.crate) = 15483 -SHA256 (rust/crates/rand_core-0.4.2.crate) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc -SIZE (rust/crates/rand_core-0.4.2.crate) = 20243 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 @@ -475,28 +417,20 @@ SHA256 (rust/crates/rmp-0.8.14.crate) = 228ed7c16fa39782c3b3468e974aec2795e90891 SIZE (rust/crates/rmp-0.8.14.crate) = 29687 SHA256 (rust/crates/rmp-serde-1.3.0.crate) = 52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db SIZE (rust/crates/rmp-serde-1.3.0.crate) = 33025 -SHA256 (rust/crates/rust_xlsxwriter-0.84.1.crate) = a844d972bb19f538ccf0f26383b70d8aa14ff97854f0558d1cd822d611e7da5f -SIZE (rust/crates/rust_xlsxwriter-0.84.1.crate) = 4231760 -SHA256 (rust/crates/rustc_version-0.2.3.crate) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a -SIZE (rust/crates/rustc_version-0.2.3.crate) = 10210 +SHA256 (rust/crates/rust_xlsxwriter-0.88.0.crate) = 11a9ee3bdc80c80c012e551066a1963a1e550690d186372f33fe3e0a8b3f7661 +SIZE (rust/crates/rust_xlsxwriter-0.88.0.crate) = 4252681 SHA256 (rust/crates/rustix-1.0.5.crate) = d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf SIZE (rust/crates/rustix-1.0.5.crate) = 414160 SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 -SHA256 (rust/crates/scopeguard-0.3.3.crate) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 -SIZE (rust/crates/scopeguard-0.3.3.crate) = 9605 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/scraper-0.23.1.crate) = 527e65d9d888567588db4c12da1087598d0f6f8b346cc2c5abc91f05fc2dffe2 SIZE (rust/crates/scraper-0.23.1.crate) = 24157 SHA256 (rust/crates/selectors-0.26.0.crate) = fd568a4c9bb598e291a08244a5c1f5a8a6650bee243b5b0f8dbb3d9cc1d87fe8 SIZE (rust/crates/selectors-0.26.0.crate) = 64329 -SHA256 (rust/crates/semver-0.9.0.crate) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 -SIZE (rust/crates/semver-0.9.0.crate) = 17344 -SHA256 (rust/crates/semver-parser-0.7.0.crate) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 -SIZE (rust/crates/semver-parser-0.7.0.crate) = 10268 SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 @@ -505,8 +439,6 @@ SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/servo_arc-0.4.0.crate) = ae65c4249478a2647db249fb43e23cec56a2c8974a427e7bd8cb5a1d0964921a SIZE (rust/crates/servo_arc-0.4.0.crate) = 15813 -SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba -SIZE (rust/crates/sha1-0.10.6.crate) = 13517 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 @@ -515,12 +447,14 @@ SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97 SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/smallvec-0.6.14.crate) = b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0 -SIZE (rust/crates/smallvec-0.6.14.crate) = 22855 +SHA256 (rust/crates/slug-0.1.6.crate) = 882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724 +SIZE (rust/crates/slug-0.1.6.crate) = 6787 SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 +SHA256 (rust/crates/sprintf-0.4.1.crate) = 2597858e7b64b053ffb5e34589f8132c2798f1d2389cfafc695d1d0a7aa6d0ef +SIZE (rust/crates/sprintf-0.4.1.crate) = 10946 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -537,8 +471,6 @@ SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c8 SIZE (rust/crates/strum-0.26.3.crate) = 7237 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 -SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 -SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 @@ -565,20 +497,18 @@ SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 -SHA256 (rust/crates/threadpool-1.8.1.crate) = d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa -SIZE (rust/crates/threadpool-1.8.1.crate) = 14408 -SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 -SIZE (rust/crates/time-0.3.41.crate) = 138369 -SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c -SIZE (rust/crates/time-core-0.1.4.crate) = 8422 SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 +SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 +SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/topk-0.5.0.crate) = df51a25ec31d4fa5d382419151b31d9ccd470a75a01d13f9627e8602534abdbb SIZE (rust/crates/topk-0.5.0.crate) = 5062 SHA256 (rust/crates/transient-btree-index-0.5.1.crate) = 912beb62a15a1e8b8ddfff8b17158247cf8b3e721213dc47201f44f42e18ebce SIZE (rust/crates/transient-btree-index-0.5.1.crate) = 23906 +SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a +SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 @@ -587,6 +517,8 @@ SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e9 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 +SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 +SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 SHA256 (rust/crates/unicode-truncate-1.1.0.crate) = b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf @@ -595,6 +527,8 @@ SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e +SIZE (rust/crates/unicode_categories-0.1.1.crate) = 87298 SHA256 (rust/crates/unidecode-0.3.0.crate) = 402bb19d8e03f1d1a7450e2bd613980869438e0666331be3e073089124aa1adc SIZE (rust/crates/unidecode-0.3.0.crate) = 103512 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 @@ -611,8 +545,6 @@ SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aa SIZE (rust/crates/uuid-1.16.0.crate) = 58549 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 @@ -659,41 +591,27 @@ SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236cae SIZE (rust/crates/write16-1.0.0.crate) = 7218 SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 SIZE (rust/crates/writeable-0.5.5.crate) = 22354 -SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 -SIZE (rust/crates/xz2-0.1.7.crate) = 23892 SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 SIZE (rust/crates/yoke-0.7.5.crate) = 29673 SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 -SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde -SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 -SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 -SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (rust/crates/zip-2.4.1.crate) = 938cc23ac49778ac8340e366ddc422b2227ea176edb447e23fc0627608dddadd -SIZE (rust/crates/zip-2.4.1.crate) = 109830 +SHA256 (rust/crates/zip-4.2.0.crate) = 95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899 +SIZE (rust/crates/zip-4.2.0.crate) = 113836 +SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.1.crate) = e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946 SIZE (rust/crates/zopfli-0.8.1.crate) = 50972 -SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a -SIZE (rust/crates/zstd-0.13.3.crate) = 30514 -SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d -SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 -SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 -SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (medialab-xan-0.50.0_GH0.tar.gz) = 9742e383649076b1348329e2430648267e22505b6ca35ce5006f614040f73d3c -SIZE (medialab-xan-0.50.0_GH0.tar.gz) = 5678394 +SHA256 (medialab-xan-0.51.0_GH0.tar.gz) = 0013f2edbfde15d4217e041b5eb156ae372de9b7df8b16cefbe010ac0c816c96 +SIZE (medialab-xan-0.51.0_GH0.tar.gz) = 5881000 diff --git a/www/Makefile b/www/Makefile index 8275fe4fe6a2..3c9c9ad97cb4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -488,7 +488,6 @@ SUBDIR += node18 SUBDIR += node20 SUBDIR += node22 - SUBDIR += node23 SUBDIR += node24 SUBDIR += nostromo SUBDIR += novnc @@ -498,7 +497,6 @@ SUBDIR += npm-node18 SUBDIR += npm-node20 SUBDIR += npm-node22 - SUBDIR += npm-node23 SUBDIR += npm-node24 SUBDIR += nyxt SUBDIR += oauth2-proxy @@ -992,7 +990,6 @@ SUBDIR += p5-HTTP-Tiny SUBDIR += p5-HTTP-Tiny-Multipart SUBDIR += p5-HTTP-Tiny-Paranoid - SUBDIR += p5-HTTP-Tiny-SPDY SUBDIR += p5-HTTP-Tiny-UA SUBDIR += p5-HTTP-Tiny-UNIX SUBDIR += p5-HTTP-WebTest @@ -2508,6 +2505,7 @@ SUBDIR += surf SUBDIR += swiggle SUBDIR += sws + SUBDIR += tailwindcss3 SUBDIR += tcexam SUBDIR += tclhttpd SUBDIR += tclwebtest @@ -2676,7 +2674,6 @@ SUBDIR += yarn-node18 SUBDIR += yarn-node20 SUBDIR += yarn-node22 - SUBDIR += yarn-node23 SUBDIR += yarn-node24 SUBDIR += yarr SUBDIR += yaws diff --git a/www/cutelyst/Makefile b/www/cutelyst/Makefile index 7ad272d2e7d5..e7b0f8f66357 100644 --- a/www/cutelyst/Makefile +++ b/www/cutelyst/Makefile @@ -1,6 +1,6 @@ PORTNAME= cutelyst DISTVERSIONPREFIX= v -DISTVERSION= 4.5.0 +DISTVERSION= 4.7.0 CATEGORIES= www MAINTAINER= adridg@FreeBSD.org diff --git a/www/cutelyst/distinfo b/www/cutelyst/distinfo index 2aee169988c1..0583915f711f 100644 --- a/www/cutelyst/distinfo +++ b/www/cutelyst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730412747 -SHA256 (cutelyst-cutelyst-v4.5.0_GH0.tar.gz) = b29e7bac30cc0630bf574d32fb8b16d316f3da3f382136e62c792b182992ef6c -SIZE (cutelyst-cutelyst-v4.5.0_GH0.tar.gz) = 589413 +TIMESTAMP = 1749559073 +SHA256 (cutelyst-cutelyst-v4.7.0_GH0.tar.gz) = f20eed31748a3490a77f7a10d530fd44959888ad83fc1da2046acbab788c19f4 +SIZE (cutelyst-cutelyst-v4.7.0_GH0.tar.gz) = 591069 diff --git a/www/cutelyst/pkg-plist b/www/cutelyst/pkg-plist index bc12dae3037b..35b25eb00b69 100644 --- a/www/cutelyst/pkg-plist +++ b/www/cutelyst/pkg-plist @@ -3,6 +3,7 @@ bin/cutelystd4-qt6 include/cutelyst4-qt6/Cutelyst/Action include/cutelyst4-qt6/Cutelyst/ActionChain include/cutelyst4-qt6/Cutelyst/Application +include/cutelyst4-qt6/Cutelyst/AppSettings include/cutelyst4-qt6/Cutelyst/Component include/cutelyst4-qt6/Cutelyst/ComponentFactory include/cutelyst4-qt6/Cutelyst/Context @@ -97,8 +98,8 @@ include/cutelyst4-qt6/Cutelyst/Plugins/View/json_export.h include/cutelyst4-qt6/Cutelyst/Plugins/authentication_export.h include/cutelyst4-qt6/Cutelyst/Plugins/csrfprotection.h include/cutelyst4-qt6/Cutelyst/Plugins/csrfprotection_export.h -include/cutelyst4-qt6/Cutelyst/Plugins/cutelyst_plugin_staticcompressed_export.h include/cutelyst4-qt6/Cutelyst/Plugins/session_export.h +include/cutelyst4-qt6/Cutelyst/Plugins/staticcompressed_export.h include/cutelyst4-qt6/Cutelyst/Plugins/staticsimple.h include/cutelyst4-qt6/Cutelyst/Plugins/staticsimple_export.h include/cutelyst4-qt6/Cutelyst/Plugins/statusmessage.h @@ -115,6 +116,7 @@ include/cutelyst4-qt6/Cutelyst/View include/cutelyst4-qt6/Cutelyst/action.h include/cutelyst4-qt6/Cutelyst/actionchain.h include/cutelyst4-qt6/Cutelyst/application.h +include/cutelyst4-qt6/Cutelyst/appsettings.h include/cutelyst4-qt6/Cutelyst/async.h include/cutelyst4-qt6/Cutelyst/component.h include/cutelyst4-qt6/Cutelyst/componentfactory.h diff --git a/www/dooble/Makefile b/www/dooble/Makefile index f41e8614b5d4..11ef48cc891f 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -1,5 +1,5 @@ PORTNAME= dooble -DISTVERSION= 2025.06.10 +DISTVERSION= 2025.06.30 CATEGORIES= www MAINTAINER= eric@camachat.org diff --git a/www/dooble/distinfo b/www/dooble/distinfo index 5721a00aa54a..b2c852841f24 100644 --- a/www/dooble/distinfo +++ b/www/dooble/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749567925 -SHA256 (textbrowser-dooble-2025.06.10_GH0.tar.gz) = 689c012407da680367c634b4e2151955c95ce82a525f8458dc3aacd0f410e429 -SIZE (textbrowser-dooble-2025.06.10_GH0.tar.gz) = 6506628 +TIMESTAMP = 1751294371 +SHA256 (textbrowser-dooble-2025.06.30_GH0.tar.gz) = 5b4a4ef330ffb3b322367f305b6070ab485ca82c64d5ab5ad177bda3d253c91f +SIZE (textbrowser-dooble-2025.06.30_GH0.tar.gz) = 6508118 SHA256 (textbrowser-dooble-dictionaries-0f1e715_GH0.tar.gz) = 474b2fd45429ed4cf68347dedd2c47650310d7e53a23cbeb8452655f596dc80c SIZE (textbrowser-dooble-dictionaries-0f1e715_GH0.tar.gz) = 34764866 diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 2dd4d72847c8..10433a271488 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.11.104 +DISTVERSION= 1.11.105 CATEGORIES= www MASTER_SITES= https://github.com/element-hq/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web @@ -18,7 +18,7 @@ CPE_VENDOR= matrix NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB= COMMITID=6e5954e20fc54b26a82a +PLIST_SUB= COMMITID=231e160325098cb403ef do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 64a33ab24698..7e674b677a44 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750176972 -SHA256 (element-v1.11.104.tar.gz) = d524aa0cdb70ad21e304a70d31693c01ffd59048b1a3494d67c4c6d826c10e6b -SIZE (element-v1.11.104.tar.gz) = 37703103 +TIMESTAMP = 1751400899 +SHA256 (element-v1.11.105.tar.gz) = b976e34acfb5660197d5a00e3255a694f1121bd19a4f2ce03a1b16ddc68f312f +SIZE (element-v1.11.105.tar.gz) = 37832955 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index 9c14cb2e6416..12ef31274f0a 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -18,6 +18,9 @@ %%WWWDIR%%/bundles/%%COMMITID%%/3075.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3197.js %%WWWDIR%%/bundles/%%COMMITID%%/3197.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/324.js +%%WWWDIR%%/bundles/%%COMMITID%%/324.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/324.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3260.js %%WWWDIR%%/bundles/%%COMMITID%%/3260.js.LICENSE.txt %%WWWDIR%%/bundles/%%COMMITID%%/3260.js.map @@ -25,9 +28,6 @@ %%WWWDIR%%/bundles/%%COMMITID%%/3323.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3380.js %%WWWDIR%%/bundles/%%COMMITID%%/3380.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/3472.js -%%WWWDIR%%/bundles/%%COMMITID%%/3472.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/3472.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3508.js %%WWWDIR%%/bundles/%%COMMITID%%/3636.js %%WWWDIR%%/bundles/%%COMMITID%%/3636.js.map @@ -35,6 +35,9 @@ %%WWWDIR%%/bundles/%%COMMITID%%/395.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4006.js %%WWWDIR%%/bundles/%%COMMITID%%/4006.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/4158.js +%%WWWDIR%%/bundles/%%COMMITID%%/4158.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/4158.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4522.js %%WWWDIR%%/bundles/%%COMMITID%%/4522.js.map %%WWWDIR%%/bundles/%%COMMITID%%/458.js @@ -47,6 +50,7 @@ %%WWWDIR%%/bundles/%%COMMITID%%/5438.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5914.js %%WWWDIR%%/bundles/%%COMMITID%%/5914.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/5b0d0872134627b7a598.wasm %%WWWDIR%%/bundles/%%COMMITID%%/6063.js %%WWWDIR%%/bundles/%%COMMITID%%/6063.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6311.js @@ -64,15 +68,11 @@ %%WWWDIR%%/bundles/%%COMMITID%%/7088.js %%WWWDIR%%/bundles/%%COMMITID%%/7211.js %%WWWDIR%%/bundles/%%COMMITID%%/7211.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/7301.js -%%WWWDIR%%/bundles/%%COMMITID%%/7301.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/7301.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7692.js %%WWWDIR%%/bundles/%%COMMITID%%/7692.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7697.js %%WWWDIR%%/bundles/%%COMMITID%%/7766.js %%WWWDIR%%/bundles/%%COMMITID%%/7766.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/794389f0aacea36e3058.wasm %%WWWDIR%%/bundles/%%COMMITID%%/797.js %%WWWDIR%%/bundles/%%COMMITID%%/797.js.map %%WWWDIR%%/bundles/%%COMMITID%%/8227.js @@ -225,165 +225,165 @@ %%WWWDIR%%/fonts/Nunito/Nunito-Regular.d3e2991.ttf %%WWWDIR%%/fonts/Nunito/Nunito-SemiBold.58f5995.ttf %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.7a04ea5.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-400-normal.4fa2aac.woff -%%WWWDIR%%/fonts/inconsolata-latin-400-normal.738ff90.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-700-normal.826680f.woff -%%WWWDIR%%/fonts/inconsolata-latin-700-normal.aa27c09.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.2797b94.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.6fc9fdb.woff -%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.7d09009.woff -%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.cffecef.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-400-italic.034d3ce.woff +%%WWWDIR%%/fonts/inconsolata-latin-400-normal.36e89c5.woff2 +%%WWWDIR%%/fonts/inconsolata-latin-400-normal.a361c42.woff +%%WWWDIR%%/fonts/inconsolata-latin-700-normal.5851e08.woff2 +%%WWWDIR%%/fonts/inconsolata-latin-700-normal.ae39438.woff +%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.2c2a00f.woff2 +%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.6c412cb.woff +%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.688b363.woff +%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.8467235.woff2 %%WWWDIR%%/fonts/inter-cyrillic-400-italic.46a9a95.woff2 +%%WWWDIR%%/fonts/inter-cyrillic-400-italic.5169430.woff +%%WWWDIR%%/fonts/inter-cyrillic-400-normal.062321f.woff %%WWWDIR%%/fonts/inter-cyrillic-400-normal.cb04b2e.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-400-normal.e284135.woff -%%WWWDIR%%/fonts/inter-cyrillic-500-italic.5edd484.woff +%%WWWDIR%%/fonts/inter-cyrillic-500-italic.60c39f7.woff %%WWWDIR%%/fonts/inter-cyrillic-500-italic.c6e65bb.woff2 +%%WWWDIR%%/fonts/inter-cyrillic-500-normal.397037a.woff %%WWWDIR%%/fonts/inter-cyrillic-500-normal.b9dcbca.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-500-normal.e824ac3.woff +%%WWWDIR%%/fonts/inter-cyrillic-600-italic.212fac5.woff %%WWWDIR%%/fonts/inter-cyrillic-600-italic.7b614a3.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-600-italic.ee109af.woff -%%WWWDIR%%/fonts/inter-cyrillic-600-normal.c556b5d.woff +%%WWWDIR%%/fonts/inter-cyrillic-600-normal.883b5e4.woff %%WWWDIR%%/fonts/inter-cyrillic-600-normal.ce60970.woff2 %%WWWDIR%%/fonts/inter-cyrillic-700-italic.b446228.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-700-italic.b9a3278.woff +%%WWWDIR%%/fonts/inter-cyrillic-700-italic.e39d44a.woff +%%WWWDIR%%/fonts/inter-cyrillic-700-normal.03cc5c4.woff %%WWWDIR%%/fonts/inter-cyrillic-700-normal.36e9cf9.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-700-normal.534fd15.woff -%%WWWDIR%%/fonts/inter-cyrillic-ext-400-italic.9207990.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-400-italic.b1ebd33.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-400-normal.e894516.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-400-italic.fd10a7a.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-400-normal.c676f17.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-400-normal.fd1478d.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-500-italic.21ecdcf.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-500-italic.481f806.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-500-italic.f1fda97.woff2 %%WWWDIR%%/fonts/inter-cyrillic-ext-500-normal.023db87.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-500-normal.9160d5b.woff -%%WWWDIR%%/fonts/inter-cyrillic-ext-600-italic.7d787ec.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-500-normal.69e09a5.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-600-italic.ba8b5b6.woff2 +%%WWWDIR%%/fonts/inter-cyrillic-ext-600-italic.e2671cb.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-600-normal.25b7c49.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-600-normal.aa900fe.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-600-normal.2c47e01.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-700-italic.8e4ae49.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-700-italic.af4e707.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-700-italic.c52dffe.woff -%%WWWDIR%%/fonts/inter-cyrillic-ext-700-normal.3cf42e4.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-700-normal.0ddea3b.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-700-normal.5631f05.woff2 -%%WWWDIR%%/fonts/inter-greek-400-italic.58d099b.woff +%%WWWDIR%%/fonts/inter-greek-400-italic.989367a.woff %%WWWDIR%%/fonts/inter-greek-400-italic.d6ae1dc.woff2 -%%WWWDIR%%/fonts/inter-greek-400-normal.a42da27.woff +%%WWWDIR%%/fonts/inter-greek-400-normal.9ec3b40.woff %%WWWDIR%%/fonts/inter-greek-400-normal.a8de720.woff2 %%WWWDIR%%/fonts/inter-greek-500-italic.44cebcc.woff2 -%%WWWDIR%%/fonts/inter-greek-500-italic.997f2ab.woff +%%WWWDIR%%/fonts/inter-greek-500-italic.c11a554.woff %%WWWDIR%%/fonts/inter-greek-500-normal.0d91a97.woff2 -%%WWWDIR%%/fonts/inter-greek-500-normal.cbc7195.woff +%%WWWDIR%%/fonts/inter-greek-500-normal.debd93e.woff %%WWWDIR%%/fonts/inter-greek-600-italic.83678da.woff2 -%%WWWDIR%%/fonts/inter-greek-600-italic.9df8cbe.woff +%%WWWDIR%%/fonts/inter-greek-600-italic.ccaa6d0.woff %%WWWDIR%%/fonts/inter-greek-600-normal.5c46a35.woff2 -%%WWWDIR%%/fonts/inter-greek-600-normal.ba3b8b6.woff +%%WWWDIR%%/fonts/inter-greek-600-normal.83c86cf.woff %%WWWDIR%%/fonts/inter-greek-700-italic.45af22e.woff2 -%%WWWDIR%%/fonts/inter-greek-700-italic.466ae3b.woff -%%WWWDIR%%/fonts/inter-greek-700-normal.f47ebf8.woff +%%WWWDIR%%/fonts/inter-greek-700-italic.b154c35.woff +%%WWWDIR%%/fonts/inter-greek-700-normal.04d33a0.woff %%WWWDIR%%/fonts/inter-greek-700-normal.f5fbdfc.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-400-italic.1f8f713.woff %%WWWDIR%%/fonts/inter-greek-ext-400-italic.4b391e1.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-400-normal.b9e1e89.woff +%%WWWDIR%%/fonts/inter-greek-ext-400-italic.d3b63f2.woff +%%WWWDIR%%/fonts/inter-greek-ext-400-normal.02f9e7e.woff %%WWWDIR%%/fonts/inter-greek-ext-400-normal.f2fa0d9.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-500-italic.83ecbbf.woff +%%WWWDIR%%/fonts/inter-greek-ext-500-italic.0c0fe3e.woff %%WWWDIR%%/fonts/inter-greek-ext-500-italic.c81f2dc.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-500-normal.7f67cfd.woff +%%WWWDIR%%/fonts/inter-greek-ext-500-normal.045dde1.woff %%WWWDIR%%/fonts/inter-greek-ext-500-normal.b187635.woff2 %%WWWDIR%%/fonts/inter-greek-ext-600-italic.0dc46c5.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-600-italic.18ca6f4.woff -%%WWWDIR%%/fonts/inter-greek-ext-600-normal.7e7594e.woff +%%WWWDIR%%/fonts/inter-greek-ext-600-italic.52c4a7b.woff +%%WWWDIR%%/fonts/inter-greek-ext-600-normal.7bff749.woff %%WWWDIR%%/fonts/inter-greek-ext-600-normal.c8a7cdd.woff2 +%%WWWDIR%%/fonts/inter-greek-ext-700-italic.20b9bad.woff %%WWWDIR%%/fonts/inter-greek-ext-700-italic.5a924ac.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-700-italic.b15d74b.woff -%%WWWDIR%%/fonts/inter-greek-ext-700-normal.4c7cc22.woff %%WWWDIR%%/fonts/inter-greek-ext-700-normal.4cdf2b4.woff2 -%%WWWDIR%%/fonts/inter-latin-400-italic.02d5718.woff2 -%%WWWDIR%%/fonts/inter-latin-400-italic.d2008db.woff -%%WWWDIR%%/fonts/inter-latin-400-normal.9698cc7.woff2 -%%WWWDIR%%/fonts/inter-latin-400-normal.b0c8fe9.woff -%%WWWDIR%%/fonts/inter-latin-500-italic.8bcc371.woff -%%WWWDIR%%/fonts/inter-latin-500-italic.b52ba32.woff2 -%%WWWDIR%%/fonts/inter-latin-500-normal.5b7156f.woff2 -%%WWWDIR%%/fonts/inter-latin-500-normal.f465677.woff -%%WWWDIR%%/fonts/inter-latin-600-italic.1a87b91.woff2 -%%WWWDIR%%/fonts/inter-latin-600-italic.e5b46ee.woff -%%WWWDIR%%/fonts/inter-latin-600-normal.28c8f60.woff -%%WWWDIR%%/fonts/inter-latin-600-normal.9d11113.woff2 -%%WWWDIR%%/fonts/inter-latin-700-italic.c541eb1.woff2 -%%WWWDIR%%/fonts/inter-latin-700-italic.db360ff.woff -%%WWWDIR%%/fonts/inter-latin-700-normal.d42de9b.woff2 -%%WWWDIR%%/fonts/inter-latin-700-normal.fc47ca4.woff -%%WWWDIR%%/fonts/inter-latin-ext-400-italic.9f0f8b5.woff -%%WWWDIR%%/fonts/inter-latin-ext-400-italic.a5abbec.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-400-normal.1c20f7d.woff -%%WWWDIR%%/fonts/inter-latin-ext-400-normal.3d10c85.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-500-italic.653d2af.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-500-italic.ba90aa0.woff -%%WWWDIR%%/fonts/inter-latin-ext-500-normal.2b8be07.woff -%%WWWDIR%%/fonts/inter-latin-ext-500-normal.667f22c.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-600-italic.8b265bb.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-600-italic.9d19bc2.woff -%%WWWDIR%%/fonts/inter-latin-ext-600-normal.0acb54c.woff -%%WWWDIR%%/fonts/inter-latin-ext-600-normal.ae5f969.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-700-italic.3d4debe.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-700-italic.4c9ed99.woff -%%WWWDIR%%/fonts/inter-latin-ext-700-normal.149d81a.woff -%%WWWDIR%%/fonts/inter-latin-ext-700-normal.96e3bd6.woff2 +%%WWWDIR%%/fonts/inter-greek-ext-700-normal.ca8751b.woff +%%WWWDIR%%/fonts/inter-latin-400-italic.4f64ec0.woff +%%WWWDIR%%/fonts/inter-latin-400-italic.b571177.woff2 +%%WWWDIR%%/fonts/inter-latin-400-normal.2ea1079.woff +%%WWWDIR%%/fonts/inter-latin-400-normal.eca1e21.woff2 +%%WWWDIR%%/fonts/inter-latin-500-italic.a8df773.woff2 +%%WWWDIR%%/fonts/inter-latin-500-italic.db2d181.woff +%%WWWDIR%%/fonts/inter-latin-500-normal.5014db6.woff +%%WWWDIR%%/fonts/inter-latin-500-normal.b7c27c6.woff2 +%%WWWDIR%%/fonts/inter-latin-600-italic.362fede.woff2 +%%WWWDIR%%/fonts/inter-latin-600-italic.43fdcb6.woff +%%WWWDIR%%/fonts/inter-latin-600-normal.69a8d1d.woff2 +%%WWWDIR%%/fonts/inter-latin-600-normal.f10265d.woff +%%WWWDIR%%/fonts/inter-latin-700-italic.7b2f2cb.woff2 +%%WWWDIR%%/fonts/inter-latin-700-italic.7d58d9c.woff +%%WWWDIR%%/fonts/inter-latin-700-normal.02426d0.woff +%%WWWDIR%%/fonts/inter-latin-700-normal.0846760.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-400-italic.2880753.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-400-italic.5ddcd68.woff +%%WWWDIR%%/fonts/inter-latin-ext-400-normal.210fb82.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-400-normal.c616205.woff +%%WWWDIR%%/fonts/inter-latin-ext-500-italic.5e26a62.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-500-italic.a961251.woff +%%WWWDIR%%/fonts/inter-latin-ext-500-normal.2f93aaa.woff +%%WWWDIR%%/fonts/inter-latin-ext-500-normal.cdb4dd5.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-600-italic.207f62d.woff +%%WWWDIR%%/fonts/inter-latin-ext-600-italic.ca3fcf0.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-600-normal.4d0d501.woff +%%WWWDIR%%/fonts/inter-latin-ext-600-normal.8148c3a.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-700-italic.61cf6ce.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-700-italic.ed657fe.woff +%%WWWDIR%%/fonts/inter-latin-ext-700-normal.454735e.woff +%%WWWDIR%%/fonts/inter-latin-ext-700-normal.be70ab2.woff2 %%WWWDIR%%/fonts/inter-vietnamese-400-italic.3fec6e1.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-400-italic.ec37808.woff +%%WWWDIR%%/fonts/inter-vietnamese-400-italic.e92fca0.woff %%WWWDIR%%/fonts/inter-vietnamese-400-normal.44c9df1.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-400-normal.96f8adc.woff +%%WWWDIR%%/fonts/inter-vietnamese-400-normal.aaa15d7.woff %%WWWDIR%%/fonts/inter-vietnamese-500-italic.158629e.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-500-italic.2229a47.woff -%%WWWDIR%%/fonts/inter-vietnamese-500-normal.11aeae6.woff +%%WWWDIR%%/fonts/inter-vietnamese-500-italic.2a7c869.woff +%%WWWDIR%%/fonts/inter-vietnamese-500-normal.296d66c.woff %%WWWDIR%%/fonts/inter-vietnamese-500-normal.63d02ea.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-600-italic.27ceb87.woff +%%WWWDIR%%/fonts/inter-vietnamese-600-italic.842a7af.woff %%WWWDIR%%/fonts/inter-vietnamese-600-italic.bbd8f48.woff2 +%%WWWDIR%%/fonts/inter-vietnamese-600-normal.04bb56f.woff %%WWWDIR%%/fonts/inter-vietnamese-600-normal.6984cf5.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-600-normal.a10931d.woff -%%WWWDIR%%/fonts/inter-vietnamese-700-italic.f6cbb10.woff +%%WWWDIR%%/fonts/inter-vietnamese-700-italic.6e1a2f4.woff %%WWWDIR%%/fonts/inter-vietnamese-700-italic.feddee8.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-700-normal.5b5cd0c.woff %%WWWDIR%%/fonts/inter-vietnamese-700-normal.5d9bfca.woff2 -%%WWWDIR%%/i18n/cs.22bdbfa.json -%%WWWDIR%%/i18n/cy.3e890ed.json -%%WWWDIR%%/i18n/de_DE.8fd16db.json -%%WWWDIR%%/i18n/el.7959075.json -%%WWWDIR%%/i18n/en_EN.5296276.json -%%WWWDIR%%/i18n/eo.27a6de0.json -%%WWWDIR%%/i18n/es.c99cb8d.json -%%WWWDIR%%/i18n/et.c81b411.json -%%WWWDIR%%/i18n/fa.119229b.json -%%WWWDIR%%/i18n/fi.de1e16c.json -%%WWWDIR%%/i18n/fr.a87dcf2.json -%%WWWDIR%%/i18n/gl.7c05798.json -%%WWWDIR%%/i18n/he.bde153e.json -%%WWWDIR%%/i18n/hu.94fcc11.json -%%WWWDIR%%/i18n/id.bf9877b.json -%%WWWDIR%%/i18n/is.14c9efd.json -%%WWWDIR%%/i18n/it.7bdefad.json -%%WWWDIR%%/i18n/ja.7b10fe3.json -%%WWWDIR%%/i18n/ka.0e2cec6.json -%%WWWDIR%%/i18n/languages.90a5eeb.json +%%WWWDIR%%/fonts/inter-vietnamese-700-normal.cceb6e3.woff +%%WWWDIR%%/i18n/cs.bf68cc7.json +%%WWWDIR%%/i18n/cy.ef5bbbe.json +%%WWWDIR%%/i18n/de_DE.17207d7.json +%%WWWDIR%%/i18n/el.8ff8df8.json +%%WWWDIR%%/i18n/en_EN.12bdf84.json +%%WWWDIR%%/i18n/eo.100fb3c.json +%%WWWDIR%%/i18n/es.c3430d7.json +%%WWWDIR%%/i18n/et.da8066e.json +%%WWWDIR%%/i18n/fa.6c56018.json +%%WWWDIR%%/i18n/fi.4e33eae.json +%%WWWDIR%%/i18n/fr.087ea06.json +%%WWWDIR%%/i18n/gl.6bb51a2.json +%%WWWDIR%%/i18n/he.7ef62d9.json +%%WWWDIR%%/i18n/hu.aca7917.json +%%WWWDIR%%/i18n/id.09a2e1b.json +%%WWWDIR%%/i18n/is.e8b457c.json +%%WWWDIR%%/i18n/it.c9a648c.json +%%WWWDIR%%/i18n/ja.c06c15c.json +%%WWWDIR%%/i18n/ka.3203fb3.json +%%WWWDIR%%/i18n/languages.916697a.json %%WWWDIR%%/i18n/languages.json -%%WWWDIR%%/i18n/lo.505af8b.json -%%WWWDIR%%/i18n/lt.c87604d.json -%%WWWDIR%%/i18n/lv.23b7b6c.json -%%WWWDIR%%/i18n/mg_MG.042f90c.json -%%WWWDIR%%/i18n/nb_NO.d69edb0.json -%%WWWDIR%%/i18n/nl.76b677e.json -%%WWWDIR%%/i18n/pl.e860cd5.json -%%WWWDIR%%/i18n/pt.4a462e2.json -%%WWWDIR%%/i18n/pt_BR.f45ff18.json -%%WWWDIR%%/i18n/ru.a0d8bd2.json -%%WWWDIR%%/i18n/sk.d789707.json -%%WWWDIR%%/i18n/sq.b3b7680.json -%%WWWDIR%%/i18n/sv.a750dd2.json -%%WWWDIR%%/i18n/tr.b1178dc.json -%%WWWDIR%%/i18n/uk.2174ae8.json -%%WWWDIR%%/i18n/vi.8f3c41e.json -%%WWWDIR%%/i18n/zh_Hans.719e9d0.json -%%WWWDIR%%/i18n/zh_Hant.55946a5.json +%%WWWDIR%%/i18n/lo.72e17b4.json +%%WWWDIR%%/i18n/lt.b287836.json +%%WWWDIR%%/i18n/lv.3ac595c.json +%%WWWDIR%%/i18n/mg_MG.d1edb51.json +%%WWWDIR%%/i18n/nb_NO.60ca459.json +%%WWWDIR%%/i18n/nl.2e1d791.json +%%WWWDIR%%/i18n/pl.eedf05c.json +%%WWWDIR%%/i18n/pt.a83ffbc.json +%%WWWDIR%%/i18n/pt_BR.73015db.json +%%WWWDIR%%/i18n/ru.27557d8.json +%%WWWDIR%%/i18n/sk.5abc03f.json +%%WWWDIR%%/i18n/sq.01619e2.json +%%WWWDIR%%/i18n/sv.2ee3b1b.json +%%WWWDIR%%/i18n/tr.68e156b.json +%%WWWDIR%%/i18n/uk.4ae42a9.json +%%WWWDIR%%/i18n/vi.a5e3a12.json +%%WWWDIR%%/i18n/zh_Hans.9aa06fe.json +%%WWWDIR%%/i18n/zh_Hant.7885eb9.json %%WWWDIR%%/icons/bold.b7f0698.svg %%WWWDIR%%/icons/check-circle.99c21d7.svg %%WWWDIR%%/icons/check.aaad650.svg @@ -729,15 +729,15 @@ %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-400-normal-hFXvniIJ.woff %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-700-normal-D1IfJGt6.woff %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-700-normal-DlaT3sch.woff2 -%%WWWDIR%%/widgets/element-call/assets/index-BndnXPxB.js -%%WWWDIR%%/widgets/element-call/assets/index-BndnXPxB.js.map +%%WWWDIR%%/widgets/element-call/assets/index-BQ3oe8uL.js +%%WWWDIR%%/widgets/element-call/assets/index-BQ3oe8uL.js.map +%%WWWDIR%%/widgets/element-call/assets/index-BQv1OC6W.js +%%WWWDIR%%/widgets/element-call/assets/index-BQv1OC6W.js.LICENSE.txt +%%WWWDIR%%/widgets/element-call/assets/index-BQv1OC6W.js.map %%WWWDIR%%/widgets/element-call/assets/index-BtY3MdEn.css -%%WWWDIR%%/widgets/element-call/assets/index-DLjnG44W.js -%%WWWDIR%%/widgets/element-call/assets/index-DLjnG44W.js.LICENSE.txt -%%WWWDIR%%/widgets/element-call/assets/index-DLjnG44W.js.map -%%WWWDIR%%/widgets/element-call/assets/index-Sz5Yv42Y.js -%%WWWDIR%%/widgets/element-call/assets/index-Sz5Yv42Y.js.LICENSE.txt -%%WWWDIR%%/widgets/element-call/assets/index-Sz5Yv42Y.js.map +%%WWWDIR%%/widgets/element-call/assets/index-W4jTSiQP.js +%%WWWDIR%%/widgets/element-call/assets/index-W4jTSiQP.js.LICENSE.txt +%%WWWDIR%%/widgets/element-call/assets/index-W4jTSiQP.js.map %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2 %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-400-normal-ZzOtrSSW.woff %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-500-normal-D4Vwzodn.woff2 @@ -814,10 +814,10 @@ %%WWWDIR%%/widgets/element-call/assets/party-BZPeTgC3.mp3 %%WWWDIR%%/widgets/element-call/assets/party-D7rIOhAQ.ogg %%WWWDIR%%/widgets/element-call/assets/pl-app-CUkXVSZk.json -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BBCR35_R.js -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BBCR35_R.js.map -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BNyrgciT.js -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BNyrgciT.js.map +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-C-Pa3wDT.js +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-C-Pa3wDT.js.map +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-CzShxH5l.js +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-CzShxH5l.js.map %%WWWDIR%%/widgets/element-call/assets/raise_hand-Bzqn65WB.mp3 %%WWWDIR%%/widgets/element-call/assets/raise_hand-CUbxEnt9.ogg %%WWWDIR%%/widgets/element-call/assets/ro-app-CdYgKCOW.json @@ -828,8 +828,8 @@ %%WWWDIR%%/widgets/element-call/assets/screen_share_started-IZDL-kAw.ogg %%WWWDIR%%/widgets/element-call/assets/selfie_segmenter-DF05sdL4.tflite %%WWWDIR%%/widgets/element-call/assets/sk-app-Bv2npyK0.json -%%WWWDIR%%/widgets/element-call/assets/spa-C9wu0HEU.js -%%WWWDIR%%/widgets/element-call/assets/spa-C9wu0HEU.js.map +%%WWWDIR%%/widgets/element-call/assets/spa-_3kkJMwV.js +%%WWWDIR%%/widgets/element-call/assets/spa-_3kkJMwV.js.map %%WWWDIR%%/widgets/element-call/assets/sv-app-BvdrRKW-.json %%WWWDIR%%/widgets/element-call/assets/tr-app-Dk--6BpP.json %%WWWDIR%%/widgets/element-call/assets/uk-app-DZD01h76.json diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 5fb2dc281b1c..9a06aa0e1f13 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,5 @@ PORTNAME= librewolf -DISTVERSION= 139.0.4 +DISTVERSION= 140.0.2 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source CATEGORIES= www wayland @@ -13,7 +13,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.110:security/nss \ + nss>=3.112:security/nss \ icu>=76.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ @@ -36,8 +36,6 @@ USE_MOZILLA= -sqlite # dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include" CONFIGURE_ENV+= MOZ_REQUIRE_SIGNING="" -#CFLAGS_powerpc64= -DHWY_COMPILE_ONLY_SCALAR -CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}${LWPATCH} @@ -74,6 +72,12 @@ FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default4 .include <bsd.port.options.mk> +.if ${ARCH} == i386 && ${MACHINE_CPU:Msse2} +# is not enabled on i386 by default +# Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2' +CFLAGS_i386+= -msse2 +.endif + .if ${ARCH} == amd64 MOZ_OPTIONS+= --enable-rust-simd .endif diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index ac43e169e86b..3f608b9d25bf 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749743050 -SHA256 (librewolf-139.0.4-1.source.tar.gz) = 8f5d35ebbae2346bf8fc5b7158f2e75f56c037f7cd02f23158e41d57303e4444 -SIZE (librewolf-139.0.4-1.source.tar.gz) = 1025656168 +TIMESTAMP = 1751132665 +SHA256 (librewolf-140.0.2-1.source.tar.gz) = 8babfb102108305eaed98c49c7f97390b204b66f318ee437f41ae5b92e3f5053 +SIZE (librewolf-140.0.2-1.source.tar.gz) = 1005138834 diff --git a/www/librewolf/files/patch-libwebrtc-generated b/www/librewolf/files/patch-libwebrtc-generated index c0440e492420..eb715bc55fbe 100644 --- a/www/librewolf/files/patch-libwebrtc-generated +++ b/www/librewolf/files/patch-libwebrtc-generated @@ -1,8 +1,7 @@ -commit 48d36a84fea34e509b18e2772c21699d24e8a1a7 +commit f65492631f8fa8714d72d09ba3fa5edf3b08bac3 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> -Date: Wed May 14 20:58:36 2025 +0000 - regenerate FreeBSD libwebrtc patch for gecko 139 + regenerate FreeBSD libwebrtc patch for gecko 140 diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build index a29aef4b45e5..c193c4232adf 100644 @@ -60623,10 +60622,10 @@ index a467463de4d3..3c0d102a3516 100644 - Library("desktop_capture_differ_sse2_gn") diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -index d297254b8692..6ac10d4662d8 100644 +index bd438bdda18a..b7c18f5bd2df 100644 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -@@ -25,11 +25,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -26,11 +26,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True @@ -60647,7 +60646,7 @@ index d297254b8692..6ac10d4662d8 100644 FINAL_LIBRARY = "xul" -@@ -81,186 +90,13 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -82,186 +91,13 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60835,7 +60834,7 @@ index d297254b8692..6ac10d4662d8 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -268,7 +104,8 @@ if CONFIG["TARGET_CPU"] == "arm": +@@ -269,7 +105,8 @@ if CONFIG["TARGET_CPU"] == "arm": ] SOURCES += [ @@ -60845,7 +60844,7 @@ index d297254b8692..6ac10d4662d8 100644 ] UNIFIED_SOURCES += [ -@@ -278,36 +115,9 @@ if CONFIG["TARGET_CPU"] == "arm": +@@ -279,36 +116,9 @@ if CONFIG["TARGET_CPU"] == "arm": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -60885,7 +60884,7 @@ index d297254b8692..6ac10d4662d8 100644 ] if CONFIG["TARGET_CPU"] == "mips32": -@@ -315,7 +125,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -316,7 +126,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True DEFINES["WEBRTC_USE_PIPEWIRE"] = True @@ -60893,7 +60892,7 @@ index d297254b8692..6ac10d4662d8 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -323,7 +132,8 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -324,7 +133,8 @@ if CONFIG["TARGET_CPU"] == "mips32": ] SOURCES += [ @@ -60903,7 +60902,7 @@ index d297254b8692..6ac10d4662d8 100644 ] UNIFIED_SOURCES += [ -@@ -333,13 +143,14 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -334,13 +144,14 @@ if CONFIG["TARGET_CPU"] == "mips32": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -60920,7 +60919,7 @@ index d297254b8692..6ac10d4662d8 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -347,7 +158,8 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -348,7 +159,8 @@ if CONFIG["TARGET_CPU"] == "mips64": ] SOURCES += [ @@ -60930,7 +60929,7 @@ index d297254b8692..6ac10d4662d8 100644 ] UNIFIED_SOURCES += [ -@@ -357,121 +169,19 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -358,121 +170,19 @@ if CONFIG["TARGET_CPU"] == "mips64": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -61056,7 +61055,7 @@ index d297254b8692..6ac10d4662d8 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -479,7 +189,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -480,7 +190,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ] SOURCES += [ @@ -61066,7 +61065,7 @@ index d297254b8692..6ac10d4662d8 100644 ] UNIFIED_SOURCES += [ -@@ -489,13 +200,15 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -490,13 +201,15 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -61085,7 +61084,7 @@ index d297254b8692..6ac10d4662d8 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -503,7 +216,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -504,7 +217,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ] SOURCES += [ @@ -61095,7 +61094,7 @@ index d297254b8692..6ac10d4662d8 100644 ] UNIFIED_SOURCES += [ -@@ -513,10 +227,12 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -514,10 +228,12 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -61110,7 +61109,7 @@ index d297254b8692..6ac10d4662d8 100644 DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_USE_X11"] = True -@@ -544,144 +260,61 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGE +@@ -545,144 +261,61 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGE "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" ] @@ -62569,10 +62568,10 @@ index 5c92e55d39bc..9009b4168a4a 100644 Library("pacing_gn") diff --git third_party/libwebrtc/modules/portal/portal_gn/moz.build third_party/libwebrtc/modules/portal/portal_gn/moz.build -index aaaaf5b9fd13..edee670f2d8b 100644 +index ee6619253f99..a10c69da5e79 100644 --- third_party/libwebrtc/modules/portal/portal_gn/moz.build +++ third_party/libwebrtc/modules/portal/portal_gn/moz.build -@@ -25,21 +25,17 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -26,21 +26,17 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True @@ -62595,7 +62594,7 @@ index aaaaf5b9fd13..edee670f2d8b 100644 DEFINES["_LARGEFILE64_SOURCE"] = True DEFINES["_LARGEFILE_SOURCE"] = True DEFINES["__STDC_CONSTANT_MACROS"] = True -@@ -81,16 +77,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -82,16 +78,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True @@ -62612,7 +62611,7 @@ index aaaaf5b9fd13..edee670f2d8b 100644 if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True -@@ -108,7 +94,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -109,7 +95,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True diff --git a/www/node23/Makefile b/www/node23/Makefile deleted file mode 100644 index f56bd755a581..000000000000 --- a/www/node23/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -PORTNAME= node -PORTVERSION= ${NODEJS_PORTVERSION} -DISTVERSIONPREFIX= v -CATEGORIES= www -MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ -PKGNAMESUFFIX= ${PORTVERSION:R:R} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= V8 JavaScript for client and server -WWW= https://nodejs.org/ \ - https://github.com/nodejs/node - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Node.js 23.* will reach its EoL on 2024-06-01. Use Node.js 24.* (www/node24) instead -EXPIRATION_DATE=2025-06-30 -BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= Node.js ${PORTVERSION:R:R}.x requires OpenSSL or the BUNDLED_SSL option enabled -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le - -BUILD_DEPENDS= brotli>=1.0.9,1:archivers/brotli \ - c-ares>=1.17.2:dns/c-ares \ - libnghttp2>=1.45.1:www/libnghttp2 \ - libuv>=1.42.0:devel/libuv \ - objdump:devel/binutils -LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ - libcares.so:dns/c-ares \ - libnghttp2.so:www/libnghttp2 \ - libuv.so:devel/libuv - -USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix tar:xz - -CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ - --shared-brotli \ - --shared-cares \ - --shared-libuv \ - --shared-nghttp2 \ - --shared-zlib \ - --without-npm -HAS_CONFIGURE= yes -MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \ - CFLAGS.host="${CFLAGS}" \ - CXX.host="${CCACHE_BIN} ${CXX}" \ - CXXFLAGS.host="${CXXFLAGS}" \ - LDFLAGS.host="${LDFLAGS}" \ - LINK.host="${CXX}" -REINPLACE_ARGS= -i '' - -CONFLICTS_INSTALL= node[0-9][0-9] - -SHEBANG_FILES= deps/v8/third_party/inspector_protocol/*.py \ - deps/v8/tools/*.py \ - tools/*.py \ - tools/inspector_protocol/*.py - -OPTIONS_DEFINE= BUNDLED_SSL DOCS ICU JIT -OPTIONS_DEFAULT=ICU JIT -OPTIONS_SUB= yes -BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js -JIT_DESC= Use Just In Time compiler - -BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl -BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss -BUNDLED_SSL_USES_OFF= ssl -ICU_BUILD_DEPENDS= icu>=69.1:devel/icu -ICU_CONFIGURE_ON= --with-intl=system-icu -ICU_LIB_DEPENDS= libicui18n.so:devel/icu -JIT_CONFIGURE_OFF= --v8-lite-mode - -.include "Makefile.version" -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 -CONFIGURE_ARGS+=--openssl-no-asm -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/tools/v8_gypfiles/v8.gyp - -post-configure: - # Post-process Makefile and *.mk files created by node-gyp and remove - # all occurrences of -I${LOCALBASE}/include. C*FLAGS include this - # before all -I../deps/* for bundled code. This can cause build - # breakages if the dependency is installed in ${LOCALBASE}. The - # USES+=localbase # above will ensure that we pick up includes for real - # external dependencies. - ${FIND} ${WRKSRC}/out -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e "s|-I${LOCALBASE}/include||g" - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node - -.include <bsd.port.mk> diff --git a/www/node23/Makefile.version b/www/node23/Makefile.version deleted file mode 100644 index 43847336b427..000000000000 --- a/www/node23/Makefile.version +++ /dev/null @@ -1 +0,0 @@ -NODEJS_PORTVERSION= 23.11.1 diff --git a/www/node23/distinfo b/www/node23/distinfo deleted file mode 100644 index 2a9cbcd744dc..000000000000 --- a/www/node23/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1747546444 -SHA256 (node-v23.11.1.tar.xz) = aef6c67395c328376b665bceefc9d17a06a2961f9a92b93019dff39854d5b2ef -SIZE (node-v23.11.1.tar.xz) = 48841668 diff --git a/www/node23/files/patch-common.gypi b/www/node23/files/patch-common.gypi deleted file mode 100644 index c1a1298912e1..000000000000 --- a/www/node23/files/patch-common.gypi +++ /dev/null @@ -1,20 +0,0 @@ ---- common.gypi.orig 2023-07-20 18:27:37 UTC -+++ common.gypi -@@ -426,7 +426,7 @@ - 'ldflags': [ '-m32' ], - }], - [ 'host_arch=="ppc64" and OS not in "aix os400"', { -- 'cflags': [ '-m64', '-mminimal-toc' ], -+ 'cflags': [ '-m64' ], - 'ldflags': [ '-m64' ], - }], - [ 'host_arch=="s390x" and OS=="linux"', { -@@ -450,7 +450,7 @@ - 'ldflags': [ '-m32' ], - }], - [ 'target_arch=="ppc64" and OS not in "aix os400"', { -- 'cflags': [ '-m64', '-mminimal-toc' ], -+ 'cflags': [ '-m64' ], - 'ldflags': [ '-m64' ], - }], - [ 'target_arch=="s390x" and OS=="linux"', { diff --git a/www/node23/files/patch-deps-openssl-config-archs-linux-elf-no-asm-openssl-cl.gypi b/www/node23/files/patch-deps-openssl-config-archs-linux-elf-no-asm-openssl-cl.gypi deleted file mode 100644 index 281de6be8ee2..000000000000 --- a/www/node23/files/patch-deps-openssl-config-archs-linux-elf-no-asm-openssl-cl.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2023-05-16 06:58:19 UTC -+++ deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi -@@ -13,7 +13,7 @@ - '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '-pthread', - ], - 'openssl_cli_srcs_linux-elf': [ - 'openssl/apps/lib/cmp_mock_srv.c', diff --git a/www/node23/files/patch-deps-openssl-config-archs-linux-elf-no-asm-openssl.gypi b/www/node23/files/patch-deps-openssl-config-archs-linux-elf-no-asm-openssl.gypi deleted file mode 100644 index 5a7ce627e099..000000000000 --- a/www/node23/files/patch-deps-openssl-config-archs-linux-elf-no-asm-openssl.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-05-16 06:58:19 UTC -+++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -@@ -977,7 +977,7 @@ - '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '-pthread', - ], - }, - 'include_dirs': [ diff --git a/www/node23/files/patch-deps-openssl-openssl-cl_no_asm.gypi b/www/node23/files/patch-deps-openssl-openssl-cl_no_asm.gypi deleted file mode 100644 index 2670843ea933..000000000000 --- a/www/node23/files/patch-deps-openssl-openssl-cl_no_asm.gypi +++ /dev/null @@ -1,17 +0,0 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2023-10-24 10:04:40 UTC -+++ deps/openssl/openssl-cl_no_asm.gypi -@@ -1,4 +1,5 @@ - { -+ 'defines': ['OPENSSL_NO_ASM'], - 'conditions': [ - ['target_arch=="ppc64" and OS in ("aix", "os400")', { - 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], -@@ -45,7 +46,7 @@ - 'includes': ['config/archs/linux64-loongarch64/no-asm/openssl-cl.gypi'], - }, { - # Other architectures don't use assembly -- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], -+ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], - }], - ], - } diff --git a/www/node23/files/patch-deps-openssl-openssl_no_asm.gypi b/www/node23/files/patch-deps-openssl-openssl_no_asm.gypi deleted file mode 100644 index f7fb266e350c..000000000000 --- a/www/node23/files/patch-deps-openssl-openssl_no_asm.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/openssl_no_asm.gypi.orig 2023-05-16 06:58:20 UTC -+++ deps/openssl/openssl_no_asm.gypi -@@ -44,7 +44,7 @@ - 'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'], - }, { - # Other architectures don't use assembly -- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], -+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], - }], - ], - } diff --git a/www/node23/files/patch-deps-v8-src-base-platform-platform-freebsd.cc b/www/node23/files/patch-deps-v8-src-base-platform-platform-freebsd.cc deleted file mode 100644 index be89ded1df8d..000000000000 --- a/www/node23/files/patch-deps-v8-src-base-platform-platform-freebsd.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2023-05-16 06:58:20 UTC -+++ deps/v8/src/base/platform/platform-freebsd.cc -@@ -82,8 +82,8 @@ std::vector<OS::SharedLibraryAddress> OS::GetSharedLib - lib_name = std::string(path); - } - result.push_back(SharedLibraryAddress( -- lib_name, reinterpret_cast<uintptr_t>(map->kve_start), -- reinterpret_cast<uintptr_t>(map->kve_end))); -+ lib_name, static_cast<uintptr_t>(map->kve_start), -+ static_cast<uintptr_t>(map->kve_end))); - } - - start += ssize; diff --git a/www/node23/files/patch-deps-v8-src-base-small-vector.h b/www/node23/files/patch-deps-v8-src-base-small-vector.h deleted file mode 100644 index 7e362808330c..000000000000 --- a/www/node23/files/patch-deps-v8-src-base-small-vector.h +++ /dev/null @@ -1,10 +0,0 @@ ---- deps/v8/src/base/small-vector.h.orig 2024-04-24 14:03:50 UTC -+++ deps/v8/src/base/small-vector.h -@@ -22,7 +22,6 @@ class SmallVector { - class SmallVector { - // Currently only support trivially copyable and trivially destructible data - // types, as it uses memcpy to copy elements and never calls destructors. -- ASSERT_TRIVIALLY_COPYABLE(T); - static_assert(std::is_trivially_destructible<T>::value); - - public: diff --git a/www/node23/files/patch-deps-v8-src-codegen-arm-cpu-arm.cc b/www/node23/files/patch-deps-v8-src-codegen-arm-cpu-arm.cc deleted file mode 100644 index 42fd70bfd7ca..000000000000 --- a/www/node23/files/patch-deps-v8-src-codegen-arm-cpu-arm.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- deps/v8/src/codegen/arm/cpu-arm.cc.orig 2023-05-16 06:58:20 UTC -+++ deps/v8/src/codegen/arm/cpu-arm.cc -@@ -2,12 +2,15 @@ - // Use of this source code is governed by a BSD-style license that can be - // found in the LICENSE file. - -+#include "include/v8config.h" -+ - // CPU specific code for arm independent of OS goes here. - #ifdef __arm__ - #ifdef __QNXNTO__ - #include <sys/mman.h> // for cache flushing. - #undef MAP_TYPE - #elif V8_OS_FREEBSD -+#include <sys/cdefs.h> - #include <machine/sysarch.h> // for cache flushing - #include <sys/types.h> - #elif V8_OS_STARBOARD diff --git a/www/node23/files/patch-deps-v8-src-codegen-ppc-constants-ppc.h b/www/node23/files/patch-deps-v8-src-codegen-ppc-constants-ppc.h deleted file mode 100644 index c6269ea752d6..000000000000 --- a/www/node23/files/patch-deps-v8-src-codegen-ppc-constants-ppc.h +++ /dev/null @@ -1,20 +0,0 @@ ---- deps/v8/src/codegen/ppc/constants-ppc.h.orig 2023-05-16 06:58:20 UTC -+++ deps/v8/src/codegen/ppc/constants-ppc.h -@@ -36,7 +36,7 @@ - #endif - - #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || !V8_TARGET_ARCH_PPC64 || \ -- V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2) -+ (defined(_CALL_ELF) && _CALL_ELF == 2) - #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 - #else - #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 0 -@@ -44,7 +44,7 @@ - - #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || \ - (V8_TARGET_ARCH_PPC64 && \ -- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) -+ (defined(_CALL_ELF) && _CALL_ELF == 2)) - #define ABI_CALL_VIA_IP 1 - #else - #define ABI_CALL_VIA_IP 0 diff --git a/www/node23/files/patch-deps-v8-src-libsampler-sampler.cc b/www/node23/files/patch-deps-v8-src-libsampler-sampler.cc deleted file mode 100644 index dd19d75d8196..000000000000 --- a/www/node23/files/patch-deps-v8-src-libsampler-sampler.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2023-05-16 06:58:20 UTC -+++ deps/v8/src/libsampler/sampler.cc -@@ -511,6 +511,10 @@ void SignalHandler::FillRegisterState(void* context, R - state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]); - state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]); - state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]); -+#elif V8_TARGET_ARCH_PPC64 -+ state->pc = reinterpret_cast<void*>(mcontext.mc_srr0); -+ state->sp = reinterpret_cast<void*>(mcontext.mc_frame[1]); -+ state->fp = reinterpret_cast<void*>(mcontext.mc_frame[31]); - #endif // V8_HOST_ARCH_* - #elif V8_OS_NETBSD - #if V8_HOST_ARCH_IA32 diff --git a/www/node23/files/patch-node.gypi b/www/node23/files/patch-node.gypi deleted file mode 100644 index c1f4c867c303..000000000000 --- a/www/node23/files/patch-node.gypi +++ /dev/null @@ -1,12 +0,0 @@ ---- node.gypi.orig 2023-05-16 06:58:21 UTC -+++ node.gypi -@@ -349,6 +349,9 @@ - [ 'node_use_openssl=="true"', { - 'defines': [ 'HAVE_OPENSSL=1' ], - 'conditions': [ -+ ['openssl_no_asm==1', { -+ 'defines': [ 'OPENSSL_NO_ASM' ], -+ }], - [ 'node_shared_openssl=="false"', { - 'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ], - 'dependencies': [ diff --git a/www/node23/files/patch-src-cares_wrap.h b/www/node23/files/patch-src-cares_wrap.h deleted file mode 100644 index 7bac6f049408..000000000000 --- a/www/node23/files/patch-src-cares_wrap.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cares_wrap.h.orig 2023-05-16 06:58:21 UTC -+++ src/cares_wrap.h -@@ -23,7 +23,7 @@ - # include <netdb.h> - #endif // __POSIX__ - --# include <ares_nameser.h> -+# include <arpa/nameser.h> - - namespace node { - namespace cares_wrap { diff --git a/www/node23/files/patch-tools-v8_gypfiles-v8.gyp b/www/node23/files/patch-tools-v8_gypfiles-v8.gyp deleted file mode 100644 index 61657d4c24a1..000000000000 --- a/www/node23/files/patch-tools-v8_gypfiles-v8.gyp +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/v8_gypfiles/v8.gyp.orig 2023-05-16 06:58:22 UTC -+++ tools/v8_gypfiles/v8.gyp -@@ -1091,7 +1091,7 @@ - }], - # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library - # to implement atomic memory access -- ['v8_current_cpu in ["mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', { -+ ['v8_current_cpu in ["mips64", "mips64el", "ppc", "riscv64", "loong64"]', { - 'link_settings': { - 'libraries': ['-latomic', ], - }, diff --git a/www/node23/pkg-descr b/www/node23/pkg-descr deleted file mode 100644 index aed88d828d57..000000000000 --- a/www/node23/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Node.js is a free, open-source, cross-platform JavaScript runtime environment -that lets developers create servers, web apps, command line tools and scripts. diff --git a/www/node23/pkg-message b/www/node23/pkg-message deleted file mode 100644 index de6bfcdea756..000000000000 --- a/www/node23/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -[ -{ type: install - message: <<EOM -Note: If you need npm (Node Package Manager), please install www/npm-node23. -EOM -} -] diff --git a/www/node23/pkg-plist b/www/node23/pkg-plist deleted file mode 100644 index 4bb4efbc5688..000000000000 --- a/www/node23/pkg-plist +++ /dev/null @@ -1,2376 +0,0 @@ -bin/corepack -bin/node -include/node/common.gypi -include/node/config.gypi -include/node/cppgc/allocation.h -include/node/cppgc/common.h -include/node/cppgc/cross-thread-persistent.h -include/node/cppgc/custom-space.h -include/node/cppgc/default-platform.h -include/node/cppgc/ephemeron-pair.h -include/node/cppgc/explicit-management.h -include/node/cppgc/garbage-collected.h -include/node/cppgc/heap-consistency.h -include/node/cppgc/heap-handle.h -include/node/cppgc/heap-state.h -include/node/cppgc/heap-statistics.h -include/node/cppgc/heap.h -include/node/cppgc/internal/api-constants.h -include/node/cppgc/internal/atomic-entry-flag.h -include/node/cppgc/internal/base-page-handle.h -include/node/cppgc/internal/caged-heap-local-data.h -include/node/cppgc/internal/caged-heap.h -include/node/cppgc/internal/compiler-specific.h -include/node/cppgc/internal/finalizer-trait.h -include/node/cppgc/internal/gc-info.h -include/node/cppgc/internal/logging.h -include/node/cppgc/internal/member-storage.h -include/node/cppgc/internal/name-trait.h -include/node/cppgc/internal/persistent-node.h -include/node/cppgc/internal/pointer-policies.h -include/node/cppgc/internal/write-barrier.h -include/node/cppgc/liveness-broker.h -include/node/cppgc/macros.h -include/node/cppgc/member.h -include/node/cppgc/name-provider.h -include/node/cppgc/object-size-trait.h -include/node/cppgc/persistent.h -include/node/cppgc/platform.h -include/node/cppgc/prefinalizer.h -include/node/cppgc/process-heap-statistics.h -include/node/cppgc/sentinel-pointer.h -include/node/cppgc/source-location.h -include/node/cppgc/testing.h -include/node/cppgc/trace-trait.h -include/node/cppgc/type-traits.h -include/node/cppgc/visitor.h -include/node/js_native_api.h -include/node/js_native_api_types.h -include/node/libplatform/libplatform-export.h -include/node/libplatform/libplatform.h -include/node/libplatform/v8-tracing.h -include/node/node.h -include/node/node_api.h -include/node/node_api_types.h -include/node/node_buffer.h -include/node/node_object_wrap.h -include/node/node_version.h -%%BUNDLED_SSL%%include/node/openssl/aes.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/crypto/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/crypto/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_digests.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_dsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_ec.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_ecx.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_rsa.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_sm2.h -%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/der_wrap.h -%%BUNDLED_SSL%%include/node/openssl/asn1.h -%%BUNDLED_SSL%%include/node/openssl/asn1_asm.h -%%BUNDLED_SSL%%include/node/openssl/asn1_mac.h -%%BUNDLED_SSL%%include/node/openssl/asn1_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/asn1err.h -%%BUNDLED_SSL%%include/node/openssl/asn1t.h -%%BUNDLED_SSL%%include/node/openssl/asn1t_asm.h -%%BUNDLED_SSL%%include/node/openssl/asn1t_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/async.h -%%BUNDLED_SSL%%include/node/openssl/asyncerr.h -%%BUNDLED_SSL%%include/node/openssl/bio.h -%%BUNDLED_SSL%%include/node/openssl/bio_asm.h -%%BUNDLED_SSL%%include/node/openssl/bio_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/bioerr.h -%%BUNDLED_SSL%%include/node/openssl/blowfish.h -%%BUNDLED_SSL%%include/node/openssl/bn.h -%%BUNDLED_SSL%%include/node/openssl/bn_conf.h -%%BUNDLED_SSL%%include/node/openssl/bn_conf_asm.h -%%BUNDLED_SSL%%include/node/openssl/bn_conf_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/bnerr.h -%%BUNDLED_SSL%%include/node/openssl/buffer.h -%%BUNDLED_SSL%%include/node/openssl/buffererr.h -%%BUNDLED_SSL%%include/node/openssl/camellia.h -%%BUNDLED_SSL%%include/node/openssl/cast.h -%%BUNDLED_SSL%%include/node/openssl/cmac.h -%%BUNDLED_SSL%%include/node/openssl/cmp.h -%%BUNDLED_SSL%%include/node/openssl/cmp_asm.h -%%BUNDLED_SSL%%include/node/openssl/cmp_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/cmp_util.h -%%BUNDLED_SSL%%include/node/openssl/cmperr.h -%%BUNDLED_SSL%%include/node/openssl/cms.h -%%BUNDLED_SSL%%include/node/openssl/cms_asm.h -%%BUNDLED_SSL%%include/node/openssl/cms_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/cmserr.h -%%BUNDLED_SSL%%include/node/openssl/comp.h -%%BUNDLED_SSL%%include/node/openssl/comperr.h -%%BUNDLED_SSL%%include/node/openssl/conf.h -%%BUNDLED_SSL%%include/node/openssl/conf_api.h -%%BUNDLED_SSL%%include/node/openssl/conf_asm.h -%%BUNDLED_SSL%%include/node/openssl/conf_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/conferr.h -%%BUNDLED_SSL%%include/node/openssl/configuration.h -%%BUNDLED_SSL%%include/node/openssl/configuration_asm.h -%%BUNDLED_SSL%%include/node/openssl/configuration_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/conftypes.h -%%BUNDLED_SSL%%include/node/openssl/core.h -%%BUNDLED_SSL%%include/node/openssl/core_dispatch.h -%%BUNDLED_SSL%%include/node/openssl/core_names.h -%%BUNDLED_SSL%%include/node/openssl/core_object.h -%%BUNDLED_SSL%%include/node/openssl/crmf.h -%%BUNDLED_SSL%%include/node/openssl/crmf_asm.h -%%BUNDLED_SSL%%include/node/openssl/crmf_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/crmferr.h -%%BUNDLED_SSL%%include/node/openssl/crypto.h -%%BUNDLED_SSL%%include/node/openssl/crypto_asm.h -%%BUNDLED_SSL%%include/node/openssl/crypto_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/cryptoerr.h -%%BUNDLED_SSL%%include/node/openssl/cryptoerr_legacy.h -%%BUNDLED_SSL%%include/node/openssl/ct.h -%%BUNDLED_SSL%%include/node/openssl/ct_asm.h -%%BUNDLED_SSL%%include/node/openssl/ct_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/cterr.h -%%BUNDLED_SSL%%include/node/openssl/decoder.h -%%BUNDLED_SSL%%include/node/openssl/decodererr.h -%%BUNDLED_SSL%%include/node/openssl/des.h -%%BUNDLED_SSL%%include/node/openssl/dh.h -%%BUNDLED_SSL%%include/node/openssl/dherr.h -%%BUNDLED_SSL%%include/node/openssl/dsa.h -%%BUNDLED_SSL%%include/node/openssl/dsaerr.h -%%BUNDLED_SSL%%include/node/openssl/dso_conf.h -%%BUNDLED_SSL%%include/node/openssl/dso_conf_asm.h -%%BUNDLED_SSL%%include/node/openssl/dso_conf_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/dtls1.h -%%BUNDLED_SSL%%include/node/openssl/e_os2.h -%%BUNDLED_SSL%%include/node/openssl/ebcdic.h -%%BUNDLED_SSL%%include/node/openssl/ec.h -%%BUNDLED_SSL%%include/node/openssl/ecdh.h -%%BUNDLED_SSL%%include/node/openssl/ecdsa.h -%%BUNDLED_SSL%%include/node/openssl/ecerr.h -%%BUNDLED_SSL%%include/node/openssl/encoder.h -%%BUNDLED_SSL%%include/node/openssl/encodererr.h -%%BUNDLED_SSL%%include/node/openssl/engine.h -%%BUNDLED_SSL%%include/node/openssl/engineerr.h -%%BUNDLED_SSL%%include/node/openssl/err.h -%%BUNDLED_SSL%%include/node/openssl/err_asm.h -%%BUNDLED_SSL%%include/node/openssl/err_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/ess.h -%%BUNDLED_SSL%%include/node/openssl/ess_asm.h -%%BUNDLED_SSL%%include/node/openssl/ess_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/esserr.h -%%BUNDLED_SSL%%include/node/openssl/evp.h -%%BUNDLED_SSL%%include/node/openssl/evperr.h -%%BUNDLED_SSL%%include/node/openssl/fips_names.h -%%BUNDLED_SSL%%include/node/openssl/fipskey.h -%%BUNDLED_SSL%%include/node/openssl/fipskey_asm.h -%%BUNDLED_SSL%%include/node/openssl/fipskey_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/hmac.h -%%BUNDLED_SSL%%include/node/openssl/http.h -%%BUNDLED_SSL%%include/node/openssl/httperr.h -%%BUNDLED_SSL%%include/node/openssl/idea.h -%%BUNDLED_SSL%%include/node/openssl/kdf.h -%%BUNDLED_SSL%%include/node/openssl/kdferr.h -%%BUNDLED_SSL%%include/node/openssl/lhash.h -%%BUNDLED_SSL%%include/node/openssl/lhash_asm.h -%%BUNDLED_SSL%%include/node/openssl/lhash_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/macros.h -%%BUNDLED_SSL%%include/node/openssl/md2.h -%%BUNDLED_SSL%%include/node/openssl/md4.h -%%BUNDLED_SSL%%include/node/openssl/md5.h -%%BUNDLED_SSL%%include/node/openssl/mdc2.h -%%BUNDLED_SSL%%include/node/openssl/modes.h -%%BUNDLED_SSL%%include/node/openssl/obj_mac.h -%%BUNDLED_SSL%%include/node/openssl/objects.h -%%BUNDLED_SSL%%include/node/openssl/objectserr.h -%%BUNDLED_SSL%%include/node/openssl/ocsp.h -%%BUNDLED_SSL%%include/node/openssl/ocsp_asm.h -%%BUNDLED_SSL%%include/node/openssl/ocsp_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/ocsperr.h -%%BUNDLED_SSL%%include/node/openssl/opensslconf.h -%%BUNDLED_SSL%%include/node/openssl/opensslconf_asm.h -%%BUNDLED_SSL%%include/node/openssl/opensslv.h -%%BUNDLED_SSL%%include/node/openssl/opensslv_asm.h -%%BUNDLED_SSL%%include/node/openssl/opensslv_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/ossl_typ.h -%%BUNDLED_SSL%%include/node/openssl/param_build.h -%%BUNDLED_SSL%%include/node/openssl/params.h -%%BUNDLED_SSL%%include/node/openssl/pem.h -%%BUNDLED_SSL%%include/node/openssl/pem2.h -%%BUNDLED_SSL%%include/node/openssl/pemerr.h -%%BUNDLED_SSL%%include/node/openssl/pkcs12.h -%%BUNDLED_SSL%%include/node/openssl/pkcs12_asm.h -%%BUNDLED_SSL%%include/node/openssl/pkcs12_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/pkcs12err.h -%%BUNDLED_SSL%%include/node/openssl/pkcs7.h -%%BUNDLED_SSL%%include/node/openssl/pkcs7_asm.h -%%BUNDLED_SSL%%include/node/openssl/pkcs7_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/pkcs7err.h -%%BUNDLED_SSL%%include/node/openssl/prov_ssl.h -%%BUNDLED_SSL%%include/node/openssl/proverr.h -%%BUNDLED_SSL%%include/node/openssl/provider.h -%%BUNDLED_SSL%%include/node/openssl/quic.h -%%BUNDLED_SSL%%include/node/openssl/rand.h -%%BUNDLED_SSL%%include/node/openssl/randerr.h -%%BUNDLED_SSL%%include/node/openssl/rc2.h -%%BUNDLED_SSL%%include/node/openssl/rc4.h -%%BUNDLED_SSL%%include/node/openssl/rc5.h -%%BUNDLED_SSL%%include/node/openssl/ripemd.h -%%BUNDLED_SSL%%include/node/openssl/rsa.h -%%BUNDLED_SSL%%include/node/openssl/rsaerr.h -%%BUNDLED_SSL%%include/node/openssl/safestack.h -%%BUNDLED_SSL%%include/node/openssl/safestack_asm.h -%%BUNDLED_SSL%%include/node/openssl/safestack_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/seed.h -%%BUNDLED_SSL%%include/node/openssl/self_test.h -%%BUNDLED_SSL%%include/node/openssl/sha.h -%%BUNDLED_SSL%%include/node/openssl/srp.h -%%BUNDLED_SSL%%include/node/openssl/srp_asm.h -%%BUNDLED_SSL%%include/node/openssl/srp_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/srtp.h -%%BUNDLED_SSL%%include/node/openssl/ssl.h -%%BUNDLED_SSL%%include/node/openssl/ssl2.h -%%BUNDLED_SSL%%include/node/openssl/ssl3.h -%%BUNDLED_SSL%%include/node/openssl/ssl_asm.h -%%BUNDLED_SSL%%include/node/openssl/ssl_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/sslerr.h -%%BUNDLED_SSL%%include/node/openssl/sslerr_legacy.h -%%BUNDLED_SSL%%include/node/openssl/stack.h -%%BUNDLED_SSL%%include/node/openssl/store.h -%%BUNDLED_SSL%%include/node/openssl/storeerr.h -%%BUNDLED_SSL%%include/node/openssl/symhacks.h -%%BUNDLED_SSL%%include/node/openssl/tls1.h -%%BUNDLED_SSL%%include/node/openssl/trace.h -%%BUNDLED_SSL%%include/node/openssl/ts.h -%%BUNDLED_SSL%%include/node/openssl/tserr.h -%%BUNDLED_SSL%%include/node/openssl/txt_db.h -%%BUNDLED_SSL%%include/node/openssl/types.h -%%BUNDLED_SSL%%include/node/openssl/ui.h -%%BUNDLED_SSL%%include/node/openssl/ui_asm.h -%%BUNDLED_SSL%%include/node/openssl/ui_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/uierr.h -%%BUNDLED_SSL%%include/node/openssl/whrlpool.h -%%BUNDLED_SSL%%include/node/openssl/x509.h -%%BUNDLED_SSL%%include/node/openssl/x509_asm.h -%%BUNDLED_SSL%%include/node/openssl/x509_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/x509_vfy.h -%%BUNDLED_SSL%%include/node/openssl/x509_vfy_asm.h -%%BUNDLED_SSL%%include/node/openssl/x509_vfy_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/x509err.h -%%BUNDLED_SSL%%include/node/openssl/x509v3.h -%%BUNDLED_SSL%%include/node/openssl/x509v3_asm.h -%%BUNDLED_SSL%%include/node/openssl/x509v3_no-asm.h -%%BUNDLED_SSL%%include/node/openssl/x509v3err.h -include/node/v8-array-buffer.h -include/node/v8-callbacks.h -include/node/v8-container.h -include/node/v8-context.h -include/node/v8-cppgc.h -include/node/v8-data.h -include/node/v8-date.h -include/node/v8-debug.h -include/node/v8-embedder-heap.h -include/node/v8-embedder-state-scope.h -include/node/v8-exception.h -include/node/v8-extension.h -include/node/v8-external.h -include/node/v8-forward.h -include/node/v8-function-callback.h -include/node/v8-function.h -include/node/v8-handle-base.h -include/node/v8-initialization.h -include/node/v8-internal.h -include/node/v8-isolate.h -include/node/v8-json.h -include/node/v8-local-handle.h -include/node/v8-locker.h -include/node/v8-maybe.h -include/node/v8-memory-span.h -include/node/v8-message.h -include/node/v8-microtask-queue.h -include/node/v8-microtask.h -include/node/v8-object.h -include/node/v8-persistent-handle.h -include/node/v8-platform.h -include/node/v8-primitive-object.h -include/node/v8-primitive.h -include/node/v8-profiler.h -include/node/v8-promise.h -include/node/v8-proxy.h -include/node/v8-regexp.h -include/node/v8-sandbox.h -include/node/v8-script.h -include/node/v8-snapshot.h -include/node/v8-source-location.h -include/node/v8-statistics.h -include/node/v8-template.h -include/node/v8-traced-handle.h -include/node/v8-typed-array.h -include/node/v8-unwinder.h -include/node/v8-value-serializer.h -include/node/v8-value.h -include/node/v8-version.h -include/node/v8-wasm.h -include/node/v8-weak-callback-info.h -include/node/v8.h -include/node/v8config.h -lib/node_modules/corepack/CHANGELOG.md -lib/node_modules/corepack/LICENSE.md -lib/node_modules/corepack/README.md -lib/node_modules/corepack/dist/corepack.js -lib/node_modules/corepack/dist/lib/corepack.cjs -lib/node_modules/corepack/dist/npm.js -lib/node_modules/corepack/dist/npx.js -lib/node_modules/corepack/dist/pnpm.js -lib/node_modules/corepack/dist/pnpx.js -lib/node_modules/corepack/dist/yarn.js -lib/node_modules/corepack/dist/yarnpkg.js -lib/node_modules/corepack/package.json -lib/node_modules/corepack/shims/corepack -lib/node_modules/corepack/shims/corepack.cmd -lib/node_modules/corepack/shims/corepack.ps1 -lib/node_modules/corepack/shims/nodewin/corepack -lib/node_modules/corepack/shims/nodewin/corepack.cmd -lib/node_modules/corepack/shims/nodewin/corepack.ps1 -lib/node_modules/corepack/shims/nodewin/npm -lib/node_modules/corepack/shims/nodewin/npm.cmd -lib/node_modules/corepack/shims/nodewin/npm.ps1 -lib/node_modules/corepack/shims/nodewin/npx -lib/node_modules/corepack/shims/nodewin/npx.cmd -lib/node_modules/corepack/shims/nodewin/npx.ps1 -lib/node_modules/corepack/shims/nodewin/pnpm -lib/node_modules/corepack/shims/nodewin/pnpm.cmd -lib/node_modules/corepack/shims/nodewin/pnpm.ps1 -lib/node_modules/corepack/shims/nodewin/pnpx -lib/node_modules/corepack/shims/nodewin/pnpx.cmd -lib/node_modules/corepack/shims/nodewin/pnpx.ps1 -lib/node_modules/corepack/shims/nodewin/yarn -lib/node_modules/corepack/shims/nodewin/yarn.cmd -lib/node_modules/corepack/shims/nodewin/yarn.ps1 -lib/node_modules/corepack/shims/nodewin/yarnpkg -lib/node_modules/corepack/shims/nodewin/yarnpkg.cmd -lib/node_modules/corepack/shims/nodewin/yarnpkg.ps1 -lib/node_modules/corepack/shims/npm -lib/node_modules/corepack/shims/npm.cmd -lib/node_modules/corepack/shims/npm.ps1 -lib/node_modules/corepack/shims/npx -lib/node_modules/corepack/shims/npx.cmd -lib/node_modules/corepack/shims/npx.ps1 -lib/node_modules/corepack/shims/pnpm -lib/node_modules/corepack/shims/pnpm.cmd -lib/node_modules/corepack/shims/pnpm.ps1 -lib/node_modules/corepack/shims/pnpx -lib/node_modules/corepack/shims/pnpx.cmd -lib/node_modules/corepack/shims/pnpx.ps1 -lib/node_modules/corepack/shims/yarn -lib/node_modules/corepack/shims/yarn.cmd -lib/node_modules/corepack/shims/yarn.ps1 -lib/node_modules/corepack/shims/yarnpkg -lib/node_modules/corepack/shims/yarnpkg.cmd -lib/node_modules/corepack/shims/yarnpkg.ps1 -%%PORTDOCS%%%%DOCSDIR%%/gdbinit -%%PORTDOCS%%%%DOCSDIR%%/lldb_commands.py -@(,,444) share/man/man1/node.1.gz diff --git a/www/npm-node22/Makefile b/www/npm-node22/Makefile index fada842bccf2..9699b1db0b09 100644 --- a/www/npm-node22/Makefile +++ b/www/npm-node22/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 10.9.2 +PORTVERSION= 10.9.3 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= ${NODEJS_SUFFIX} @@ -7,7 +7,7 @@ PKGNAMESUFFIX= ${NODEJS_SUFFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Node package manager WWW= https://www.npmjs.com/package/npm \ - https://docs.npmjs.com/cli/v10 \ + https://docs.npmjs.com/ \ https://github.com/npm/cli LICENSE= ART20 diff --git a/www/npm-node22/distinfo b/www/npm-node22/distinfo index 67623a1311b2..040c196b8ed5 100644 --- a/www/npm-node22/distinfo +++ b/www/npm-node22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888086 -SHA256 (npm-10.9.2.tar.xz) = 39ea2da1b72096813851789c1dab3e7a6a8d1a4dfbf5c7a4ecbaba40f3169895 -SIZE (npm-10.9.2.tar.xz) = 1808920 +TIMESTAMP = 1751208142 +SHA256 (npm-10.9.3.tar.xz) = b99f595a698a740d603b871249916fa25c89475c124a54e920debd694db0fd61 +SIZE (npm-10.9.3.tar.xz) = 1809824 diff --git a/www/npm-node22/pkg-plist b/www/npm-node22/pkg-plist index 03c6fd2b66b9..76a479d8710d 100644 --- a/www/npm-node22/pkg-plist +++ b/www/npm-node22/pkg-plist @@ -392,7 +392,6 @@ lib/node_modules/npm/node_modules/.bin/node-which lib/node_modules/npm/node_modules/.bin/nopt lib/node_modules/npm/node_modules/.bin/pacote lib/node_modules/npm/node_modules/.bin/qrcode-terminal -lib/node_modules/npm/node_modules/.bin/rimraf lib/node_modules/npm/node_modules/.bin/semver lib/node_modules/npm/node_modules/@isaacs/cliui/LICENSE.txt lib/node_modules/npm/node_modules/@isaacs/cliui/build/index.cjs @@ -578,6 +577,7 @@ lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize-data.js lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js lib/node_modules/npm/node_modules/@npmcli/package-json/lib/read-package.js lib/node_modules/npm/node_modules/@npmcli/package-json/lib/sort.js @@ -594,6 +594,7 @@ lib/node_modules/npm/node_modules/@npmcli/query/lib/index.js lib/node_modules/npm/node_modules/@npmcli/query/package.json lib/node_modules/npm/node_modules/@npmcli/redact/LICENSE lib/node_modules/npm/node_modules/@npmcli/redact/lib/deep-map.js +lib/node_modules/npm/node_modules/@npmcli/redact/lib/error.js lib/node_modules/npm/node_modules/@npmcli/redact/lib/index.js lib/node_modules/npm/node_modules/@npmcli/redact/lib/matchers.js lib/node_modules/npm/node_modules/@npmcli/redact/lib/server.js @@ -632,6 +633,10 @@ lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/go lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js +lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/dsse.js +lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/entry.js +lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/hashedrekord.js +lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/verifier.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_common.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_rekor.js @@ -657,9 +662,6 @@ lib/node_modules/npm/node_modules/agent-base/LICENSE lib/node_modules/npm/node_modules/agent-base/dist/helpers.js lib/node_modules/npm/node_modules/agent-base/dist/index.js lib/node_modules/npm/node_modules/agent-base/package.json -lib/node_modules/npm/node_modules/aggregate-error/index.js -lib/node_modules/npm/node_modules/aggregate-error/license -lib/node_modules/npm/node_modules/aggregate-error/package.json lib/node_modules/npm/node_modules/ansi-regex/index.js lib/node_modules/npm/node_modules/ansi-regex/license lib/node_modules/npm/node_modules/ansi-regex/package.json @@ -726,14 +728,6 @@ lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/commonjs/pack lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/index.js lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/package.json lib/node_modules/npm/node_modules/cacache/node_modules/chownr/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/constants.js -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/constants.js -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.d.ts @@ -799,9 +793,6 @@ lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/use-nativ lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/use-native.js.map lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/readme.markdown -lib/node_modules/npm/node_modules/cacache/node_modules/p-map/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/p-map/license -lib/node_modules/npm/node_modules/cacache/node_modules/p-map/package.json lib/node_modules/npm/node_modules/cacache/node_modules/tar/LICENSE lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/create.js lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/cwd-error.js @@ -888,9 +879,6 @@ lib/node_modules/npm/node_modules/ci-info/vendors.json lib/node_modules/npm/node_modules/cidr-regex/LICENSE lib/node_modules/npm/node_modules/cidr-regex/dist/index.js lib/node_modules/npm/node_modules/cidr-regex/package.json -lib/node_modules/npm/node_modules/clean-stack/index.js -lib/node_modules/npm/node_modules/clean-stack/license -lib/node_modules/npm/node_modules/clean-stack/package.json lib/node_modules/npm/node_modules/cli-columns/color.js lib/node_modules/npm/node_modules/cli-columns/index.js lib/node_modules/npm/node_modules/cli-columns/license @@ -1134,9 +1122,6 @@ lib/node_modules/npm/node_modules/ignore-walk/package.json lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js lib/node_modules/npm/node_modules/imurmurhash/package.json -lib/node_modules/npm/node_modules/indent-string/index.js -lib/node_modules/npm/node_modules/indent-string/license -lib/node_modules/npm/node_modules/indent-string/package.json lib/node_modules/npm/node_modules/ini/LICENSE lib/node_modules/npm/node_modules/ini/lib/ini.js lib/node_modules/npm/node_modules/ini/package.json @@ -1158,6 +1143,7 @@ lib/node_modules/npm/node_modules/ip-address/package.json lib/node_modules/npm/node_modules/ip-regex/index.js lib/node_modules/npm/node_modules/ip-regex/license lib/node_modules/npm/node_modules/ip-regex/package.json +lib/node_modules/npm/node_modules/is-cidr/LICENSE lib/node_modules/npm/node_modules/is-cidr/dist/index.js lib/node_modules/npm/node_modules/is-cidr/package.json lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.js @@ -1338,14 +1324,6 @@ lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/constants.js -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/index.js -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/package.json -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/constants.js -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/index.js -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/package.json -lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/minipass-fetch/package.json lib/node_modules/npm/node_modules/minipass-flush/LICENSE lib/node_modules/npm/node_modules/minipass-flush/index.js @@ -1367,11 +1345,12 @@ lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.j lib/node_modules/npm/node_modules/minipass-sized/package.json lib/node_modules/npm/node_modules/minipass-sized/test/basic.js lib/node_modules/npm/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/minizlib/constants.js -lib/node_modules/npm/node_modules/minizlib/index.js -lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE -lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js -lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json +lib/node_modules/npm/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/minizlib/dist/esm/package.json lib/node_modules/npm/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js @@ -1617,14 +1596,6 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/commonjs/pac lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/index.js lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/constants.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/constants.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.d.ts @@ -1768,9 +1739,6 @@ lib/node_modules/npm/node_modules/nopt/lib/debug.js lib/node_modules/npm/node_modules/nopt/lib/nopt-lib.js lib/node_modules/npm/node_modules/nopt/lib/nopt.js lib/node_modules/npm/node_modules/nopt/lib/type-defs.js -lib/node_modules/npm/node_modules/nopt/node_modules/abbrev/LICENSE -lib/node_modules/npm/node_modules/nopt/node_modules/abbrev/lib/index.js -lib/node_modules/npm/node_modules/nopt/node_modules/abbrev/package.json lib/node_modules/npm/node_modules/nopt/package.json lib/node_modules/npm/node_modules/normalize-package-data/LICENSE lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js @@ -1820,14 +1788,6 @@ lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/json-stream.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/constants.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/constants.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/npm-registry-fetch/package.json lib/node_modules/npm/node_modules/npm-user-validate/LICENSE lib/node_modules/npm/node_modules/npm-user-validate/lib/index.js @@ -1922,9 +1882,6 @@ lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/package.json lib/node_modules/npm/node_modules/promise-call-limit/dist/esm/index.js lib/node_modules/npm/node_modules/promise-call-limit/dist/esm/package.json lib/node_modules/npm/node_modules/promise-call-limit/package.json -lib/node_modules/npm/node_modules/promise-inflight/LICENSE -lib/node_modules/npm/node_modules/promise-inflight/inflight.js -lib/node_modules/npm/node_modules/promise-inflight/package.json lib/node_modules/npm/node_modules/promise-retry/LICENSE lib/node_modules/npm/node_modules/promise-retry/index.js lib/node_modules/npm/node_modules/promise-retry/package.json @@ -1979,143 +1936,6 @@ lib/node_modules/npm/node_modules/retry/test/integration/test-forever.js lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js lib/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js -lib/node_modules/npm/node_modules/rimraf/LICENSE -lib/node_modules/npm/node_modules/rimraf/README.md -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/default-tmp.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/default-tmp.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/default-tmp.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fix-eperm.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fix-eperm.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fs.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fs.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fs.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/fs.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/ignore-enoent.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/index.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/index.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/index.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/index.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/opt-arg.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/opt-arg.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/opt-arg.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/package.json -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/path-arg.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/path-arg.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/path-arg.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/platform.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/platform.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/platform.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/platform.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/readdir-or-error.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/retry-busy.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/retry-busy.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/retry-busy.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-manual.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-native.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-native.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-posix.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-windows.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/use-native.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/use-native.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/use-native.js -lib/node_modules/npm/node_modules/rimraf/dist/commonjs/use-native.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/bin.d.mts -lib/node_modules/npm/node_modules/rimraf/dist/esm/bin.d.mts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/bin.mjs -lib/node_modules/npm/node_modules/rimraf/dist/esm/bin.mjs.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/default-tmp.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/default-tmp.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/default-tmp.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/default-tmp.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/fix-eperm.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/fix-eperm.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/fix-eperm.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/fs.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/fs.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/fs.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/fs.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/ignore-enoent.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/ignore-enoent.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/ignore-enoent.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/index.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/index.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/index.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/index.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/opt-arg.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/opt-arg.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/opt-arg.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/opt-arg.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/package.json -lib/node_modules/npm/node_modules/rimraf/dist/esm/path-arg.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/path-arg.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/path-arg.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/path-arg.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/platform.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/platform.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/platform.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/platform.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/readdir-or-error.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/readdir-or-error.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/readdir-or-error.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/retry-busy.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/retry-busy.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/retry-busy.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/retry-busy.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-manual.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-manual.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-manual.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-move-remove.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-native.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-native.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-native.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-posix.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-posix.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-posix.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-windows.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-windows.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/rimraf-windows.js.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/use-native.d.ts -lib/node_modules/npm/node_modules/rimraf/dist/esm/use-native.d.ts.map -lib/node_modules/npm/node_modules/rimraf/dist/esm/use-native.js -lib/node_modules/npm/node_modules/rimraf/dist/esm/use-native.js.map -lib/node_modules/npm/node_modules/rimraf/package.json lib/node_modules/npm/node_modules/safer-buffer/LICENSE lib/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md lib/node_modules/npm/node_modules/safer-buffer/dangerous.js @@ -2399,6 +2219,13 @@ lib/node_modules/npm/node_modules/tar/node_modules/minipass/LICENSE lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.mjs lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/constants.js +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/LICENSE +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/index.js +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/package.json +lib/node_modules/npm/node_modules/tar/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/text-table/LICENSE lib/node_modules/npm/node_modules/text-table/example/align.js @@ -2425,6 +2252,44 @@ lib/node_modules/npm/node_modules/tiny-relative-date/translations/de.js lib/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js lib/node_modules/npm/node_modules/tiny-relative-date/translations/en.js lib/node_modules/npm/node_modules/tiny-relative-date/translations/es.js +lib/node_modules/npm/node_modules/tinyglobby/LICENSE +lib/node_modules/npm/node_modules/tinyglobby/dist/index.d.mts +lib/node_modules/npm/node_modules/tinyglobby/dist/index.js +lib/node_modules/npm/node_modules/tinyglobby/dist/index.mjs +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/LICENSE +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/async.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/counter.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/get-array.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/group-files.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/invoke-callback.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/join-path.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/push-directory.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/push-file.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/resolve-symlink.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/walk-directory.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/queue.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/sync.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/walker.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/builder/api-builder.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/builder/index.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/types.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/utils.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/package.json +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/LICENSE +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/index.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/package.json +lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/posix.js +lib/node_modules/npm/node_modules/tinyglobby/package.json lib/node_modules/npm/node_modules/treeverse/LICENSE lib/node_modules/npm/node_modules/treeverse/lib/breadth.js lib/node_modules/npm/node_modules/treeverse/lib/depth-descent.js diff --git a/www/npm-node23/Makefile b/www/npm-node23/Makefile deleted file mode 100644 index e31c06cfe420..000000000000 --- a/www/npm-node23/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -USES= nodejs:23,run - -MASTERDIR= ${.CURDIR}/../npm-node22 - -.include "${MASTERDIR}/Makefile" diff --git a/www/npm/Makefile b/www/npm/Makefile index e0e324df244c..df606afcda6f 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 10.9.2 +PORTVERSION= 10.9.3 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/p5-HTTP-Tiny-SPDY/Makefile b/www/p5-HTTP-Tiny-SPDY/Makefile deleted file mode 100644 index 238df2690f36..000000000000 --- a/www/p5-HTTP-Tiny-SPDY/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= HTTP-Tiny-SPDY -PORTVERSION= 0.020 -PORTREVISION= 1 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Subclass of HTTP::Tiny with SPDY support -WWW= https://metacpan.org/release/HTTP-Tiny-SPDY - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual - -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-IO-Socket-SSL>=1.560:security/p5-IO-Socket-SSL \ - p5-Net-SPDY>=0:net/p5-Net-SPDY \ - p5-Net-SSLeay>=1.49:security/p5-Net-SSLeay -TEST_DEPENDS= p5-Mozilla-CA>=0:www/p5-Mozilla-CA - -USES= perl5 -USE_PERL5= configure - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/p5-HTTP-Tiny-SPDY/distinfo b/www/p5-HTTP-Tiny-SPDY/distinfo deleted file mode 100644 index 9d83d27791b5..000000000000 --- a/www/p5-HTTP-Tiny-SPDY/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (HTTP-Tiny-SPDY-0.020.tar.gz) = c4beda8edc41c304f3f721a138cfc8332c7837376de689c8c5620a5c6ddc73f3 -SIZE (HTTP-Tiny-SPDY-0.020.tar.gz) = 30621 diff --git a/www/p5-HTTP-Tiny-SPDY/pkg-descr b/www/p5-HTTP-Tiny-SPDY/pkg-descr deleted file mode 100644 index de3f73fdf04b..000000000000 --- a/www/p5-HTTP-Tiny-SPDY/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP::Tiny::SPDY is a subclass of HTTP::Tiny with added support for the SPDY -protocol. It is intended to be fully compatible with HTTP::Tiny so that it can -be used as a drop-in replacement for it. diff --git a/www/p5-HTTP-Tiny-SPDY/pkg-plist b/www/p5-HTTP-Tiny-SPDY/pkg-plist deleted file mode 100644 index 4e0ea1ccd124..000000000000 --- a/www/p5-HTTP-Tiny-SPDY/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%SITE_PERL%%/HTTP/Tiny/SPDY.pm -%%PERL5_MAN3%%/HTTP::Tiny::SPDY.3.gz diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 9b3dff12665b..154c16acc999 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,5 +1,5 @@ PORTNAME= libwww -PORTVERSION= 6.78 +PORTVERSION= 6.79 DISTVERSIONPREFIX= perl- CATEGORIES= www devel perl5 MASTER_SITES= CPAN diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index e50e18ff6ea9..beb8c1477535 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836084 -SHA256 (libwww-perl-6.78.tar.gz) = b738bdcf54e2c6bb81fd2b83ec47bc83347f97b371ea80f0dc10360f817a9a44 -SIZE (libwww-perl-6.78.tar.gz) = 184340 +TIMESTAMP = 1751208148 +SHA256 (libwww-perl-6.79.tar.gz) = f2526e9a33ac96715cc47fbf5b4bec1a8c51720330b24e3974c2c5ae07a9c5e7 +SIZE (libwww-perl-6.79.tar.gz) = 184691 diff --git a/www/py-boto3/Makefile b/www/py-boto3/Makefile index 192a246f6034..d9a5c6fccbe8 100644 --- a/www/py-boto3/Makefile +++ b/www/py-boto3/Makefile @@ -1,5 +1,5 @@ PORTNAME= boto3 -PORTVERSION= 1.38.41 +PORTVERSION= 1.38.45 CATEGORIES= www python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-boto3/distinfo b/www/py-boto3/distinfo index a21e21ef407a..ad2c891dd0dc 100644 --- a/www/py-boto3/distinfo +++ b/www/py-boto3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954252 -SHA256 (boto3-1.38.41.tar.gz) = c6710fc533c8e1f5d1f025c74ffe1222c3659094cd51c076ec50c201a54c8f22 -SIZE (boto3-1.38.41.tar.gz) = 111835 +TIMESTAMP = 1751208180 +SHA256 (boto3-1.38.45.tar.gz) = 1123c9fb1d46cb6fb2c8579fb411c564c34d05c531755fa1548524df63f5e023 +SIZE (boto3-1.38.45.tar.gz) = 111892 diff --git a/www/py-dash/Makefile b/www/py-dash/Makefile index 88ae8e188fe1..d93fd6d4db5d 100644 --- a/www/py-dash/Makefile +++ b/www/py-dash/Makefile @@ -1,5 +1,5 @@ PORTNAME= dash -PORTVERSION= 3.0.4 +PORTVERSION= 3.1.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=1.0.4:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}werkzeug>=0<3.2:www/py-werkzeug@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/www/py-dash/distinfo b/www/py-dash/distinfo index 595086066de0..8e7eb0561321 100644 --- a/www/py-dash/distinfo +++ b/www/py-dash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936226 -SHA256 (dash-3.0.4.tar.gz) = 4f9e62e9d8c5cd1b42dc6d6dcf211fe9498195f73ef0edb62a26e2a1b952a368 -SIZE (dash-3.0.4.tar.gz) = 7592060 +TIMESTAMP = 1751208182 +SHA256 (dash-3.1.0.tar.gz) = ba53c46a6b12948ff6b8e1e4bda882a274277b131ec4698159447cfd027a7a51 +SIZE (dash-3.1.0.tar.gz) = 7544527 diff --git a/www/py-dash/files/patch-requirements-install.txt b/www/py-dash/files/patch-requirements-install.txt index da8a8b8cb941..4ebf6f4370c6 100644 --- a/www/py-dash/files/patch-requirements-install.txt +++ b/www/py-dash/files/patch-requirements-install.txt @@ -1,10 +1,8 @@ ---- requirements/install.txt.orig 2025-03-17 18:51:10 UTC +--- requirements/install.txt.orig 2025-06-26 14:42:44 UTC +++ requirements/install.txt -@@ -1,5 +1,5 @@ --Flask>=1.0.4,<3.1 --Werkzeug<3.1 +@@ -1,4 +1,4 @@ +-Flask>=1.0.4,<3.2 +Flask>=1.0.4 -+Werkzeug + Werkzeug<3.2 plotly>=5.0.0 importlib-metadata - typing_extensions>=4.1.1 diff --git a/www/py-dj51-django-redis/Makefile b/www/py-dj51-django-redis/Makefile index b9faf0e6ec86..c493680f3db4 100644 --- a/www/py-dj51-django-redis/Makefile +++ b/www/py-dj51-django-redis/Makefile @@ -1,12 +1,12 @@ PORTNAME= django-redis -PORTVERSION= 5.4.0 -PORTREVISION= 2 +PORTVERSION= 6.0.0 CATEGORIES= www databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- +DISTNAME= django_redis-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Full featured Redis cache/session backend for Django +COMMENT= Full featured redis cache backend for Django WWW= https://github.com/jazzband/django-redis LICENSE= BSD3CLAUSE @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=3.2:www/py-django51@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}redis>=4.0.2:databases/py-redis@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-django>=0:devel/py-pytest-django@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ redis-server:databases/redis USES= python:3.10+ diff --git a/www/py-dj51-django-redis/distinfo b/www/py-dj51-django-redis/distinfo index ef02bb27e20d..572d1e59ad40 100644 --- a/www/py-dj51-django-redis/distinfo +++ b/www/py-dj51-django-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698348853 -SHA256 (django-redis-5.4.0.tar.gz) = 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 -SIZE (django-redis-5.4.0.tar.gz) = 52567 +TIMESTAMP = 1751208158 +SHA256 (django_redis-6.0.0.tar.gz) = 2d9cb12a20424a4c4dde082c6122f486628bae2d9c2bee4c0126a4de7fda00dd +SIZE (django_redis-6.0.0.tar.gz) = 56904 diff --git a/www/py-dj52-django-redis/Makefile b/www/py-dj52-django-redis/Makefile index 6033fc994a25..5076cb3ad1f5 100644 --- a/www/py-dj52-django-redis/Makefile +++ b/www/py-dj52-django-redis/Makefile @@ -1,11 +1,12 @@ PORTNAME= django-redis -PORTVERSION= 5.4.0 +PORTVERSION= 6.0.0 CATEGORIES= www databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- +DISTNAME= django_redis-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Full featured Redis cache/session backend for Django +COMMENT= Full featured redis cache backend for Django WWW= https://github.com/jazzband/django-redis LICENSE= BSD3CLAUSE @@ -13,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}redis>=4.0.2:databases/py-redis@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-django>=0:devel/py-pytest-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ diff --git a/www/py-dj52-django-redis/distinfo b/www/py-dj52-django-redis/distinfo index 156f9d23ac30..1ef0b7f1dca8 100644 --- a/www/py-dj52-django-redis/distinfo +++ b/www/py-dj52-django-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696432970 -SHA256 (django-redis-5.4.0.tar.gz) = 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 -SIZE (django-redis-5.4.0.tar.gz) = 52567 +TIMESTAMP = 1751208160 +SHA256 (django_redis-6.0.0.tar.gz) = 2d9cb12a20424a4c4dde082c6122f486628bae2d9c2bee4c0126a4de7fda00dd +SIZE (django_redis-6.0.0.tar.gz) = 56904 diff --git a/www/py-django-redis/Makefile b/www/py-django-redis/Makefile index 2fe1242ae64e..3298c4b2784a 100644 --- a/www/py-django-redis/Makefile +++ b/www/py-django-redis/Makefile @@ -1,12 +1,12 @@ PORTNAME= django-redis -PORTVERSION= 5.4.0 -PORTREVISION= 2 +PORTVERSION= 6.0.0 CATEGORIES= www databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= django_redis-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Full featured Redis cache/session backend for Django +COMMENT= Full featured redis cache backend for Django WWW= https://github.com/jazzband/django-redis LICENSE= BSD3CLAUSE @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}redis>=4.0.2:databases/py-redis@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-django>=0:devel/py-pytest-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ diff --git a/www/py-django-redis/distinfo b/www/py-django-redis/distinfo index 156f9d23ac30..49e1848a28b8 100644 --- a/www/py-django-redis/distinfo +++ b/www/py-django-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696432970 -SHA256 (django-redis-5.4.0.tar.gz) = 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 -SIZE (django-redis-5.4.0.tar.gz) = 52567 +TIMESTAMP = 1751208156 +SHA256 (django_redis-6.0.0.tar.gz) = 2d9cb12a20424a4c4dde082c6122f486628bae2d9c2bee4c0126a4de7fda00dd +SIZE (django_redis-6.0.0.tar.gz) = 56904 diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile index aa5c09260cf5..166b54fae0cd 100644 --- a/www/py-freenit/Makefile +++ b/www/py-freenit/Makefile @@ -1,5 +1,5 @@ PORTNAME= freenit -DISTVERSION= 0.3.17 +DISTVERSION= 0.3.18 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-freenit/distinfo b/www/py-freenit/distinfo index e8f6d22ce868..aa27ca1d9105 100644 --- a/www/py-freenit/distinfo +++ b/www/py-freenit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750844784 -SHA256 (freenit-0.3.17.tar.gz) = daff3a346f4b9fa414df0561e1d2ec8972bf0391af53e04553bb7992a07f4716 -SIZE (freenit-0.3.17.tar.gz) = 27786 +TIMESTAMP = 1751366311 +SHA256 (freenit-0.3.18.tar.gz) = 6c2e28fa83908c5711eaf18f0943602c681f4b7552d68095ceadccdf27584f82 +SIZE (freenit-0.3.18.tar.gz) = 28349 diff --git a/www/py-multidict/Makefile b/www/py-multidict/Makefile index 5021a1d730b6..5022f5888285 100644 --- a/www/py-multidict/Makefile +++ b/www/py-multidict/Makefile @@ -1,5 +1,5 @@ PORTNAME= multidict -PORTVERSION= 6.6.2 +PORTVERSION= 6.6.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-multidict/distinfo b/www/py-multidict/distinfo index 39811fd5506c..38cea00c7948 100644 --- a/www/py-multidict/distinfo +++ b/www/py-multidict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751287244 -SHA256 (multidict-6.6.2.tar.gz) = c1e8b8b0523c0361a78ce9b99d9850c51cf25e1fa3c5686030ce75df6fdf2918 -SIZE (multidict-6.6.2.tar.gz) = 100939 +TIMESTAMP = 1751382286 +SHA256 (multidict-6.6.3.tar.gz) = 798a9eb12dab0a6c2e29c1de6f3468af5cb2da6053a20dfa3344907eed0937cc +SIZE (multidict-6.6.3.tar.gz) = 101006 diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile index 69ac03ab1b89..f74cbff9c0f8 100644 --- a/www/py-uvicorn/Makefile +++ b/www/py-uvicorn/Makefile @@ -1,5 +1,5 @@ PORTNAME= uvicorn -PORTVERSION= 0.34.3 +PORTVERSION= 0.35.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-uvicorn/distinfo b/www/py-uvicorn/distinfo index a3c56e861aac..c5b0ae90a230 100644 --- a/www/py-uvicorn/distinfo +++ b/www/py-uvicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813126 -SHA256 (uvicorn-0.34.3.tar.gz) = 35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a -SIZE (uvicorn-0.34.3.tar.gz) = 76631 +TIMESTAMP = 1751208184 +SHA256 (uvicorn-0.35.0.tar.gz) = bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01 +SIZE (uvicorn-0.35.0.tar.gz) = 78473 diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile index 91cd333862e7..acbce5a38cc3 100644 --- a/www/py-wagtail/Makefile +++ b/www/py-wagtail/Makefile @@ -1,5 +1,5 @@ PORTNAME= wagtail -PORTVERSION= 6.4.2 +PORTVERSION= 7.0.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,11 @@ WWW= https://wagtail.io/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8<5:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django42>=4.2<6.0:www/py-django42@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-filter>=23.3:www/py-django-filter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-modelcluster>=6.2.1<7.0:www/py-django-modelcluster@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-permissionedforms>=0.1<1.0:www/py-django-permissionedforms@${PY_FLAVOR} \ @@ -39,6 +39,6 @@ NO_ARCH= yes CPE_VENDOR= torchbox -SHEBANG_FILES= wagtail/project_template/manage.py +SHEBANG_FILES= wagtail/project_template/manage.py-tpl .include <bsd.port.mk> diff --git a/www/py-wagtail/distinfo b/www/py-wagtail/distinfo index 6aafe09fa9e6..13fecbab88b0 100644 --- a/www/py-wagtail/distinfo +++ b/www/py-wagtail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954264 -SHA256 (wagtail-6.4.2.tar.gz) = fcf39430e5fb856674c0cfa3cda67591b44214cc5a99c9308019140eb26ddb42 -SIZE (wagtail-6.4.2.tar.gz) = 6637640 +TIMESTAMP = 1751208186 +SHA256 (wagtail-7.0.1.tar.gz) = cfc5c37738f98cae380a15252f5676604f6c61554bef1a3791e34de1e703beec +SIZE (wagtail-7.0.1.tar.gz) = 6671934 diff --git a/www/py-wagtail/files/patch-pyproject.toml b/www/py-wagtail/files/patch-pyproject.toml new file mode 100644 index 000000000000..57c97d673722 --- /dev/null +++ b/www/py-wagtail/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-06-12 15:29:53 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=78.0"] ++requires = ["setuptools>=61.0"] + build-backend = "setuptools.build_meta" + + [project] +@@ -7,8 +7,7 @@ readme = "README.md" + dynamic = ["version"] + description = "A Django content management system." + readme = "README.md" +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = {text = "BSD-3-Clause"} + authors = [ + { name = "Wagtail core team + contributors", email = "hello@wagtail.org" }, + ] diff --git a/www/py-wagtail/files/patch-setup.py b/www/py-wagtail/files/patch-setup.py deleted file mode 100644 index 43d4a8051941..000000000000 --- a/www/py-wagtail/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/wagtail/wagtail/commit/2fafac56fab59e8d13fa57d0f483844114a15374 - ---- setup.py.orig 2025-02-21 16:19:57 UTC -+++ setup.py -@@ -35,7 +35,7 @@ install_requires = [ - "anyascii>=0.1.5", - "telepath>=0.3.1,<1", - "laces>=0.1,<0.2", -- "django-tasks>=0.6.1,<0.7", -+ "django-tasks>=0.7,<0.8", - ] - - # Testing dependencies diff --git a/www/tailwindcss3/Makefile b/www/tailwindcss3/Makefile new file mode 100644 index 000000000000..192585e27410 --- /dev/null +++ b/www/tailwindcss3/Makefile @@ -0,0 +1,56 @@ +PORTNAME= tailwindcss3 +DISTVERSION= 3.4.17 +CATEGORIES= www devel +MASTER_SITES= LOCAL/dch/${PORTNAME}/:npm +DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npm + +MAINTAINER= dch@FreeBSD.org +COMMENT= Utility-first CSS framework with npm dependencies +WWW= https://tailwindcss.com/ + +LICENSE= MIT + +BUILD_DEPENDS= npm:www/npm +USES= nodejs:run tar:txz + +CONFLICTS_INSTALL= tailwindcss* + +_DAISYUI_VER= 4.12.24 +_FORMS_VER= 0.5.10 +_POSTCSS_VER= 8.4.49 +_PREFIX_VER= 10.4.20 +_TAILWIND_VER= ${DISTVERSION} + +_NPM_CACHE= ${WRKDIR}/cache +_NPM_ARCHIVE= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX} + +do-extract: + @${MKDIR} ${WRKDIR}/cache + ${TAR} -xf ${DISTDIR}/${_NPM_ARCHIVE} -C ${_NPM_CACHE} + +do-build: +# because nodejs is fiddly we can't build & then install +.if !defined(MAINTAINER_MODE) + ${ECHO_CMD} offline=true > ${WRKDIR}/.npmrc +.endif + +do-install: + (cd ${WRKDIR} && \ + ${SETENV} HOME=${WRKDIR} npm install --global --no-audit \ + --no-fund --no-prune --cache ${_NPM_CACHE} --prefer-offline \ + --prefix=${STAGEDIR}${PREFIX} autoprefixer@${_PREFIX_VER} \ + tailwindcss@${_TAILWIND_VER} postcss@${_POSTCSS_VER} \ + @tailwindcss/forms@${_FORMS_VER} daisyui@${_DAISYUI_VER}) +# remove files already present in node, npm, or yarn packages +.for m in corepack npm + ${RM} -rf ${STAGEDIR}${PREFIX}/lib/node_modules/${m} +.endfor + +_tarball: do-install + ${TAR} -caf ${DISTDIR}/${_NPM_ARCHIVE} -C ${_NPM_CACHE} _cacache + ${CHMOD} 644 ${DISTDIR}/${_NPM_ARCHIVE} + @${ECHO_MSG} Ready to upload tarball to freefall distfiles directory: + @${ECHO_MSG} ${DISTDIR}/${_NPM_ARCHIVE} + @${ECHO_MSG} scp ${DISTDIR}/${_NPM_ARCHIVE} dch@freefall.freebsd.org:public_distfiles/${PORTNAME}/ + +.include <bsd.port.mk> diff --git a/www/tailwindcss3/distinfo b/www/tailwindcss3/distinfo new file mode 100644 index 000000000000..a9a702f5217a --- /dev/null +++ b/www/tailwindcss3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750621670 +SHA256 (tailwindcss3-npm-cache-3.4.17.txz) = 5c0f07872e243f9327b1ca2ac9aae20338e7a31e3f3579ee112e91501c27d87b +SIZE (tailwindcss3-npm-cache-3.4.17.txz) = 13390340 diff --git a/www/tailwindcss3/pkg-descr b/www/tailwindcss3/pkg-descr new file mode 100644 index 000000000000..fc8ac873069e --- /dev/null +++ b/www/tailwindcss3/pkg-descr @@ -0,0 +1,10 @@ +Tailwind CSS is a utility-first CSS framework for rapidly building custom +user interfaces. This port comprises Tailwind CSS along with commonly used +related packages via npm: + +- tailwindcss: the core framework +- postcss: optimise resulting CSS +- @tailwindcss/forms: official CSS forms plugin +- daisyui: component library + +The packages are installed globally and can be used from the command line. diff --git a/www/tailwindcss3/pkg-plist b/www/tailwindcss3/pkg-plist new file mode 100644 index 000000000000..eb99a02a3abf --- /dev/null +++ b/www/tailwindcss3/pkg-plist @@ -0,0 +1,3190 @@ +bin/autoprefixer +bin/tailwindcss +bin/tailwind +lib/node_modules/@tailwindcss/forms/.github/ISSUE_TEMPLATE/1.bug_report.yml +lib/node_modules/@tailwindcss/forms/.github/ISSUE_TEMPLATE/config.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/prepare-release.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/release-insiders.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/release.yml +lib/node_modules/@tailwindcss/forms/CHANGELOG.md +lib/node_modules/@tailwindcss/forms/LICENSE +lib/node_modules/@tailwindcss/forms/README.md +lib/node_modules/@tailwindcss/forms/index.html +lib/node_modules/@tailwindcss/forms/kitchen-sink.html +lib/node_modules/@tailwindcss/forms/node_modules/.bin/mini-svg-data-uri +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/LICENSE +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/README.md +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/cli.js +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.d.ts +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.js +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.test-d.ts +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/package.json +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/shorter-css-color-names.js +lib/node_modules/@tailwindcss/forms/package.json +lib/node_modules/@tailwindcss/forms/scripts/release-channel.js +lib/node_modules/@tailwindcss/forms/scripts/release-notes.js +lib/node_modules/@tailwindcss/forms/src/index.d.ts +lib/node_modules/@tailwindcss/forms/src/index.js +lib/node_modules/@tailwindcss/forms/tailwind.config.js +lib/node_modules/autoprefixer/LICENSE +lib/node_modules/autoprefixer/README.md +lib/node_modules/autoprefixer/bin/autoprefixer +lib/node_modules/autoprefixer/data/prefixes.js +lib/node_modules/autoprefixer/lib/at-rule.js +lib/node_modules/autoprefixer/lib/autoprefixer.d.ts +lib/node_modules/autoprefixer/lib/autoprefixer.js +lib/node_modules/autoprefixer/lib/brackets.js +lib/node_modules/autoprefixer/lib/browsers.js +lib/node_modules/autoprefixer/lib/declaration.js +lib/node_modules/autoprefixer/lib/hacks/align-content.js +lib/node_modules/autoprefixer/lib/hacks/align-items.js +lib/node_modules/autoprefixer/lib/hacks/align-self.js +lib/node_modules/autoprefixer/lib/hacks/animation.js +lib/node_modules/autoprefixer/lib/hacks/appearance.js +lib/node_modules/autoprefixer/lib/hacks/autofill.js +lib/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +lib/node_modules/autoprefixer/lib/hacks/background-clip.js +lib/node_modules/autoprefixer/lib/hacks/background-size.js +lib/node_modules/autoprefixer/lib/hacks/block-logical.js +lib/node_modules/autoprefixer/lib/hacks/border-image.js +lib/node_modules/autoprefixer/lib/hacks/border-radius.js +lib/node_modules/autoprefixer/lib/hacks/break-props.js +lib/node_modules/autoprefixer/lib/hacks/cross-fade.js +lib/node_modules/autoprefixer/lib/hacks/display-flex.js +lib/node_modules/autoprefixer/lib/hacks/display-grid.js +lib/node_modules/autoprefixer/lib/hacks/file-selector-button.js +lib/node_modules/autoprefixer/lib/hacks/filter-value.js +lib/node_modules/autoprefixer/lib/hacks/filter.js +lib/node_modules/autoprefixer/lib/hacks/flex-basis.js +lib/node_modules/autoprefixer/lib/hacks/flex-direction.js +lib/node_modules/autoprefixer/lib/hacks/flex-flow.js +lib/node_modules/autoprefixer/lib/hacks/flex-grow.js +lib/node_modules/autoprefixer/lib/hacks/flex-shrink.js +lib/node_modules/autoprefixer/lib/hacks/flex-spec.js +lib/node_modules/autoprefixer/lib/hacks/flex-wrap.js +lib/node_modules/autoprefixer/lib/hacks/flex.js +lib/node_modules/autoprefixer/lib/hacks/fullscreen.js +lib/node_modules/autoprefixer/lib/hacks/gradient.js +lib/node_modules/autoprefixer/lib/hacks/grid-area.js +lib/node_modules/autoprefixer/lib/hacks/grid-column-align.js +lib/node_modules/autoprefixer/lib/hacks/grid-end.js +lib/node_modules/autoprefixer/lib/hacks/grid-row-align.js +lib/node_modules/autoprefixer/lib/hacks/grid-row-column.js +lib/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +lib/node_modules/autoprefixer/lib/hacks/grid-start.js +lib/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +lib/node_modules/autoprefixer/lib/hacks/grid-template.js +lib/node_modules/autoprefixer/lib/hacks/grid-utils.js +lib/node_modules/autoprefixer/lib/hacks/image-rendering.js +lib/node_modules/autoprefixer/lib/hacks/image-set.js +lib/node_modules/autoprefixer/lib/hacks/inline-logical.js +lib/node_modules/autoprefixer/lib/hacks/intrinsic.js +lib/node_modules/autoprefixer/lib/hacks/justify-content.js +lib/node_modules/autoprefixer/lib/hacks/mask-border.js +lib/node_modules/autoprefixer/lib/hacks/mask-composite.js +lib/node_modules/autoprefixer/lib/hacks/order.js +lib/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +lib/node_modules/autoprefixer/lib/hacks/pixelated.js +lib/node_modules/autoprefixer/lib/hacks/place-self.js +lib/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +lib/node_modules/autoprefixer/lib/hacks/placeholder.js +lib/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +lib/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +lib/node_modules/autoprefixer/lib/hacks/text-decoration.js +lib/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +lib/node_modules/autoprefixer/lib/hacks/transform-decl.js +lib/node_modules/autoprefixer/lib/hacks/user-select.js +lib/node_modules/autoprefixer/lib/hacks/writing-mode.js +lib/node_modules/autoprefixer/lib/info.js +lib/node_modules/autoprefixer/lib/old-selector.js +lib/node_modules/autoprefixer/lib/old-value.js +lib/node_modules/autoprefixer/lib/prefixer.js +lib/node_modules/autoprefixer/lib/prefixes.js +lib/node_modules/autoprefixer/lib/processor.js +lib/node_modules/autoprefixer/lib/resolution.js +lib/node_modules/autoprefixer/lib/selector.js +lib/node_modules/autoprefixer/lib/supports.js +lib/node_modules/autoprefixer/lib/transition.js +lib/node_modules/autoprefixer/lib/utils.js +lib/node_modules/autoprefixer/lib/value.js +lib/node_modules/autoprefixer/lib/vendor.js +lib/node_modules/autoprefixer/node_modules/.bin/browserslist +lib/node_modules/autoprefixer/node_modules/.bin/update-browserslist-db +lib/node_modules/autoprefixer/node_modules/browserslist/LICENSE +lib/node_modules/autoprefixer/node_modules/browserslist/README.md +lib/node_modules/autoprefixer/node_modules/browserslist/browser.js +lib/node_modules/autoprefixer/node_modules/browserslist/cli.js +lib/node_modules/autoprefixer/node_modules/browserslist/error.d.ts +lib/node_modules/autoprefixer/node_modules/browserslist/error.js +lib/node_modules/autoprefixer/node_modules/browserslist/index.d.ts +lib/node_modules/autoprefixer/node_modules/browserslist/index.js +lib/node_modules/autoprefixer/node_modules/browserslist/node.js +lib/node_modules/autoprefixer/node_modules/browserslist/package.json +lib/node_modules/autoprefixer/node_modules/browserslist/parse.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/LICENSE +lib/node_modules/autoprefixer/node_modules/caniuse-lite/README.md +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/agents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/browserVersions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/browsers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/aac.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/abortcontroller.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ac3-ec3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/accelerometer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/addeventlistener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ambient-light.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/apng.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-find-index.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-find.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-flat.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-includes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/arrow-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/asmjs.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/async-clipboard.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/async-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/atob-btoa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audio-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audio.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audiotracks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/autofocus.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/auxclick.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/av1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/avif.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-attachment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-clip-text.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-img-opts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-position-x-y.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-sync.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/battery-status.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/beacon.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/beforeafterprint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/bigint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/blobbuilder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/bloburls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/border-image.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/border-radius.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/broadcastchannel.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/brotli.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/calc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas-blending.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas-text.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ch-unit.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/channel-messaging.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/childnode-remove.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/classlist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/clipboard.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/colr-v1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/colr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/comparedocumentposition.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/console-basic.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/console-time.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/const.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/constraint-validation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contenteditable.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cookie-store-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/createimagebitmap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/credential-management.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cryptography.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-all.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-any-link.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-appearance.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-at-counter-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-autofill.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-background-offsets.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-boxshadow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-canvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-caret-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cascade-layers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cascade-scope.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-case-insensitive.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-clip-path.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-color-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-color-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-conic-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-queries-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-queries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-query-units.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-containment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-content-visibility.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-counters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-crisp-edges.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cross-fade.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-default-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-display-contents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-element-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-env-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-exclusions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-featurequeries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-file-selector-button.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-filter-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-filters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-first-letter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-first-line.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-fixed.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-focus-visible.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-focus-within.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-palette.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-stretch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-gencontent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-grid-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-grid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-has.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-hyphens.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-image-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-image-set.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-initial-letter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-initial-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-lch-lab.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-letter-spacing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-line-clamp.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-logical-props.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-masks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-math-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-interaction.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-resolution.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-scripting.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-mediaqueries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-mixblendmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-module-scripts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-motion-paths.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-namespaces.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-nesting.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-not-sel-list.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-nth-child-of.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-opacity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-page-break.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-paged-media.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-paint-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-placeholder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-read-only-write.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-reflections.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-regions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-relative-colors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-resize.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-revert-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-scrollbar.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sel2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sel3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-selection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-shapes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-snappoints.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sticky.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-subgrid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-supports-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-table.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-align-last.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-box-trim.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-indent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-justify.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-spacing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-textshadow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-touch-action.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-unset-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-variables.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-when-else.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-widows-orphans.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-width-stretch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-writing-mode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-zoom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-boxsizing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-colors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-tabsize.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/currentcolor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/custom-elements.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/custom-elementsv1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/customevent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/datalist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dataset.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/datauri.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/decorators.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/details.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/deviceorientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/devicepixelratio.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dialog.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dispatchevent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dnssec.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/do-not-track.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-currentscript.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-execcommand.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-scrollingelement.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/documenthead.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dom-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/domcontentloaded.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dommatrix.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/download.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dragndrop.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-closest.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-from-point.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-scroll-methods.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eme.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eot.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es5.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-class.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-generators.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-module.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-number.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-string-includes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eventsource.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/extended-system-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/feature-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fieldset-disabled.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fileapi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filereader.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filereadersync.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filesystem.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flac.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flexbox-gap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flexbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flow-root.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-family-system-ui.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-feature.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-kerning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-loading.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-size-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-smooth.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-unicode-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-variant-alternates.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-variant-numeric.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fontface.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-submit-attributes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-validation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/forms.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fullscreen.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/gamepad.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/geolocation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getboundingclientrect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getcomputedstyle.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getrandomvalues.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/gyroscope.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hashchange.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/heif.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hevc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hidden.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/high-resolution-time.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/history.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/html-media-capture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/html5semantic.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http-live-streaming.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-sandbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-seamless.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/imagecapture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ime.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/import-maps.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/imports.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indexeddb.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indexeddb2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/inline-block.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/innertext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-datetime.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-email-tel-url.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-event.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-accept.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-directory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-multiple.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-inputmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-minlength.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-number.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-pattern.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-placeholder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-search.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-selection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/insert-adjacent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/internationalization.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intersectionobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intl-pluralrules.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intrinsic-width.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpeg2000.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpegxl.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpegxr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/json.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-code.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-key.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-location.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-which.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/lazyload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/let.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-icon-png.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-icon-svg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-preload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-prerender.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/localecompare.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/magnetometer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/matchesselector.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/matchmedia.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mathml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/maxlength.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/media-fragments.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediarecorder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediasource.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/menu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/meta-theme-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/meter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/midi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/minmaxwh.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mp3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mpeg-dash.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mpeg4.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/multibackgrounds.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/multicolumn.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mutation-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mutationobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/namevalue-storage.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/native-filesystem-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/nav-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/netinfo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/notifications.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-entries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-fit.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-observe.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-values.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/objectrtc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/offline-apps.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/offscreencanvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ogg-vorbis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ogv.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ol-reversed.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/once-event-listener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/online-status.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/opus.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/orientation-sensor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/outline.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pad-start-end.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/page-transition-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pagevisibility.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passive-event-listener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passkeys.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passwordrules.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/path2d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/payment-request.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pdf-viewer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/permissions-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/permissions-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/picture-in-picture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/picture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ping.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/png-alpha.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointer-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointerlock.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/portals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/progress.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/promise-finally.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/promises.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/proximity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/proxy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/publickeypinning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/push-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/queryselector.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/readonly-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/referrer-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rel-noopener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rel-noreferrer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rellist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rem.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/requestanimationframe.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/requestidlecallback.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/resizeobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/resource-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rest-parameters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ruby.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/run-in.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/screen-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/script-async.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/script-defer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/scrollintoview.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sdch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/selection-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/selectlist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/server-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/serviceworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/setimmediate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/shadowdom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/shadowdomv1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sharedworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sni.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/spdy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/speech-recognition.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/speech-synthesis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sql-storage.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/srcset.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/stream.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/streams.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/style-scoped.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/subresource-bundling.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/subresource-integrity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-css.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-filters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-fragment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-html.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-html5.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-img.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-smil.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sxg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tabindex-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/template-literals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/template.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/temporal.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/testfeat.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-decoration.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-emphasis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-overflow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-size-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-stroke.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/textcontent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/textencoder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/touch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/transforms2d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/transforms3d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/trusted-types.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ttf.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/typedarrays.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/u2f.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/unhandledrejection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/url.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/urlsearchparams.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/use-strict.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/user-select-none.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/user-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/variable-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/vector-effect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/vibration.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/video.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/videotracks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/view-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/viewport-units.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wai-aria.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wake-lock.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-bigint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-extended-const.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-gc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-multi-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-reference-types.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-signext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-simd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-threads.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wav.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wbr-element.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-app-manifest.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-bluetooth.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-serial.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-share.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webauthn.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webcodecs.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgl.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgl2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgpu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webhid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webkit-user-drag.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webm.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webnfc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webp.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/websockets.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webtransport.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webusb.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webvr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webvtt.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webxr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/will-change.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/woff.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/woff2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/word-break.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wordwrap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/x-doc-messaging.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/x-frame-options.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhr2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhtml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhtmlsmil.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xml-serializer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/zstd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ER.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ES.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ET.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ID.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ME.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ML.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/OM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/QA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ST.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/US.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/WF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/WS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/YE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/YT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-af.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-an.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-as.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-eu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-na.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-oc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-sa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-ww.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/lib/statuses.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/lib/supported.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/agents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/browsers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/feature.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/features.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/index.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/region.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/package.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/LICENSE +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/README.md +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/chromium-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/chromium-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-chromium-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-chromium-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/index.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/package.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/versions.json +lib/node_modules/autoprefixer/node_modules/escalade/dist/index.js +lib/node_modules/autoprefixer/node_modules/escalade/dist/index.mjs +lib/node_modules/autoprefixer/node_modules/escalade/index.d.mts +lib/node_modules/autoprefixer/node_modules/escalade/index.d.ts +lib/node_modules/autoprefixer/node_modules/escalade/license +lib/node_modules/autoprefixer/node_modules/escalade/package.json +lib/node_modules/autoprefixer/node_modules/escalade/readme.md +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.d.mts +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.d.ts +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.js +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.mjs +lib/node_modules/autoprefixer/node_modules/fraction.js/LICENSE +lib/node_modules/autoprefixer/node_modules/fraction.js/README.md +lib/node_modules/autoprefixer/node_modules/fraction.js/bigfraction.js +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.cjs +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.d.ts +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.js +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.min.js +lib/node_modules/autoprefixer/node_modules/fraction.js/package.json +lib/node_modules/autoprefixer/node_modules/node-releases/LICENSE +lib/node_modules/autoprefixer/node_modules/node-releases/README.md +lib/node_modules/autoprefixer/node_modules/node-releases/data/processed/envs.json +lib/node_modules/autoprefixer/node_modules/node-releases/data/release-schedule/release-schedule.json +lib/node_modules/autoprefixer/node_modules/node-releases/package.json +lib/node_modules/autoprefixer/node_modules/normalize-range/index.js +lib/node_modules/autoprefixer/node_modules/normalize-range/license +lib/node_modules/autoprefixer/node_modules/normalize-range/package.json +lib/node_modules/autoprefixer/node_modules/normalize-range/readme.md +lib/node_modules/autoprefixer/node_modules/picocolors/LICENSE +lib/node_modules/autoprefixer/node_modules/picocolors/README.md +lib/node_modules/autoprefixer/node_modules/picocolors/package.json +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.browser.js +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.d.ts +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.js +lib/node_modules/autoprefixer/node_modules/picocolors/types.d.ts +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/LICENSE +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/README.md +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/index.d.ts +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/index.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/parse.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/stringify.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/unit.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/walk.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/package.json +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/LICENSE +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/README.md +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/check-npm-version.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/cli.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/index.d.ts +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/index.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/package.json +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/utils.js +lib/node_modules/autoprefixer/package.json +lib/node_modules/daisyui/LICENSE +lib/node_modules/daisyui/README.md +lib/node_modules/daisyui/dist/base.js +lib/node_modules/daisyui/dist/full.css +lib/node_modules/daisyui/dist/styled.css +lib/node_modules/daisyui/dist/styled.js +lib/node_modules/daisyui/dist/themes.css +lib/node_modules/daisyui/dist/unstyled.css +lib/node_modules/daisyui/dist/unstyled.js +lib/node_modules/daisyui/dist/utilities-styled.js +lib/node_modules/daisyui/dist/utilities-unstyled.js +lib/node_modules/daisyui/dist/utilities.js +lib/node_modules/daisyui/node_modules/.bin/cssesc +lib/node_modules/daisyui/node_modules/camelcase-css/README.md +lib/node_modules/daisyui/node_modules/camelcase-css/index-es5.js +lib/node_modules/daisyui/node_modules/camelcase-css/index.js +lib/node_modules/daisyui/node_modules/camelcase-css/license +lib/node_modules/daisyui/node_modules/camelcase-css/package.json +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/LICENSE +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/README.md +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/index.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/parse.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/parseValues.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/stringify.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/stringifyValues.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/uni-regexp.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/package.json +lib/node_modules/daisyui/node_modules/cssesc/LICENSE-MIT.txt +lib/node_modules/daisyui/node_modules/cssesc/README.md +lib/node_modules/daisyui/node_modules/cssesc/bin/cssesc +lib/node_modules/daisyui/node_modules/cssesc/cssesc.js +lib/node_modules/daisyui/node_modules/cssesc/man/cssesc.1 +lib/node_modules/daisyui/node_modules/cssesc/package.json +lib/node_modules/daisyui/node_modules/culori/LICENSE +lib/node_modules/daisyui/node_modules/culori/README.md +lib/node_modules/daisyui/node_modules/culori/bundled/culori.cjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.cjs.map +lib/node_modules/daisyui/node_modules/culori/bundled/culori.js +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.cjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.js +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.mjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.mjs.map +lib/node_modules/daisyui/node_modules/culori/bundled/culori.mjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.umd.js +lib/node_modules/daisyui/node_modules/culori/bundled/meta.json +lib/node_modules/daisyui/node_modules/culori/package.json +lib/node_modules/daisyui/node_modules/culori/src/_prepare.js +lib/node_modules/daisyui/node_modules/culori/src/a98/convertA98ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/a98/convertXyz65ToA98.js +lib/node_modules/daisyui/node_modules/culori/src/a98/definition.js +lib/node_modules/daisyui/node_modules/culori/src/average.js +lib/node_modules/daisyui/node_modules/culori/src/blend.js +lib/node_modules/daisyui/node_modules/culori/src/bootstrap/all.js +lib/node_modules/daisyui/node_modules/culori/src/bootstrap/css.js +lib/node_modules/daisyui/node_modules/culori/src/clamp.js +lib/node_modules/daisyui/node_modules/culori/src/colors/named.js +lib/node_modules/daisyui/node_modules/culori/src/constants.js +lib/node_modules/daisyui/node_modules/culori/src/converter.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/constants.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/convertCubehelixToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/convertRgbToCubehelix.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/definition.js +lib/node_modules/daisyui/node_modules/culori/src/deficiency.js +lib/node_modules/daisyui/node_modules/culori/src/difference.js +lib/node_modules/daisyui/node_modules/culori/src/dlab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/constants.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/convertDlchToLab65.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/convertLab65ToDlch.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/easing/gamma.js +lib/node_modules/daisyui/node_modules/culori/src/easing/inOutSine.js +lib/node_modules/daisyui/node_modules/culori/src/easing/midpoint.js +lib/node_modules/daisyui/node_modules/culori/src/easing/smootherstep.js +lib/node_modules/daisyui/node_modules/culori/src/easing/smoothstep.js +lib/node_modules/daisyui/node_modules/culori/src/filter.js +lib/node_modules/daisyui/node_modules/culori/src/fixup/alpha.js +lib/node_modules/daisyui/node_modules/culori/src/fixup/hue.js +lib/node_modules/daisyui/node_modules/culori/src/formatter.js +lib/node_modules/daisyui/node_modules/culori/src/hsi/convertHsiToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hsi/convertRgbToHsi.js +lib/node_modules/daisyui/node_modules/culori/src/hsi/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/convertHslToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/convertRgbToHsl.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/parseHsl.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/parseHslLegacy.js +lib/node_modules/daisyui/node_modules/culori/src/hsv/convertHsvToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hsv/convertRgbToHsv.js +lib/node_modules/daisyui/node_modules/culori/src/hsv/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/convertHwbToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/convertRgbToHwb.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/parseHwb.js +lib/node_modules/daisyui/node_modules/culori/src/index-fn.js +lib/node_modules/daisyui/node_modules/culori/src/index.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/interpolate.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/lerp.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/linear.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/piecewise.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/splineBasis.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/splineMonotone.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/splineNatural.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertJabToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertJabToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertRgbToJab.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertXyz65ToJab.js +lib/node_modules/daisyui/node_modules/culori/src/jab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/jch/convertJabToJch.js +lib/node_modules/daisyui/node_modules/culori/src/jch/convertJchToJab.js +lib/node_modules/daisyui/node_modules/culori/src/jch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertLabToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertLabToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertRgbToLab.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertXyz50ToLab.js +lib/node_modules/daisyui/node_modules/culori/src/lab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lab/parseLab.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertLab65ToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertLab65ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertRgbToLab65.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertXyz65ToLab65.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lch/convertLabToLch.js +lib/node_modules/daisyui/node_modules/culori/src/lch/convertLchToLab.js +lib/node_modules/daisyui/node_modules/culori/src/lch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lch/parseLch.js +lib/node_modules/daisyui/node_modules/culori/src/lch65/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lchuv/convertLchuvToLuv.js +lib/node_modules/daisyui/node_modules/culori/src/lchuv/convertLuvToLchuv.js +lib/node_modules/daisyui/node_modules/culori/src/lchuv/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lrgb/convertLrgbToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/lrgb/convertRgbToLrgb.js +lib/node_modules/daisyui/node_modules/culori/src/lrgb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/luv/convertLuvToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/luv/convertXyz50ToLuv.js +lib/node_modules/daisyui/node_modules/culori/src/luv/definition.js +lib/node_modules/daisyui/node_modules/culori/src/map.js +lib/node_modules/daisyui/node_modules/culori/src/modes.js +lib/node_modules/daisyui/node_modules/culori/src/nearest.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/LICENSE +lib/node_modules/daisyui/node_modules/culori/src/okhsl/convertOkhslToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/convertOklabToOkhsl.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/helpers.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/modeOkhsl.js +lib/node_modules/daisyui/node_modules/culori/src/okhsv/convertOkhsvToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/okhsv/convertOklabToOkhsv.js +lib/node_modules/daisyui/node_modules/culori/src/okhsv/modeOkhsv.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertLrgbToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertOklabToLrgb.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertOklabToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertRgbToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/parseOklab.js +lib/node_modules/daisyui/node_modules/culori/src/oklch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/oklch/parseOklch.js +lib/node_modules/daisyui/node_modules/culori/src/p3/convertP3ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/p3/convertXyz65ToP3.js +lib/node_modules/daisyui/node_modules/culori/src/p3/definition.js +lib/node_modules/daisyui/node_modules/culori/src/parse.js +lib/node_modules/daisyui/node_modules/culori/src/prophoto/convertProphotoToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/prophoto/convertXyz50ToProphoto.js +lib/node_modules/daisyui/node_modules/culori/src/prophoto/definition.js +lib/node_modules/daisyui/node_modules/culori/src/random.js +lib/node_modules/daisyui/node_modules/culori/src/rec2020/convertRec2020ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/rec2020/convertXyz65ToRec2020.js +lib/node_modules/daisyui/node_modules/culori/src/rec2020/definition.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseHex.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseNamed.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseNumber.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseRgb.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseRgbLegacy.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseTransparent.js +lib/node_modules/daisyui/node_modules/culori/src/round.js +lib/node_modules/daisyui/node_modules/culori/src/samples.js +lib/node_modules/daisyui/node_modules/culori/src/util/hue.js +lib/node_modules/daisyui/node_modules/culori/src/util/normalizeHue.js +lib/node_modules/daisyui/node_modules/culori/src/util/normalizePositions.js +lib/node_modules/daisyui/node_modules/culori/src/util/regex.js +lib/node_modules/daisyui/node_modules/culori/src/wcag.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/constants.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/convertRgbToXyb.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/convertXybToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/constants.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/convertRgbToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/convertXyz50ToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/definition.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/constants.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertRgbToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertXyz50ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertXyz65ToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertXyz65ToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/definition.js +lib/node_modules/daisyui/node_modules/culori/src/yiq/convertRgbToYiq.js +lib/node_modules/daisyui/node_modules/culori/src/yiq/convertYiqToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/yiq/definition.js +lib/node_modules/daisyui/node_modules/fastparse/LICENSE +lib/node_modules/daisyui/node_modules/fastparse/README.md +lib/node_modules/daisyui/node_modules/fastparse/lib/Parser.js +lib/node_modules/daisyui/node_modules/fastparse/package.json +lib/node_modules/daisyui/node_modules/picocolors/LICENSE +lib/node_modules/daisyui/node_modules/picocolors/README.md +lib/node_modules/daisyui/node_modules/picocolors/package.json +lib/node_modules/daisyui/node_modules/picocolors/picocolors.browser.js +lib/node_modules/daisyui/node_modules/picocolors/picocolors.d.ts +lib/node_modules/daisyui/node_modules/picocolors/picocolors.js +lib/node_modules/daisyui/node_modules/picocolors/types.d.ts +lib/node_modules/daisyui/node_modules/postcss-js/LICENSE +lib/node_modules/daisyui/node_modules/postcss-js/README.md +lib/node_modules/daisyui/node_modules/postcss-js/async.js +lib/node_modules/daisyui/node_modules/postcss-js/index.js +lib/node_modules/daisyui/node_modules/postcss-js/index.mjs +lib/node_modules/daisyui/node_modules/postcss-js/objectifier.js +lib/node_modules/daisyui/node_modules/postcss-js/package.json +lib/node_modules/daisyui/node_modules/postcss-js/parser.js +lib/node_modules/daisyui/node_modules/postcss-js/process-result.js +lib/node_modules/daisyui/node_modules/postcss-js/sync.js +lib/node_modules/daisyui/package.json +lib/node_modules/daisyui/src/index.d.ts +lib/node_modules/daisyui/src/index.js +lib/node_modules/daisyui/src/lib/addPrefix.js +lib/node_modules/daisyui/src/lib/createPlugin.js +lib/node_modules/daisyui/src/lib/responsiveRegex.js +lib/node_modules/daisyui/src/lib/utility-classes.js +lib/node_modules/daisyui/src/theming/colorNames.js +lib/node_modules/daisyui/src/theming/functions.js +lib/node_modules/daisyui/src/theming/index.js +lib/node_modules/daisyui/src/theming/themeDefaults.js +lib/node_modules/daisyui/src/theming/themes.d.ts +lib/node_modules/daisyui/src/theming/themes.js +lib/node_modules/postcss/LICENSE +lib/node_modules/postcss/README.md +lib/node_modules/postcss/lib/at-rule.d.ts +lib/node_modules/postcss/lib/at-rule.js +lib/node_modules/postcss/lib/comment.d.ts +lib/node_modules/postcss/lib/comment.js +lib/node_modules/postcss/lib/container.d.ts +lib/node_modules/postcss/lib/container.js +lib/node_modules/postcss/lib/css-syntax-error.d.ts +lib/node_modules/postcss/lib/css-syntax-error.js +lib/node_modules/postcss/lib/declaration.d.ts +lib/node_modules/postcss/lib/declaration.js +lib/node_modules/postcss/lib/document.d.ts +lib/node_modules/postcss/lib/document.js +lib/node_modules/postcss/lib/fromJSON.d.ts +lib/node_modules/postcss/lib/fromJSON.js +lib/node_modules/postcss/lib/input.d.ts +lib/node_modules/postcss/lib/input.js +lib/node_modules/postcss/lib/lazy-result.d.ts +lib/node_modules/postcss/lib/lazy-result.js +lib/node_modules/postcss/lib/list.d.ts +lib/node_modules/postcss/lib/list.js +lib/node_modules/postcss/lib/map-generator.js +lib/node_modules/postcss/lib/no-work-result.d.ts +lib/node_modules/postcss/lib/no-work-result.js +lib/node_modules/postcss/lib/node.d.ts +lib/node_modules/postcss/lib/node.js +lib/node_modules/postcss/lib/parse.d.ts +lib/node_modules/postcss/lib/parse.js +lib/node_modules/postcss/lib/parser.js +lib/node_modules/postcss/lib/postcss.d.mts +lib/node_modules/postcss/lib/postcss.d.ts +lib/node_modules/postcss/lib/postcss.js +lib/node_modules/postcss/lib/postcss.mjs +lib/node_modules/postcss/lib/previous-map.d.ts +lib/node_modules/postcss/lib/previous-map.js +lib/node_modules/postcss/lib/processor.d.ts +lib/node_modules/postcss/lib/processor.js +lib/node_modules/postcss/lib/result.d.ts +lib/node_modules/postcss/lib/result.js +lib/node_modules/postcss/lib/root.d.ts +lib/node_modules/postcss/lib/root.js +lib/node_modules/postcss/lib/rule.d.ts +lib/node_modules/postcss/lib/rule.js +lib/node_modules/postcss/lib/stringifier.d.ts +lib/node_modules/postcss/lib/stringifier.js +lib/node_modules/postcss/lib/stringify.d.ts +lib/node_modules/postcss/lib/stringify.js +lib/node_modules/postcss/lib/symbols.js +lib/node_modules/postcss/lib/terminal-highlight.js +lib/node_modules/postcss/lib/tokenize.js +lib/node_modules/postcss/lib/warn-once.js +lib/node_modules/postcss/lib/warning.d.ts +lib/node_modules/postcss/lib/warning.js +lib/node_modules/postcss/node_modules/.bin/nanoid +lib/node_modules/postcss/node_modules/nanoid/LICENSE +lib/node_modules/postcss/node_modules/nanoid/README.md +lib/node_modules/postcss/node_modules/nanoid/async/index.browser.cjs +lib/node_modules/postcss/node_modules/nanoid/async/index.browser.js +lib/node_modules/postcss/node_modules/nanoid/async/index.cjs +lib/node_modules/postcss/node_modules/nanoid/async/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/async/index.js +lib/node_modules/postcss/node_modules/nanoid/async/index.native.js +lib/node_modules/postcss/node_modules/nanoid/async/package.json +lib/node_modules/postcss/node_modules/nanoid/bin/nanoid.cjs +lib/node_modules/postcss/node_modules/nanoid/index.browser.cjs +lib/node_modules/postcss/node_modules/nanoid/index.browser.js +lib/node_modules/postcss/node_modules/nanoid/index.cjs +lib/node_modules/postcss/node_modules/nanoid/index.d.cts +lib/node_modules/postcss/node_modules/nanoid/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/index.js +lib/node_modules/postcss/node_modules/nanoid/nanoid.js +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.cjs +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.js +lib/node_modules/postcss/node_modules/nanoid/non-secure/package.json +lib/node_modules/postcss/node_modules/nanoid/package.json +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/index.cjs +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/index.js +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/package.json +lib/node_modules/postcss/node_modules/picocolors/LICENSE +lib/node_modules/postcss/node_modules/picocolors/README.md +lib/node_modules/postcss/node_modules/picocolors/package.json +lib/node_modules/postcss/node_modules/picocolors/picocolors.browser.js +lib/node_modules/postcss/node_modules/picocolors/picocolors.d.ts +lib/node_modules/postcss/node_modules/picocolors/picocolors.js +lib/node_modules/postcss/node_modules/picocolors/types.d.ts +lib/node_modules/postcss/node_modules/source-map-js/LICENSE +lib/node_modules/postcss/node_modules/source-map-js/README.md +lib/node_modules/postcss/node_modules/source-map-js/lib/array-set.js +lib/node_modules/postcss/node_modules/source-map-js/lib/base64-vlq.js +lib/node_modules/postcss/node_modules/source-map-js/lib/base64.js +lib/node_modules/postcss/node_modules/source-map-js/lib/binary-search.js +lib/node_modules/postcss/node_modules/source-map-js/lib/mapping-list.js +lib/node_modules/postcss/node_modules/source-map-js/lib/quick-sort.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-consumer.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-consumer.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-generator.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-generator.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-node.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-node.js +lib/node_modules/postcss/node_modules/source-map-js/lib/util.js +lib/node_modules/postcss/node_modules/source-map-js/package.json +lib/node_modules/postcss/node_modules/source-map-js/source-map.d.ts +lib/node_modules/postcss/node_modules/source-map-js/source-map.js +lib/node_modules/postcss/package.json +lib/node_modules/tailwindcss/CHANGELOG.md +lib/node_modules/tailwindcss/LICENSE +lib/node_modules/tailwindcss/README.md +lib/node_modules/tailwindcss/base.css +lib/node_modules/tailwindcss/colors.d.ts +lib/node_modules/tailwindcss/colors.js +lib/node_modules/tailwindcss/components.css +lib/node_modules/tailwindcss/defaultConfig.d.ts +lib/node_modules/tailwindcss/defaultConfig.js +lib/node_modules/tailwindcss/defaultTheme.d.ts +lib/node_modules/tailwindcss/defaultTheme.js +lib/node_modules/tailwindcss/lib/cli-peer-dependencies.js +lib/node_modules/tailwindcss/lib/cli.js +lib/node_modules/tailwindcss/lib/cli/build/deps.js +lib/node_modules/tailwindcss/lib/cli/build/index.js +lib/node_modules/tailwindcss/lib/cli/build/plugin.js +lib/node_modules/tailwindcss/lib/cli/build/utils.js +lib/node_modules/tailwindcss/lib/cli/build/watching.js +lib/node_modules/tailwindcss/lib/cli/help/index.js +lib/node_modules/tailwindcss/lib/cli/index.js +lib/node_modules/tailwindcss/lib/cli/init/index.js +lib/node_modules/tailwindcss/lib/corePluginList.js +lib/node_modules/tailwindcss/lib/corePlugins.js +lib/node_modules/tailwindcss/lib/css/LICENSE +lib/node_modules/tailwindcss/lib/css/preflight.css +lib/node_modules/tailwindcss/lib/featureFlags.js +lib/node_modules/tailwindcss/lib/index.js +lib/node_modules/tailwindcss/lib/lib/cacheInvalidation.js +lib/node_modules/tailwindcss/lib/lib/collapseAdjacentRules.js +lib/node_modules/tailwindcss/lib/lib/collapseDuplicateDeclarations.js +lib/node_modules/tailwindcss/lib/lib/content.js +lib/node_modules/tailwindcss/lib/lib/defaultExtractor.js +lib/node_modules/tailwindcss/lib/lib/evaluateTailwindFunctions.js +lib/node_modules/tailwindcss/lib/lib/expandApplyAtRules.js +lib/node_modules/tailwindcss/lib/lib/expandTailwindAtRules.js +lib/node_modules/tailwindcss/lib/lib/findAtConfigPath.js +lib/node_modules/tailwindcss/lib/lib/generateRules.js +lib/node_modules/tailwindcss/lib/lib/getModuleDependencies.js +lib/node_modules/tailwindcss/lib/lib/load-config.js +lib/node_modules/tailwindcss/lib/lib/normalizeTailwindDirectives.js +lib/node_modules/tailwindcss/lib/lib/offsets.js +lib/node_modules/tailwindcss/lib/lib/partitionApplyAtRules.js +lib/node_modules/tailwindcss/lib/lib/regex.js +lib/node_modules/tailwindcss/lib/lib/remap-bitfield.js +lib/node_modules/tailwindcss/lib/lib/resolveDefaultsAtRules.js +lib/node_modules/tailwindcss/lib/lib/setupContextUtils.js +lib/node_modules/tailwindcss/lib/lib/setupTrackingContext.js +lib/node_modules/tailwindcss/lib/lib/sharedState.js +lib/node_modules/tailwindcss/lib/lib/substituteScreenAtRules.js +lib/node_modules/tailwindcss/lib/plugin.js +lib/node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md +lib/node_modules/tailwindcss/lib/postcss-plugins/nesting/index.js +lib/node_modules/tailwindcss/lib/postcss-plugins/nesting/plugin.js +lib/node_modules/tailwindcss/lib/processTailwindFeatures.js +lib/node_modules/tailwindcss/lib/public/colors.js +lib/node_modules/tailwindcss/lib/public/create-plugin.js +lib/node_modules/tailwindcss/lib/public/default-config.js +lib/node_modules/tailwindcss/lib/public/default-theme.js +lib/node_modules/tailwindcss/lib/public/load-config.js +lib/node_modules/tailwindcss/lib/public/resolve-config.js +lib/node_modules/tailwindcss/lib/util/applyImportantSelector.js +lib/node_modules/tailwindcss/lib/util/bigSign.js +lib/node_modules/tailwindcss/lib/util/buildMediaQuery.js +lib/node_modules/tailwindcss/lib/util/cloneDeep.js +lib/node_modules/tailwindcss/lib/util/cloneNodes.js +lib/node_modules/tailwindcss/lib/util/color.js +lib/node_modules/tailwindcss/lib/util/colorNames.js +lib/node_modules/tailwindcss/lib/util/configurePlugins.js +lib/node_modules/tailwindcss/lib/util/createPlugin.js +lib/node_modules/tailwindcss/lib/util/createUtilityPlugin.js +lib/node_modules/tailwindcss/lib/util/dataTypes.js +lib/node_modules/tailwindcss/lib/util/defaults.js +lib/node_modules/tailwindcss/lib/util/escapeClassName.js +lib/node_modules/tailwindcss/lib/util/escapeCommas.js +lib/node_modules/tailwindcss/lib/util/flattenColorPalette.js +lib/node_modules/tailwindcss/lib/util/formatVariantSelector.js +lib/node_modules/tailwindcss/lib/util/getAllConfigs.js +lib/node_modules/tailwindcss/lib/util/hashConfig.js +lib/node_modules/tailwindcss/lib/util/isKeyframeRule.js +lib/node_modules/tailwindcss/lib/util/isPlainObject.js +lib/node_modules/tailwindcss/lib/util/isSyntacticallyValidPropertyValue.js +lib/node_modules/tailwindcss/lib/util/log.js +lib/node_modules/tailwindcss/lib/util/nameClass.js +lib/node_modules/tailwindcss/lib/util/negateValue.js +lib/node_modules/tailwindcss/lib/util/normalizeConfig.js +lib/node_modules/tailwindcss/lib/util/normalizeScreens.js +lib/node_modules/tailwindcss/lib/util/parseAnimationValue.js +lib/node_modules/tailwindcss/lib/util/parseBoxShadowValue.js +lib/node_modules/tailwindcss/lib/util/parseDependency.js +lib/node_modules/tailwindcss/lib/util/parseGlob.js +lib/node_modules/tailwindcss/lib/util/parseObjectStyles.js +lib/node_modules/tailwindcss/lib/util/pluginUtils.js +lib/node_modules/tailwindcss/lib/util/prefixSelector.js +lib/node_modules/tailwindcss/lib/util/pseudoElements.js +lib/node_modules/tailwindcss/lib/util/removeAlphaVariables.js +lib/node_modules/tailwindcss/lib/util/resolveConfig.js +lib/node_modules/tailwindcss/lib/util/resolveConfigPath.js +lib/node_modules/tailwindcss/lib/util/responsive.js +lib/node_modules/tailwindcss/lib/util/splitAtTopLevelOnly.js +lib/node_modules/tailwindcss/lib/util/tap.js +lib/node_modules/tailwindcss/lib/util/toColorValue.js +lib/node_modules/tailwindcss/lib/util/toPath.js +lib/node_modules/tailwindcss/lib/util/transformThemeValue.js +lib/node_modules/tailwindcss/lib/util/validateConfig.js +lib/node_modules/tailwindcss/lib/util/validateFormalSyntax.js +lib/node_modules/tailwindcss/lib/util/withAlphaVariable.js +lib/node_modules/tailwindcss/lib/value-parser/LICENSE +lib/node_modules/tailwindcss/lib/value-parser/README.md +lib/node_modules/tailwindcss/lib/value-parser/index.d.js +lib/node_modules/tailwindcss/lib/value-parser/index.js +lib/node_modules/tailwindcss/lib/value-parser/parse.js +lib/node_modules/tailwindcss/lib/value-parser/stringify.js +lib/node_modules/tailwindcss/lib/value-parser/unit.js +lib/node_modules/tailwindcss/lib/value-parser/walk.js +lib/node_modules/tailwindcss/loadConfig.d.ts +lib/node_modules/tailwindcss/loadConfig.js +lib/node_modules/tailwindcss/nesting/index.d.ts +lib/node_modules/tailwindcss/nesting/index.js +lib/node_modules/tailwindcss/node_modules/.bin/cssesc +lib/node_modules/tailwindcss/node_modules/.bin/glob +lib/node_modules/tailwindcss/node_modules/.bin/jiti +lib/node_modules/tailwindcss/node_modules/.bin/node-which +lib/node_modules/tailwindcss/node_modules/.bin/resolve +lib/node_modules/tailwindcss/node_modules/.bin/sucrase +lib/node_modules/tailwindcss/node_modules/.bin/sucrase-node +lib/node_modules/tailwindcss/node_modules/.bin/yaml +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/index.d.ts +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/index.js +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/license +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/package.json +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/readme.md +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/LICENSE.txt +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/README.md +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/build/index.cjs +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/build/index.d.cts +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/build/lib/index.js +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/index.mjs +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/package.json +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/LICENSE +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/README.md +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/constants.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/constants.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/common.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/settings.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/types/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/fs.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/package.json +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/LICENSE +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/README.md +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/adapters/fs.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/settings.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/types/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/package.json +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/LICENSE +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/README.md +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/stream.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/common.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/reader.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/settings.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/types/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/package.json +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/.editorconfig +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/LICENSE +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/README.md +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/is-default-value.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/negate.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/index.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/errors.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/primordials.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/util.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/validators.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/package.json +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/utils.js +lib/node_modules/tailwindcss/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/ansi-styles/index.d.ts +lib/node_modules/tailwindcss/node_modules/ansi-styles/index.js +lib/node_modules/tailwindcss/node_modules/ansi-styles/license +lib/node_modules/tailwindcss/node_modules/ansi-styles/package.json +lib/node_modules/tailwindcss/node_modules/ansi-styles/readme.md +lib/node_modules/tailwindcss/node_modules/any-promise/.jshintrc +lib/node_modules/tailwindcss/node_modules/any-promise/.npmignore +lib/node_modules/tailwindcss/node_modules/any-promise/LICENSE +lib/node_modules/tailwindcss/node_modules/any-promise/README.md +lib/node_modules/tailwindcss/node_modules/any-promise/implementation.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/implementation.js +lib/node_modules/tailwindcss/node_modules/any-promise/index.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/index.js +lib/node_modules/tailwindcss/node_modules/any-promise/loader.js +lib/node_modules/tailwindcss/node_modules/any-promise/optional.js +lib/node_modules/tailwindcss/node_modules/any-promise/package.json +lib/node_modules/tailwindcss/node_modules/any-promise/register-shim.js +lib/node_modules/tailwindcss/node_modules/any-promise/register.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/bluebird.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/bluebird.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/es6-promise.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/es6-promise.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/lie.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/lie.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/native-promise-only.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/native-promise-only.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/pinkie.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/pinkie.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/promise.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/promise.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/q.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/q.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/rsvp.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/rsvp.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/vow.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/vow.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/when.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/when.js +lib/node_modules/tailwindcss/node_modules/anymatch/LICENSE +lib/node_modules/tailwindcss/node_modules/anymatch/README.md +lib/node_modules/tailwindcss/node_modules/anymatch/index.d.ts +lib/node_modules/tailwindcss/node_modules/anymatch/index.js +lib/node_modules/tailwindcss/node_modules/anymatch/package.json +lib/node_modules/tailwindcss/node_modules/arg/LICENSE.md +lib/node_modules/tailwindcss/node_modules/arg/README.md +lib/node_modules/tailwindcss/node_modules/arg/index.d.ts +lib/node_modules/tailwindcss/node_modules/arg/index.js +lib/node_modules/tailwindcss/node_modules/arg/package.json +lib/node_modules/tailwindcss/node_modules/balanced-match/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/balanced-match/LICENSE.md +lib/node_modules/tailwindcss/node_modules/balanced-match/README.md +lib/node_modules/tailwindcss/node_modules/balanced-match/index.js +lib/node_modules/tailwindcss/node_modules/balanced-match/package.json +lib/node_modules/tailwindcss/node_modules/binary-extensions/binary-extensions.json +lib/node_modules/tailwindcss/node_modules/binary-extensions/binary-extensions.json.d.ts +lib/node_modules/tailwindcss/node_modules/binary-extensions/index.d.ts +lib/node_modules/tailwindcss/node_modules/binary-extensions/index.js +lib/node_modules/tailwindcss/node_modules/binary-extensions/license +lib/node_modules/tailwindcss/node_modules/binary-extensions/package.json +lib/node_modules/tailwindcss/node_modules/binary-extensions/readme.md +lib/node_modules/tailwindcss/node_modules/brace-expansion/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/brace-expansion/LICENSE +lib/node_modules/tailwindcss/node_modules/brace-expansion/README.md +lib/node_modules/tailwindcss/node_modules/brace-expansion/index.js +lib/node_modules/tailwindcss/node_modules/brace-expansion/package.json +lib/node_modules/tailwindcss/node_modules/braces/LICENSE +lib/node_modules/tailwindcss/node_modules/braces/README.md +lib/node_modules/tailwindcss/node_modules/braces/index.js +lib/node_modules/tailwindcss/node_modules/braces/lib/compile.js +lib/node_modules/tailwindcss/node_modules/braces/lib/constants.js +lib/node_modules/tailwindcss/node_modules/braces/lib/expand.js +lib/node_modules/tailwindcss/node_modules/braces/lib/parse.js +lib/node_modules/tailwindcss/node_modules/braces/lib/stringify.js +lib/node_modules/tailwindcss/node_modules/braces/lib/utils.js +lib/node_modules/tailwindcss/node_modules/braces/package.json +lib/node_modules/tailwindcss/node_modules/camelcase-css/README.md +lib/node_modules/tailwindcss/node_modules/camelcase-css/index-es5.js +lib/node_modules/tailwindcss/node_modules/camelcase-css/index.js +lib/node_modules/tailwindcss/node_modules/camelcase-css/license +lib/node_modules/tailwindcss/node_modules/camelcase-css/package.json +lib/node_modules/tailwindcss/node_modules/chokidar/LICENSE +lib/node_modules/tailwindcss/node_modules/chokidar/README.md +lib/node_modules/tailwindcss/node_modules/chokidar/index.js +lib/node_modules/tailwindcss/node_modules/chokidar/lib/constants.js +lib/node_modules/tailwindcss/node_modules/chokidar/lib/fsevents-handler.js +lib/node_modules/tailwindcss/node_modules/chokidar/lib/nodefs-handler.js +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/LICENSE +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/README.md +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/index.js +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/package.json +lib/node_modules/tailwindcss/node_modules/chokidar/package.json +lib/node_modules/tailwindcss/node_modules/chokidar/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/color-convert/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/color-convert/LICENSE +lib/node_modules/tailwindcss/node_modules/color-convert/README.md +lib/node_modules/tailwindcss/node_modules/color-convert/conversions.js +lib/node_modules/tailwindcss/node_modules/color-convert/index.js +lib/node_modules/tailwindcss/node_modules/color-convert/package.json +lib/node_modules/tailwindcss/node_modules/color-convert/route.js +lib/node_modules/tailwindcss/node_modules/color-name/LICENSE +lib/node_modules/tailwindcss/node_modules/color-name/README.md +lib/node_modules/tailwindcss/node_modules/color-name/index.js +lib/node_modules/tailwindcss/node_modules/color-name/package.json +lib/node_modules/tailwindcss/node_modules/commander/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/commander/LICENSE +lib/node_modules/tailwindcss/node_modules/commander/Readme.md +lib/node_modules/tailwindcss/node_modules/commander/index.js +lib/node_modules/tailwindcss/node_modules/commander/package.json +lib/node_modules/tailwindcss/node_modules/commander/typings/index.d.ts +lib/node_modules/tailwindcss/node_modules/cross-spawn/LICENSE +lib/node_modules/tailwindcss/node_modules/cross-spawn/README.md +lib/node_modules/tailwindcss/node_modules/cross-spawn/index.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/enoent.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/parse.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/util/escape.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/util/readShebang.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/util/resolveCommand.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/package.json +lib/node_modules/tailwindcss/node_modules/cssesc/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/cssesc/README.md +lib/node_modules/tailwindcss/node_modules/cssesc/bin/cssesc +lib/node_modules/tailwindcss/node_modules/cssesc/cssesc.js +lib/node_modules/tailwindcss/node_modules/cssesc/man/cssesc.1 +lib/node_modules/tailwindcss/node_modules/cssesc/package.json +lib/node_modules/tailwindcss/node_modules/didyoumean/LICENSE +lib/node_modules/tailwindcss/node_modules/didyoumean/README.md +lib/node_modules/tailwindcss/node_modules/didyoumean/didYouMean-1.2.1.js +lib/node_modules/tailwindcss/node_modules/didyoumean/didYouMean-1.2.1.min.js +lib/node_modules/tailwindcss/node_modules/didyoumean/package.json +lib/node_modules/tailwindcss/node_modules/dlv/README.md +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.es.js +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.es.js.map +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.js +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.js.map +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.umd.js +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.umd.js.map +lib/node_modules/tailwindcss/node_modules/dlv/index.js +lib/node_modules/tailwindcss/node_modules/dlv/package.json +lib/node_modules/tailwindcss/node_modules/eastasianwidth/README.md +lib/node_modules/tailwindcss/node_modules/eastasianwidth/eastasianwidth.js +lib/node_modules/tailwindcss/node_modules/eastasianwidth/package.json +lib/node_modules/tailwindcss/node_modules/emoji-regex/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/emoji-regex/README.md +lib/node_modules/tailwindcss/node_modules/emoji-regex/RGI_Emoji.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/RGI_Emoji.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/RGI_Emoji.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/index.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/index.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/text.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/text.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/index.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/package.json +lib/node_modules/tailwindcss/node_modules/emoji-regex/text.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/text.js +lib/node_modules/tailwindcss/node_modules/fast-glob/LICENSE +lib/node_modules/tailwindcss/node_modules/fast-glob/README.md +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/LICENSE +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/README.md +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/package.json +lib/node_modules/tailwindcss/node_modules/fast-glob/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/managers/tasks.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/managers/tasks.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/deep.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/deep.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/entry.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/entry.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/error.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/error.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/matcher.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/partial.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/partial.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/provider.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/provider.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/stream.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/stream.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/transformers/entry.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/transformers/entry.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/async.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/async.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/reader.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/reader.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/stream.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/stream.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/sync.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/settings.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/types/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/array.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/array.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/errno.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/errno.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/fs.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/fs.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/index.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/path.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/path.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/pattern.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/pattern.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/stream.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/stream.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/string.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/string.js +lib/node_modules/tailwindcss/node_modules/fast-glob/package.json +lib/node_modules/tailwindcss/node_modules/fastq/.github/dependabot.yml +lib/node_modules/tailwindcss/node_modules/fastq/.github/workflows/ci.yml +lib/node_modules/tailwindcss/node_modules/fastq/LICENSE +lib/node_modules/tailwindcss/node_modules/fastq/README.md +lib/node_modules/tailwindcss/node_modules/fastq/SECURITY.md +lib/node_modules/tailwindcss/node_modules/fastq/bench.js +lib/node_modules/tailwindcss/node_modules/fastq/example.js +lib/node_modules/tailwindcss/node_modules/fastq/example.mjs +lib/node_modules/tailwindcss/node_modules/fastq/index.d.ts +lib/node_modules/tailwindcss/node_modules/fastq/package.json +lib/node_modules/tailwindcss/node_modules/fastq/queue.js +lib/node_modules/tailwindcss/node_modules/fastq/test/example.ts +lib/node_modules/tailwindcss/node_modules/fastq/test/promise.js +lib/node_modules/tailwindcss/node_modules/fastq/test/test.js +lib/node_modules/tailwindcss/node_modules/fastq/test/tsconfig.json +lib/node_modules/tailwindcss/node_modules/fill-range/LICENSE +lib/node_modules/tailwindcss/node_modules/fill-range/README.md +lib/node_modules/tailwindcss/node_modules/fill-range/index.js +lib/node_modules/tailwindcss/node_modules/fill-range/package.json +lib/node_modules/tailwindcss/node_modules/foreground-child/LICENSE +lib/node_modules/tailwindcss/node_modules/foreground-child/README.md +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/package.json +lib/node_modules/tailwindcss/node_modules/function-bind/.eslintrc +lib/node_modules/tailwindcss/node_modules/function-bind/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/function-bind/.github/SECURITY.md +lib/node_modules/tailwindcss/node_modules/function-bind/.nycrc +lib/node_modules/tailwindcss/node_modules/function-bind/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/function-bind/LICENSE +lib/node_modules/tailwindcss/node_modules/function-bind/README.md +lib/node_modules/tailwindcss/node_modules/function-bind/implementation.js +lib/node_modules/tailwindcss/node_modules/function-bind/index.js +lib/node_modules/tailwindcss/node_modules/function-bind/package.json +lib/node_modules/tailwindcss/node_modules/function-bind/test/.eslintrc +lib/node_modules/tailwindcss/node_modules/function-bind/test/index.js +lib/node_modules/tailwindcss/node_modules/glob-parent/LICENSE +lib/node_modules/tailwindcss/node_modules/glob-parent/README.md +lib/node_modules/tailwindcss/node_modules/glob-parent/index.js +lib/node_modules/tailwindcss/node_modules/glob-parent/package.json +lib/node_modules/tailwindcss/node_modules/glob/LICENSE +lib/node_modules/tailwindcss/node_modules/glob/README.md +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.d.mts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.d.mts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.mjs +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.mjs.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.js.map +lib/node_modules/tailwindcss/node_modules/glob/package.json +lib/node_modules/tailwindcss/node_modules/hasown/.eslintrc +lib/node_modules/tailwindcss/node_modules/hasown/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/hasown/.nycrc +lib/node_modules/tailwindcss/node_modules/hasown/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/hasown/LICENSE +lib/node_modules/tailwindcss/node_modules/hasown/README.md +lib/node_modules/tailwindcss/node_modules/hasown/index.d.ts +lib/node_modules/tailwindcss/node_modules/hasown/index.js +lib/node_modules/tailwindcss/node_modules/hasown/package.json +lib/node_modules/tailwindcss/node_modules/hasown/tsconfig.json +lib/node_modules/tailwindcss/node_modules/is-binary-path/index.d.ts +lib/node_modules/tailwindcss/node_modules/is-binary-path/index.js +lib/node_modules/tailwindcss/node_modules/is-binary-path/license +lib/node_modules/tailwindcss/node_modules/is-binary-path/package.json +lib/node_modules/tailwindcss/node_modules/is-binary-path/readme.md +lib/node_modules/tailwindcss/node_modules/is-core-module/.eslintrc +lib/node_modules/tailwindcss/node_modules/is-core-module/.nycrc +lib/node_modules/tailwindcss/node_modules/is-core-module/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/is-core-module/LICENSE +lib/node_modules/tailwindcss/node_modules/is-core-module/README.md +lib/node_modules/tailwindcss/node_modules/is-core-module/core.json +lib/node_modules/tailwindcss/node_modules/is-core-module/index.js +lib/node_modules/tailwindcss/node_modules/is-core-module/package.json +lib/node_modules/tailwindcss/node_modules/is-core-module/test/index.js +lib/node_modules/tailwindcss/node_modules/is-extglob/LICENSE +lib/node_modules/tailwindcss/node_modules/is-extglob/README.md +lib/node_modules/tailwindcss/node_modules/is-extglob/index.js +lib/node_modules/tailwindcss/node_modules/is-extglob/package.json +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/index.d.ts +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/license +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/tailwindcss/node_modules/is-glob/LICENSE +lib/node_modules/tailwindcss/node_modules/is-glob/README.md +lib/node_modules/tailwindcss/node_modules/is-glob/index.js +lib/node_modules/tailwindcss/node_modules/is-glob/package.json +lib/node_modules/tailwindcss/node_modules/is-number/LICENSE +lib/node_modules/tailwindcss/node_modules/is-number/README.md +lib/node_modules/tailwindcss/node_modules/is-number/index.js +lib/node_modules/tailwindcss/node_modules/is-number/package.json +lib/node_modules/tailwindcss/node_modules/isexe/.npmignore +lib/node_modules/tailwindcss/node_modules/isexe/LICENSE +lib/node_modules/tailwindcss/node_modules/isexe/README.md +lib/node_modules/tailwindcss/node_modules/isexe/index.js +lib/node_modules/tailwindcss/node_modules/isexe/mode.js +lib/node_modules/tailwindcss/node_modules/isexe/package.json +lib/node_modules/tailwindcss/node_modules/isexe/test/basic.js +lib/node_modules/tailwindcss/node_modules/isexe/windows.js +lib/node_modules/tailwindcss/node_modules/jackspeak/LICENSE.md +lib/node_modules/tailwindcss/node_modules/jackspeak/README.md +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.js.map +lib/node_modules/tailwindcss/node_modules/jackspeak/package.json +lib/node_modules/tailwindcss/node_modules/jiti/LICENSE +lib/node_modules/tailwindcss/node_modules/jiti/README.md +lib/node_modules/tailwindcss/node_modules/jiti/bin/jiti.js +lib/node_modules/tailwindcss/node_modules/jiti/dist/babel.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/babel.js +lib/node_modules/tailwindcss/node_modules/jiti/dist/jiti.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/jiti.js +lib/node_modules/tailwindcss/node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/plugins/import-meta-env.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/types.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/utils.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/lib/index.js +lib/node_modules/tailwindcss/node_modules/jiti/package.json +lib/node_modules/tailwindcss/node_modules/jiti/register.js +lib/node_modules/tailwindcss/node_modules/lilconfig/LICENSE +lib/node_modules/tailwindcss/node_modules/lilconfig/package.json +lib/node_modules/tailwindcss/node_modules/lilconfig/readme.md +lib/node_modules/tailwindcss/node_modules/lilconfig/src/index.d.ts +lib/node_modules/tailwindcss/node_modules/lilconfig/src/index.js +lib/node_modules/tailwindcss/node_modules/lines-and-columns/LICENSE +lib/node_modules/tailwindcss/node_modules/lines-and-columns/README.md +lib/node_modules/tailwindcss/node_modules/lines-and-columns/build/index.d.ts +lib/node_modules/tailwindcss/node_modules/lines-and-columns/build/index.js +lib/node_modules/tailwindcss/node_modules/lines-and-columns/package.json +lib/node_modules/tailwindcss/node_modules/lru-cache/LICENSE +lib/node_modules/tailwindcss/node_modules/lru-cache/README.md +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.min.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.min.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.min.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.min.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/lru-cache/package.json +lib/node_modules/tailwindcss/node_modules/merge2/LICENSE +lib/node_modules/tailwindcss/node_modules/merge2/README.md +lib/node_modules/tailwindcss/node_modules/merge2/index.js +lib/node_modules/tailwindcss/node_modules/merge2/package.json +lib/node_modules/tailwindcss/node_modules/micromatch/LICENSE +lib/node_modules/tailwindcss/node_modules/micromatch/README.md +lib/node_modules/tailwindcss/node_modules/micromatch/index.js +lib/node_modules/tailwindcss/node_modules/micromatch/package.json +lib/node_modules/tailwindcss/node_modules/minimatch/LICENSE +lib/node_modules/tailwindcss/node_modules/minimatch/README.md +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/package.json +lib/node_modules/tailwindcss/node_modules/minipass/LICENSE +lib/node_modules/tailwindcss/node_modules/minipass/README.md +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/minipass/package.json +lib/node_modules/tailwindcss/node_modules/mz/HISTORY.md +lib/node_modules/tailwindcss/node_modules/mz/LICENSE +lib/node_modules/tailwindcss/node_modules/mz/README.md +lib/node_modules/tailwindcss/node_modules/mz/child_process.js +lib/node_modules/tailwindcss/node_modules/mz/crypto.js +lib/node_modules/tailwindcss/node_modules/mz/dns.js +lib/node_modules/tailwindcss/node_modules/mz/fs.js +lib/node_modules/tailwindcss/node_modules/mz/index.js +lib/node_modules/tailwindcss/node_modules/mz/package.json +lib/node_modules/tailwindcss/node_modules/mz/readline.js +lib/node_modules/tailwindcss/node_modules/mz/zlib.js +lib/node_modules/tailwindcss/node_modules/normalize-path/LICENSE +lib/node_modules/tailwindcss/node_modules/normalize-path/README.md +lib/node_modules/tailwindcss/node_modules/normalize-path/index.js +lib/node_modules/tailwindcss/node_modules/normalize-path/package.json +lib/node_modules/tailwindcss/node_modules/object-assign/index.js +lib/node_modules/tailwindcss/node_modules/object-assign/license +lib/node_modules/tailwindcss/node_modules/object-assign/package.json +lib/node_modules/tailwindcss/node_modules/object-assign/readme.md +lib/node_modules/tailwindcss/node_modules/object-hash/LICENSE +lib/node_modules/tailwindcss/node_modules/object-hash/dist/object_hash.js +lib/node_modules/tailwindcss/node_modules/object-hash/index.js +lib/node_modules/tailwindcss/node_modules/object-hash/package.json +lib/node_modules/tailwindcss/node_modules/object-hash/readme.markdown +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/LICENSE.md +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/README.md +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/package.json +lib/node_modules/tailwindcss/node_modules/path-key/index.d.ts +lib/node_modules/tailwindcss/node_modules/path-key/index.js +lib/node_modules/tailwindcss/node_modules/path-key/license +lib/node_modules/tailwindcss/node_modules/path-key/package.json +lib/node_modules/tailwindcss/node_modules/path-key/readme.md +lib/node_modules/tailwindcss/node_modules/path-parse/LICENSE +lib/node_modules/tailwindcss/node_modules/path-parse/README.md +lib/node_modules/tailwindcss/node_modules/path-parse/index.js +lib/node_modules/tailwindcss/node_modules/path-parse/package.json +lib/node_modules/tailwindcss/node_modules/path-scurry/LICENSE.md +lib/node_modules/tailwindcss/node_modules/path-scurry/README.md +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/path-scurry/package.json +lib/node_modules/tailwindcss/node_modules/picocolors/LICENSE +lib/node_modules/tailwindcss/node_modules/picocolors/README.md +lib/node_modules/tailwindcss/node_modules/picocolors/package.json +lib/node_modules/tailwindcss/node_modules/picocolors/picocolors.browser.js +lib/node_modules/tailwindcss/node_modules/picocolors/picocolors.d.ts +lib/node_modules/tailwindcss/node_modules/picocolors/picocolors.js +lib/node_modules/tailwindcss/node_modules/picocolors/types.d.ts +lib/node_modules/tailwindcss/node_modules/picomatch/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/picomatch/LICENSE +lib/node_modules/tailwindcss/node_modules/picomatch/README.md +lib/node_modules/tailwindcss/node_modules/picomatch/index.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/constants.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/parse.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/picomatch.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/scan.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/utils.js +lib/node_modules/tailwindcss/node_modules/picomatch/package.json +lib/node_modules/tailwindcss/node_modules/pify/index.js +lib/node_modules/tailwindcss/node_modules/pify/license +lib/node_modules/tailwindcss/node_modules/pify/package.json +lib/node_modules/tailwindcss/node_modules/pify/readme.md +lib/node_modules/tailwindcss/node_modules/pirates/LICENSE +lib/node_modules/tailwindcss/node_modules/pirates/README.md +lib/node_modules/tailwindcss/node_modules/pirates/index.d.ts +lib/node_modules/tailwindcss/node_modules/pirates/lib/index.js +lib/node_modules/tailwindcss/node_modules/pirates/package.json +lib/node_modules/tailwindcss/node_modules/postcss-import/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-import/README.md +lib/node_modules/tailwindcss/node_modules/postcss-import/index.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/assign-layer-names.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/data-url.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/join-layer.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/join-media.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/load-content.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/parse-statements.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/process-content.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/resolve-id.js +lib/node_modules/tailwindcss/node_modules/postcss-import/package.json +lib/node_modules/tailwindcss/node_modules/postcss-js/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-js/README.md +lib/node_modules/tailwindcss/node_modules/postcss-js/async.js +lib/node_modules/tailwindcss/node_modules/postcss-js/index.js +lib/node_modules/tailwindcss/node_modules/postcss-js/index.mjs +lib/node_modules/tailwindcss/node_modules/postcss-js/objectifier.js +lib/node_modules/tailwindcss/node_modules/postcss-js/package.json +lib/node_modules/tailwindcss/node_modules/postcss-js/parser.js +lib/node_modules/tailwindcss/node_modules/postcss-js/process-result.js +lib/node_modules/tailwindcss/node_modules/postcss-js/sync.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-load-config/README.md +lib/node_modules/tailwindcss/node_modules/postcss-load-config/package.json +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/index.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/index.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/options.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/plugins.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/req.js +lib/node_modules/tailwindcss/node_modules/postcss-nested/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-nested/README.md +lib/node_modules/tailwindcss/node_modules/postcss-nested/index.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-nested/index.js +lib/node_modules/tailwindcss/node_modules/postcss-nested/package.json +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/API.md +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/LICENSE-MIT +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/README.md +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/index.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/parser.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/processor.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/attribute.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/className.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/combinator.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/comment.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/constructors.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/container.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/guards.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/id.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/index.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/namespace.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/nesting.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/node.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/root.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/selector.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/string.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/tag.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/types.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/universal.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/sortAscending.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/tokenTypes.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/tokenize.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/ensureObject.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/getProp.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/index.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/stripComments.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/unesc.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/package.json +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/README.md +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/index.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/index.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/parse.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/stringify.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/unit.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/walk.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/package.json +lib/node_modules/tailwindcss/node_modules/queue-microtask/LICENSE +lib/node_modules/tailwindcss/node_modules/queue-microtask/README.md +lib/node_modules/tailwindcss/node_modules/queue-microtask/index.d.ts +lib/node_modules/tailwindcss/node_modules/queue-microtask/index.js +lib/node_modules/tailwindcss/node_modules/queue-microtask/package.json +lib/node_modules/tailwindcss/node_modules/read-cache/LICENSE +lib/node_modules/tailwindcss/node_modules/read-cache/README.md +lib/node_modules/tailwindcss/node_modules/read-cache/index.js +lib/node_modules/tailwindcss/node_modules/read-cache/package.json +lib/node_modules/tailwindcss/node_modules/readdirp/LICENSE +lib/node_modules/tailwindcss/node_modules/readdirp/README.md +lib/node_modules/tailwindcss/node_modules/readdirp/index.d.ts +lib/node_modules/tailwindcss/node_modules/readdirp/index.js +lib/node_modules/tailwindcss/node_modules/readdirp/package.json +lib/node_modules/tailwindcss/node_modules/resolve/.editorconfig +lib/node_modules/tailwindcss/node_modules/resolve/.eslintrc +lib/node_modules/tailwindcss/node_modules/resolve/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/resolve/LICENSE +lib/node_modules/tailwindcss/node_modules/resolve/SECURITY.md +lib/node_modules/tailwindcss/node_modules/resolve/async.js +lib/node_modules/tailwindcss/node_modules/resolve/bin/resolve +lib/node_modules/tailwindcss/node_modules/resolve/example/async.js +lib/node_modules/tailwindcss/node_modules/resolve/example/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/index.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/async.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/caller.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/core.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/core.json +lib/node_modules/tailwindcss/node_modules/resolve/lib/homedir.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/is-core.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/node-modules-paths.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/normalize-options.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/package.json +lib/node_modules/tailwindcss/node_modules/resolve/readme.markdown +lib/node_modules/tailwindcss/node_modules/resolve/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/core.js +lib/node_modules/tailwindcss/node_modules/resolve/test/dotdot.js +lib/node_modules/tailwindcss/node_modules/resolve/test/dotdot/abc/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/dotdot/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/faulty_basedir.js +lib/node_modules/tailwindcss/node_modules/resolve/test/filter.js +lib/node_modules/tailwindcss/node_modules/resolve/test/filter_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/home_paths.js +lib/node_modules/tailwindcss/node_modules/resolve/test/home_paths_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/mock.js +lib/node_modules/tailwindcss/node_modules/resolve/test/mock_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/node-modules-paths.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/x/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/x/ccc/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/y/bbb/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/y/ccc/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/nonstring.js +lib/node_modules/tailwindcss/node_modules/resolve/test/pathfilter.js +lib/node_modules/tailwindcss/node_modules/resolve/test/pathfilter/deep_ref/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/aaa.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/aaa/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/bbb.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/bbb/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/baz/doom.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/baz/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/baz/quux.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/browser_field/a.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/browser_field/b.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/browser_field/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/cup.coffee +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_slash_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_slash_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/false_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/false_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/foo.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/incorrect_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/incorrect_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/invalid_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/mug.coffee +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/mug.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/lerna.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/other_path/root.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/quux/foo/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/same_names/foo.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/same_names/foo/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/package/bar.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/package/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/without_basedir/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/shadowed_core.js +lib/node_modules/tailwindcss/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/subdirs.js +lib/node_modules/tailwindcss/node_modules/resolve/test/symlinks.js +lib/node_modules/tailwindcss/node_modules/reusify/.github/dependabot.yml +lib/node_modules/tailwindcss/node_modules/reusify/.github/workflows/ci.yml +lib/node_modules/tailwindcss/node_modules/reusify/LICENSE +lib/node_modules/tailwindcss/node_modules/reusify/README.md +lib/node_modules/tailwindcss/node_modules/reusify/SECURITY.md +lib/node_modules/tailwindcss/node_modules/reusify/benchmarks/createNoCodeFunction.js +lib/node_modules/tailwindcss/node_modules/reusify/benchmarks/fib.js +lib/node_modules/tailwindcss/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +lib/node_modules/tailwindcss/node_modules/reusify/eslint.config.js +lib/node_modules/tailwindcss/node_modules/reusify/package.json +lib/node_modules/tailwindcss/node_modules/reusify/reusify.d.ts +lib/node_modules/tailwindcss/node_modules/reusify/reusify.js +lib/node_modules/tailwindcss/node_modules/reusify/test.js +lib/node_modules/tailwindcss/node_modules/reusify/tsconfig.json +lib/node_modules/tailwindcss/node_modules/run-parallel/LICENSE +lib/node_modules/tailwindcss/node_modules/run-parallel/README.md +lib/node_modules/tailwindcss/node_modules/run-parallel/index.js +lib/node_modules/tailwindcss/node_modules/run-parallel/package.json +lib/node_modules/tailwindcss/node_modules/shebang-command/index.js +lib/node_modules/tailwindcss/node_modules/shebang-command/license +lib/node_modules/tailwindcss/node_modules/shebang-command/package.json +lib/node_modules/tailwindcss/node_modules/shebang-command/readme.md +lib/node_modules/tailwindcss/node_modules/shebang-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/shebang-regex/index.js +lib/node_modules/tailwindcss/node_modules/shebang-regex/license +lib/node_modules/tailwindcss/node_modules/shebang-regex/package.json +lib/node_modules/tailwindcss/node_modules/shebang-regex/readme.md +lib/node_modules/tailwindcss/node_modules/signal-exit/LICENSE.txt +lib/node_modules/tailwindcss/node_modules/signal-exit/README.md +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/package.json +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/package.json +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/license +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/license +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/string-width-cjs/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/readme.md +lib/node_modules/tailwindcss/node_modules/string-width/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width/index.js +lib/node_modules/tailwindcss/node_modules/string-width/license +lib/node_modules/tailwindcss/node_modules/string-width/package.json +lib/node_modules/tailwindcss/node_modules/string-width/readme.md +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/index.js +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/license +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/package.json +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/readme.md +lib/node_modules/tailwindcss/node_modules/strip-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/strip-ansi/index.js +lib/node_modules/tailwindcss/node_modules/strip-ansi/license +lib/node_modules/tailwindcss/node_modules/strip-ansi/package.json +lib/node_modules/tailwindcss/node_modules/strip-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/sucrase/LICENSE +lib/node_modules/tailwindcss/node_modules/sucrase/README.md +lib/node_modules/tailwindcss/node_modules/sucrase/bin/sucrase +lib/node_modules/tailwindcss/node_modules/sucrase/bin/sucrase-node +lib/node_modules/tailwindcss/node_modules/sucrase/dist/CJSImportProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/HelperManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/NameManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/Options-gen-types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/Options.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/TokenProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/cli.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/computeSourceMap.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/CJSImportProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/HelperManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/NameManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/Options-gen-types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/Options.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/TokenProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/cli.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/computeSourceMap.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/identifyShadowedGlobals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/flow.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/jsx/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/jsx/xhtml.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/typescript.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/keywords.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/readWord.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/readWordTree.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/state.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/base.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/expression.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/lval.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/statement.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/util.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/util/charcodes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/util/identifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/util/whitespace.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/register.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/CJSImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/ESMImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/FlowTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/JSXTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/JestHoistTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/NumericSeparatorTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/OptionalCatchBindingTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/OptionalChainingNullishTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/ReactDisplayNameTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/ReactHotLoaderTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/RootTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/Transformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/TypeScriptTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/elideImportEquals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/formatTokens.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getClassInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getDeclarationInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getIdentifierNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getImportExportSpecifierInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getJSXPragmaInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getNonTypeIdentifiers.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getTSImportedNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/isAsyncOperation.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/isExportFrom.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/isIdentifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/removeMaybeImportAttributes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/shouldElideDefaultExport.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/identifyShadowedGlobals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/flow.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/jsx/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/jsx/xhtml.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/typescript.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/keywords.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/readWord.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/readWordTree.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/state.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/base.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/expression.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/lval.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/statement.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/util.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/util/charcodes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/util/identifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/util/whitespace.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/register.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/CJSImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/ESMImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/FlowTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/JSXTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/JestHoistTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/NumericSeparatorTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/OptionalCatchBindingTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/OptionalChainingNullishTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/ReactDisplayNameTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/ReactHotLoaderTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/RootTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/Transformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/TypeScriptTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/CJSImportProcessor.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/HelperManager.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/NameManager.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/Options-gen-types.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/Options.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/TokenProcessor.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/cli.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/computeSourceMap.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/identifyShadowedGlobals.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/flow.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/jsx/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/jsx/xhtml.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/types.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/typescript.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/keywords.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/readWord.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/readWordTree.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/state.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/types.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/base.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/expression.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/lval.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/statement.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/util.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/util/charcodes.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/util/identifier.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/util/whitespace.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/register.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/CJSImportTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/ESMImportTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/FlowTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/JSXTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/JestHoistTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/NumericSeparatorTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/OptionalCatchBindingTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/OptionalChainingNullishTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/ReactDisplayNameTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/ReactHotLoaderTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/RootTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/Transformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/TypeScriptTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/elideImportEquals.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/formatTokens.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getClassInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getDeclarationInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getIdentifierNames.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getImportExportSpecifierInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getJSXPragmaInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getNonTypeIdentifiers.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getTSImportedNames.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/isAsyncOperation.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/isExportFrom.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/isIdentifier.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/removeMaybeImportAttributes.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/shouldElideDefaultExport.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/elideImportEquals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/formatTokens.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getClassInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getDeclarationInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getIdentifierNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getImportExportSpecifierInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getJSXPragmaInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getNonTypeIdentifiers.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getTSImportedNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/isAsyncOperation.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/isExportFrom.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/isIdentifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/removeMaybeImportAttributes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/shouldElideDefaultExport.js +lib/node_modules/tailwindcss/node_modules/sucrase/package.json +lib/node_modules/tailwindcss/node_modules/sucrase/register/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/js.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/jsx.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/ts-legacy-module-interop.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/ts.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/tsx-legacy-module-interop.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/tsx.js +lib/node_modules/tailwindcss/node_modules/sucrase/ts-node-plugin/index.js +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/.eslintrc +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/.nycrc +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/LICENSE +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/README.md +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/browser.js +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/index.js +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/package.json +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/test/index.js +lib/node_modules/tailwindcss/node_modules/thenify-all/History.md +lib/node_modules/tailwindcss/node_modules/thenify-all/LICENSE +lib/node_modules/tailwindcss/node_modules/thenify-all/README.md +lib/node_modules/tailwindcss/node_modules/thenify-all/index.js +lib/node_modules/tailwindcss/node_modules/thenify-all/package.json +lib/node_modules/tailwindcss/node_modules/thenify/History.md +lib/node_modules/tailwindcss/node_modules/thenify/LICENSE +lib/node_modules/tailwindcss/node_modules/thenify/README.md +lib/node_modules/tailwindcss/node_modules/thenify/index.js +lib/node_modules/tailwindcss/node_modules/thenify/package.json +lib/node_modules/tailwindcss/node_modules/to-regex-range/LICENSE +lib/node_modules/tailwindcss/node_modules/to-regex-range/README.md +lib/node_modules/tailwindcss/node_modules/to-regex-range/index.js +lib/node_modules/tailwindcss/node_modules/to-regex-range/package.json +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/LICENSE +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/README.md +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/index.d.ts +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/index.js +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/types.d.ts +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/types.js +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/util.d.ts +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/util.js +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/package.json +lib/node_modules/tailwindcss/node_modules/util-deprecate/History.md +lib/node_modules/tailwindcss/node_modules/util-deprecate/LICENSE +lib/node_modules/tailwindcss/node_modules/util-deprecate/README.md +lib/node_modules/tailwindcss/node_modules/util-deprecate/browser.js +lib/node_modules/tailwindcss/node_modules/util-deprecate/node.js +lib/node_modules/tailwindcss/node_modules/util-deprecate/package.json +lib/node_modules/tailwindcss/node_modules/which/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/which/LICENSE +lib/node_modules/tailwindcss/node_modules/which/README.md +lib/node_modules/tailwindcss/node_modules/which/bin/node-which +lib/node_modules/tailwindcss/node_modules/which/package.json +lib/node_modules/tailwindcss/node_modules/which/which.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/yaml/LICENSE +lib/node_modules/tailwindcss/node_modules/yaml/README.md +lib/node_modules/tailwindcss/node_modules/yaml/bin.mjs +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-doc.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-node.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/composer.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-block-map.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-end.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-props.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-contains-newline.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-map-includes.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/Document.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/anchors.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/applyReviver.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/createNode.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/directives.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/errors.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/index.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/log.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Alias.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Collection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Node.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Pair.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/YAMLMap.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/identity.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/toJS.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst-stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst-visit.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/lexer.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/line-counter.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/parser.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/public-api.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/Schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/map.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/null.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/seq.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/string.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/float.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/int.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/json/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/tags.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyComment.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyPair.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyString.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/util.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/visit.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/index.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/package.json +lib/node_modules/tailwindcss/node_modules/yaml/dist/cli.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/cli.mjs +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-collection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-doc.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-doc.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-node.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-node.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/composer.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/composer.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-map.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-map.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-seq.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-end.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-end.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-props.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-props.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-contains-newline.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-contains-newline.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-empty-scalar-position.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-flow-indent-check.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-map-includes.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-map-includes.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/Document.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/Document.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/anchors.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/anchors.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/applyReviver.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/applyReviver.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/createNode.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/createNode.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/directives.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/directives.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/errors.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/errors.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/index.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/index.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/log.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/log.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Alias.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Alias.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Collection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Collection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Node.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Node.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Pair.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Pair.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLMap.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLMap.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLSeq.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/addPairToJSMap.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/identity.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/identity.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/toJS.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/toJS.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/options.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-stringify.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-visit.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-visit.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/lexer.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/lexer.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/line-counter.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/line-counter.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/parser.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/parser.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/public-api.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/public-api.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/Schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/Schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/map.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/map.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/null.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/null.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/seq.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/seq.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/string.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/string.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/bool.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/float.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/float.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/int.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/int.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/json-schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/json/schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/json/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/tags.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/tags.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/types.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/binary.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/float.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/int.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/merge.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/omap.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/set.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/foldFlowLines.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringify.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyCollection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyComment.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyComment.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyDocument.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyNumber.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyPair.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyPair.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyString.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyString.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/test-events.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/test-events.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/util.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/util.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/visit.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/visit.js +lib/node_modules/tailwindcss/node_modules/yaml/package.json +lib/node_modules/tailwindcss/node_modules/yaml/util.js +lib/node_modules/tailwindcss/package.json +lib/node_modules/tailwindcss/peers/index.js +lib/node_modules/tailwindcss/plugin.d.ts +lib/node_modules/tailwindcss/plugin.js +lib/node_modules/tailwindcss/prettier.config.js +lib/node_modules/tailwindcss/resolveConfig.d.ts +lib/node_modules/tailwindcss/resolveConfig.js +lib/node_modules/tailwindcss/screens.css +lib/node_modules/tailwindcss/scripts/create-plugin-list.js +lib/node_modules/tailwindcss/scripts/generate-types.js +lib/node_modules/tailwindcss/scripts/release-channel.js +lib/node_modules/tailwindcss/scripts/release-notes.js +lib/node_modules/tailwindcss/scripts/type-utils.js +lib/node_modules/tailwindcss/src/cli-peer-dependencies.js +lib/node_modules/tailwindcss/src/cli.js +lib/node_modules/tailwindcss/src/cli/build/deps.js +lib/node_modules/tailwindcss/src/cli/build/index.js +lib/node_modules/tailwindcss/src/cli/build/plugin.js +lib/node_modules/tailwindcss/src/cli/build/utils.js +lib/node_modules/tailwindcss/src/cli/build/watching.js +lib/node_modules/tailwindcss/src/cli/help/index.js +lib/node_modules/tailwindcss/src/cli/index.js +lib/node_modules/tailwindcss/src/cli/init/index.js +lib/node_modules/tailwindcss/src/corePluginList.js +lib/node_modules/tailwindcss/src/corePlugins.js +lib/node_modules/tailwindcss/src/css/LICENSE +lib/node_modules/tailwindcss/src/css/preflight.css +lib/node_modules/tailwindcss/src/featureFlags.js +lib/node_modules/tailwindcss/src/index.js +lib/node_modules/tailwindcss/src/lib/cacheInvalidation.js +lib/node_modules/tailwindcss/src/lib/collapseAdjacentRules.js +lib/node_modules/tailwindcss/src/lib/collapseDuplicateDeclarations.js +lib/node_modules/tailwindcss/src/lib/content.js +lib/node_modules/tailwindcss/src/lib/defaultExtractor.js +lib/node_modules/tailwindcss/src/lib/evaluateTailwindFunctions.js +lib/node_modules/tailwindcss/src/lib/expandApplyAtRules.js +lib/node_modules/tailwindcss/src/lib/expandTailwindAtRules.js +lib/node_modules/tailwindcss/src/lib/findAtConfigPath.js +lib/node_modules/tailwindcss/src/lib/generateRules.js +lib/node_modules/tailwindcss/src/lib/getModuleDependencies.js +lib/node_modules/tailwindcss/src/lib/load-config.ts +lib/node_modules/tailwindcss/src/lib/normalizeTailwindDirectives.js +lib/node_modules/tailwindcss/src/lib/offsets.js +lib/node_modules/tailwindcss/src/lib/partitionApplyAtRules.js +lib/node_modules/tailwindcss/src/lib/regex.js +lib/node_modules/tailwindcss/src/lib/remap-bitfield.js +lib/node_modules/tailwindcss/src/lib/resolveDefaultsAtRules.js +lib/node_modules/tailwindcss/src/lib/setupContextUtils.js +lib/node_modules/tailwindcss/src/lib/setupTrackingContext.js +lib/node_modules/tailwindcss/src/lib/sharedState.js +lib/node_modules/tailwindcss/src/lib/substituteScreenAtRules.js +lib/node_modules/tailwindcss/src/plugin.js +lib/node_modules/tailwindcss/src/postcss-plugins/nesting/README.md +lib/node_modules/tailwindcss/src/postcss-plugins/nesting/index.js +lib/node_modules/tailwindcss/src/postcss-plugins/nesting/plugin.js +lib/node_modules/tailwindcss/src/processTailwindFeatures.js +lib/node_modules/tailwindcss/src/public/colors.js +lib/node_modules/tailwindcss/src/public/create-plugin.js +lib/node_modules/tailwindcss/src/public/default-config.js +lib/node_modules/tailwindcss/src/public/default-theme.js +lib/node_modules/tailwindcss/src/public/load-config.js +lib/node_modules/tailwindcss/src/public/resolve-config.js +lib/node_modules/tailwindcss/src/util/applyImportantSelector.js +lib/node_modules/tailwindcss/src/util/bigSign.js +lib/node_modules/tailwindcss/src/util/buildMediaQuery.js +lib/node_modules/tailwindcss/src/util/cloneDeep.js +lib/node_modules/tailwindcss/src/util/cloneNodes.js +lib/node_modules/tailwindcss/src/util/color.js +lib/node_modules/tailwindcss/src/util/colorNames.js +lib/node_modules/tailwindcss/src/util/configurePlugins.js +lib/node_modules/tailwindcss/src/util/createPlugin.js +lib/node_modules/tailwindcss/src/util/createUtilityPlugin.js +lib/node_modules/tailwindcss/src/util/dataTypes.js +lib/node_modules/tailwindcss/src/util/defaults.js +lib/node_modules/tailwindcss/src/util/escapeClassName.js +lib/node_modules/tailwindcss/src/util/escapeCommas.js +lib/node_modules/tailwindcss/src/util/flattenColorPalette.js +lib/node_modules/tailwindcss/src/util/formatVariantSelector.js +lib/node_modules/tailwindcss/src/util/getAllConfigs.js +lib/node_modules/tailwindcss/src/util/hashConfig.js +lib/node_modules/tailwindcss/src/util/isKeyframeRule.js +lib/node_modules/tailwindcss/src/util/isPlainObject.js +lib/node_modules/tailwindcss/src/util/isSyntacticallyValidPropertyValue.js +lib/node_modules/tailwindcss/src/util/log.js +lib/node_modules/tailwindcss/src/util/nameClass.js +lib/node_modules/tailwindcss/src/util/negateValue.js +lib/node_modules/tailwindcss/src/util/normalizeConfig.js +lib/node_modules/tailwindcss/src/util/normalizeScreens.js +lib/node_modules/tailwindcss/src/util/parseAnimationValue.js +lib/node_modules/tailwindcss/src/util/parseBoxShadowValue.js +lib/node_modules/tailwindcss/src/util/parseDependency.js +lib/node_modules/tailwindcss/src/util/parseGlob.js +lib/node_modules/tailwindcss/src/util/parseObjectStyles.js +lib/node_modules/tailwindcss/src/util/pluginUtils.js +lib/node_modules/tailwindcss/src/util/prefixSelector.js +lib/node_modules/tailwindcss/src/util/pseudoElements.js +lib/node_modules/tailwindcss/src/util/removeAlphaVariables.js +lib/node_modules/tailwindcss/src/util/resolveConfig.js +lib/node_modules/tailwindcss/src/util/resolveConfigPath.js +lib/node_modules/tailwindcss/src/util/responsive.js +lib/node_modules/tailwindcss/src/util/splitAtTopLevelOnly.js +lib/node_modules/tailwindcss/src/util/tap.js +lib/node_modules/tailwindcss/src/util/toColorValue.js +lib/node_modules/tailwindcss/src/util/toPath.js +lib/node_modules/tailwindcss/src/util/transformThemeValue.js +lib/node_modules/tailwindcss/src/util/validateConfig.js +lib/node_modules/tailwindcss/src/util/validateFormalSyntax.js +lib/node_modules/tailwindcss/src/util/withAlphaVariable.js +lib/node_modules/tailwindcss/src/value-parser/LICENSE +lib/node_modules/tailwindcss/src/value-parser/README.md +lib/node_modules/tailwindcss/src/value-parser/index.d.ts +lib/node_modules/tailwindcss/src/value-parser/index.js +lib/node_modules/tailwindcss/src/value-parser/parse.js +lib/node_modules/tailwindcss/src/value-parser/stringify.js +lib/node_modules/tailwindcss/src/value-parser/unit.js +lib/node_modules/tailwindcss/src/value-parser/walk.js +lib/node_modules/tailwindcss/stubs/.npmignore +lib/node_modules/tailwindcss/stubs/.prettierrc.json +lib/node_modules/tailwindcss/stubs/config.full.js +lib/node_modules/tailwindcss/stubs/config.simple.js +lib/node_modules/tailwindcss/stubs/postcss.config.cjs +lib/node_modules/tailwindcss/stubs/postcss.config.js +lib/node_modules/tailwindcss/stubs/tailwind.config.cjs +lib/node_modules/tailwindcss/stubs/tailwind.config.js +lib/node_modules/tailwindcss/stubs/tailwind.config.ts +lib/node_modules/tailwindcss/tailwind.css +lib/node_modules/tailwindcss/types/config.d.ts +lib/node_modules/tailwindcss/types/generated/.gitkeep +lib/node_modules/tailwindcss/types/generated/colors.d.ts +lib/node_modules/tailwindcss/types/generated/corePluginList.d.ts +lib/node_modules/tailwindcss/types/generated/default-theme.d.ts +lib/node_modules/tailwindcss/types/index.d.ts +lib/node_modules/tailwindcss/utilities.css +lib/node_modules/tailwindcss/variants.css diff --git a/www/threejs/Makefile b/www/threejs/Makefile index 7efa03b1d3e3..6b55af97300d 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,5 +1,5 @@ PORTNAME= three.js -PORTVERSION= 176 +PORTVERSION= 178 DISTVERSIONPREFIX= r CATEGORIES= www diff --git a/www/threejs/distinfo b/www/threejs/distinfo index f0d4578b3820..cdcda9cf6b0c 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747769141 -SHA256 (mrdoob-three.js-r176_GH0.tar.gz) = 6f42a90cafe21532a55f68db48ee9243aa1bdaca9b045946fa8478d08b0c068a -SIZE (mrdoob-three.js-r176_GH0.tar.gz) = 367426579 +TIMESTAMP = 1751297287 +SHA256 (mrdoob-three.js-r178_GH0.tar.gz) = cdbbc434cea05c11f2bdeaa2ac1806ca5a0d07df7d8f45de1cb68ce56007692a +SIZE (mrdoob-three.js-r178_GH0.tar.gz) = 374993894 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index 8032b18e4ad1..bd6b0b727f54 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -1,3 +1,9 @@ +%%WWWDIR%%/Three.Core.js +%%WWWDIR%%/Three.Legacy.js +%%WWWDIR%%/Three.TSL.js +%%WWWDIR%%/Three.WebGPU.Nodes.js +%%WWWDIR%%/Three.WebGPU.js +%%WWWDIR%%/Three.js %%WWWDIR%%/animation/AnimationAction.js %%WWWDIR%%/animation/AnimationClip.js %%WWWDIR%%/animation/AnimationMixer.js @@ -39,10 +45,15 @@ %%WWWDIR%%/core/Raycaster.js %%WWWDIR%%/core/RenderTarget.js %%WWWDIR%%/core/RenderTarget3D.js -%%WWWDIR%%/core/RenderTargetArray.js %%WWWDIR%%/core/Uniform.js %%WWWDIR%%/core/UniformsGroup.js %%WWWDIR%%/extras/Controls.js +%%WWWDIR%%/extras/DataUtils.js +%%WWWDIR%%/extras/Earcut.js +%%WWWDIR%%/extras/ImageUtils.js +%%WWWDIR%%/extras/PMREMGenerator.js +%%WWWDIR%%/extras/ShapeUtils.js +%%WWWDIR%%/extras/TextureUtils.js %%WWWDIR%%/extras/core/Curve.js %%WWWDIR%%/extras/core/CurvePath.js %%WWWDIR%%/extras/core/Interpolations.js @@ -60,13 +71,7 @@ %%WWWDIR%%/extras/curves/QuadraticBezierCurve.js %%WWWDIR%%/extras/curves/QuadraticBezierCurve3.js %%WWWDIR%%/extras/curves/SplineCurve.js -%%WWWDIR%%/extras/DataUtils.js -%%WWWDIR%%/extras/Earcut.js -%%WWWDIR%%/extras/ImageUtils.js %%WWWDIR%%/extras/lib/earcut.js -%%WWWDIR%%/extras/PMREMGenerator.js -%%WWWDIR%%/extras/ShapeUtils.js -%%WWWDIR%%/extras/TextureUtils.js %%WWWDIR%%/geometries/BoxGeometry.js %%WWWDIR%%/geometries/CapsuleGeometry.js %%WWWDIR%%/geometries/CircleGeometry.js @@ -115,6 +120,7 @@ %%WWWDIR%%/lights/SpotLight.js %%WWWDIR%%/lights/SpotLightShadow.js %%WWWDIR%%/lights/webgpu/IESSpotLight.js +%%WWWDIR%%/lights/webgpu/ProjectorLight.js %%WWWDIR%%/loaders/AnimationLoader.js %%WWWDIR%%/loaders/AudioLoader.js %%WWWDIR%%/loaders/BufferGeometryLoader.js @@ -129,11 +135,11 @@ %%WWWDIR%%/loaders/LoaderUtils.js %%WWWDIR%%/loaders/LoadingManager.js %%WWWDIR%%/loaders/MaterialLoader.js +%%WWWDIR%%/loaders/ObjectLoader.js +%%WWWDIR%%/loaders/TextureLoader.js %%WWWDIR%%/loaders/nodes/NodeLoader.js %%WWWDIR%%/loaders/nodes/NodeMaterialLoader.js %%WWWDIR%%/loaders/nodes/NodeObjectLoader.js -%%WWWDIR%%/loaders/ObjectLoader.js -%%WWWDIR%%/loaders/TextureLoader.js %%WWWDIR%%/materials/LineBasicMaterial.js %%WWWDIR%%/materials/LineDashedMaterial.js %%WWWDIR%%/materials/Material.js @@ -148,10 +154,14 @@ %%WWWDIR%%/materials/MeshPhysicalMaterial.js %%WWWDIR%%/materials/MeshStandardMaterial.js %%WWWDIR%%/materials/MeshToonMaterial.js +%%WWWDIR%%/materials/PointsMaterial.js +%%WWWDIR%%/materials/RawShaderMaterial.js +%%WWWDIR%%/materials/ShaderMaterial.js +%%WWWDIR%%/materials/ShadowMaterial.js +%%WWWDIR%%/materials/SpriteMaterial.js %%WWWDIR%%/materials/nodes/Line2NodeMaterial.js %%WWWDIR%%/materials/nodes/LineBasicNodeMaterial.js %%WWWDIR%%/materials/nodes/LineDashedNodeMaterial.js -%%WWWDIR%%/materials/nodes/manager/NodeMaterialObserver.js %%WWWDIR%%/materials/nodes/MeshBasicNodeMaterial.js %%WWWDIR%%/materials/nodes/MeshLambertNodeMaterial.js %%WWWDIR%%/materials/nodes/MeshMatcapNodeMaterial.js @@ -167,11 +177,7 @@ %%WWWDIR%%/materials/nodes/ShadowNodeMaterial.js %%WWWDIR%%/materials/nodes/SpriteNodeMaterial.js %%WWWDIR%%/materials/nodes/VolumeNodeMaterial.js -%%WWWDIR%%/materials/PointsMaterial.js -%%WWWDIR%%/materials/RawShaderMaterial.js -%%WWWDIR%%/materials/ShaderMaterial.js -%%WWWDIR%%/materials/ShadowMaterial.js -%%WWWDIR%%/materials/SpriteMaterial.js +%%WWWDIR%%/materials/nodes/manager/NodeMaterialObserver.js %%WWWDIR%%/math/Box2.js %%WWWDIR%%/math/Box3.js %%WWWDIR%%/math/Color.js @@ -181,10 +187,6 @@ %%WWWDIR%%/math/Frustum.js %%WWWDIR%%/math/FrustumArray.js %%WWWDIR%%/math/Interpolant.js -%%WWWDIR%%/math/interpolants/CubicInterpolant.js -%%WWWDIR%%/math/interpolants/DiscreteInterpolant.js -%%WWWDIR%%/math/interpolants/LinearInterpolant.js -%%WWWDIR%%/math/interpolants/QuaternionLinearInterpolant.js %%WWWDIR%%/math/Line3.js %%WWWDIR%%/math/MathUtils.js %%WWWDIR%%/math/Matrix2.js @@ -200,6 +202,12 @@ %%WWWDIR%%/math/Vector2.js %%WWWDIR%%/math/Vector3.js %%WWWDIR%%/math/Vector4.js +%%WWWDIR%%/math/interpolants/CubicInterpolant.js +%%WWWDIR%%/math/interpolants/DiscreteInterpolant.js +%%WWWDIR%%/math/interpolants/LinearInterpolant.js +%%WWWDIR%%/math/interpolants/QuaternionLinearInterpolant.js +%%WWWDIR%%/nodes/Nodes.js +%%WWWDIR%%/nodes/TSL.js %%WWWDIR%%/nodes/accessors/AccessorsUtils.js %%WWWDIR%%/nodes/accessors/Arrays.js %%WWWDIR%%/nodes/accessors/BatchNode.js @@ -210,8 +218,8 @@ %%WWWDIR%%/nodes/accessors/Camera.js %%WWWDIR%%/nodes/accessors/ClippingNode.js %%WWWDIR%%/nodes/accessors/CubeTextureNode.js -%%WWWDIR%%/nodes/accessors/InstancedMeshNode.js %%WWWDIR%%/nodes/accessors/InstanceNode.js +%%WWWDIR%%/nodes/accessors/InstancedMeshNode.js %%WWWDIR%%/nodes/accessors/Lights.js %%WWWDIR%%/nodes/accessors/MaterialNode.js %%WWWDIR%%/nodes/accessors/MaterialProperties.js @@ -232,13 +240,14 @@ %%WWWDIR%%/nodes/accessors/StorageBufferNode.js %%WWWDIR%%/nodes/accessors/StorageTextureNode.js %%WWWDIR%%/nodes/accessors/Tangent.js +%%WWWDIR%%/nodes/accessors/TangentUtils.js %%WWWDIR%%/nodes/accessors/Texture3DNode.js %%WWWDIR%%/nodes/accessors/TextureBicubic.js %%WWWDIR%%/nodes/accessors/TextureNode.js %%WWWDIR%%/nodes/accessors/TextureSizeNode.js +%%WWWDIR%%/nodes/accessors/UV.js %%WWWDIR%%/nodes/accessors/UniformArrayNode.js %%WWWDIR%%/nodes/accessors/UserDataNode.js -%%WWWDIR%%/nodes/accessors/UV.js %%WWWDIR%%/nodes/accessors/VelocityNode.js %%WWWDIR%%/nodes/accessors/VertexColorNode.js %%WWWDIR%%/nodes/code/CodeNode.js @@ -252,7 +261,6 @@ %%WWWDIR%%/nodes/core/AttributeNode.js %%WWWDIR%%/nodes/core/BypassNode.js %%WWWDIR%%/nodes/core/CacheNode.js -%%WWWDIR%%/nodes/core/constants.js %%WWWDIR%%/nodes/core/ConstNode.js %%WWWDIR%%/nodes/core/ContextNode.js %%WWWDIR%%/nodes/core/IndexNode.js @@ -279,11 +287,13 @@ %%WWWDIR%%/nodes/core/StructNode.js %%WWWDIR%%/nodes/core/StructType.js %%WWWDIR%%/nodes/core/StructTypeNode.js +%%WWWDIR%%/nodes/core/SubBuildNode.js %%WWWDIR%%/nodes/core/TempNode.js %%WWWDIR%%/nodes/core/UniformGroupNode.js %%WWWDIR%%/nodes/core/UniformNode.js %%WWWDIR%%/nodes/core/VarNode.js %%WWWDIR%%/nodes/core/VaryingNode.js +%%WWWDIR%%/nodes/core/constants.js %%WWWDIR%%/nodes/display/BlendModes.js %%WWWDIR%%/nodes/display/BumpMapNode.js %%WWWDIR%%/nodes/display/ColorAdjustment.js @@ -303,38 +313,38 @@ %%WWWDIR%%/nodes/display/ViewportSharedTextureNode.js %%WWWDIR%%/nodes/display/ViewportTextureNode.js %%WWWDIR%%/nodes/fog/Fog.js -%%WWWDIR%%/nodes/functions/BasicLightingModel.js %%WWWDIR%%/nodes/functions/BSDF/BRDF_GGX.js %%WWWDIR%%/nodes/functions/BSDF/BRDF_Lambert.js %%WWWDIR%%/nodes/functions/BSDF/BRDF_Sheen.js -%%WWWDIR%%/nodes/functions/BSDF/D_GGX_Anisotropic.js -%%WWWDIR%%/nodes/functions/BSDF/D_GGX.js %%WWWDIR%%/nodes/functions/BSDF/DFGApprox.js +%%WWWDIR%%/nodes/functions/BSDF/D_GGX.js +%%WWWDIR%%/nodes/functions/BSDF/D_GGX_Anisotropic.js %%WWWDIR%%/nodes/functions/BSDF/EnvironmentBRDF.js %%WWWDIR%%/nodes/functions/BSDF/F_Schlick.js %%WWWDIR%%/nodes/functions/BSDF/LTC.js %%WWWDIR%%/nodes/functions/BSDF/Schlick_to_F0.js -%%WWWDIR%%/nodes/functions/BSDF/V_GGX_SmithCorrelated_Anisotropic.js %%WWWDIR%%/nodes/functions/BSDF/V_GGX_SmithCorrelated.js -%%WWWDIR%%/nodes/functions/material/getAlphaHashThreshold.js -%%WWWDIR%%/nodes/functions/material/getGeometryRoughness.js -%%WWWDIR%%/nodes/functions/material/getParallaxCorrectNormal.js -%%WWWDIR%%/nodes/functions/material/getRoughness.js -%%WWWDIR%%/nodes/functions/material/getShIrradianceAt.js +%%WWWDIR%%/nodes/functions/BSDF/V_GGX_SmithCorrelated_Anisotropic.js +%%WWWDIR%%/nodes/functions/BasicLightingModel.js %%WWWDIR%%/nodes/functions/PhongLightingModel.js %%WWWDIR%%/nodes/functions/PhysicalLightingModel.js %%WWWDIR%%/nodes/functions/ShadowMaskModel.js %%WWWDIR%%/nodes/functions/ToonLightingModel.js %%WWWDIR%%/nodes/functions/VolumetricLightingModel.js +%%WWWDIR%%/nodes/functions/material/getAlphaHashThreshold.js +%%WWWDIR%%/nodes/functions/material/getGeometryRoughness.js +%%WWWDIR%%/nodes/functions/material/getParallaxCorrectNormal.js +%%WWWDIR%%/nodes/functions/material/getRoughness.js +%%WWWDIR%%/nodes/functions/material/getShIrradianceAt.js %%WWWDIR%%/nodes/geometry/RangeNode.js %%WWWDIR%%/nodes/gpgpu/AtomicFunctionNode.js %%WWWDIR%%/nodes/gpgpu/BarrierNode.js %%WWWDIR%%/nodes/gpgpu/ComputeBuiltinNode.js %%WWWDIR%%/nodes/gpgpu/ComputeNode.js %%WWWDIR%%/nodes/gpgpu/WorkgroupInfoNode.js +%%WWWDIR%%/nodes/lighting/AONode.js %%WWWDIR%%/nodes/lighting/AmbientLightNode.js %%WWWDIR%%/nodes/lighting/AnalyticLightNode.js -%%WWWDIR%%/nodes/lighting/AONode.js %%WWWDIR%%/nodes/lighting/BasicEnvironmentNode.js %%WWWDIR%%/nodes/lighting/BasicLightMapNode.js %%WWWDIR%%/nodes/lighting/DirectionalLightNode.js @@ -342,37 +352,36 @@ %%WWWDIR%%/nodes/lighting/HemisphereLightNode.js %%WWWDIR%%/nodes/lighting/IESSpotLightNode.js %%WWWDIR%%/nodes/lighting/IrradianceNode.js +%%WWWDIR%%/nodes/lighting/LightProbeNode.js +%%WWWDIR%%/nodes/lighting/LightUtils.js %%WWWDIR%%/nodes/lighting/LightingContextNode.js %%WWWDIR%%/nodes/lighting/LightingNode.js -%%WWWDIR%%/nodes/lighting/LightProbeNode.js %%WWWDIR%%/nodes/lighting/LightsNode.js -%%WWWDIR%%/nodes/lighting/LightUtils.js %%WWWDIR%%/nodes/lighting/PointLightNode.js %%WWWDIR%%/nodes/lighting/PointShadowNode.js +%%WWWDIR%%/nodes/lighting/ProjectorLightNode.js %%WWWDIR%%/nodes/lighting/RectAreaLightNode.js %%WWWDIR%%/nodes/lighting/ShadowBaseNode.js %%WWWDIR%%/nodes/lighting/ShadowFilterNode.js %%WWWDIR%%/nodes/lighting/ShadowNode.js %%WWWDIR%%/nodes/lighting/SpotLightNode.js %%WWWDIR%%/nodes/materialx/DISCLAIMER.md +%%WWWDIR%%/nodes/materialx/MaterialXNodes.js %%WWWDIR%%/nodes/materialx/lib/mx_hsv.js %%WWWDIR%%/nodes/materialx/lib/mx_noise.js %%WWWDIR%%/nodes/materialx/lib/mx_transform_color.js -%%WWWDIR%%/nodes/materialx/MaterialXNodes.js %%WWWDIR%%/nodes/math/ConditionalNode.js %%WWWDIR%%/nodes/math/Hash.js %%WWWDIR%%/nodes/math/MathNode.js %%WWWDIR%%/nodes/math/MathUtils.js %%WWWDIR%%/nodes/math/OperatorNode.js %%WWWDIR%%/nodes/math/TriNoise3D.js -%%WWWDIR%%/nodes/Nodes.js %%WWWDIR%%/nodes/parsers/GLSLNodeFunction.js %%WWWDIR%%/nodes/parsers/GLSLNodeParser.js %%WWWDIR%%/nodes/pmrem/PMREMNode.js %%WWWDIR%%/nodes/pmrem/PMREMUtils.js %%WWWDIR%%/nodes/procedural/Checker.js %%WWWDIR%%/nodes/shapes/Shapes.js -%%WWWDIR%%/nodes/TSL.js %%WWWDIR%%/nodes/tsl/TSLBase.js %%WWWDIR%%/nodes/tsl/TSLCore.js %%WWWDIR%%/nodes/utils/ArrayElementNode.js @@ -380,28 +389,29 @@ %%WWWDIR%%/nodes/utils/CubeMapNode.js %%WWWDIR%%/nodes/utils/DebugNode.js %%WWWDIR%%/nodes/utils/Discard.js -%%WWWDIR%%/nodes/utils/EquirectUVNode.js +%%WWWDIR%%/nodes/utils/EquirectUV.js %%WWWDIR%%/nodes/utils/FlipNode.js %%WWWDIR%%/nodes/utils/FunctionOverloadingNode.js %%WWWDIR%%/nodes/utils/JoinNode.js %%WWWDIR%%/nodes/utils/LoopNode.js -%%WWWDIR%%/nodes/utils/MatcapUVNode.js +%%WWWDIR%%/nodes/utils/MatcapUV.js %%WWWDIR%%/nodes/utils/MaxMipLevelNode.js %%WWWDIR%%/nodes/utils/MemberNode.js %%WWWDIR%%/nodes/utils/Oscillators.js %%WWWDIR%%/nodes/utils/Packing.js %%WWWDIR%%/nodes/utils/PostProcessingUtils.js +%%WWWDIR%%/nodes/utils/RTTNode.js %%WWWDIR%%/nodes/utils/ReflectorNode.js %%WWWDIR%%/nodes/utils/RemapNode.js %%WWWDIR%%/nodes/utils/RotateNode.js -%%WWWDIR%%/nodes/utils/RTTNode.js +%%WWWDIR%%/nodes/utils/SampleNode.js %%WWWDIR%%/nodes/utils/SetNode.js %%WWWDIR%%/nodes/utils/SplitNode.js %%WWWDIR%%/nodes/utils/SpriteSheetUVNode.js %%WWWDIR%%/nodes/utils/SpriteUtils.js %%WWWDIR%%/nodes/utils/StorageArrayElementNode.js %%WWWDIR%%/nodes/utils/Timer.js -%%WWWDIR%%/nodes/utils/TriplanarTexturesNode.js +%%WWWDIR%%/nodes/utils/TriplanarTextures.js %%WWWDIR%%/nodes/utils/UVUtils.js %%WWWDIR%%/nodes/utils/ViewportUtils.js %%WWWDIR%%/objects/BatchedMesh.js @@ -409,15 +419,20 @@ %%WWWDIR%%/objects/ClippingGroup.js %%WWWDIR%%/objects/Group.js %%WWWDIR%%/objects/InstancedMesh.js +%%WWWDIR%%/objects/LOD.js %%WWWDIR%%/objects/Line.js %%WWWDIR%%/objects/LineLoop.js %%WWWDIR%%/objects/LineSegments.js -%%WWWDIR%%/objects/LOD.js %%WWWDIR%%/objects/Mesh.js %%WWWDIR%%/objects/Points.js %%WWWDIR%%/objects/Skeleton.js %%WWWDIR%%/objects/SkinnedMesh.js %%WWWDIR%%/objects/Sprite.js +%%WWWDIR%%/renderers/WebGL3DRenderTarget.js +%%WWWDIR%%/renderers/WebGLArrayRenderTarget.js +%%WWWDIR%%/renderers/WebGLCubeRenderTarget.js +%%WWWDIR%%/renderers/WebGLRenderTarget.js +%%WWWDIR%%/renderers/WebGLRenderer.js %%WWWDIR%%/renderers/common/Animation.js %%WWWDIR%%/renderers/common/Attributes.js %%WWWDIR%%/renderers/common/Backend.js @@ -435,20 +450,10 @@ %%WWWDIR%%/renderers/common/Constants.js %%WWWDIR%%/renderers/common/CubeRenderTarget.js %%WWWDIR%%/renderers/common/DataMap.js -%%WWWDIR%%/renderers/common/extras/PMREMGenerator.js %%WWWDIR%%/renderers/common/Geometries.js %%WWWDIR%%/renderers/common/IndirectStorageBufferAttribute.js %%WWWDIR%%/renderers/common/Info.js %%WWWDIR%%/renderers/common/Lighting.js -%%WWWDIR%%/renderers/common/nodes/NodeBuilderState.js -%%WWWDIR%%/renderers/common/nodes/NodeLibrary.js -%%WWWDIR%%/renderers/common/nodes/Nodes.js -%%WWWDIR%%/renderers/common/nodes/NodeSampledTexture.js -%%WWWDIR%%/renderers/common/nodes/NodeSampler.js -%%WWWDIR%%/renderers/common/nodes/NodeStorageBuffer.js -%%WWWDIR%%/renderers/common/nodes/NodeUniform.js -%%WWWDIR%%/renderers/common/nodes/NodeUniformBuffer.js -%%WWWDIR%%/renderers/common/nodes/NodeUniformsGroup.js %%WWWDIR%%/renderers/common/Pipeline.js %%WWWDIR%%/renderers/common/Pipelines.js %%WWWDIR%%/renderers/common/PostProcessing.js @@ -458,15 +463,17 @@ %%WWWDIR%%/renderers/common/RenderBundles.js %%WWWDIR%%/renderers/common/RenderContext.js %%WWWDIR%%/renderers/common/RenderContexts.js -%%WWWDIR%%/renderers/common/Renderer.js -%%WWWDIR%%/renderers/common/RendererUtils.js %%WWWDIR%%/renderers/common/RenderList.js %%WWWDIR%%/renderers/common/RenderLists.js %%WWWDIR%%/renderers/common/RenderObject.js %%WWWDIR%%/renderers/common/RenderObjects.js %%WWWDIR%%/renderers/common/RenderPipeline.js +%%WWWDIR%%/renderers/common/Renderer.js +%%WWWDIR%%/renderers/common/RendererUtils.js %%WWWDIR%%/renderers/common/SampledTexture.js %%WWWDIR%%/renderers/common/Sampler.js +%%WWWDIR%%/renderers/common/Storage3DTexture.js +%%WWWDIR%%/renderers/common/StorageArrayTexture.js %%WWWDIR%%/renderers/common/StorageBuffer.js %%WWWDIR%%/renderers/common/StorageBufferAttribute.js %%WWWDIR%%/renderers/common/StorageInstancedBufferAttribute.js @@ -478,6 +485,16 @@ %%WWWDIR%%/renderers/common/UniformsGroup.js %%WWWDIR%%/renderers/common/XRManager.js %%WWWDIR%%/renderers/common/XRRenderTarget.js +%%WWWDIR%%/renderers/common/extras/PMREMGenerator.js +%%WWWDIR%%/renderers/common/nodes/NodeBuilderState.js +%%WWWDIR%%/renderers/common/nodes/NodeLibrary.js +%%WWWDIR%%/renderers/common/nodes/NodeSampledTexture.js +%%WWWDIR%%/renderers/common/nodes/NodeSampler.js +%%WWWDIR%%/renderers/common/nodes/NodeStorageBuffer.js +%%WWWDIR%%/renderers/common/nodes/NodeUniform.js +%%WWWDIR%%/renderers/common/nodes/NodeUniformBuffer.js +%%WWWDIR%%/renderers/common/nodes/NodeUniformsGroup.js +%%WWWDIR%%/renderers/common/nodes/Nodes.js %%WWWDIR%%/renderers/shaders/ShaderChunk.js %%WWWDIR%%/renderers/shaders/ShaderChunk/alphahash_fragment.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/alphahash_pars_fragment.glsl.js @@ -609,6 +626,8 @@ %%WWWDIR%%/renderers/shaders/ShaderLib/vsm.glsl.js %%WWWDIR%%/renderers/shaders/UniformsLib.js %%WWWDIR%%/renderers/shaders/UniformsUtils.js +%%WWWDIR%%/renderers/webgl-fallback/WebGLBackend.js +%%WWWDIR%%/renderers/webgl-fallback/WebGLBufferRenderer.js %%WWWDIR%%/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js %%WWWDIR%%/renderers/webgl-fallback/utils/WebGLAttributeUtils.js %%WWWDIR%%/renderers/webgl-fallback/utils/WebGLCapabilities.js @@ -618,8 +637,6 @@ %%WWWDIR%%/renderers/webgl-fallback/utils/WebGLTextureUtils.js %%WWWDIR%%/renderers/webgl-fallback/utils/WebGLTimestampQueryPool.js %%WWWDIR%%/renderers/webgl-fallback/utils/WebGLUtils.js -%%WWWDIR%%/renderers/webgl-fallback/WebGLBackend.js -%%WWWDIR%%/renderers/webgl-fallback/WebGLBufferRenderer.js %%WWWDIR%%/renderers/webgl/WebGLAnimation.js %%WWWDIR%%/renderers/webgl/WebGLAttributes.js %%WWWDIR%%/renderers/webgl/WebGLBackground.js @@ -650,11 +667,9 @@ %%WWWDIR%%/renderers/webgl/WebGLUniforms.js %%WWWDIR%%/renderers/webgl/WebGLUniformsGroups.js %%WWWDIR%%/renderers/webgl/WebGLUtils.js -%%WWWDIR%%/renderers/WebGL3DRenderTarget.js -%%WWWDIR%%/renderers/WebGLArrayRenderTarget.js -%%WWWDIR%%/renderers/WebGLCubeRenderTarget.js -%%WWWDIR%%/renderers/WebGLRenderer.js -%%WWWDIR%%/renderers/WebGLRenderTarget.js +%%WWWDIR%%/renderers/webgpu/WebGPUBackend.js +%%WWWDIR%%/renderers/webgpu/WebGPURenderer.Nodes.js +%%WWWDIR%%/renderers/webgpu/WebGPURenderer.js %%WWWDIR%%/renderers/webgpu/nodes/BasicNodeLibrary.js %%WWWDIR%%/renderers/webgpu/nodes/StandardNodeLibrary.js %%WWWDIR%%/renderers/webgpu/nodes/WGSLNodeBuilder.js @@ -668,9 +683,6 @@ %%WWWDIR%%/renderers/webgpu/utils/WebGPUTextureUtils.js %%WWWDIR%%/renderers/webgpu/utils/WebGPUTimestampQueryPool.js %%WWWDIR%%/renderers/webgpu/utils/WebGPUUtils.js -%%WWWDIR%%/renderers/webgpu/WebGPUBackend.js -%%WWWDIR%%/renderers/webgpu/WebGPURenderer.js -%%WWWDIR%%/renderers/webgpu/WebGPURenderer.Nodes.js %%WWWDIR%%/renderers/webxr/WebXRController.js %%WWWDIR%%/renderers/webxr/WebXRDepthSensing.js %%WWWDIR%%/renderers/webxr/WebXRManager.js @@ -685,17 +697,10 @@ %%WWWDIR%%/textures/Data3DTexture.js %%WWWDIR%%/textures/DataArrayTexture.js %%WWWDIR%%/textures/DataTexture.js -%%WWWDIR%%/textures/DepthArrayTexture.js %%WWWDIR%%/textures/DepthTexture.js %%WWWDIR%%/textures/FramebufferTexture.js %%WWWDIR%%/textures/Source.js %%WWWDIR%%/textures/Texture.js %%WWWDIR%%/textures/VideoFrameTexture.js %%WWWDIR%%/textures/VideoTexture.js -%%WWWDIR%%/Three.Core.js -%%WWWDIR%%/Three.js -%%WWWDIR%%/Three.Legacy.js -%%WWWDIR%%/Three.TSL.js -%%WWWDIR%%/Three.WebGPU.js -%%WWWDIR%%/Three.WebGPU.Nodes.js %%WWWDIR%%/utils.js diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index affa0cd061b4..184c4f6b1dec 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -1,5 +1,5 @@ PORTNAME= uwsgi -PORTVERSION= 2.0.29 +PORTVERSION= 2.0.30 CATEGORIES= www python PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo index c1f9208ac9b2..27c252cea9be 100644 --- a/www/uwsgi/distinfo +++ b/www/uwsgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745307144 -SHA256 (unbit-uwsgi-2.0.29_GH0.tar.gz) = dfec696171b35d7d7a2cb7758186c70629840e2c5d7cdbda0e89791f89d4252e -SIZE (unbit-uwsgi-2.0.29_GH0.tar.gz) = 822186 +TIMESTAMP = 1751272915 +SHA256 (unbit-uwsgi-2.0.30_GH0.tar.gz) = c3374cd064ce7e11d364cd869230737fe4f54373098e634c319cea6973cc7a61 +SIZE (unbit-uwsgi-2.0.30_GH0.tar.gz) = 822232 diff --git a/www/yarn-node23/Makefile b/www/yarn-node23/Makefile deleted file mode 100644 index 52b8b5d5cc34..000000000000 --- a/www/yarn-node23/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -USES= nodejs:23,run - -MASTERDIR= ${.CURDIR}/../yarn-node22 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 6edb2e9a5ae9..86526f2bf8f7 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= xorg -PORTVERSION= 21.1.16 +PORTVERSION= 21.1.18 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver diff --git a/x11-servers/xorg-server/distinfo b/x11-servers/xorg-server/distinfo index e330c8ec5274..8f721320a402 100644 --- a/x11-servers/xorg-server/distinfo +++ b/x11-servers/xorg-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740764814 -SHA256 (xorg-server-21.1.16.tar.xz) = b14a116d2d805debc5b5b2aac505a279e69b217dae2fae2dfcb62400471a9970 -SIZE (xorg-server-21.1.16.tar.xz) = 5025304 +TIMESTAMP = 1751356772 +SHA256 (xorg-server-21.1.18.tar.xz) = c878d1930d87725d4a5bf498c24f4be8130d5b2646a9fd0f2994deff90116352 +SIZE (xorg-server-21.1.18.tar.xz) = 5037376 diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index c5b1fe8a07f3..c39a4a8fd85f 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -1,5 +1,5 @@ PORTNAME= xwayland -PORTVERSION= 24.1.6 +PORTVERSION= 24.1.8 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver diff --git a/x11-servers/xwayland/distinfo b/x11-servers/xwayland/distinfo index de0b49d8bb22..57f6f3433e4c 100644 --- a/x11-servers/xwayland/distinfo +++ b/x11-servers/xwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740765047 -SHA256 (xwayland-24.1.6.tar.xz) = 737e612ca36bbdf415a911644eb7592cf9389846847b47fa46dc705bd754d2d7 -SIZE (xwayland-24.1.6.tar.xz) = 1302600 +TIMESTAMP = 1751356578 +SHA256 (xwayland-24.1.8.tar.xz) = c8908d57c8ed9ceb8293c16ba7ad5af522efaf1ba7e51f9e4cf3c0774d199907 +SIZE (xwayland-24.1.8.tar.xz) = 1303408 diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile index 5453c190d9c0..b1b223668071 100644 --- a/x11-toolkits/aquamarine/Makefile +++ b/x11-toolkits/aquamarine/Makefile @@ -31,10 +31,4 @@ USE_XORG= pixman GH_ACCOUNT= hyprwm PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - .include <bsd.port.mk> diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 57cc0601433c..1d5a25a2e762 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,5 +1,5 @@ PORTNAME= vte -PORTVERSION= 0.80.2 +PORTVERSION= 0.80.3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -20,7 +20,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ PORTSCOUT= limitw:1,even -USES= compiler:c++20-lang gettext gnome localbase meson \ +USES= compiler:c++20-lang gettext-tools gnome localbase meson \ pkgconfig python:build tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf gtk30 introspection:build diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo index 7889230b3ac7..06445f3fe457 100644 --- a/x11-toolkits/vte3/distinfo +++ b/x11-toolkits/vte3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748616732 -SHA256 (gnome/vte-0.80.2.tar.xz) = b225bebd043633bd491f2ea171374d0f3f9de62dfec07653053bc08c4face46f -SIZE (gnome/vte-0.80.2.tar.xz) = 585696 +TIMESTAMP = 1751207933 +SHA256 (gnome/vte-0.80.3.tar.xz) = 2e596fd3fbeabb71531662224e71f6a2c37f684426136d62854627276ef4f699 +SIZE (gnome/vte-0.80.3.tar.xz) = 586568 diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist index 42cdbff152c7..211b27346d8d 100644 --- a/x11-toolkits/vte3/pkg-plist +++ b/x11-toolkits/vte3/pkg-plist @@ -32,7 +32,7 @@ lib/girepository-1.0/Vte-%%VERSION%%.typelib %%GTK4%%lib/libvte-%%VERSION%%-gtk4.so.0 lib/libvte-%%VERSION%%.so lib/libvte-%%VERSION%%.so.0 -lib/libvte-%%VERSION%%.so.0.8000.2 +lib/libvte-%%VERSION%%.so.0.8000.3 %%GTK4%%libdata/pkgconfig/vte-%%VERSION%%-gtk4.pc libdata/pkgconfig/vte-%%VERSION%%.pc libexec/vte-urlencode-cwd @@ -132,6 +132,7 @@ share/locale/th/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/ug/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/uz/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/uz@cyrillic/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/wa/LC_MESSAGES/vte-%%VERSION%%.mo diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 4aaf25c6476e..56a25548b502 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -45,12 +45,6 @@ LDFLAGS+= -Wl,--as-needed # GL, pango deps # Generated by "make update-hash" for commit_pins in hyprpm.toml GH_HASH= 29e2e59fdbab8ed2cc23a20e3c6043d5decb5cdc -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - OPTIONS_DEFINE= QT6 X11 OPTIONS_DEFAULT=QT6 X11 diff --git a/x11/appres/Makefile b/x11/appres/Makefile index e41b93ce6198..c4694985eaf8 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -1,15 +1,17 @@ PORTNAME= appres -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Program to list application's resources +WWW= https://gitlab.freedesktop.org/xorg/app/appres -USES= xorg xorg-cat:app -USE_XORG= x11 xt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xt xorgproto PLIST_FILES= bin/appres share/man/man1/appres.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/appres/distinfo b/x11/appres/distinfo index 646a667889f6..d74738d00f3c 100644 --- a/x11/appres/distinfo +++ b/x11/appres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525887215 -SHA256 (xorg/app/appres-1.0.5.tar.bz2) = ffad893712c81943b919e3cbfe46fc65259cc0d9eb96d5e658670e3fbb265928 -SIZE (xorg/app/appres-1.0.5.tar.bz2) = 124531 +TIMESTAMP = 1747928216 +SHA256 (xorg/app/appres-1.0.7.tar.xz) = 1114b189239fd87a8d1db433edcb4486346d29912132b91eaeee5667f13b819f +SIZE (xorg/app/appres-1.0.7.tar.xz) = 120780 diff --git a/x11/appres/pkg-descr b/x11/appres/pkg-descr index 6a5b906d2e75..4c5adb9fdbad 100644 --- a/x11/appres/pkg-descr +++ b/x11/appres/pkg-descr @@ -1,4 +1,4 @@ The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance -names. It can be used to determine which resources a particular +names. It can be used to determine which resources a particular program will load. diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile index a44bf0026c68..7b6844ee74ae 100644 --- a/x11/fstobdf/Makefile +++ b/x11/fstobdf/Makefile @@ -1,15 +1,17 @@ PORTNAME= fstobdf -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Generate BDF font from X font server +WWW= https://gitlab.freedesktop.org/xorg/app/fstobdf -USES= xorg xorg-cat:app -USE_XORG= x11 libfs +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= libfs x11 xorgproto PLIST_FILES= bin/fstobdf share/man/man1/fstobdf.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/fstobdf/distinfo b/x11/fstobdf/distinfo index 34a2ed2df93b..b0cd194f4903 100644 --- a/x11/fstobdf/distinfo +++ b/x11/fstobdf/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/fstobdf-1.0.6.tar.bz2) = 66cf550326c993e7043f260a8ec4a533a3bf9d8f0e7397a6fe9cca803732e92e -SIZE (xorg/app/fstobdf-1.0.6.tar.bz2) = 127170 +TIMESTAMP = 1750931334 +SHA256 (xorg/app/fstobdf-1.0.7.tar.xz) = 2624cbf071ccca89c2a6dadd65004784f478b2ba1c62b8209e03909954f36b50 +SIZE (xorg/app/fstobdf-1.0.7.tar.xz) = 122432 diff --git a/x11/fstobdf/pkg-descr b/x11/fstobdf/pkg-descr index e5adf2a0fc75..0ef467815802 100644 --- a/x11/fstobdf/pkg-descr +++ b/x11/fstobdf/pkg-descr @@ -1,2 +1,4 @@ -This package contains fstobdf, a program for generating BDF fonts from -an X font server. +The fstobdf program reads a font from a font server and prints a BDF +file on the standard output that may be used to recreate the font. +This is useful in testing servers, debugging font metrics, and +reproducing lost BDF files. diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 101153502139..c5af563ce075 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,6 +1,5 @@ PORTNAME= gnome-terminal -DISTVERSION= 3.54.5 -PORTREVISION= 2 +DISTVERSION= 3.56.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -9,20 +8,21 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal component for the GNOME Desktop WWW= https://gitlab.gnome.org/GNOME/gnome-terminal -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GFDL GPLv3+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING +LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.GFDL BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ itstool:textproc/itstool -LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ - libhandy-1.so:x11-toolkits/libhandy \ +LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \ libuuid.so:misc/libuuid RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas -USES= cpe gettext gnome localbase meson pkgconfig python \ +USES= cpe gettext-tools gnome localbase meson pkgconfig python \ tar:xz vala:build xorg -USE_GNOME= cairo dconf gdkpixbuf gtk30 vte3 libxslt:build +USE_GNOME= cairo gtk30 vte3 libxslt:build USE_XORG= x11 CPE_VENDOR= gnome diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index 22638dee61fc..b4babcf92cfa 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748281640 -SHA256 (gnome/gnome-terminal-3.54.5.tar.xz) = 132699f818341779c8aa9c0d049b778cbc6f82c1c37a17530354a47049962551 -SIZE (gnome/gnome-terminal-3.54.5.tar.xz) = 2010464 +TIMESTAMP = 1751409847 +SHA256 (gnome/gnome-terminal-3.56.2.tar.xz) = 235bc09dfa34cc5f1e95122e9bf60203a84daf861cfacf7e4496c5f548239978 +SIZE (gnome/gnome-terminal-3.56.2.tar.xz) = 2007732 diff --git a/x11/ico/Makefile b/x11/ico/Makefile index bbadbee338dc..562feeec025d 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,15 +1,16 @@ PORTNAME= ico -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays a wire-frame rotating plyhedron +WWW= https://gitlab.freedesktop.org/xorg/app/ico -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/ico share/man/man1/ico.1.gz diff --git a/x11/ico/distinfo b/x11/ico/distinfo index fd74d342d5fa..5e7134ce6f8e 100644 --- a/x11/ico/distinfo +++ b/x11/ico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525887945 -SHA256 (xorg/app/ico-1.0.5.tar.bz2) = d73b62f29eb98d850f16b76d759395180b860b613fbe1686b18eee99a6e3773f -SIZE (xorg/app/ico-1.0.5.tar.bz2) = 136727 +TIMESTAMP = 1749875842 +SHA256 (xorg/app/ico-1.0.6.tar.xz) = 38f369d431e753280fde70fa489cc94ce204f9f8eabd2f49fc7d32afa69f4405 +SIZE (xorg/app/ico-1.0.6.tar.xz) = 130032 diff --git a/x11/ico/pkg-descr b/x11/ico/pkg-descr index 591943b22fd1..51f8ec6d34c9 100644 --- a/x11/ico/pkg-descr +++ b/x11/ico/pkg-descr @@ -1,2 +1,5 @@ -This package contains ico, an appliction used for displaying wire-framed -rotating polyhedrons. +Ico is a simple animation program that may be used for testing various +X11 operations and extensions. It displays a wire-frame rotating +polyhedron, with hidden lines removed, or a solid-fill polyhedron with +hidden faces removed. There are a number of different polyhedra +available. diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index aeb0ce59c868..28c63a54cda7 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -1,5 +1,5 @@ PORTNAME= libICE -PORTVERSION= 1.1.1 +DISTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo index 0e8f80fab3c2..2231cd6f0b1a 100644 --- a/x11/libICE/distinfo +++ b/x11/libICE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714057299 -SHA256 (xorg/lib/libICE-1.1.1.tar.xz) = 03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451 -SIZE (xorg/lib/libICE-1.1.1.tar.xz) = 335960 +TIMESTAMP = 1747408580 +SHA256 (xorg/lib/libICE-1.1.2.tar.xz) = 974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625 +SIZE (xorg/lib/libICE-1.1.2.tar.xz) = 342900 diff --git a/x11/libICE/pkg-descr b/x11/libICE/pkg-descr index f15ac2a5dd15..76e833fe289e 100644 --- a/x11/libICE/pkg-descr +++ b/x11/libICE/pkg-descr @@ -1 +1,9 @@ -This package contains the Inter Client Exchange library for X11. +This package provides the X11 Inter-Client Exchange library, which +allows for communication of data between X clients. + +There are numerous possible inter-client protocols, with many +similarities and common needs - authentication, version negotiation, +byte order negotiation, and so on. The Inter-Client Exchange (ICE) +protocol is intended to provide a framework for building such +protocols, allowing them to make use of common negotiation mechanisms +and to be multiplexed over a single transport connection. diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 0af9879adca6..83e08746d01f 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,5 +1,5 @@ PORTNAME= libXau -PORTVERSION= 1.0.11 +DISTVERSION= 1.0.12 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index 51a625242d7a..992dd05db744 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716925378 -SHA256 (xorg/lib/libXau-1.0.11.tar.xz) = f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb -SIZE (xorg/lib/libXau-1.0.11.tar.xz) = 274108 +TIMESTAMP = 1747098837 +SHA256 (xorg/lib/libXau-1.0.12.tar.xz) = 74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb +SIZE (xorg/lib/libXau-1.0.12.tar.xz) = 282624 diff --git a/x11/libXau/pkg-descr b/x11/libXau/pkg-descr index a3f7c8574f2e..584f664eb43f 100644 --- a/x11/libXau/pkg-descr +++ b/x11/libXau/pkg-descr @@ -1 +1,8 @@ This package contains a library for the Authorization Protocol for X11. +This is useful for restricting client access to the display. + +libXau provides mechanisms for individual access to an X Window System +display. It uses existing core protocol and library hooks for specifying +authorization data in the connection setup block to restrict use of the +display to only those clients that show that they know a server-specific +key called a "magic cookie". diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 0834adc33bf0..3197c7e87613 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -1,5 +1,5 @@ PORTNAME= libXcursor -PORTVERSION= 1.2.2 +DISTVERSION= 1.2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,7 +14,6 @@ USE_XORG= xrender x11 xfixes xorgproto CPE_VENDOR= x CPE_PRODUCT= libxcursor -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons \ --with-cursorpath="~/.local/share/icons:~/.icons:${PREFIX}/share/icons:${PREFIX}/share/pixmaps" INSTALL_TARGET= install-strip diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo index 281510f2e222..484e7d0b278b 100644 --- a/x11/libXcursor/distinfo +++ b/x11/libXcursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709444312 -SHA256 (xorg/lib/libXcursor-1.2.2.tar.xz) = 53d071bd2cc56e517a30998d5e685c8a74556ddada43c6985d14da9a023a88ee -SIZE (xorg/lib/libXcursor-1.2.2.tar.xz) = 289536 +TIMESTAMP = 1747549658 +SHA256 (xorg/lib/libXcursor-1.2.3.tar.xz) = fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0 +SIZE (xorg/lib/libXcursor-1.2.3.tar.xz) = 292764 diff --git a/x11/libXcursor/pkg-descr b/x11/libXcursor/pkg-descr index cb6ac8026f02..8dd65e68e1b3 100644 --- a/x11/libXcursor/pkg-descr +++ b/x11/libXcursor/pkg-descr @@ -1 +1,7 @@ -This package contains the X client-side cursor loading library. +This package, libXcursor, provides the client-side cursor loading +library for X. This cursor management library is a simple library +designed to help locate and load cursors (from files or memory). + +A library of common cursors exists which map to the standard X cursor +names. Cursors can exist in several sizes and the library automatically +picks the best size. diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 93d72e004e04..cae3d5fa482c 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,13 +1,14 @@ PORTNAME= libXi -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Input extension library -WWW= https://www.freedesktop.org/Software/xlibs +WWW= https://www.freedesktop.org/wiki/Software/xlibs/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib CPE_VENDOR= x.org diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index d046b66baaf6..d1a774b47305 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716926968 -SHA256 (xorg/lib/libXi-1.8.1.tar.xz) = 89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7 -SIZE (xorg/lib/libXi-1.8.1.tar.xz) = 404252 +TIMESTAMP = 1747589118 +SHA256 (xorg/lib/libXi-1.8.2.tar.xz) = d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104 +SIZE (xorg/lib/libXi-1.8.2.tar.xz) = 405200 diff --git a/x11/libXi/pkg-descr b/x11/libXi/pkg-descr index 76825a49adb5..d34fac751488 100644 --- a/x11/libXi/pkg-descr +++ b/x11/libXi/pkg-descr @@ -1 +1,4 @@ -This package contains the X Input extension library. +libXi is library for the X Input Extension. +The purpose of this extension is to support the use of additional input +devices beyond the pointer and keyboard devices defined by the core X +protocol. diff --git a/x11/libXpresent/Makefile b/x11/libXpresent/Makefile index ef9b672f262b..cba31fe70cbd 100644 --- a/x11/libXpresent/Makefile +++ b/x11/libXpresent/Makefile @@ -1,6 +1,5 @@ PORTNAME= libXpresent -PORTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.0.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,11 +9,9 @@ WWW= https://gitlab.freedesktop.org/xorg/lib/libxpresent LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:lib +USES= tar:xz xorg xorg-cat:lib USE_XORG= x11 xfixes xext xorgproto xrandr -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11/libXpresent/distinfo b/x11/libXpresent/distinfo index 444ce61f2107..3429d4f993d0 100644 --- a/x11/libXpresent/distinfo +++ b/x11/libXpresent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566903596 -SHA256 (xorg/lib/libXpresent-1.0.0.tar.bz2) = c11ae015141a9afbe10f4f2b8ee00b11adca6373dc1b9808d7c6c138b2da7b8a -SIZE (xorg/lib/libXpresent-1.0.0.tar.bz2) = 263461 +TIMESTAMP = 1747637953 +SHA256 (xorg/lib/libXpresent-1.0.1.tar.xz) = b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b +SIZE (xorg/lib/libXpresent-1.0.1.tar.xz) = 257136 diff --git a/x11/libXpresent/pkg-descr b/x11/libXpresent/pkg-descr index 7ada869791ba..a7733e7786a4 100644 --- a/x11/libXpresent/pkg-descr +++ b/x11/libXpresent/pkg-descr @@ -1 +1,6 @@ -Xlib-based library for the X Present Extension. +Xpresent is a library designed to interface the X Present Extension. + +The Present extension provides a way for applications to update their +window contents from a pixmap in a well defined fashion, synchronizing +with the display refresh and potentially using a more efficient +mechanism than copying the contents of the source pixmap. diff --git a/x11/libXpresent/pkg-plist b/x11/libXpresent/pkg-plist index 0c5c84aa53cc..fbddecfe3afc 100644 --- a/x11/libXpresent/pkg-plist +++ b/x11/libXpresent/pkg-plist @@ -4,4 +4,12 @@ lib/libXpresent.so lib/libXpresent.so.1 lib/libXpresent.so.1.0.0 libdata/pkgconfig/xpresent.pc +share/man/man3/XPresentFreeInput.3.gz +share/man/man3/XPresentNotifyMSC.3.gz +share/man/man3/XPresentPixmap.3.gz +share/man/man3/XPresentQueryCapabilities.3.gz +share/man/man3/XPresentQueryExtension.3.gz +share/man/man3/XPresentQueryVersion.3.gz +share/man/man3/XPresentSelectInput.3.gz +share/man/man3/XPresentVersion.3.gz share/man/man3/Xpresent.3.gz diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 1f52662e8455..e23c6d231bdb 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,12 +1,13 @@ PORTNAME= libXtst -PORTVERSION= 1.2.4 +DISTVERSION= 1.2.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Test extension -WWW= https://www.freedesktop.org/Software/xorg +WWW= https://gitlab.freedesktop.org/xorg/lib/libxtst LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib USE_XORG= x11 xext xi xorgproto @@ -15,8 +16,13 @@ CPE_VENDOR= x CONFIGURE_ARGS+=--disable-specs --without-xmlto +INSTALL_TARGET= install-strip + post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/specs//' ${WRKSRC}/Makefile.in +post-build: + @${REINPLACE_CMD} -e 's|^\.so |.so man3/|' ${WRKSRC}/man/*.3 + .include <bsd.port.mk> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 478873e0d705..6910a95a97f9 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716963960 -SHA256 (xorg/lib/libXtst-1.2.4.tar.xz) = 84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8 -SIZE (xorg/lib/libXtst-1.2.4.tar.xz) = 287636 +TIMESTAMP = 1747142850 +SHA256 (xorg/lib/libXtst-1.2.5.tar.xz) = b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242 +SIZE (xorg/lib/libXtst-1.2.5.tar.xz) = 291748 diff --git a/x11/libXtst/pkg-descr b/x11/libXtst/pkg-descr index 9697dca7a295..01cfa5cee20e 100644 --- a/x11/libXtst/pkg-descr +++ b/x11/libXtst/pkg-descr @@ -1 +1,10 @@ -This package contains the XKB file library. +libXtst provides the Xlib-based client API for the XTEST & RECORD +extensions. + +The XTEST extension is a minimal set of client and server extensions +required to completely test the X11 server with no user intervention. +This extension is not intended to support general journaling and +playback of user actions. + +The RECORD extension supports the recording and reporting of all +core X protocol and arbitrary X extension protocol. diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 4a20092db1ad..80c1890a2f6e 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,6 +1,5 @@ PORTNAME= libXv -PORTVERSION= 1.0.12 -PORTREVISION= 1 +DISTVERSION= 1.0.13 PORTEPOCH= 1 CATEGORIES= x11 @@ -9,6 +8,7 @@ COMMENT= X Video Extension library WWW= https://www.freedesktop.org/Software/xlibs LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= cpe xorg xorg-cat:lib @@ -16,6 +16,6 @@ USE_XORG= x11 xext xorgproto CPE_PRODUCT= libxv CPE_VENDOR= x -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index ba92c308a769..001fe42322fe 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670266877 -SHA256 (xorg/lib/libXv-1.0.12.tar.xz) = aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848 -SIZE (xorg/lib/libXv-1.0.12.tar.xz) = 276020 +TIMESTAMP = 1747278699 +SHA256 (xorg/lib/libXv-1.0.13.tar.xz) = 7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755 +SIZE (xorg/lib/libXv-1.0.13.tar.xz) = 281460 diff --git a/x11/libXv/pkg-descr b/x11/libXv/pkg-descr index 53be45c4f3bd..347bfc72360e 100644 --- a/x11/libXv/pkg-descr +++ b/x11/libXv/pkg-descr @@ -1 +1,4 @@ -This package contains the X Video Extension library. +The X Video Extension (Xv) extension provides support for video +adaptors attached to an X display. It takes the approach that a +display may have one or more video adaptors, each of which has one +or more ports through which independent video streams pass. diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index 3e80dcaf8610..b66ac732a0d0 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -1,16 +1,19 @@ PORTNAME= libXxf86vm -PORTVERSION= 1.1.5 +DISTVERSION= 1.1.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Vidmode Extension -WWW= https://www.freedesktop.org/Software/xorg +WWW= https://gitlab.freedesktop.org/xorg/lib/libxxf86vm LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib USE_XORG= xorgproto x11 xext CPE_PRODUCT= libxxf86vm CPE_VENDOR= x +INSTALL_TARGET= install-strip + .include <bsd.port.mk> diff --git a/x11/libXxf86vm/distinfo b/x11/libXxf86vm/distinfo index ebe879891054..f8644204fe83 100644 --- a/x11/libXxf86vm/distinfo +++ b/x11/libXxf86vm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716964345 -SHA256 (xorg/lib/libXxf86vm-1.1.5.tar.xz) = 247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7 -SIZE (xorg/lib/libXxf86vm-1.1.5.tar.xz) = 265384 +TIMESTAMP = 1747144195 +SHA256 (xorg/lib/libXxf86vm-1.1.6.tar.xz) = 96af414c73ce1d5449ad04be7f9f27fa8330f844b6dda843ef22e3e1befb3ee3 +SIZE (xorg/lib/libXxf86vm-1.1.6.tar.xz) = 271712 diff --git a/x11/libXxf86vm/pkg-descr b/x11/libXxf86vm/pkg-descr index 9697dca7a295..cf8025404ed7 100644 --- a/x11/libXxf86vm/pkg-descr +++ b/x11/libXxf86vm/pkg-descr @@ -1 +1,4 @@ -This package contains the XKB file library. +This package contains library for the XFree86-VidMode X extension. +These functions provide an interface to the server extension +XFree86-VidModeExtension which allows the video modes to be queried +and adjusted dynamically and mode switching to be controlled. diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile index 1190bd9ebf83..4e628e694aee 100644 --- a/x11/libxshmfence/Makefile +++ b/x11/libxshmfence/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxshmfence -PORTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libxshmfence/distinfo b/x11/libxshmfence/distinfo index 58edd7f6361b..ee4309e74dfb 100644 --- a/x11/libxshmfence/distinfo +++ b/x11/libxshmfence/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670515706 -SHA256 (xorg/lib/libxshmfence-1.3.2.tar.xz) = 870df257bc40b126d91b5a8f1da6ca8a524555268c50b59c0acd1a27f361606f -SIZE (xorg/lib/libxshmfence-1.3.2.tar.xz) = 259024 +TIMESTAMP = 1747706454 +SHA256 (xorg/lib/libxshmfence-1.3.3.tar.xz) = d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10 +SIZE (xorg/lib/libxshmfence-1.3.3.tar.xz) = 264860 diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile index deed18b98ce7..1090227239db 100644 --- a/x11/setxkbmap/Makefile +++ b/x11/setxkbmap/Makefile @@ -1,19 +1,17 @@ PORTNAME= setxkbmap -PORTVERSION= 1.3.2 -PORTREVISION= 1 +DISTVERSION= 1.3.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Set the keyboard using the X Keyboard Extension -WWW= https://www.freedesktop.org/Software/xorg +WWW= https://gitlab.freedesktop.org/xorg/app/setxkbmap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xkbfile x11 +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xkbfile xorgproto xrandr -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-xkb-config-root=${LOCALBASE}/share/X11/xkb PLIST_FILES= bin/setxkbmap share/man/man1/setxkbmap.1.gz diff --git a/x11/setxkbmap/distinfo b/x11/setxkbmap/distinfo index 233c24519407..e86e966314df 100644 --- a/x11/setxkbmap/distinfo +++ b/x11/setxkbmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566061167 -SHA256 (xorg/app/setxkbmap-1.3.2.tar.bz2) = 8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5 -SIZE (xorg/app/setxkbmap-1.3.2.tar.bz2) = 136253 +TIMESTAMP = 1748221448 +SHA256 (xorg/app/setxkbmap-1.3.4.tar.xz) = be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade +SIZE (xorg/app/setxkbmap-1.3.4.tar.xz) = 132300 diff --git a/x11/setxkbmap/pkg-descr b/x11/setxkbmap/pkg-descr index ee02809c99e3..04fde0c6ae17 100644 --- a/x11/setxkbmap/pkg-descr +++ b/x11/setxkbmap/pkg-descr @@ -1,2 +1,3 @@ -This package contains setxkbmp, a program for setting the keyboard using -the X Keyboard Extension. +The setxkbmap is an X11 client to change the keymaps in the X server +for a specified keyboard to use the layout determined by the options +listed on the command line. diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile index 70f297c194b6..e31a97d5aea6 100644 --- a/x11/swayimg/Makefile +++ b/x11/swayimg/Makefile @@ -32,12 +32,6 @@ PLIST_FILES= bin/${PORTNAME} \ ${DATADIR}/${PORTNAME}rc \ ${NULL} -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - OPTIONS_DEFINE= AVIF BASH GIF HEIF JPEG JSON JXL LIBEXIF LIBRSVG2 \ OPENEXR PNG RAW SIXEL TIFF WEBP ZSH OPTIONS_DEFAULT=AVIF BASH GIF HEIF JPEG JSON JXL LIBEXIF LIBRSVG2 \ diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile index ef3b9e959ab1..72499f5377e5 100644 --- a/x11/viewres/Makefile +++ b/x11/viewres/Makefile @@ -1,21 +1,20 @@ PORTNAME= viewres -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Graphical class browser for Xt +WWW= https://gitlab.freedesktop.org/xorg/app/viewres LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xaw xmu xt +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xorgproto xt PLIST_FILES+= bin/viewres \ share/man/man1/viewres.1.gz \ share/X11/app-defaults/Viewres \ share/X11/app-defaults/Viewres-color -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/viewres/distinfo b/x11/viewres/distinfo index e3710a1a41be..7b5467293e46 100644 --- a/x11/viewres/distinfo +++ b/x11/viewres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566826645 -SHA256 (xorg/app/viewres-1.0.6.tar.bz2) = 11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934 -SIZE (xorg/app/viewres-1.0.6.tar.bz2) = 135200 +TIMESTAMP = 1747936576 +SHA256 (xorg/app/viewres-1.0.8.tar.xz) = 4b221c2b103390b166633612b9abf8036cbbe90605dbd8a37cf2a377fa2b6cd2 +SIZE (xorg/app/viewres-1.0.8.tar.xz) = 133288 diff --git a/x11/viewres/pkg-descr b/x11/viewres/pkg-descr index d334bb9e5464..aa58fb1f0e1c 100644 --- a/x11/viewres/pkg-descr +++ b/x11/viewres/pkg-descr @@ -1,2 +1,7 @@ This package contains viewres, a graphical class browser that displays a tree showing the widget class hierarchy of the Athena Widget Set. + +Each node in the tree can be expanded to show the resources that the +corresponding class adds (i.e. does not inherit from its parent) when a +widget is created. This application allows the user to visually examine +the structure and inherited resources for the Athena Widget Set. diff --git a/x11/wmenu/Makefile b/x11/wmenu/Makefile index b5981638437f..33a2ebd90609 100644 --- a/x11/wmenu/Makefile +++ b/x11/wmenu/Makefile @@ -18,14 +18,6 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ USES= compiler:c11 gnome meson pkgconfig USE_GNOME= cairo pango -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -CPPFLAGS+= `pkg-config --cflags epoll-shim` -LDFLAGS+= `pkg-config --libs epoll-shim` -.endif - WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/wmenu \ diff --git a/x11/xbiff/Makefile b/x11/xbiff/Makefile index e0e238dd4158..27226c553774 100644 --- a/x11/xbiff/Makefile +++ b/x11/xbiff/Makefile @@ -1,17 +1,16 @@ PORTNAME= xbiff -PORTVERSION= 1.0.4 -PORTREVISION= 1 +DISTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Mailbox flag for X +WWW= https://gitlab.freedesktop.org/xorg/app/xbiff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xaw xbitmaps xext xmu xt +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xbitmaps xext xmu xorgproto xt PLIST_FILES= bin/xbiff share/man/man1/xbiff.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xbiff/distinfo b/x11/xbiff/distinfo index b20b97daa203..759e5b9d93df 100644 --- a/x11/xbiff/distinfo +++ b/x11/xbiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566062360 -SHA256 (xorg/app/xbiff-1.0.4.tar.bz2) = e1e1a39628a5678585008ef7fb1ff2864edaaa0e062989c2331f8c74e0fec971 -SIZE (xorg/app/xbiff-1.0.4.tar.bz2) = 133455 +TIMESTAMP = 1746925673 +SHA256 (xorg/app/xbiff-1.0.5.tar.xz) = cffb10e2488b09695da8377f395a4fed6d33f5eb9691322ebaa969e8ead7b0c2 +SIZE (xorg/app/xbiff-1.0.5.tar.xz) = 128432 diff --git a/x11/xbiff/pkg-descr b/x11/xbiff/pkg-descr index 917fe929b8ce..5045d81e9a6b 100644 --- a/x11/xbiff/pkg-descr +++ b/x11/xbiff/pkg-descr @@ -1,3 +1,9 @@ -This package contains xbiff, which displays a little image of a mailbox in -the X Window System. The flag on the mailbox is down when there is no mail, -and the flag goes up when new mail arrives. +The Xbiff program provides graphical notification of new e-mail. It only +handles mail stored in a filesystem accessible file, not via IMAP, POP +or other remote access protocols. + +It displays a little image of a mailbox in the X Window System. When +there is no mail, the flag on the mailbox is down. When mail arrives, +the flag goes up and the mailbox beeps. By default, pressing any mouse +button in the image forces xbiff to remember the current size of the +mail file as being the "empty" size and to lower the flag. diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile index ba145169c1d7..07dd1eb767e2 100644 --- a/x11/xbitmaps/Makefile +++ b/x11/xbitmaps/Makefile @@ -1,14 +1,15 @@ PORTNAME= xbitmaps -PORTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.Org bitmaps data +WWW= https://gitlab.freedesktop.org/xorg/data/bitmaps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix xorg-cat:data +USES= pathfix tar:xz xorg-cat:data NO_ARCH= yes diff --git a/x11/xbitmaps/distinfo b/x11/xbitmaps/distinfo index 52785ed4b345..c05615ec2e29 100644 --- a/x11/xbitmaps/distinfo +++ b/x11/xbitmaps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522344325 -SHA256 (xorg/data/xbitmaps-1.1.2.tar.bz2) = b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee -SIZE (xorg/data/xbitmaps-1.1.2.tar.bz2) = 129435 +TIMESTAMP = 1747086459 +SHA256 (xorg/data/xbitmaps-1.1.3.tar.xz) = ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a +SIZE (xorg/data/xbitmaps-1.1.3.tar.xz) = 109772 diff --git a/x11/xbitmaps/pkg-descr b/x11/xbitmaps/pkg-descr index df006bcf2041..cececa064d31 100644 --- a/x11/xbitmaps/pkg-descr +++ b/x11/xbitmaps/pkg-descr @@ -1,2 +1,3 @@ This package contains xbitmaps, which provides static graphics needed by X.Org applications to draw screen elements. +The bitmaps are in the X BitMap (XBM) format for direct inclusion in C. diff --git a/x11/xclipboard/Makefile b/x11/xclipboard/Makefile index fa849e6f23e3..5e683372ce9c 100644 --- a/x11/xclipboard/Makefile +++ b/x11/xclipboard/Makefile @@ -1,17 +1,16 @@ PORTNAME= xclipboard -PORTVERSION= 1.1.3 -PORTREVISION= 1 +DISTVERSION= 1.1.5 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= X clipboard client +COMMENT= Manage the X server clipboard +WWW= https://gitlab.freedesktop.org/xorg/app/xclipboard LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xkbfile xmu xorgproto xt .include <bsd.port.mk> diff --git a/x11/xclipboard/distinfo b/x11/xclipboard/distinfo index 9bba32d796cf..e521bb356978 100644 --- a/x11/xclipboard/distinfo +++ b/x11/xclipboard/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xclipboard-1.1.3.tar.bz2) = 9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 -SIZE (xorg/app/xclipboard-1.1.3.tar.bz2) = 132406 +TIMESTAMP = 1748284177 +SHA256 (xorg/app/xclipboard-1.1.5.tar.xz) = 8e47a4e18a88d47b14e8eb61a5f298687624a38f9decee9988d8b51a20514c45 +SIZE (xorg/app/xclipboard-1.1.5.tar.xz) = 132420 diff --git a/x11/xclipboard/pkg-descr b/x11/xclipboard/pkg-descr index 58e411e2c0f6..67b8f7f1a94e 100644 --- a/x11/xclipboard/pkg-descr +++ b/x11/xclipboard/pkg-descr @@ -1 +1,8 @@ -This package contains xclipboard, an X clipboard client. +The xclipboard program is used to collect and display text selections +that are sent to the CLIPBOARD by other clients. It is typically used +to save CLIPBOARD selections for later use. It stores each CLIPBOARD +selection as a separate string, each of which can be selected. Each +time CLIPBOARD is asserted by another application, xclipboard transfers +the contents of that selection to a new buffer and displays it in the +text window. Buffers are never automatically deleted, so you'll want to +use the delete button to get rid of useless items. diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 1ee03d499339..7c42854f0e8b 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,12 +1,13 @@ PORTNAME= xcursorgen -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Create an X cursor file from a collection of PNG images +WWW= https://gitlab.freedesktop.org/xorg/app/xcursorgen LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png @@ -16,6 +17,5 @@ USE_XORG= x11 xcursor xorgproto INSTALL_TARGET= install-strip PLIST_FILES= bin/xcursorgen share/man/man1/xcursorgen.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xcursorgen/distinfo b/x11/xcursorgen/distinfo index 24ed39f967c7..6d926ca628dd 100644 --- a/x11/xcursorgen/distinfo +++ b/x11/xcursorgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670268453 -SHA256 (xorg/app/xcursorgen-1.0.8.tar.xz) = 32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b -SIZE (xorg/app/xcursorgen-1.0.8.tar.xz) = 123208 +TIMESTAMP = 1748273702 +SHA256 (xorg/app/xcursorgen-1.0.9.tar.xz) = 0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc +SIZE (xorg/app/xcursorgen-1.0.9.tar.xz) = 126956 diff --git a/x11/xcursorgen/pkg-descr b/x11/xcursorgen/pkg-descr index be67a1b6c50b..4ed6779bc335 100644 --- a/x11/xcursorgen/pkg-descr +++ b/x11/xcursorgen/pkg-descr @@ -1,2 +1,5 @@ -This package contains xcursorgen, a program for creating an X cursor file -from a collection of PNG images. +Xcursorgen prepares X11 cursor sets for use with libXcursor. +Xcursorgen reads the configuration file to find the list of cursor +images along with their hotspot and nominal size information. +Xcursorgen converts all of the images to Xcursor format and writes them +to the output file. diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index db96e49cef79..4c1705400d01 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -32,12 +32,6 @@ PLIST_FILES= libexec/${PORTNAME} \ share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \ share/xdg-desktop-portal/portals/wlr.portal -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index bcaeb1d888b6..532fd8397bd8 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,20 +1,18 @@ PORTNAME= xdpyinfo -PORTVERSION= 1.3.2 -PORTREVISION= 5 +DISTVERSION= 1.3.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Display information utility for X +WWW= https://gitlab.freedesktop.org/xorg/app/xdpyinfo LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xcb xcomposite xext xinerama xorgproto xrender \ +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xcb xcomposite xext xi xinerama xorgproto xrender \ xtst xxf86dga xxf86vm -CONFIGURE_ARGS= --without-xf86misc - PLIST_FILES= bin/xdpyinfo share/man/man1/xdpyinfo.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo index b647047e4a06..4cb9d7344205 100644 --- a/x11/xdpyinfo/distinfo +++ b/x11/xdpyinfo/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xdpyinfo-1.3.2.tar.bz2) = 30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51 -SIZE (xorg/app/xdpyinfo-1.3.2.tar.bz2) = 141351 +TIMESTAMP = 1748021082 +SHA256 (xorg/app/xdpyinfo-1.3.4.tar.xz) = a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b +SIZE (xorg/app/xdpyinfo-1.3.4.tar.xz) = 137064 diff --git a/x11/xdpyinfo/pkg-descr b/x11/xdpyinfo/pkg-descr index 1ab1193022b3..4596654acddb 100644 --- a/x11/xdpyinfo/pkg-descr +++ b/x11/xdpyinfo/pkg-descr @@ -1,2 +1,5 @@ -This package contains xdpyinfo, which is a utility for displaying -information about an X server. +Xdpyinfo is a utility for displaying information about an X server. It +is used to examine the capabilities of a server, the predefined values +for various parameters used in communicating between clients and the +server, and the different types of screens and visuals that are +available. diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile index 4b1a37d51ac3..bff68e63c9c1 100644 --- a/x11/xdriinfo/Makefile +++ b/x11/xdriinfo/Makefile @@ -1,15 +1,17 @@ PORTNAME= xdriinfo -PORTVERSION= 1.0.6 -PORTREVISION= 5 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Query configuration information of DRI drivers +WWW= https://gitlab.freedesktop.org/xorg/app/xdriinfo -USES= gl xorg xorg-cat:app +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gl tar:xz xorg xorg-cat:app USE_GL= gl USE_XORG= x11 xorgproto PLIST_FILES= bin/xdriinfo share/man/man1/xdriinfo.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xdriinfo/distinfo b/x11/xdriinfo/distinfo index b45a6515467c..65628c2e12e5 100644 --- a/x11/xdriinfo/distinfo +++ b/x11/xdriinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525888518 -SHA256 (xorg/app/xdriinfo-1.0.6.tar.bz2) = d9ccd2c3e87899417acc9ea1f3e319a4198112babe1dc711273584f607449d51 -SIZE (xorg/app/xdriinfo-1.0.6.tar.bz2) = 123636 +TIMESTAMP = 1748188764 +SHA256 (xorg/app/xdriinfo-1.0.7.tar.xz) = dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734 +SIZE (xorg/app/xdriinfo-1.0.7.tar.xz) = 118268 diff --git a/x11/xdriinfo/pkg-descr b/x11/xdriinfo/pkg-descr index 2330f01cb6d0..1d5f5fc1bae7 100644 --- a/x11/xdriinfo/pkg-descr +++ b/x11/xdriinfo/pkg-descr @@ -1,2 +1,5 @@ -This package contains xdriinfo, an utility that can be used to query -configuration information of direct rendering devices. +X.org DRI information utility. +The xdriinfo utility prints an XML description of a DRI driver. The +driver can be specified directly by driver name or indirectly by screen +number. No X connection is needed if the driver name is explicitly +specified. diff --git a/x11/xedit/Makefile b/x11/xedit/Makefile index 3d7b769afe3e..47f9d1af877e 100644 --- a/x11/xedit/Makefile +++ b/x11/xedit/Makefile @@ -1,18 +1,16 @@ PORTNAME= xedit -PORTVERSION= 1.2.2 -PORTREVISION= 2 +DISTVERSION= 1.2.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Simple text editor for X +WWW= https://gitlab.freedesktop.org/xorg/app/xedit LICENSE= MIT BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xmu xt xaw7 - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw7 xmu xorgproto xt .include <bsd.port.mk> diff --git a/x11/xedit/distinfo b/x11/xedit/distinfo index a6f25d6519f1..85ad05c13862 100644 --- a/x11/xedit/distinfo +++ b/x11/xedit/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xedit-1.2.2.tar.bz2) = 69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927 -SIZE (xorg/app/xedit-1.2.2.tar.bz2) = 525861 +TIMESTAMP = 1746932533 +SHA256 (xorg/app/xedit-1.2.4.tar.xz) = b00d488b29cd007fadf9a4e44193cbdd72b48c94080be5ebc02565f21f9a2a71 +SIZE (xorg/app/xedit-1.2.4.tar.xz) = 481740 diff --git a/x11/xedit/files/patch-util.c b/x11/xedit/files/patch-util.c deleted file mode 100644 index 22ec83b7c17c..000000000000 --- a/x11/xedit/files/patch-util.c +++ /dev/null @@ -1,27 +0,0 @@ ---- util.c.orig 2015-02-21 21:42:33 UTC -+++ util.c -@@ -506,13 +506,14 @@ ResolveName(char *filename) - - if (result == NULL && errno == ENOENT) { - int length; -- char *dir, *file; -+ char *dir, *file, *fname; - - length = strlen(filename); - tmp = dir = XtMalloc(length + 1); - strcpy(dir, filename); -+ fname = strdup(filename); - -- file = basename(filename); -+ file = basename(fname); - dir = dirname(tmp); - - /* Creating a new file? */ -@@ -526,6 +527,7 @@ ResolveName(char *filename) - } - - XtFree(tmp); -+ free(fname); - } - - return (result); diff --git a/x11/xedit/pkg-descr b/x11/xedit/pkg-descr index 82e9ed276c74..693f9a452049 100644 --- a/x11/xedit/pkg-descr +++ b/x11/xedit/pkg-descr @@ -1 +1,7 @@ This package contains xedit, a simple text editor for the X Window System. + +Xedit provides a window consisting of the following four areas: +Commands Section, Message Window, Filename Display, Edit Window. + +Message Window displays xedit messages. In addition, this window can be +also used as a scratch pad. diff --git a/x11/xgc/Makefile b/x11/xgc/Makefile index ffd4f4c5cfce..6721469b7bdb 100644 --- a/x11/xgc/Makefile +++ b/x11/xgc/Makefile @@ -1,16 +1,15 @@ PORTNAME= xgc -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X graphics demo +WWW= https://gitlab.freedesktop.org/xorg/app/xgc/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xorgproto xt .include <bsd.port.mk> diff --git a/x11/xgc/distinfo b/x11/xgc/distinfo index e0b011e411a7..5dbfdceb544a 100644 --- a/x11/xgc/distinfo +++ b/x11/xgc/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xgc-1.0.5.tar.bz2) = 14828d9bda358ad57efc0206bc416ee33ba542091edb186485cca5389adc2f5e -SIZE (xorg/app/xgc-1.0.5.tar.bz2) = 188307 +TIMESTAMP = 1750059089 +SHA256 (xorg/app/xgc-1.0.6.tar.xz) = 7b87bbdbce4ec858738a3b81b8a3943aff01036001e2a1d00bb5384392a8b240 +SIZE (xorg/app/xgc-1.0.6.tar.xz) = 177228 diff --git a/x11/xgc/pkg-descr b/x11/xgc/pkg-descr index 9a64a07f94aa..9bddc69288b4 100644 --- a/x11/xgc/pkg-descr +++ b/x11/xgc/pkg-descr @@ -1,2 +1,4 @@ -This package contains xgc, which is a program that demonstrates various -features of the X graphics primitives. +The xgc program demonstrates various features of the X11 core protocol +graphics primitives. In X, most of the details about the graphics to be +generated are stored in a resource called a graphics context (GC). The +xgc program provides a user interface for setting various GC components. diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index f4d6269e6cc4..eaf55affe11f 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -1,24 +1,16 @@ PORTNAME= xinit -PORTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 1.4.4 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Window System initializer +WWW= https://gitlab.freedesktop.org/xorg/app/xinit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_SUFX= .tar.xz -USES= xorg xorg-cat:app -USE_XORG= x11 - -post-patch: - @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto .include <bsd.port.mk> diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo index fdac71ab6911..2d6d66be7431 100644 --- a/x11/xinit/distinfo +++ b/x11/xinit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670268068 -SHA256 (xorg/app/xinit-1.4.2.tar.xz) = b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23 -SIZE (xorg/app/xinit-1.4.2.tar.xz) = 156728 +TIMESTAMP = 1747680265 +SHA256 (xorg/app/xinit-1.4.4.tar.xz) = 40a47c7a164c7f981ce3787b4b37f7e411fb43231dcde543d70094075dacfef9 +SIZE (xorg/app/xinit-1.4.4.tar.xz) = 162496 diff --git a/x11/xinit/files/patch-startx.cpp b/x11/xinit/files/patch-startx.cpp deleted file mode 100644 index eccc0214aa67..000000000000 --- a/x11/xinit/files/patch-startx.cpp +++ /dev/null @@ -1,38 +0,0 @@ -# remove expr GNUisms: use BRE syntax and remove match, based on -# upstream commit e3bab0cc706880c22f2b205e7abad9d8c0227071, but -# also shield expr from leading dash of X server args. -# -# generate displayname as dictated in the xauth manpage -# ---- startx.cpp.orig 2018-03-10 01:46:03 UTC -+++ startx.cpp -@@ -166,7 +166,7 @@ while [ x"$1" != x ]; do - else - XCOMM display must be the FIRST server argument - if [ x"$serverargs" = x ] && @@ -- expr "$1" : ':[0-9][0-9]*$' > /dev/null 2>&1; then -+ expr \( "$1" \) : ':[0-9][0-9]*$' > /dev/null 2>&1; then - display="$1" - else - serverargs="$serverargs $1" -@@ -229,7 +229,7 @@ fi - XCOMM if no vt is specified add vtarg (which may be empty) - have_vtarg="no" - for i in $serverargs; do -- if expr "$i" : 'vt[0-9][0-9]*$' > /dev/null; then -+ if expr \( "$i" \) : 'vt[0-9][0-9]*$' > /dev/null; then - have_vtarg="yes" - fi - done -@@ -296,9 +296,9 @@ EOF - XCOMM now add the same credentials to the client authority file - XCOMM if '$displayname' already exists do not overwrite it as another - XCOMM server may need it. Add them to the '$xserverauthfile' instead. -- for displayname in $authdisplay $hostname$authdisplay; do -+ for displayname in $authdisplay $hostname/unix$authdisplay; do - authcookie=`XAUTH list "$displayname" @@ -- | sed -n "s/.*$displayname[[:space:]*].*[[:space:]*]//p"` 2>/dev/null; -+ | sed -n "s|.*$displayname[[:space:]*].*[[:space:]*]||p"` 2>/dev/null; - if [ "z${authcookie}" = "z" ] ; then - XAUTH -q << EOF - add $displayname . $mcookie diff --git a/x11/xinit/files/patch-startx.in b/x11/xinit/files/patch-startx.in new file mode 100644 index 000000000000..3ad43142b845 --- /dev/null +++ b/x11/xinit/files/patch-startx.in @@ -0,0 +1,50 @@ +# remove expr GNUisms: use BRE syntax and remove match, based on +# upstream commit e3bab0cc706880c22f2b205e7abad9d8c0227071, but +# also shield expr from leading dash of X server args. +# +# generate displayname as dictated in the xauth manpage +# +--- startx.in.orig 2025-03-09 20:44:26 UTC ++++ startx.in +@@ -179,7 +179,7 @@ while [ "$1" != "" ]; do + else + # display must be the FIRST server argument + if [ "$serverargs" = "" ] && \ +- expr "$1" : ':[0-9][0-9]*$' > /dev/null 2>&1; then ++ expr \( "$1" \) : ':[0-9][0-9]*$' > /dev/null 2>&1; then + display="$1" + else + serverargs="$serverargs $1" +@@ -242,7 +242,7 @@ for i in $serverargs; do + # if no vt is specified add vtarg (which may be empty) + have_vtarg="no" + for i in $serverargs; do +- if expr "$i" : 'vt[0-9][0-9]*$' > /dev/null; then ++ if expr \( "$i" \) : 'vt[0-9][0-9]*$' > /dev/null; then + have_vtarg="yes" + fi + done +@@ -271,9 +271,9 @@ if [ "$enable_xauth" = 1 ] ; then + mcookie=$($mk_cookie) + else + if [ -r /dev/urandom ]; then +- mcookie=$(dd if=/dev/urandom bs=16 count=1 2>/dev/null | hexdump -e \"%08x\") ++ mcookie=$(dd if=/dev/urandom bs=16 count=1 2>/dev/null | /usr/bin/hexdump -e \"%08x\") + else +- mcookie=$(dd if=/dev/random bs=16 count=1 2>/dev/null | hexdump -e \"%08x\") ++ mcookie=$(dd if=/dev/random bs=16 count=1 2>/dev/null | /usr/bin/hexdump -e \"%08x\") + fi + fi + if [ "$mcookie" = "" ]; then +@@ -302,9 +302,9 @@ EOF + # now add the same credentials to the client authority file + # if '$displayname' already exists do not overwrite it as another + # server may need it. Add them to the '$xserverauthfile' instead. +- for displayname in $authdisplay $hostname$authdisplay; do ++ for displayname in $authdisplay $hostname/unix$authdisplay; do + authcookie=$(xauth list "$displayname" \ +- | sed -n 's/.*'"$displayname"'[[:space:]*].*[[:space:]*]//p' 2>/dev/null); ++ | sed -n 's|.*'"$displayname"'[[:space:]*].*[[:space:]*]||p' 2>/dev/null); + if [ "z${authcookie}" = "z" ] ; then + "$xauth" -q << EOF + add $displayname . $mcookie diff --git a/x11/xinit/pkg-descr b/x11/xinit/pkg-descr index 2676f6a4a1fd..11e0b7845da1 100644 --- a/x11/xinit/pkg-descr +++ b/x11/xinit/pkg-descr @@ -1 +1,7 @@ -This package contains xinit, the X Window System initializer. +The xinit program is used to start the X Window System server and a +first client program on systems that are not using a display manager +such as xdm. + +The xinit is not intended for naive users. Instead, site administrators +should design user-friendly scripts that present the desired interface +when starting up X. The startx script is one such example. diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index 1196d1fc23d8..f5010ebd86ea 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,19 +1,17 @@ PORTNAME= xinput -PORTVERSION= 1.6.3 -PORTREVISION= 1 +DISTVERSION= 1.6.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices -WWW= http://ftp.x.org/contrib/utilities/xinput.README +WWW= https://gitlab.freedesktop.org/xorg/app/xinput LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app +USES= tar:xz xorg xorg-cat:app USE_XORG= xorgproto x11 xi xext xrandr xinerama PLIST_FILES= bin/xinput share/man/man1/xinput.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index f2ed9e0394c3..b6e0fae2d812 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566062732 -SHA256 (xorg/app/xinput-1.6.3.tar.bz2) = 35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed -SIZE (xorg/app/xinput-1.6.3.tar.bz2) = 162556 +TIMESTAMP = 1750178984 +SHA256 (xorg/app/xinput-1.6.4.tar.xz) = ad04d00d656884d133110eeddc34e9c69e626ebebbbab04dc95791c2907057c8 +SIZE (xorg/app/xinput-1.6.4.tar.xz) = 153160 diff --git a/x11/xinput/pkg-descr b/x11/xinput/pkg-descr index c6109fb38030..7ad0a26af5e0 100644 --- a/x11/xinput/pkg-descr +++ b/x11/xinput/pkg-descr @@ -1,6 +1,3 @@ -xinput 1.x by Frederic Lepied - -xinput is an utility I have built to configure and test my XInput -devices. The functionalities aren't complete but they fill my -needs. If you have some ideas or needs for improvement, feel free to -contact me. Any feedback welcome. +Xinput is a utility to configure and test XInput devices. It wasn't +originally designed to be the primary tool for doing this but it's +still pretty much the only program out there for doing it. :-) diff --git a/x11/xkill/Makefile b/x11/xkill/Makefile index df89ba873d28..c206b9ea3226 100644 --- a/x11/xkill/Makefile +++ b/x11/xkill/Makefile @@ -1,15 +1,17 @@ PORTNAME= xkill -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for killing a client by its X resource +WWW= https://gitlab.freedesktop.org/xorg/app/xkill -USES= xorg xorg-cat:app -USE_XORG= x11 xmuu +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xmuu xorgproto PLIST_FILES= bin/xkill share/man/man1/xkill.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xkill/distinfo b/x11/xkill/distinfo index a59b0515f36b..722fc7019ec8 100644 --- a/x11/xkill/distinfo +++ b/x11/xkill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525888693 -SHA256 (xorg/app/xkill-1.0.5.tar.bz2) = c5f0bb6a95e1ac7c4def8a657496d5d2f21ccd41eb47ef2c9ccb03fb6d6aff6b -SIZE (xorg/app/xkill-1.0.5.tar.bz2) = 128146 +TIMESTAMP = 1746761517 +SHA256 (xorg/app/xkill-1.0.6.tar.xz) = e5a8aa78c475677b11504646da8d93dacc30744258076a2ca418a24438aeb907 +SIZE (xorg/app/xkill-1.0.6.tar.xz) = 121900 diff --git a/x11/xkill/pkg-descr b/x11/xkill/pkg-descr index ceee5338e887..5dc91fdcdf15 100644 --- a/x11/xkill/pkg-descr +++ b/x11/xkill/pkg-descr @@ -1,2 +1,3 @@ -This package contians xkill, which is a utility for forcing the X server -to close connections to clients. +Xkill is a utility for forcing the X server to close connections to +clients. This program is very dangerous, but is useful for aborting +programs that have displayed undesired windows on a user's screen. diff --git a/x11/xload/Makefile b/x11/xload/Makefile index 57c2f196f26d..a9e2e50f207b 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -1,17 +1,15 @@ PORTNAME= xload -PORTVERSION= 1.1.3 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= System load average display for X +WWW= https://gitlab.freedesktop.org/xorg/app/xload LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xaw xmu xt - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xorgproto xt .include <bsd.port.mk> diff --git a/x11/xload/distinfo b/x11/xload/distinfo index 284e29d27da0..aab0b899b06f 100644 --- a/x11/xload/distinfo +++ b/x11/xload/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522345258 -SHA256 (xorg/app/xload-1.1.3.tar.bz2) = f34e4803871d771325cfe52bebd98cc5b6040d3f065184ec73de436f9a375907 -SIZE (xorg/app/xload-1.1.3.tar.bz2) = 140327 +TIMESTAMP = 1746684795 +SHA256 (xorg/app/xload-1.2.0.tar.xz) = 2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80 +SIZE (xorg/app/xload-1.2.0.tar.xz) = 134996 diff --git a/x11/xload/pkg-descr b/x11/xload/pkg-descr index 6a0b46f1719e..14ef7b3ebc5a 100644 --- a/x11/xload/pkg-descr +++ b/x11/xload/pkg-descr @@ -1,2 +1,3 @@ -This package contains xload, the X Window System system load average -display application. +The xload program displays a periodically updating histogram of the system +load average. +Xload accepts all of the standard X Toolkit command line options (see X(7)). diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile index 31ebec3220ee..8c3b1be21d13 100644 --- a/x11/xlogo/Makefile +++ b/x11/xlogo/Makefile @@ -1,16 +1,16 @@ PORTNAME= xlogo -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays the X Window System logo +WWW= https://gitlab.freedesktop.org/xorg/app/xlogo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:app -USE_XORG= sm x11 xaw xext xft xmu xrender xt +USE_XORG= sm x11 xaw xext xft xmu xorgproto xrender xt OPTIONS_DEFINE= XKB OPTIONS_DEFAULT=XKB @@ -19,6 +19,4 @@ XKB_DESC= Use XKB to sound bells XKB_USE= XORG=xkbfile XKB_CONFIGURE_WITH= xkb -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share - .include <bsd.port.mk> diff --git a/x11/xlogo/distinfo b/x11/xlogo/distinfo index 3c61d9affe04..3504c286bb05 100644 --- a/x11/xlogo/distinfo +++ b/x11/xlogo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668298914 -SHA256 (xorg/app/xlogo-1.0.6.tar.xz) = c16ae461a7f7ea275f55c82acf3ee86ce0eb5e406f3a91ab2bb4d332693f32a0 -SIZE (xorg/app/xlogo-1.0.6.tar.xz) = 128772 +TIMESTAMP = 1748294241 +SHA256 (xorg/app/xlogo-1.0.7.tar.xz) = 8a3f67b20407a53286a7de1a04dbda12d272234d59ef35e68ecfaf7633d83624 +SIZE (xorg/app/xlogo-1.0.7.tar.xz) = 133996 diff --git a/x11/xlogo/pkg-descr b/x11/xlogo/pkg-descr index dca5fe283b84..fa340d18e4a5 100644 --- a/x11/xlogo/pkg-descr +++ b/x11/xlogo/pkg-descr @@ -1 +1,3 @@ -This package contains xlogo, which displays the X Window System logo. +The xlogo program simply displays the X Window System logo, without +the use of any turtles. +Xlogo accepts all of the standard X Toolkit command line options. diff --git a/x11/xman/Makefile b/x11/xman/Makefile index 04cf34538695..58ee223a1971 100644 --- a/x11/xman/Makefile +++ b/x11/xman/Makefile @@ -1,17 +1,15 @@ PORTNAME= xman -PORTVERSION= 1.1.5 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Manual page display program for X +WWW= https://gitlab.freedesktop.org/xorg/app/xman LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xorgproto xt .include <bsd.port.mk> diff --git a/x11/xman/distinfo b/x11/xman/distinfo index bf336ef42f80..94527d3ede6a 100644 --- a/x11/xman/distinfo +++ b/x11/xman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566062869 -SHA256 (xorg/app/xman-1.1.5.tar.bz2) = 4e3c2c7497e9734a6d3c8e1b6a364612892bb31e9f33076c9fdae7177ab60978 -SIZE (xorg/app/xman-1.1.5.tar.bz2) = 193676 +TIMESTAMP = 1746587331 +SHA256 (xorg/app/xman-1.2.0.tar.xz) = f18db80bd72a0c27cf38b2a7b75485ee48cd22aab10f2ff58de54d83e268b406 +SIZE (xorg/app/xman-1.2.0.tar.xz) = 177156 diff --git a/x11/xman/pkg-descr b/x11/xman/pkg-descr index 610bc23acda6..25c078e60741 100644 --- a/x11/xman/pkg-descr +++ b/x11/xman/pkg-descr @@ -1,2 +1,5 @@ -This package contains xman, a manual page display program for the X -Window System. +The xman program is a graphical manual page browser using the Athena +Widgets (Xaw) toolkit. + +The default size of the initial xman window is small so that you can +leave it running throughout your entire login session. diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index bb472dfe9bf2..772361ad6a2f 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -1,18 +1,17 @@ PORTNAME= xmodmap -PORTVERSION= 1.0.10 -PORTREVISION= 1 +DISTVERSION= 1.0.11 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for modifying keymaps and pointer button mappings in X +WWW= https://gitlab.freedesktop.org/xorg/app/xmodmap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/xmodmap share/man/man1/xmodmap.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo index 37c085e69b46..4bb90976f51e 100644 --- a/x11/xmodmap/distinfo +++ b/x11/xmodmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551298200 -SHA256 (xorg/app/xmodmap-1.0.10.tar.bz2) = 473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c -SIZE (xorg/app/xmodmap-1.0.10.tar.bz2) = 145489 +TIMESTAMP = 1746493907 +SHA256 (xorg/app/xmodmap-1.0.11.tar.xz) = 9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81 +SIZE (xorg/app/xmodmap-1.0.11.tar.xz) = 139532 diff --git a/x11/xmodmap/pkg-descr b/x11/xmodmap/pkg-descr index b4ee30821975..2124d51682b5 100644 --- a/x11/xmodmap/pkg-descr +++ b/x11/xmodmap/pkg-descr @@ -1,2 +1,4 @@ -This package contains xmodmap, which is a program for editing and displaying -the keyboard modifier map and keymap table in X. +The xmodmap program is used to edit and display the keyboard modifier +map and keymap table that are used by client applications to convert +event keycodes into keysyms. It is usually run from the user's session +startup script to configure the keyboard according to personal tastes. diff --git a/x11/xorg-docs/Makefile b/x11/xorg-docs/Makefile index 06bc7782194f..90527e21c1a1 100644 --- a/x11/xorg-docs/Makefile +++ b/x11/xorg-docs/Makefile @@ -1,15 +1,14 @@ PORTNAME= xorg-docs -PORTVERSION= 1.7.2 -PORTREVISION= 1 +DISTVERSION= 1.7.3 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.org documentation files +WWW= https://gitlab.freedesktop.org/xorg/doc/xorg-docs CONFIGURE_ARGS+= --without-xmlto --without-fop --disable-specs -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -USES= xorg-cat:doc +USES= tar:xz xorg-cat:doc .include <bsd.port.mk> diff --git a/x11/xorg-docs/distinfo b/x11/xorg-docs/distinfo index 0b6ceb45473c..d5718647219c 100644 --- a/x11/xorg-docs/distinfo +++ b/x11/xorg-docs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486529 -SHA256 (xorg/doc/xorg-docs-1.7.2.tar.bz2) = 2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3 -SIZE (xorg/doc/xorg-docs-1.7.2.tar.bz2) = 384172 +TIMESTAMP = 1749438314 +SHA256 (xorg/doc/xorg-docs-1.7.3.tar.xz) = 28a2f2eeb5d9ff58b85961ff3ed7baaaf1ffa132e2a81f8b2bb97cb499bcddef +SIZE (xorg/doc/xorg-docs-1.7.3.tar.xz) = 326508 diff --git a/x11/xorg-docs/pkg-descr b/x11/xorg-docs/pkg-descr index f9e4211b2729..37822c8a4a00 100644 --- a/x11/xorg-docs/pkg-descr +++ b/x11/xorg-docs/pkg-descr @@ -1,4 +1,3 @@ -The documentation in this package is from xc/doc in the monolithic -source tree. It is expected that most of the documentation included -here will be converted to a new format and then moved to the appropriate -package. +This package provides miscellaneous documentation for the X Window +System that doesn't better fit into other packages. +The preferred documentation format for these documents is DocBook XML. diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index 9c1908d918fc..41b4278dd754 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -1,6 +1,6 @@ PORTNAME= xorg-libraries -PORTVERSION= 7.7 -PORTREVISION= 5 +DISTVERSION= 7.7 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:x11-fonts/libfontenc \ ${LOCALBASE}/libdata/pkgconfig/xdmcp.pc:x11/libXdmcp \ ${LOCALBASE}/libdata/pkgconfig/xext.pc:x11/libXext \ ${LOCALBASE}/libdata/pkgconfig/xfixes.pc:x11/libXfixes \ - ${LOCALBASE}/libdata/pkgconfig/xfont.pc:x11-fonts/libXfont \ + ${LOCALBASE}/libdata/pkgconfig/xfont2.pc:x11-fonts/libXfont2 \ ${LOCALBASE}/libdata/pkgconfig/xft.pc:x11-fonts/libXft \ ${LOCALBASE}/libdata/pkgconfig/xi.pc:x11/libXi \ ${LOCALBASE}/libdata/pkgconfig/xinerama.pc:x11/libXinerama \ diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile index 5244897a2a07..8a6a4057b1b5 100644 --- a/x11/xprop/Makefile +++ b/x11/xprop/Makefile @@ -1,18 +1,17 @@ PORTNAME= xprop -PORTVERSION= 1.2.7 +DISTVERSION= 1.2.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Property displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xprop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app -USE_XORG= x11 - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USE_XORG= x11 xorgproto PLIST_FILES= bin/xprop share/man/man1/xprop.1.gz diff --git a/x11/xprop/distinfo b/x11/xprop/distinfo index 2841db380587..edfb2c07e224 100644 --- a/x11/xprop/distinfo +++ b/x11/xprop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707032736 -SHA256 (xorg/app/xprop-1.2.7.tar.xz) = 4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f -SIZE (xorg/app/xprop-1.2.7.tar.xz) = 144216 +TIMESTAMP = 1747402697 +SHA256 (xorg/app/xprop-1.2.8.tar.xz) = d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee +SIZE (xorg/app/xprop-1.2.8.tar.xz) = 147396 diff --git a/x11/xprop/pkg-descr b/x11/xprop/pkg-descr index c5c0f971dac2..68bd74c7131c 100644 --- a/x11/xprop/pkg-descr +++ b/x11/xprop/pkg-descr @@ -1,2 +1,4 @@ -This package contains the xprop utility, which is for displaying window -and font properties in an X server. +The xprop utility is for displaying window and font properties in an X +server. One window or font is selected using the command line arguments +or possibly in the case of a window, by clicking on the desired window. +A list of properties is then given, possibly with formatting information. diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 6b510c9ffc1a..715bcc0845cc 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,21 +1,18 @@ PORTNAME= xrandr -PORTVERSION= 1.5.2 -PORTREVISION= 1 +DISTVERSION= 1.5.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Primitive command line interface to the RandR extension +WWW= https://gitlab.freedesktop.org/xorg/app/xrandr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_SUFX= .tar.xz USES= tar:xz xorg xorg-cat:app -USE_XORG= xrandr xrender x11 +USE_XORG= x11 xorgproto xrandr xrender PLIST_FILES= bin/xrandr \ - bin/xkeystone \ share/man/man1/xrandr.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index 23f67296ffe2..0c9990a0528b 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670267952 -SHA256 (xorg/app/xrandr-1.5.2.tar.xz) = c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240 -SIZE (xorg/app/xrandr-1.5.2.tar.xz) = 174012 +TIMESTAMP = 1747032576 +SHA256 (xorg/app/xrandr-1.5.3.tar.xz) = f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c +SIZE (xorg/app/xrandr-1.5.3.tar.xz) = 176852 diff --git a/x11/xrandr/files/patch-Makefile.in b/x11/xrandr/files/patch-Makefile.in new file mode 100644 index 000000000000..2ffa9e9d147e --- /dev/null +++ b/x11/xrandr/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2025-05-14 16:29:29 UTC ++++ Makefile.in +@@ -398,7 +398,7 @@ SUBDIRS = man + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = man +-bin_SCRIPTS = xkeystone ++bin_SCRIPTS = + AM_CFLAGS = $(XRANDR_CFLAGS) $(CWARNFLAGS) + xrandr_LDADD = $(XRANDR_LIBS) + xrandr_SOURCES = \ diff --git a/x11/xrandr/files/patch-man_xrandr.man b/x11/xrandr/files/patch-man_xrandr.man new file mode 100644 index 000000000000..84a626414f73 --- /dev/null +++ b/x11/xrandr/files/patch-man_xrandr.man @@ -0,0 +1,11 @@ +--- man/xrandr.man.orig 2025-05-14 16:17:35 UTC ++++ man/xrandr.man +@@ -400,7 +400,7 @@ xrandr --fb 1024x768 --output VGA --transform 1.24,0.1 + xrandr --fb 1024x768 --output VGA --transform 1.24,0.16,-124,0,1.24,0,0,0.000316,1 + .RE + .SH "SEE ALSO" +-Xrandr(__libmansuffix__), cvt(__appmansuffix__), xkeystone(__appmansuffix__), xbacklight(__appmansuffix__) ++Xrandr(__libmansuffix__), cvt(__appmansuffix__), xbacklight(__appmansuffix__) + .SH AUTHORS + Keith Packard, + Open Source Technology Center, Intel Corporation. diff --git a/x11/xrandr/pkg-descr b/x11/xrandr/pkg-descr index 25be87c3d20b..7a46f769d5b8 100644 --- a/x11/xrandr/pkg-descr +++ b/x11/xrandr/pkg-descr @@ -1,2 +1,6 @@ -This package contains xrandr, a primitive command line interface to -the RandR extension. +Xrandr is used to set the size, orientation and/or reflection of the +outputs for a screen. It can also set the screen size. + +If invoked without any option, it will dump the state of the outputs, +showing the existing modes for each of them, with a '+' after the +preferred modes and a '*' after the current mode. diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index 5749500c8389..0b1f4ff62088 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -1,18 +1,16 @@ PORTNAME= xrdb -PORTVERSION= 1.2.1 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X server resource database utility +WWW= https://gitlab.freedesktop.org/xorg/app/xrdb LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xmuu x11 - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xmuu xorgproto PLIST_FILES= bin/xrdb share/man/man1/xrdb.1.gz diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo index e96dd4e63e3e..b94c7ba70529 100644 --- a/x11/xrdb/distinfo +++ b/x11/xrdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486621 -SHA256 (xorg/app/xrdb-1.2.1.tar.bz2) = 4f5d031c214ffb88a42ae7528492abde1178f5146351ceb3c05f3b8d5abee8b4 -SIZE (xorg/app/xrdb-1.2.1.tar.bz2) = 143216 +TIMESTAMP = 1746497397 +SHA256 (xorg/app/xrdb-1.2.2.tar.xz) = 31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4 +SIZE (xorg/app/xrdb-1.2.2.tar.xz) = 136768 diff --git a/x11/xrdb/pkg-descr b/x11/xrdb/pkg-descr index 51829b16b5f7..eeb0d412483c 100644 --- a/x11/xrdb/pkg-descr +++ b/x11/xrdb/pkg-descr @@ -1 +1,7 @@ -This package contains xrdb, a X server resource database utility. +Xrdb is a command line utility to manage the X server resource database +for the current session. + +Xrdb is used to get or set the contents of the RESOURCE_MANAGER +property on the root window of screen 0, or the SCREEN_RESOURCES +property on the root window of any or all screens, or everything +combined. This program is normally run from the X startup file. diff --git a/x11/xscope/Makefile b/x11/xscope/Makefile index 1c17547e8bce..cf354698b250 100644 --- a/x11/xscope/Makefile +++ b/x11/xscope/Makefile @@ -1,18 +1,16 @@ PORTNAME= xscope -PORTVERSION= 1.4.1 -PORTREVISION= 3 +DISTVERSION= 1.4.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Window Protocol Viewer -WWW= https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml +WWW= https://gitlab.freedesktop.org/xorg/app/xscope LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xorgproto x11 xext - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= xorgproto xtrans PLIST_FILES= bin/xscope share/man/man1/xscope.1.gz diff --git a/x11/xscope/distinfo b/x11/xscope/distinfo index 888cb982a853..b799ab134538 100644 --- a/x11/xscope/distinfo +++ b/x11/xscope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526823367 -SHA256 (xorg/app/xscope-1.4.1.tar.bz2) = 33807fbd51822435b23c28e7e78116e552826a6ca4d85632f098ad0ddf1ff423 -SIZE (xorg/app/xscope-1.4.1.tar.bz2) = 216128 +TIMESTAMP = 1749888330 +SHA256 (xorg/app/xscope-1.4.5.tar.xz) = 5f125d4c94e19e4be48edc43691e46df0b82f0b6ead95453dc7ac775a0d70066 +SIZE (xorg/app/xscope-1.4.5.tar.xz) = 206412 diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile index 26a3ec9d9b89..265090da3cbf 100644 --- a/x11/xsetroot/Makefile +++ b/x11/xsetroot/Makefile @@ -1,14 +1,17 @@ PORTNAME= xsetroot -PORTVERSION= 1.1.2 -PORTREVISION= 1 +DISTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Root window parameter setting utility for X +WWW= https://gitlab.freedesktop.org/xorg/app/xsetroot + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xbitmaps xcursor xmuu xorgproto -USES= xorg xorg-cat:app -USE_XORG= xmuu x11 xbitmaps xcursor PLIST_FILES= bin/xsetroot share/man/man1/xsetroot.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xsetroot/distinfo b/x11/xsetroot/distinfo index dfb794deec94..bf283c02fac3 100644 --- a/x11/xsetroot/distinfo +++ b/x11/xsetroot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525892509 -SHA256 (xorg/app/xsetroot-1.1.2.tar.bz2) = 10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c -SIZE (xorg/app/xsetroot-1.1.2.tar.bz2) = 129091 +TIMESTAMP = 1746758768 +SHA256 (xorg/app/xsetroot-1.1.3.tar.xz) = 6081b45a9eb4426e045d259d1e144b32417fb635e5b96aa90647365ac96638d1 +SIZE (xorg/app/xsetroot-1.1.3.tar.xz) = 123200 diff --git a/x11/xvidtune/Makefile b/x11/xvidtune/Makefile index ebcca931c938..f3b9ed09d9d5 100644 --- a/x11/xvidtune/Makefile +++ b/x11/xvidtune/Makefile @@ -1,14 +1,15 @@ PORTNAME= xvidtune -PORTVERSION= 1.0.3 -PORTREVISION= 1 +DISTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Video mode tuner for X +WWW= https://gitlab.freedesktop.org/xorg/app/xvidtune -USES= xorg xorg-cat:app -USE_XORG= xxf86vm xt xaw +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xorgproto xt xxf86vm .include <bsd.port.mk> diff --git a/x11/xvidtune/distinfo b/x11/xvidtune/distinfo index cf179107d9ac..e3a49803cf3d 100644 --- a/x11/xvidtune/distinfo +++ b/x11/xvidtune/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xvidtune-1.0.3.tar.bz2) = 24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01 -SIZE (xorg/app/xvidtune-1.0.3.tar.bz2) = 128492 +TIMESTAMP = 1751344402 +SHA256 (xorg/app/xvidtune-1.0.4.tar.xz) = 0d4eecd54e440cc11f1bdaaa23180fcf890f003444343f533f639086b05b2cc5 +SIZE (xorg/app/xvidtune-1.0.4.tar.xz) = 130156 diff --git a/x11/xvidtune/pkg-descr b/x11/xvidtune/pkg-descr index a3a12fbb41d8..622fbdd33c52 100644 --- a/x11/xvidtune/pkg-descr +++ b/x11/xvidtune/pkg-descr @@ -1 +1,11 @@ -This package contains xvidtune, a video mode tuner for the X Window System. +Xvidtune is a client interface to the X server video mode extension +(XFree86-VidModeExtension). It can show current video mode, switch the +video mode and interactively adjust current video mode. + +When given one of the non-toolkit options, xvidtune provides a command +line interface to either print or switch the video mode. + +Without any options (or with only toolkit options) it presents the user +with various buttons and sliders that can be used to interactively +adjust existing video modes. It will also print the settings in a +format suitable for inclusion in an xorg.conf file. diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index 1a79453fb3a9..5ae1256c0484 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -1,17 +1,17 @@ PORTNAME= xwd -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Dump an image of an X window +WWW= https://gitlab.freedesktop.org/xorg/app/xwd LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xkbfile +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xkbfile xorgproto PLIST_FILES= bin/xwd share/man/man1/xwd.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo index 63e555870cf9..09bace00dfe4 100644 --- a/x11/xwd/distinfo +++ b/x11/xwd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486661 -SHA256 (xorg/app/xwd-1.0.8.tar.bz2) = fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b -SIZE (xorg/app/xwd-1.0.8.tar.bz2) = 151153 +TIMESTAMP = 1748282707 +SHA256 (xorg/app/xwd-1.0.9.tar.xz) = dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f +SIZE (xorg/app/xwd-1.0.9.tar.xz) = 141940 diff --git a/x11/xwd/pkg-descr b/x11/xwd/pkg-descr index 2741facba11b..99409c7eb393 100644 --- a/x11/xwd/pkg-descr +++ b/x11/xwd/pkg-descr @@ -1 +1,4 @@ -This package contains xwd, which is an X Window System window dumping utility. +Xwd is an X Window System window dumping utility. Xwd allows X users +to store window images in a specially formatted dump file. This file +can then be read by various other X utilities for redisplay, printing, +editing, formatting, archiving, image processing, etc. diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 0fd979b3a7a2..fd436f90f79c 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,22 +1,22 @@ PORTNAME= xwininfo -PORTVERSION= 1.1.5 -PORTREVISION= 1 +DISTVERSION= 1.1.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Window information utility for X +WWW= https://gitlab.freedesktop.org/xorg/app/xwininfo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= iconv xorg xorg-cat:app +USES= iconv tar:xz xorg xorg-cat:app USE_XORG= x11 xcb xorgproto -LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \ + libxcb-icccm.so:x11/xcb-util-wm -CONFIGURE_ARGS= --with-xcb-icccm +CONFIGURE_ARGS= --with-xcb-errors --with-xcb-icccm PLIST_FILES= bin/xwininfo share/man/man1/xwininfo.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo index 3d35586460a0..ed7a29c6c513 100644 --- a/x11/xwininfo/distinfo +++ b/x11/xwininfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566063085 -SHA256 (xorg/app/xwininfo-1.1.5.tar.bz2) = 7a405441dfc476666c744f5fcd1bc8a75abf8b5b1d85db7b88b370982365080e -SIZE (xorg/app/xwininfo-1.1.5.tar.bz2) = 172496 +TIMESTAMP = 1746489041 +SHA256 (xorg/app/xwininfo-1.1.6.tar.xz) = 3518897c17448df9ba99ad6d9bb1ca0f17bc0ed7c0fd61281b34ceed29a9253f +SIZE (xorg/app/xwininfo-1.1.6.tar.xz) = 161660 diff --git a/x11/xwininfo/pkg-descr b/x11/xwininfo/pkg-descr index a3c96a30550d..5c60c8a4ae81 100644 --- a/x11/xwininfo/pkg-descr +++ b/x11/xwininfo/pkg-descr @@ -1,2 +1,3 @@ -This package contains xwininfo, which is a utility for displaying -information about windows in X. +Xwininfo is a utility for displaying information about windows in X. +Various information is displayed depending on which options are +selected. If no options are chosen, -stats is assumed. diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index d299b322a123..4ae47ac2f19a 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -1,15 +1,17 @@ PORTNAME= xwud -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Image displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xwud -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/xwud share/man/man1/xwud.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xwud/distinfo b/x11/xwud/distinfo index dfe5f7da76dc..285cf19ae8dc 100644 --- a/x11/xwud/distinfo +++ b/x11/xwud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525893592 -SHA256 (xorg/app/xwud-1.0.5.tar.bz2) = 99997051f8a892313f22edf41dab45864e86e7062ee9012d5dbb6a40fc6b10a9 -SIZE (xorg/app/xwud-1.0.5.tar.bz2) = 133376 +TIMESTAMP = 1748281921 +SHA256 (xorg/app/xwud-1.0.7.tar.xz) = e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e +SIZE (xorg/app/xwud-1.0.7.tar.xz) = 129736 diff --git a/x11/xwud/pkg-descr b/x11/xwud/pkg-descr index 544f59909884..e85b362f27e1 100644 --- a/x11/xwud/pkg-descr +++ b/x11/xwud/pkg-descr @@ -1 +1,3 @@ -This package contains xwud, an image displayer for the X Window System. +Xwud is an X Window System image undumping utility. Xwud allows X users +to display in a window an image saved in a specially formatted dump +file, such as produced by xwd. |