diff options
Diffstat (limited to '')
1093 files changed, 17027 insertions, 29535 deletions
@@ -4616,8 +4616,8 @@ devel/py-openapi-codec|devel/py-openapi-core|2025-06-30|Has expired: Upstream ar devel/linenoise-ng||2025-06-30|Has expired: Upstream repo archived Oct 28, 2020 devel/libflatarray||2025-06-30|Has expired: Last activity from upstream 5 years ago and last release in 2016 devel/bogofilter-bdb||2025-06-30|Has expired: The Berkeley DB interface is obsolete. Read UPDATING and use one of the other devel/bogofilter* ports instead -misc/e2fsprogs-libuuid||2025-06-30|Use misc/libuuid (from util-linux) instead -filesystems/e2fsprogs-libblkid||2025-06-30|Use filesystems/libblkid (from util-linux) instead +misc/e2fsprogs-libuuid|misc/libuuid|2025-06-30|Replaced by util-linux based libuuid +filesystems/e2fsprogs-libblkid|filesystems/libblkid|2025-06-30|Replaced by util-linux based libblkid graphics/rigsofrods-pagedgeometry|graphics/pagedgeometry|2025-06-30|Switch to the upstream version net/net6||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020 devel/py-coreapi|devel/py-openapi-core|2025-06-30|Has expired: Upstream archived the repository. Please use devel/py-openapi-core instead @@ -4641,3 +4641,9 @@ 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/Features/ssp.mk b/Mk/Features/ssp.mk index 2af92acd1d8e..b6be18ce35e8 100644 --- a/Mk/Features/ssp.mk +++ b/Mk/Features/ssp.mk @@ -17,6 +17,5 @@ SSP_Include_MAINTAINER= portmgr@FreeBSD.org # Overridable as a user may want to use -fstack-protector-all SSP_CFLAGS?= -fstack-protector-strong CFLAGS+= ${SSP_CFLAGS} -LDFLAGS+= ${SSP_CFLAGS} . endif .endif diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 2db876e02ad8..b7e3e647778c 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -91,7 +91,7 @@ KDE_PLASMA5_VERSION?= 5.27.12 KDE_PLASMA5_BRANCH?= stable # Current KDE Plasma desktop. -KDE_PLASMA6_VERSION?= 6.4.1 +KDE_PLASMA6_VERSION?= 6.4.2 KDE_PLASMA6_BRANCH?= stable # Legacy KDE frameworks (Qt5 based). diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk index 9d5568e05047..d6b59898cb5b 100644 --- a/Mk/Uses/php.mk +++ b/Mk/Uses/php.mk @@ -110,7 +110,7 @@ DIST_SUBDIR= PECL PHPBASE?= ${LOCALBASE} -_ALL_PHP_VERSIONS= 81 82 83 84 +_ALL_PHP_VERSIONS= 81 82 83 84 85 # Make the already installed PHP the default one. . if exists(${PHPBASE}/etc/php.conf) @@ -179,7 +179,10 @@ PHP_VER= ${FLAVOR:S/^php//} (${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]}) # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${PHP_VER} == 84 +. if ${PHP_VER} == 85 +PHP_EXT_DIR= 20240925 +PHP_EXT_INC= hash json openssl pcre random spl +. elif ${PHP_VER} == 84 PHP_EXT_DIR= 20240924 PHP_EXT_INC= hash json openssl pcre random spl . elif ${PHP_VER} == 83 @@ -387,6 +390,7 @@ _USE_PHP_VER81= ${_USE_PHP_ALL} _USE_PHP_VER82= ${_USE_PHP_ALL} _USE_PHP_VER83= ${_USE_PHP_ALL} _USE_PHP_VER84= ${_USE_PHP_ALL} +_USE_PHP_VER85= ${_USE_PHP_ALL} bcmath_DEPENDS= math/php${PHP_VER}-bcmath bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 6a15f83d15de..549ad04fd4c1 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -132,7 +132,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} . endif # Possible values: 13, 14, 15, 16, 17 PGSQL_DEFAULT?= 17 -# Possible values: 8.1, 8.2, 8.3, 8.4 +# Possible values: 8.1, 8.2, 8.3, 8.4, 8.5 PHP_DEFAULT?= 8.3 # Possible values: rust, legacy . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) 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/accessibility/hyprsunset/Makefile b/accessibility/hyprsunset/Makefile index 1499354ab491..cc7a180b6cfe 100644 --- a/accessibility/hyprsunset/Makefile +++ b/accessibility/hyprsunset/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.2.0 PORTREVISION= 2 CATEGORIES= accessibility wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Blue light filter on Hyprland WWW= https://github.com/hyprwm/hyprsunset diff --git a/archivers/Makefile b/archivers/Makefile index 0c7e80be0b2f..d1b937bd3eb8 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -175,6 +175,10 @@ SUBDIR += php84-phar SUBDIR += php84-zip SUBDIR += php84-zlib + SUBDIR += php85-bz2 + SUBDIR += php85-phar + SUBDIR += php85-zip + SUBDIR += php85-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plakar diff --git a/archivers/php85-bz2/Makefile b/archivers/php85-bz2/Makefile new file mode 100644 index 000000000000..87562c741e29 --- /dev/null +++ b/archivers/php85-bz2/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-phar/Makefile b/archivers/php85-phar/Makefile new file mode 100644 index 000000000000..a3fbf377f61c --- /dev/null +++ b/archivers/php85-phar/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -phar + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-phar/files/patch-config.m4 b/archivers/php85-phar/files/patch-config.m4 new file mode 100644 index 000000000000..13ba9cf818b4 --- /dev/null +++ b/archivers/php85-phar/files/patch-config.m4 @@ -0,0 +1,11 @@ +--- config.m4.orig 2025-07-01 21:58:05 UTC ++++ config.m4 +@@ -32,8 +32,4 @@ if test "$PHP_PHAR" != "no"; then + PHP_ADD_EXTENSION_DEP(phar, spl) + PHP_ADD_MAKEFILE_FRAGMENT + +- AC_CONFIG_FILES([ +- $ext_dir/phar.1 +- $ext_dir/phar.phar.1 +- ]) + fi diff --git a/archivers/php85-phar/files/patch-phar__path__check.c b/archivers/php85-phar/files/patch-phar__path__check.c new file mode 100644 index 000000000000..8e599176ec86 --- /dev/null +++ b/archivers/php85-phar/files/patch-phar__path__check.c @@ -0,0 +1,241 @@ +--- phar_path_check.c.orig 2025-07-02 12:00:06 UTC ++++ phar_path_check.c +@@ -0,0 +1,238 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | phar php single-file executable PHP extension | ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Authors: Marcus Boerger <helly@php.net> | ++ +----------------------------------------------------------------------+ ++*/ ++ ++#include "phar_internal.h" ++ ++phar_path_check_result phar_path_check(char **s, size_t *len, const char **error) ++{ ++ const unsigned char *p = (const unsigned char*)*s; ++ const unsigned char *m; ++ ++ if (*len == 1 && *p == '.') { ++ *error = "current directory reference"; ++ return pcr_err_curr_dir; ++ } else if (*len == 2 && p[0] == '.' && p[1] == '.') { ++ *error = "upper directory reference"; ++ return pcr_err_up_dir; ++ } ++ ++#define YYCTYPE unsigned char ++#define YYCURSOR p ++#define YYLIMIT p+*len ++#define YYMARKER m ++#define YYFILL(n) do {} while (0) ++ ++loop: ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4); ++ yych = *YYCURSOR; ++ if (yych <= '[') { ++ if (yych <= ')') { ++ if (yych <= '\f') { ++ if (yych >= 0x01) goto yy1; ++ } else { ++ if (yych <= '\r') goto yy3; ++ if (yych <= 0x19) goto yy1; ++ goto yy4; ++ } ++ } else { ++ if (yych <= '/') { ++ if (yych <= '*') goto yy6; ++ if (yych <= '.') goto yy4; ++ goto yy7; ++ } else { ++ if (yych == '?') goto yy8; ++ goto yy4; ++ } ++ } ++ } else { ++ if (yych <= 0xEC) { ++ if (yych <= 0xC1) { ++ if (yych <= '\\') goto yy9; ++ if (yych <= 0x7F) goto yy4; ++ goto yy1; ++ } else { ++ if (yych <= 0xDF) goto yy10; ++ if (yych <= 0xE0) goto yy11; ++ goto yy12; ++ } ++ } else { ++ if (yych <= 0xF0) { ++ if (yych <= 0xED) goto yy13; ++ if (yych <= 0xEF) goto yy12; ++ goto yy14; ++ } else { ++ if (yych <= 0xF3) goto yy15; ++ if (yych <= 0xF4) goto yy16; ++ goto yy1; ++ } ++ } ++ } ++ ++YYCURSOR; ++ { ++ if (**s == '/') { ++ (*s)++; ++ (*len)--; ++ } ++ if ((p - (const unsigned char*)*s) - 1 != *len) ++ { ++ *error ="illegal character"; ++ return pcr_err_illegal_char; ++ } ++ *error = NULL; ++ return pcr_is_ok; ++ } ++yy1: ++ ++YYCURSOR; ++yy2: ++ { ++ *error ="illegal character"; ++ return pcr_err_illegal_char; ++ } ++yy3: ++ yych = *++YYCURSOR; ++ if (yych == '\n') goto yy1; ++ goto yy2; ++yy4: ++ ++YYCURSOR; ++yy5: ++ { ++ goto loop; ++ } ++yy6: ++ ++YYCURSOR; ++ { ++ *error = "star"; ++ return pcr_err_star; ++ } ++yy7: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= '-') goto yy5; ++ if (yych <= '.') goto yy17; ++ if (yych <= '/') goto yy19; ++ goto yy5; ++yy8: ++ ++YYCURSOR; ++ { ++ if (**s == '/') { ++ (*s)++; ++ } ++ *len = (p - (const unsigned char*)*s) -1; ++ *error = NULL; ++ return pcr_use_query; ++ } ++yy9: ++ ++YYCURSOR; ++ { ++ *error = "back-slash"; ++ return pcr_err_back_slash; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0xBF) goto yy4; ++ goto yy2; ++yy11: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x9F) goto yy2; ++ if (yych <= 0xBF) goto yy20; ++ goto yy2; ++yy12: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0xBF) goto yy20; ++ goto yy2; ++yy13: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0x9F) goto yy20; ++ goto yy2; ++yy14: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x8F) goto yy2; ++ if (yych <= 0xBF) goto yy21; ++ goto yy2; ++yy15: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0xBF) goto yy21; ++ goto yy2; ++yy16: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0x8F) goto yy21; ++ goto yy2; ++yy17: ++ yych = *++YYCURSOR; ++ if (yych <= 0x00) goto yy22; ++ if (yych <= '-') goto yy18; ++ if (yych <= '.') goto yy23; ++ if (yych <= '/') goto yy22; ++yy18: ++ YYCURSOR = YYMARKER; ++ if (yyaccept == 0) { ++ goto yy5; ++ } else { ++ goto yy2; ++ } ++yy19: ++ ++YYCURSOR; ++ { ++ *error = "double slash"; ++ return pcr_err_double_slash; ++ } ++yy20: ++ yych = *++YYCURSOR; ++ if (yych <= 0x7F) goto yy18; ++ if (yych <= 0xBF) goto yy4; ++ goto yy18; ++yy21: ++ yych = *++YYCURSOR; ++ if (yych <= 0x7F) goto yy18; ++ if (yych <= 0xBF) goto yy20; ++ goto yy18; ++yy22: ++ ++YYCURSOR; ++ { ++ *error = "current directory reference"; ++ return pcr_err_curr_dir; ++ } ++yy23: ++ yych = *++YYCURSOR; ++ if (yych <= 0x00) goto yy24; ++ if (yych != '/') goto yy18; ++yy24: ++ ++YYCURSOR; ++ { ++ *error = "upper directory reference"; ++ return pcr_err_up_dir; ++ } ++} ++ ++} diff --git a/archivers/php85-zip/Makefile b/archivers/php85-zip/Makefile new file mode 100644 index 000000000000..d8a586997669 --- /dev/null +++ b/archivers/php85-zip/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-zlib/Makefile b/archivers/php85-zlib/Makefile new file mode 100644 index 000000000000..20f98d859d51 --- /dev/null +++ b/archivers/php85-zlib/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-zlib/files/patch-zlib.c b/archivers/php85-zlib/files/patch-zlib.c new file mode 100644 index 000000000000..fb0e9e44311a --- /dev/null +++ b/archivers/php85-zlib/files/patch-zlib.c @@ -0,0 +1,10 @@ +--- zlib.c.orig 2023-06-06 15:54:29 UTC ++++ zlib.c +@@ -1380,6 +1380,7 @@ static PHP_MSHUTDOWN_FUNCTION(zlib) + /* {{{ PHP_RINIT_FUNCTION */ + static PHP_RINIT_FUNCTION(zlib) + { ++ ZLIBG(output_compression) = 0; + ZLIBG(compression_coding) = 0; + if (!ZLIBG(handler_registered)) { + ZLIBG(output_compression) = ZLIBG(output_compression_default); diff --git a/astro/py-sunpy/Makefile b/astro/py-sunpy/Makefile index a6d2b5b416ca..ab5ad8fba91f 100644 --- a/astro/py-sunpy/Makefile +++ b/astro/py-sunpy/Makefile @@ -1,6 +1,5 @@ PORTNAME= sunpy -DISTVERSION= 6.1.1 -PORTREVISION= 1 +DISTVERSION= 7.0.0 CATEGORIES= astro MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,9 +22,11 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parfive>=0:ftp/py-parfive@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.32.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.6.0:filesystems/py-fsspec@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/astro/py-sunpy/distinfo b/astro/py-sunpy/distinfo index d0d6406a7e2f..2e0d5203a6c9 100644 --- a/astro/py-sunpy/distinfo +++ b/astro/py-sunpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740870864 -SHA256 (sunpy-6.1.1.tar.gz) = c609a6b1b0bb286bd42789940f54fcb7d6900dfcfe217df54f859ff6082e13db -SIZE (sunpy-6.1.1.tar.gz) = 3788826 +TIMESTAMP = 1751350865 +SHA256 (sunpy-7.0.0.tar.gz) = 80d8c74b2c444c13a7f7c03e182712fce18f7c9bfa84869804e3ac360937a0e4 +SIZE (sunpy-7.0.0.tar.gz) = 4198222 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/lewton/Makefile b/audio/lewton/Makefile index 402d00a42e3d..fa13847f6e70 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -6,7 +6,7 @@ CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 05f96f6e6976.patch:-p1 # https://github.com/RustAudio/lewton/pull/97 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rust vorbis decoder WWW= https://github.com/RustAudio/lewton diff --git a/audio/plasma6-kpipewire/distinfo b/audio/plasma6-kpipewire/distinfo index 46b447b1c652..0638ad257c4c 100644 --- a/audio/plasma6-kpipewire/distinfo +++ b/audio/plasma6-kpipewire/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789598 -SHA256 (KDE/plasma/6.4.1/kpipewire-6.4.1.tar.xz) = 3696dfd19b53e5efa1e7bc690c3820919b8bbdc0d78f96779cc3b319e9035fe2 -SIZE (KDE/plasma/6.4.1/kpipewire-6.4.1.tar.xz) = 152800 +TIMESTAMP = 1751380523 +SHA256 (KDE/plasma/6.4.2/kpipewire-6.4.2.tar.xz) = d59f8be954d23ac4b9f3ed28bcc5a22e8aaebeadf51c2834499b7694ca90ce1c +SIZE (KDE/plasma/6.4.2/kpipewire-6.4.2.tar.xz) = 152820 diff --git a/audio/plasma6-ocean-sound-theme/distinfo b/audio/plasma6-ocean-sound-theme/distinfo index f18d9c94f442..c3349e861177 100644 --- a/audio/plasma6-ocean-sound-theme/distinfo +++ b/audio/plasma6-ocean-sound-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789599 -SHA256 (KDE/plasma/6.4.1/ocean-sound-theme-6.4.1.tar.xz) = a3f75d7240f448a467393eb14f1431ac0b0535fe49298c9ffa174b00500997f3 -SIZE (KDE/plasma/6.4.1/ocean-sound-theme-6.4.1.tar.xz) = 2128504 +TIMESTAMP = 1751380525 +SHA256 (KDE/plasma/6.4.2/ocean-sound-theme-6.4.2.tar.xz) = d1b45a1a563f88aea51cc1f63e3a5112084cbcd1f0384394eb8a8d91c5c8a466 +SIZE (KDE/plasma/6.4.2/ocean-sound-theme-6.4.2.tar.xz) = 2128568 diff --git a/audio/plasma6-oxygen-sounds/distinfo b/audio/plasma6-oxygen-sounds/distinfo index 85a6ec4186d8..aab49a5cfb4a 100644 --- a/audio/plasma6-oxygen-sounds/distinfo +++ b/audio/plasma6-oxygen-sounds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789599 -SHA256 (KDE/plasma/6.4.1/oxygen-sounds-6.4.1.tar.xz) = a6fdd80816322ead0645d889510a54021fd4bd81848814df87548cf26e07683f -SIZE (KDE/plasma/6.4.1/oxygen-sounds-6.4.1.tar.xz) = 1935616 +TIMESTAMP = 1751380526 +SHA256 (KDE/plasma/6.4.2/oxygen-sounds-6.4.2.tar.xz) = 105085fb42672714280eaf60ccb2f9fde54e8fef3568674abe70b089728f4f7d +SIZE (KDE/plasma/6.4.2/oxygen-sounds-6.4.2.tar.xz) = 1935620 diff --git a/audio/plasma6-plasma-pa/distinfo b/audio/plasma6-plasma-pa/distinfo index 82c3bc046e44..0c2afb89b696 100644 --- a/audio/plasma6-plasma-pa/distinfo +++ b/audio/plasma6-plasma-pa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789602 -SHA256 (KDE/plasma/6.4.1/plasma-pa-6.4.1.tar.xz) = 0b797263f520de7d7381b705b16d5efd497664c4f3761a2dcba93c6b1c4ab6d1 -SIZE (KDE/plasma/6.4.1/plasma-pa-6.4.1.tar.xz) = 196560 +TIMESTAMP = 1751380529 +SHA256 (KDE/plasma/6.4.2/plasma-pa-6.4.2.tar.xz) = 57d71d404ad79e86dc101e28e7e83b8f4c6dbd825be1db22f29af81a2da2cd45 +SIZE (KDE/plasma/6.4.2/plasma-pa-6.4.2.tar.xz) = 196692 diff --git a/audio/ympd/files/ympd.in b/audio/ympd/files/ympd.in index 557c0a8638f3..fa933c418700 100644 --- a/audio/ympd/files/ympd.in +++ b/audio/ympd/files/ympd.in @@ -1,4 +1,4 @@ -# +#!/bin/sh # PROVIDE: ympd # REQUIRE: DAEMON NETWORKING musicpd diff --git a/benchmarks/mangohud/Makefile b/benchmarks/mangohud/Makefile index 214e278e0677..6e2302f33b25 100644 --- a/benchmarks/mangohud/Makefile +++ b/benchmarks/mangohud/Makefile @@ -1,7 +1,7 @@ PORTNAME= mangohud PORTVERSION= 0.6.5 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 3 CATEGORIES= benchmarks graphics MASTER_SITES= https://wrapdb.mesonbuild.com/v1/projects/imgui/1.81/1/get_zip?dummy=/:igw DISTFILES= imgui-1.81-1-wrap.zip:igw diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 180c4dddd679..13e4d788e7e3 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmodbus DISTVERSIONPREFIX= v -DISTVERSION= 3.1.8 +DISTVERSION= 3.1.9 CATEGORIES= comms MAINTAINER= bofh@FreeBSD.org diff --git a/comms/libmodbus/distinfo b/comms/libmodbus/distinfo index 3a419fbabbb9..941bc1384a1e 100644 --- a/comms/libmodbus/distinfo +++ b/comms/libmodbus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751271066 -SHA256 (stephane-libmodbus-v3.1.8_GH0.tar.gz) = 4cabc5dc01b2faab853474c5d9db6386d04f37a476f843e239bff25480310adb -SIZE (stephane-libmodbus-v3.1.8_GH0.tar.gz) = 201697 +TIMESTAMP = 1751446554 +SHA256 (stephane-libmodbus-v3.1.9_GH0.tar.gz) = 75ac07f49b138a636c65980b92a4792290ee901503c324f2f4e23592bfa036c0 +SIZE (stephane-libmodbus-v3.1.9_GH0.tar.gz) = 204381 diff --git a/comms/libmodbus/pkg-plist b/comms/libmodbus/pkg-plist index 565ac8cd371c..ed0d32b2ba09 100644 --- a/comms/libmodbus/pkg-plist +++ b/comms/libmodbus/pkg-plist @@ -8,6 +8,8 @@ lib/libmodbus.so.5.1.0 libdata/pkgconfig/libmodbus.pc %%MANPAGES%%share/man/man3/modbus_close.3.gz %%MANPAGES%%share/man/man3/modbus_connect.3.gz +%%MANPAGES%%share/man/man3/modbus_disable_quirks.3.gz +%%MANPAGES%%share/man/man3/modbus_enable_quirks.3.gz %%MANPAGES%%share/man/man3/modbus_flush.3.gz %%MANPAGES%%share/man/man3/modbus_free.3.gz %%MANPAGES%%share/man/man3/modbus_get_byte_from_bits.3.gz @@ -72,6 +74,5 @@ libdata/pkgconfig/libmodbus.pc %%MANPAGES%%share/man/man3/modbus_write_registers.3.gz %%MANPAGES%%share/man/man7/libmodbus.7.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/MIGRATION %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/converters/Makefile b/converters/Makefile index 3f23e1cfea15..7a192a7b1bd2 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -147,6 +147,8 @@ SUBDIR += php83-mbstring SUBDIR += php84-iconv SUBDIR += php84-mbstring + SUBDIR += php85-iconv + SUBDIR += php85-mbstring SUBDIR += psiconv SUBDIR += py-bencode.py SUBDIR += py-bencoder diff --git a/converters/php85-iconv/Makefile b/converters/php85-iconv/Makefile new file mode 100644 index 000000000000..a2243f5af6ce --- /dev/null +++ b/converters/php85-iconv/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -iconv + +.include "${MASTERDIR}/Makefile" diff --git a/converters/php85-mbstring/Makefile b/converters/php85-mbstring/Makefile new file mode 100644 index 000000000000..7389ede69b5d --- /dev/null +++ b/converters/php85-mbstring/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -mbstring + +.include "${MASTERDIR}/Makefile" diff --git a/databases/Makefile b/databases/Makefile index a119d2b4f190..ce29492a0960 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -633,6 +633,18 @@ SUBDIR += php84-pdo_sqlite SUBDIR += php84-pgsql SUBDIR += php84-sqlite3 + SUBDIR += php85-dba + SUBDIR += php85-mysqli + SUBDIR += php85-odbc + SUBDIR += php85-pdo + SUBDIR += php85-pdo_dblib + SUBDIR += php85-pdo_firebird + SUBDIR += php85-pdo_mysql + SUBDIR += php85-pdo_odbc + SUBDIR += php85-pdo_pgsql + SUBDIR += php85-pdo_sqlite + SUBDIR += php85-pgsql + SUBDIR += php85-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 3aa025c69410..eb0a667029d0 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.93 +DISTVERSION= 1.5.95 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index e129994ec8a4..e9f6f241ea50 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751266227 -SHA256 (freetds-dev.1.5.93.tar.bz2) = 79b4cddedac0161ed2f7165891fd12f497c2fc8f4c53acd0f140e3235d85282a -SIZE (freetds-dev.1.5.93.tar.bz2) = 2461576 +TIMESTAMP = 1751442770 +SHA256 (freetds-dev.1.5.95.tar.bz2) = f615e4aa226b48f755c9bef84523b05b922317ead761510168d7337a4e4b061c +SIZE (freetds-dev.1.5.95.tar.bz2) = 2452171 diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 219b1997805e..3d2da413694a 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.3 +DISTVERSION= 1.5.4 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/stable/ \ diff --git a/databases/freetds/distinfo b/databases/freetds/distinfo index 5f3285c47b2d..9bcef94b2f05 100644 --- a/databases/freetds/distinfo +++ b/databases/freetds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751266117 -SHA256 (freetds-1.5.3.tar.bz2) = 5cb66c46a60a83b8a2855e466148b6fa27962c7fd1dcb3f6e5d0ab17ec5ff6dd -SIZE (freetds-1.5.3.tar.bz2) = 2439435 +TIMESTAMP = 1751442687 +SHA256 (freetds-1.5.4.tar.bz2) = 1d024ef418d74a3a8f2cca82f10f1561f1dde28dc3d6f65c815f07764d4f7ea8 +SIZE (freetds-1.5.4.tar.bz2) = 2440514 diff --git a/databases/php85-dba/Makefile b/databases/php85-dba/Makefile new file mode 100644 index 000000000000..764ffd7c7936 --- /dev/null +++ b/databases/php85-dba/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -dba + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-dba/files/patch-config.m4 b/databases/php85-dba/files/patch-config.m4 new file mode 100644 index 000000000000..7449b1a88029 --- /dev/null +++ b/databases/php85-dba/files/patch-config.m4 @@ -0,0 +1,25 @@ +--- config.m4.orig 2024-09-10 16:10:06 UTC ++++ config.m4 +@@ -433,6 +433,14 @@ if test "$PHP_DB4" != "no"; then + THIS_PREFIX=$i + THIS_INCLUDE=$i/include/db5.3/db.h + break ++ elif test -f "$i/include/db5/db.h"; then ++ THIS_PREFIX=$i ++ THIS_INCLUDE=$i/include/db5/db.h ++ break ++ elif test -f "$i/include/db18/db.h"; then ++ THIS_PREFIX=$i ++ THIS_INCLUDE=$i/include/db18/db.h ++ break + elif test -f "$i/include/db5.1/db.h"; then + THIS_PREFIX=$i + THIS_INCLUDE=$i/include/db5.1/db.h +@@ -480,6 +488,7 @@ if test "$PHP_DB4" != "no"; then + db-5.3 + db-5.1 + db-5.0 ++ db-5 + db-4.8 + db-4.7 + db-4.6 diff --git a/databases/php85-mysqli/Makefile b/databases/php85-mysqli/Makefile new file mode 100644 index 000000000000..77bd1f7f8a5d --- /dev/null +++ b/databases/php85-mysqli/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -mysqli + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-odbc/Makefile b/databases/php85-odbc/Makefile new file mode 100644 index 000000000000..415b461599c9 --- /dev/null +++ b/databases/php85-odbc/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -odbc + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-odbc/files/patch-config.m4 b/databases/php85-odbc/files/patch-config.m4 new file mode 100644 index 000000000000..55e3fb3aea0c --- /dev/null +++ b/databases/php85-odbc/files/patch-config.m4 @@ -0,0 +1,92 @@ +--- config.m4.orig 2024-09-10 16:10:06 UTC ++++ config.m4 +@@ -117,7 +117,7 @@ PHP_ARG_WITH([adabas], + PHP_ARG_WITH([adabas], + [for Adabas support], + [AS_HELP_STRING([[--with-adabas[=DIR]]], +- [Include Adabas D support [/usr/local]])]) ++ [Include Adabas D support [/usr/local]])], [no], [no]) + + AS_VAR_IF([PHP_ADABAS], [no], [], [ + AS_VAR_IF([PHP_ADABAS], [yes], [PHP_ADABAS=/usr/local]) +@@ -143,7 +143,7 @@ PHP_ARG_WITH([sapdb], + PHP_ARG_WITH([sapdb], + [for SAP DB support], + [AS_HELP_STRING([[--with-sapdb[=DIR]]], +- [Include SAP DB support [/usr/local]])]) ++ [Include SAP DB support [/usr/local]])], [no], [no]) + + AS_VAR_IF([PHP_SAPDB], [no], [], [ + AS_VAR_IF([PHP_SAPDB], [yes], [PHP_SAPDB=/usr/local]) +@@ -160,7 +160,7 @@ PHP_ARG_WITH([solid], + PHP_ARG_WITH([solid], + [for Solid support], + [AS_HELP_STRING([[--with-solid[=DIR]]], +- [Include Solid support [/usr/local/solid]])]) ++ [Include Solid support [/usr/local/solid]])], [no], [no]) + + AS_VAR_IF([PHP_SOLID], [no], [], [ + AS_VAR_IF([PHP_SOLID], [yes], [PHP_SOLID=/usr/local/solid]) +@@ -184,7 +184,7 @@ PHP_ARG_WITH([ibm-db2], + PHP_ARG_WITH([ibm-db2], + [for IBM DB2 support], + [AS_HELP_STRING([[--with-ibm-db2[=DIR]]], +- [Include IBM DB2 support [/home/db2inst1/sqllib]])]) ++ [Include IBM DB2 support [/home/db2inst1/sqllib]])], [no], [no]) + + AS_VAR_IF([PHP_IBM_DB2], [no], [], [ + AS_VAR_IF([PHP_IBM_DB2], [yes], [ +@@ -222,7 +222,7 @@ PHP_ARG_WITH([empress], + [for Empress support], + [AS_HELP_STRING([[--with-empress[=DIR]]], + [Include Empress support $EMPRESSPATH (Empress Version >= 8.60 +- required)])]) ++ required)])], [no], [no]) + + AS_VAR_IF([PHP_EMPRESS], [no], [], [ + AS_VAR_IF([PHP_EMPRESS], [yes], [ +@@ -246,7 +246,7 @@ PHP_ARG_WITH([empress-bcs], + [for Empress local access support], + [AS_HELP_STRING([[--with-empress-bcs[=DIR]]], + [Include Empress Local Access support $EMPRESSPATH (Empress Version >= +- 8.60 required)])]) ++ 8.60 required)])], [no], [no]) + + AS_VAR_IF([PHP_EMPRESS_BCS], [no], [], [ + AS_VAR_IF([PHP_EMPRESS_BCS], [yes], [ +@@ -290,7 +290,7 @@ PHP_ARG_WITH([custom-odbc], + your include dirs. For example, you should define following for Sybase SQL + Anywhere 5.5.00 on QNX, prior to running this configure script: + CPPFLAGS="-DODBC_QNX -DSQLANY_BUG" LDFLAGS=-lunix +- CUSTOM_ODBC_LIBS="-ldblib -lodbc"])]) ++ CUSTOM_ODBC_LIBS="-ldblib -lodbc"])], [no], [no]) + + AS_VAR_IF([PHP_CUSTOM_ODBC], [no], [], [ + AS_VAR_IF([PHP_CUSTOM_ODBC], [yes], [PHP_CUSTOM_ODBC=/usr/local]) +@@ -309,7 +309,7 @@ PHP_ARG_WITH([iodbc], + PHP_ARG_WITH([iodbc], + [whether to build with iODBC support], + [AS_HELP_STRING([--with-iodbc], +- [Include iODBC support])]) ++ [Include iODBC support])], [no], [no]) + + AS_VAR_IF([PHP_IODBC], [no], [], [ + PKG_CHECK_MODULES([ODBC], [libiodbc]) +@@ -324,7 +324,7 @@ PHP_ARG_WITH([esoob], + PHP_ARG_WITH([esoob], + [for Easysoft ODBC-ODBC Bridge support], + [AS_HELP_STRING([[--with-esoob[=DIR]]], +- [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])]) ++ [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])], [no], [no]) + + AS_VAR_IF([PHP_ESOOB], [no], [], [ + AS_VAR_IF([PHP_ESOOB], [yes], [PHP_ESOOB=/usr/local/easysoft/oob/client]) +@@ -371,7 +371,7 @@ PHP_ARG_WITH([dbmaker], + PHP_ARG_WITH([dbmaker], + [for DBMaker support], + [AS_HELP_STRING([[--with-dbmaker[=DIR]]], +- [Include DBMaker support])]) ++ [Include DBMaker support])], [no], [no]) + + AS_VAR_IF([PHP_DBMAKER], [no], [], [ + AS_VAR_IF([PHP_DBMAKER], [yes], [ diff --git a/databases/php85-pdo/Makefile b/databases/php85-pdo/Makefile new file mode 100644 index 000000000000..82a9d79b6e9d --- /dev/null +++ b/databases/php85-pdo/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo/files/patch-pdo__sql__parser.c b/databases/php85-pdo/files/patch-pdo__sql__parser.c new file mode 100644 index 000000000000..191eea16a3bd --- /dev/null +++ b/databases/php85-pdo/files/patch-pdo__sql__parser.c @@ -0,0 +1,729 @@ +--- pdo_sql_parser.c.orig 2025-07-02 12:59:51 UTC ++++ pdo_sql_parser.c +@@ -0,0 +1,726 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: George Schlossnagle <george@omniti.com> | ++ +----------------------------------------------------------------------+ ++*/ ++ ++#include "php.h" ++#include "php_pdo_driver.h" ++#include "pdo_sql_parser.h" ++ ++static int default_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '\'': goto yy6; ++ case '-': goto yy7; ++ case '/': goto yy8; ++ case ':': goto yy9; ++ case '?': goto yy10; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy15; ++ default: goto yy19; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy13; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy17; ++yy7: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '-': goto yy20; ++ default: goto yy5; ++ } ++yy8: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy22; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy23; ++ case ':': goto yy25; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy27; ++ default: goto yy11; ++ } ++yy11: ++ { RET(PDO_PARSER_BIND_POS); } ++yy12: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy13: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy14; ++ default: goto yy12; ++ } ++yy14: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '"': goto yy12; ++ default: goto yy15; ++ } ++yy15: ++ { RET(PDO_PARSER_TEXT); } ++yy16: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy17: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy18; ++ default: goto yy16; ++ } ++yy18: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy16; ++ default: goto yy19; ++ } ++yy19: ++ { RET(PDO_PARSER_TEXT); } ++yy20: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy21; ++ default: goto yy20; ++ } ++yy21: ++ { RET(PDO_PARSER_TEXT); } ++yy22: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy28; ++ default: goto yy22; ++ } ++yy23: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy23; ++ default: goto yy24; ++ } ++yy24: ++ { RET(PDO_PARSER_BIND); } ++yy25: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy25; ++ default: goto yy26; ++ } ++yy26: ++ { RET(PDO_PARSER_TEXT); } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '?': goto yy27; ++ default: goto yy26; ++ } ++yy28: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy28; ++ case '/': goto yy29; ++ default: goto yy22; ++ } ++yy29: ++ ++YYCURSOR; ++ goto yy21; ++} ++ ++} ++ ++struct placeholder { ++ const char *pos; ++ size_t len; ++ zend_string *quoted; /* quoted value */ ++ int bindno; ++ struct placeholder *next; ++}; ++ ++struct custom_quote { ++ const char *pos; ++ size_t len; ++}; ++ ++static void free_param_name(zval *el) { ++ zend_string_release(Z_PTR_P(el)); ++} ++ ++PDO_API int pdo_parse_params(pdo_stmt_t *stmt, zend_string *inquery, zend_string **outquery) ++{ ++ pdo_scanner_t s; ++ char *newbuffer; ++ ptrdiff_t t; ++ uint32_t bindno = 0; ++ int ret = 0, escapes = 0; ++ size_t newbuffer_len; ++ HashTable *params; ++ struct pdo_bound_param_data *param; ++ int query_type = PDO_PLACEHOLDER_NONE; ++ struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; ++ int (*scan)(pdo_scanner_t *s); ++ struct custom_quote custom_quote = {NULL, 0}; ++ ++ scan = stmt->dbh->methods->scanner ? stmt->dbh->methods->scanner : default_scanner; ++ ++ s.cur = ZSTR_VAL(inquery); ++ s.end = s.cur + ZSTR_LEN(inquery) + 1; ++ ++ /* phase 1: look for args */ ++ while((t = scan(&s)) != PDO_PARSER_EOI) { ++ if (custom_quote.pos) { ++ /* Inside a custom quote */ ++ if (t == PDO_PARSER_CUSTOM_QUOTE && custom_quote.len == s.cur - s.tok && !strncmp(s.tok, custom_quote.pos, custom_quote.len)) { ++ /* Matching closing quote found, end custom quoting */ ++ custom_quote.pos = NULL; ++ custom_quote.len = 0; ++ } else if (t == PDO_PARSER_ESCAPED_QUESTION) { ++ /* An escaped question mark has been used inside a dollar quoted string, most likely as a workaround ++ * as a single "?" would have been parsed as placeholder, due to the lack of support for dollar quoted ++ * strings. For now, we emit a deprecation notice, but still process it */ ++ php_error_docref(NULL, E_DEPRECATED, "Escaping question marks inside dollar quoted strings is not required anymore and is deprecated"); ++ ++ goto placeholder; ++ } ++ ++ continue; ++ } ++ ++ if (t == PDO_PARSER_CUSTOM_QUOTE) { ++ /* Start of a custom quote, keep a reference to search for the matching closing quote */ ++ custom_quote.pos = s.tok; ++ custom_quote.len = s.cur - s.tok; ++ ++ continue; ++ } ++ ++ if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS || t == PDO_PARSER_ESCAPED_QUESTION) { ++ if (t == PDO_PARSER_ESCAPED_QUESTION && stmt->supports_placeholders == PDO_PLACEHOLDER_POSITIONAL) { ++ /* escaped question marks unsupported, treat as text */ ++ continue; ++ } ++ ++ if (t == PDO_PARSER_BIND) { ++ ptrdiff_t len = s.cur - s.tok; ++ if ((ZSTR_VAL(inquery) < (s.cur - len)) && isalnum(*(s.cur - len - 1))) { ++ continue; ++ } ++ query_type |= PDO_PLACEHOLDER_NAMED; ++ } else if (t == PDO_PARSER_BIND_POS) { ++ query_type |= PDO_PLACEHOLDER_POSITIONAL; ++ } ++ ++placeholder: ++ plc = emalloc(sizeof(*plc)); ++ memset(plc, 0, sizeof(*plc)); ++ plc->next = NULL; ++ plc->pos = s.tok; ++ plc->len = s.cur - s.tok; ++ ++ if (t == PDO_PARSER_ESCAPED_QUESTION) { ++ plc->bindno = PDO_PARSER_BINDNO_ESCAPED_CHAR; ++ plc->quoted = ZSTR_CHAR('?'); ++ escapes++; ++ } else { ++ plc->bindno = bindno++; ++ } ++ ++ if (placetail) { ++ placetail->next = plc; ++ } else { ++ placeholders = plc; ++ } ++ placetail = plc; ++ } ++ } ++ ++ /* did the query make sense to me? */ ++ if (query_type == (PDO_PLACEHOLDER_NAMED|PDO_PLACEHOLDER_POSITIONAL)) { ++ /* they mixed both types; punt */ ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "mixed named and positional parameters"); ++ ret = -1; ++ goto clean_up; ++ } ++ ++ params = stmt->bound_params; ++ if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash_num_elements(params)) { ++ /* extra bit of validation for instances when same params are bound more than once */ ++ if (query_type != PDO_PLACEHOLDER_POSITIONAL && bindno > zend_hash_num_elements(params)) { ++ int ok = 1; ++ for (plc = placeholders; plc; plc = plc->next) { ++ if ((param = zend_hash_str_find_ptr(params, plc->pos, plc->len)) == NULL) { ++ ok = 0; ++ break; ++ } ++ } ++ if (ok) { ++ goto safe; ++ } ++ } ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens"); ++ ret = -1; ++ goto clean_up; ++ } ++ ++ if (!placeholders) { ++ /* nothing to do; good! */ ++ return 0; ++ } ++ ++ if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) { ++ /* query matches native syntax */ ++ if (escapes) { ++ newbuffer_len = ZSTR_LEN(inquery); ++ goto rewrite; ++ } ++ ++ ret = 0; ++ goto clean_up; ++ } ++ ++ if (query_type == PDO_PLACEHOLDER_NAMED && stmt->named_rewrite_template) { ++ /* magic/hack. ++ * We we pretend that the query was positional even if ++ * it was named so that we fall into the ++ * named rewrite case below. Not too pretty, ++ * but it works. */ ++ query_type = PDO_PLACEHOLDER_POSITIONAL; ++ } ++ ++safe: ++ /* what are we going to do ? */ ++ if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { ++ /* query generation */ ++ ++ newbuffer_len = ZSTR_LEN(inquery); ++ ++ /* let's quote all the values */ ++ for (plc = placeholders; plc && params; plc = plc->next) { ++ if (plc->bindno == PDO_PARSER_BINDNO_ESCAPED_CHAR) { ++ /* escaped character */ ++ continue; ++ } ++ ++ if (query_type == PDO_PLACEHOLDER_NONE) { ++ continue; ++ } ++ ++ if (query_type == PDO_PLACEHOLDER_POSITIONAL) { ++ param = zend_hash_index_find_ptr(params, plc->bindno); ++ } else { ++ param = zend_hash_str_find_ptr(params, plc->pos, plc->len); ++ } ++ if (param == NULL) { ++ /* parameter was not defined */ ++ ret = -1; ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined"); ++ goto clean_up; ++ } ++ if (stmt->dbh->methods->quoter) { ++ zval *parameter; ++ if (Z_ISREF(param->parameter)) { ++ parameter = Z_REFVAL(param->parameter); ++ } else { ++ parameter = ¶m->parameter; ++ } ++ if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(parameter) == IS_RESOURCE) { ++ php_stream *stm; ++ ++ php_stream_from_zval_no_verify(stm, parameter); ++ if (stm) { ++ zend_string *buf; ++ ++ buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0); ++ if (!buf) { ++ buf = ZSTR_EMPTY_ALLOC(); ++ } ++ ++ plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param->param_type); ++ ++ if (buf) { ++ zend_string_release_ex(buf, 0); ++ } ++ if (plc->quoted == NULL) { ++ /* bork */ ++ ret = -1; ++ strncpy(stmt->error_code, stmt->dbh->error_code, 6); ++ goto clean_up; ++ } ++ ++ } else { ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource"); ++ ret = -1; ++ goto clean_up; ++ } ++ } else { ++ enum pdo_param_type param_type = param->param_type; ++ zend_string *buf = NULL; ++ ++ /* assume all types are nullable */ ++ if (Z_TYPE_P(parameter) == IS_NULL) { ++ param_type = PDO_PARAM_NULL; ++ } ++ ++ switch (param_type) { ++ case PDO_PARAM_BOOL: ++ plc->quoted = zend_is_true(parameter) ? ZSTR_CHAR('1') : ZSTR_CHAR('0'); ++ break; ++ ++ case PDO_PARAM_INT: ++ plc->quoted = zend_long_to_str(zval_get_long(parameter)); ++ break; ++ ++ case PDO_PARAM_NULL: ++ plc->quoted = ZSTR_KNOWN(ZEND_STR_NULL); ++ break; ++ ++ default: { ++ buf = zval_try_get_string(parameter); ++ /* parameter does not have a string representation, buf == NULL */ ++ if (EG(exception)) { ++ /* bork */ ++ ret = -1; ++ strncpy(stmt->error_code, stmt->dbh->error_code, 6); ++ goto clean_up; ++ } ++ ++ plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param_type); ++ } ++ } ++ ++ if (buf) { ++ zend_string_release_ex(buf, 0); ++ } ++ } ++ } else { ++ zval *parameter; ++ if (Z_ISREF(param->parameter)) { ++ parameter = Z_REFVAL(param->parameter); ++ } else { ++ parameter = ¶m->parameter; ++ } ++ plc->quoted = zend_string_copy(Z_STR_P(parameter)); ++ } ++ newbuffer_len += ZSTR_LEN(plc->quoted); ++ } ++ ++rewrite: ++ /* allocate output buffer */ ++ *outquery = zend_string_alloc(newbuffer_len, 0); ++ newbuffer = ZSTR_VAL(*outquery); ++ ++ /* and build the query */ ++ const char *ptr = ZSTR_VAL(inquery); ++ plc = placeholders; ++ ++ do { ++ t = plc->pos - ptr; ++ if (t) { ++ memcpy(newbuffer, ptr, t); ++ newbuffer += t; ++ } ++ if (plc->quoted) { ++ memcpy(newbuffer, ZSTR_VAL(plc->quoted), ZSTR_LEN(plc->quoted)); ++ newbuffer += ZSTR_LEN(plc->quoted); ++ } else { ++ memcpy(newbuffer, plc->pos, plc->len); ++ newbuffer += plc->len; ++ } ++ ptr = plc->pos + plc->len; ++ ++ plc = plc->next; ++ } while (plc); ++ ++ t = ZSTR_VAL(inquery) + ZSTR_LEN(inquery) - ptr; ++ if (t) { ++ memcpy(newbuffer, ptr, t); ++ newbuffer += t; ++ } ++ *newbuffer = '\0'; ++ ZSTR_LEN(*outquery) = newbuffer - ZSTR_VAL(*outquery); ++ ++ ret = 1; ++ goto clean_up; ++ ++ } else if (query_type == PDO_PLACEHOLDER_POSITIONAL) { ++ /* rewrite ? to :pdoX */ ++ const char *tmpl = stmt->named_rewrite_template ? stmt->named_rewrite_template : ":pdo%d"; ++ int bind_no = 1; ++ ++ newbuffer_len = ZSTR_LEN(inquery); ++ ++ if (stmt->bound_param_map == NULL) { ++ ALLOC_HASHTABLE(stmt->bound_param_map); ++ zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0); ++ } ++ ++ for (plc = placeholders; plc; plc = plc->next) { ++ int skip_map = 0; ++ zend_string *p; ++ zend_string *idxbuf; ++ ++ if (plc->bindno == PDO_PARSER_BINDNO_ESCAPED_CHAR) { ++ continue; ++ } ++ ++ zend_string *name = zend_string_init(plc->pos, plc->len, 0); ++ ++ /* check if bound parameter is already available */ ++ if (zend_string_equals_literal(name, "?") || (p = zend_hash_find_ptr(stmt->bound_param_map, name)) == NULL) { ++ idxbuf = zend_strpprintf(0, tmpl, bind_no++); ++ } else { ++ idxbuf = zend_string_copy(p); ++ skip_map = 1; ++ } ++ ++ plc->quoted = idxbuf; ++ newbuffer_len += ZSTR_LEN(plc->quoted); ++ ++ if (!skip_map && stmt->named_rewrite_template) { ++ /* create a mapping */ ++ zend_hash_update_ptr(stmt->bound_param_map, name, zend_string_copy(plc->quoted)); ++ } ++ ++ /* map number to name */ ++ zend_hash_index_update_ptr(stmt->bound_param_map, plc->bindno, zend_string_copy(plc->quoted)); ++ ++ zend_string_release(name); ++ } ++ ++ goto rewrite; ++ ++ } else { ++ /* rewrite :name to ? */ ++ ++ newbuffer_len = ZSTR_LEN(inquery); ++ ++ if (stmt->bound_param_map == NULL) { ++ ALLOC_HASHTABLE(stmt->bound_param_map); ++ zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0); ++ } ++ ++ for (plc = placeholders; plc; plc = plc->next) { ++ zend_string *name = zend_string_init(plc->pos, plc->len, 0); ++ zend_hash_index_update_ptr(stmt->bound_param_map, plc->bindno, name); ++ plc->quoted = ZSTR_CHAR('?'); ++ newbuffer_len -= plc->len - 1; ++ } ++ ++ goto rewrite; ++ } ++ ++clean_up: ++ ++ while (placeholders) { ++ plc = placeholders; ++ placeholders = plc->next; ++ if (plc->quoted) { ++ zend_string_release_ex(plc->quoted, 0); ++ } ++ efree(plc); ++ } ++ ++ return ret; ++} diff --git a/databases/php85-pdo_dblib/Makefile b/databases/php85-pdo_dblib/Makefile new file mode 100644 index 000000000000..1861a409bc3c --- /dev/null +++ b/databases/php85-pdo_dblib/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_dblib + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_firebird/Makefile b/databases/php85-pdo_firebird/Makefile new file mode 100644 index 000000000000..2f22894505f4 --- /dev/null +++ b/databases/php85-pdo_firebird/Makefile @@ -0,0 +1,9 @@ +CATEGORIES= databases + +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_firebird + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_mysql/Makefile b/databases/php85-pdo_mysql/Makefile new file mode 100644 index 000000000000..c61de9bbc13d --- /dev/null +++ b/databases/php85-pdo_mysql/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_mysql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_mysql/files/patch-mysql__sql__parser.c b/databases/php85-pdo_mysql/files/patch-mysql__sql__parser.c new file mode 100644 index 000000000000..9a6c3b11bb6e --- /dev/null +++ b/databases/php85-pdo_mysql/files/patch-mysql__sql__parser.c @@ -0,0 +1,398 @@ +--- mysql_sql_parser.c.orig 2025-07-02 13:18:02 UTC ++++ mysql_sql_parser.c +@@ -0,0 +1,395 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: Matteo Beccati <mbeccati@php.net> | ++ +----------------------------------------------------------------------+ ++*/ ++ ++ ++#include "php.h" ++#include "ext/pdo/php_pdo_driver.h" ++#include "ext/pdo/pdo_sql_parser.h" ++ ++int pdo_mysql_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '#': goto yy6; ++ case '\'': goto yy7; ++ case '-': goto yy8; ++ case '/': goto yy9; ++ case ':': goto yy10; ++ case '?': goto yy11; ++ case '`': goto yy13; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy17; ++ case 2: goto yy24; ++ default: goto yy36; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '#': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': ++ case '`': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy15; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy5; ++ default: goto yy19; ++ } ++yy7: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy22; ++yy8: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ switch (yych) { ++ case '-': goto yy26; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy27; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy28; ++ case ':': goto yy30; ++ default: goto yy5; ++ } ++yy11: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy32; ++ default: goto yy12; ++ } ++yy12: ++ { RET(PDO_PARSER_BIND_POS); } ++yy13: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy34; ++yy14: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy15: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy16; ++ case '\\': goto yy18; ++ default: goto yy14; ++ } ++yy16: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '"': goto yy14; ++ default: goto yy17; ++ } ++yy17: ++ { RET(PDO_PARSER_TEXT); } ++yy18: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ if (yych <= 0x00) goto yy1; ++ goto yy14; ++yy19: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy20; ++ default: goto yy19; ++ } ++yy20: ++ { RET(PDO_PARSER_TEXT); } ++yy21: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy22: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy23; ++ case '\\': goto yy25; ++ default: goto yy21; ++ } ++yy23: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy21; ++ default: goto yy24; ++ } ++yy24: ++ { RET(PDO_PARSER_TEXT); } ++yy25: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ if (yych <= 0x00) goto yy1; ++ goto yy21; ++yy26: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '\t': ++ case '\v': ++ case '\f': ++ case '\r': ++ case ' ': goto yy19; ++ default: goto yy1; ++ } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy37; ++ default: goto yy27; ++ } ++yy28: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy28; ++ default: goto yy29; ++ } ++yy29: ++ { RET(PDO_PARSER_BIND); } ++yy30: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy30; ++ default: goto yy31; ++ } ++yy31: ++ { RET(PDO_PARSER_TEXT); } ++yy32: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '?': goto yy32; ++ default: goto yy31; ++ } ++yy33: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy34: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '`': goto yy35; ++ default: goto yy33; ++ } ++yy35: ++ yyaccept = 3; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '`': goto yy33; ++ default: goto yy36; ++ } ++yy36: ++ { RET(PDO_PARSER_TEXT); } ++yy37: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy37; ++ case '/': goto yy38; ++ default: goto yy27; ++ } ++yy38: ++ ++YYCURSOR; ++ goto yy20; ++} ++ ++} diff --git a/databases/php85-pdo_odbc/Makefile b/databases/php85-pdo_odbc/Makefile new file mode 100644 index 000000000000..41bf11b6e9b1 --- /dev/null +++ b/databases/php85-pdo_odbc/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_odbc + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_pgsql/Makefile b/databases/php85-pdo_pgsql/Makefile new file mode 100644 index 000000000000..5956ab7c84cf --- /dev/null +++ b/databases/php85-pdo_pgsql/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_pgsql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_pgsql/files/patch-pgsql__sql__parser.c b/databases/php85-pdo_pgsql/files/patch-pgsql__sql__parser.c new file mode 100644 index 000000000000..e2f535ec545e --- /dev/null +++ b/databases/php85-pdo_pgsql/files/patch-pgsql__sql__parser.c @@ -0,0 +1,528 @@ +--- pgsql_sql_parser.c.orig 2025-07-02 13:28:41 UTC ++++ pgsql_sql_parser.c +@@ -0,0 +1,525 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: Matteo Beccati <mbeccati@php.net> | ++ +----------------------------------------------------------------------+ ++*/ ++ ++ ++#include "php.h" ++#include "ext/pdo/php_pdo_driver.h" ++#include "ext/pdo/pdo_sql_parser.h" ++ ++int pdo_pgsql_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '$': goto yy6; ++ case '\'': goto yy7; ++ case '-': goto yy8; ++ case '/': goto yy9; ++ case ':': goto yy10; ++ case '?': goto yy11; ++ case 'E': ++ case 'e': goto yy13; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy17; ++ case 2: goto yy23; ++ default: goto yy35; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '$': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': ++ case 'E': ++ case 'e': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy15; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ switch (yych) { ++ case 0x00: ++ case 0x01: ++ case 0x02: ++ case 0x03: ++ case 0x04: ++ case 0x05: ++ case 0x06: ++ case 0x07: ++ case 0x08: ++ case '\t': ++ case '\n': ++ case '\v': ++ case '\f': ++ case '\r': ++ case 0x0E: ++ case 0x0F: ++ case 0x10: ++ case 0x11: ++ case 0x12: ++ case 0x13: ++ case 0x14: ++ case 0x15: ++ case 0x16: ++ case 0x17: ++ case 0x18: ++ case 0x19: ++ case 0x1A: ++ case 0x1B: ++ case 0x1C: ++ case 0x1D: ++ case 0x1E: ++ case 0x1F: ++ case ' ': ++ case '!': ++ case '"': ++ case '#': ++ case '%': ++ case '&': ++ case '\'': ++ case '(': ++ case ')': ++ case '*': ++ case '+': ++ case ',': ++ case '-': ++ case '.': ++ case '/': ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case ':': ++ case ';': ++ case '<': ++ case '=': ++ case '>': ++ case '?': ++ case '@': ++ case '[': ++ case '\\': ++ case ']': ++ case '^': ++ case '`': ++ case '{': ++ case '|': ++ case '}': ++ case '~': ++ case 0x7F: goto yy5; ++ case '$': goto yy18; ++ default: goto yy19; ++ } ++yy7: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy21; ++yy8: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '-': goto yy24; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy26; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy27; ++ case ':': goto yy29; ++ default: goto yy5; ++ } ++yy11: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy31; ++ default: goto yy12; ++ } ++yy12: ++ { RET(PDO_PARSER_BIND_POS); } ++yy13: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ switch (yych) { ++ case '\'': goto yy32; ++ default: goto yy5; ++ } ++yy14: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy15: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy16; ++ default: goto yy14; ++ } ++yy16: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '"': goto yy14; ++ default: goto yy17; ++ } ++yy17: ++ { RET(PDO_PARSER_TEXT); } ++yy18: ++ ++YYCURSOR; ++ { RET(PDO_PARSER_CUSTOM_QUOTE); } ++yy19: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case 0x01: ++ case 0x02: ++ case 0x03: ++ case 0x04: ++ case 0x05: ++ case 0x06: ++ case 0x07: ++ case 0x08: ++ case '\t': ++ case '\n': ++ case '\v': ++ case '\f': ++ case '\r': ++ case 0x0E: ++ case 0x0F: ++ case 0x10: ++ case 0x11: ++ case 0x12: ++ case 0x13: ++ case 0x14: ++ case 0x15: ++ case 0x16: ++ case 0x17: ++ case 0x18: ++ case 0x19: ++ case 0x1A: ++ case 0x1B: ++ case 0x1C: ++ case 0x1D: ++ case 0x1E: ++ case 0x1F: ++ case ' ': ++ case '!': ++ case '"': ++ case '#': ++ case '%': ++ case '&': ++ case '\'': ++ case '(': ++ case ')': ++ case '*': ++ case '+': ++ case ',': ++ case '-': ++ case '.': ++ case '/': ++ case ':': ++ case ';': ++ case '<': ++ case '=': ++ case '>': ++ case '?': ++ case '@': ++ case '[': ++ case '\\': ++ case ']': ++ case '^': ++ case '`': ++ case '{': ++ case '|': ++ case '}': ++ case '~': ++ case 0x7F: goto yy1; ++ case '$': goto yy18; ++ default: goto yy19; ++ } ++yy20: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy21: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy22; ++ default: goto yy20; ++ } ++yy22: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy20; ++ default: goto yy23; ++ } ++yy23: ++ { RET(PDO_PARSER_TEXT); } ++yy24: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy25; ++ default: goto yy24; ++ } ++yy25: ++ { RET(PDO_PARSER_TEXT); } ++yy26: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy33; ++ default: goto yy26; ++ } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy27; ++ default: goto yy28; ++ } ++yy28: ++ { RET(PDO_PARSER_BIND); } ++yy29: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy29; ++ default: goto yy30; ++ } ++yy30: ++ { RET(PDO_PARSER_TEXT); } ++yy31: ++ ++YYCURSOR; ++ { RET(PDO_PARSER_ESCAPED_QUESTION); } ++yy32: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy34; ++ case '\\': goto yy36; ++ default: goto yy32; ++ } ++yy33: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy33; ++ case '/': goto yy37; ++ default: goto yy26; ++ } ++yy34: ++ yyaccept = 3; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy32; ++ default: goto yy35; ++ } ++yy35: ++ { RET(PDO_PARSER_TEXT); } ++yy36: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ if (yych <= 0x00) goto yy1; ++ goto yy32; ++yy37: ++ ++YYCURSOR; ++ goto yy25; ++} ++ ++} diff --git a/databases/php85-pdo_sqlite/Makefile b/databases/php85-pdo_sqlite/Makefile new file mode 100644 index 000000000000..c18fe80e2621 --- /dev/null +++ b/databases/php85-pdo_sqlite/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_sqlite + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_sqlite/files/patch-sqlite__sql__parser.c b/databases/php85-pdo_sqlite/files/patch-sqlite__sql__parser.c new file mode 100644 index 000000000000..5770c5cf3f7f --- /dev/null +++ b/databases/php85-pdo_sqlite/files/patch-sqlite__sql__parser.c @@ -0,0 +1,398 @@ +--- sqlite_sql_parser.c.orig 2025-07-02 13:27:28 UTC ++++ sqlite_sql_parser.c +@@ -0,0 +1,395 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: Matteo Beccati <mbeccati@php.net> | ++ +----------------------------------------------------------------------+ ++*/ ++ ++ ++#include "php.h" ++#include "ext/pdo/php_pdo_driver.h" ++#include "ext/pdo/pdo_sql_parser.h" ++ ++int pdo_sqlite_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '\'': goto yy6; ++ case '-': goto yy7; ++ case '/': goto yy8; ++ case ':': goto yy9; ++ case '?': goto yy10; ++ case '[': goto yy12; ++ case '`': goto yy13; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy17; ++ case 2: goto yy21; ++ case 3: goto yy33; ++ default: goto yy37; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': ++ case '[': ++ case '`': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy15; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy19; ++yy7: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '-': goto yy22; ++ default: goto yy5; ++ } ++yy8: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy24; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy25; ++ case ':': goto yy27; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy29; ++ default: goto yy11; ++ } ++yy11: ++ { RET(PDO_PARSER_BIND_POS); } ++yy12: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy31; ++yy13: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy35; ++yy14: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy15: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy16; ++ default: goto yy14; ++ } ++yy16: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy17; ++ case '"': goto yy16; ++ default: goto yy14; ++ } ++yy17: ++ { RET(PDO_PARSER_TEXT); } ++yy18: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy19: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy20; ++ default: goto yy18; ++ } ++yy20: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy21; ++ case '\'': goto yy20; ++ default: goto yy18; ++ } ++yy21: ++ { RET(PDO_PARSER_TEXT); } ++yy22: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy23; ++ default: goto yy22; ++ } ++yy23: ++ { RET(PDO_PARSER_TEXT); } ++yy24: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy38; ++ default: goto yy24; ++ } ++yy25: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy25; ++ default: goto yy26; ++ } ++yy26: ++ { RET(PDO_PARSER_BIND); } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy27; ++ default: goto yy28; ++ } ++yy28: ++ { RET(PDO_PARSER_TEXT); } ++yy29: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '?': goto yy29; ++ default: goto yy28; ++ } ++yy30: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy31: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case ']': goto yy32; ++ default: goto yy30; ++ } ++yy32: ++ yyaccept = 3; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy33; ++ case ']': goto yy32; ++ default: goto yy30; ++ } ++yy33: ++ { RET(PDO_PARSER_TEXT); } ++yy34: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy35: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '`': goto yy36; ++ default: goto yy34; ++ } ++yy36: ++ yyaccept = 4; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy37; ++ case '`': goto yy36; ++ default: goto yy34; ++ } ++yy37: ++ { RET(PDO_PARSER_TEXT); } ++yy38: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy38; ++ case '/': goto yy39; ++ default: goto yy24; ++ } ++yy39: ++ ++YYCURSOR; ++ goto yy23; ++} ++ ++} diff --git a/databases/php85-pgsql/Makefile b/databases/php85-pgsql/Makefile new file mode 100644 index 000000000000..429049846f13 --- /dev/null +++ b/databases/php85-pgsql/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pgsql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-sqlite3/Makefile b/databases/php85-sqlite3/Makefile new file mode 100644 index 000000000000..a82d71c80d62 --- /dev/null +++ b/databases/php85-sqlite3/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sqlite3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index 55be1c6d00e8..a5a9dc5c24ef 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= unqlite -DISTVERSION= 0.9.8 +DISTVERSION= 0.9.9 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-unqlite/distinfo b/databases/py-unqlite/distinfo index ca214a83d054..f50cff353b67 100644 --- a/databases/py-unqlite/distinfo +++ b/databases/py-unqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738990510 -SHA256 (unqlite-0.9.8.tar.gz) = 182c1764616f0f3a5caa52ca3bdeac3d44cce7a56b2801c4fcaf79eb2b6f30be -SIZE (unqlite-0.9.8.tar.gz) = 634010 +TIMESTAMP = 1751442862 +SHA256 (unqlite-0.9.9.tar.gz) = 63a79975d67e3896af269c1885c2cc363fb646ff26e58541365fb5fb9e645691 +SIZE (unqlite-0.9.9.tar.gz) = 633945 diff --git a/databases/xtrabackup80/Makefile b/databases/xtrabackup80/Makefile index e8db161f55b9..600a5f6b380f 100644 --- a/databases/xtrabackup80/Makefile +++ b/databases/xtrabackup80/Makefile @@ -1,7 +1,7 @@ PORTNAME= xtrabackup80 PORTVERSION= 8.0.35 DISTVERSIONSUFFIX= -30 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= databases MASTER_SITES= https://downloads.percona.com/downloads/Percona-XtraBackup-8.0/Percona-XtraBackup-8.0.35-30/source/tarball/:percona \ SF/boost/boost/${BOOST_VERSION}:boost diff --git a/databases/xtrabackup80/files/patch-sql_binlog__ostream.cc b/databases/xtrabackup80/files/patch-sql_binlog__ostream.cc new file mode 100644 index 000000000000..870b55e23bf3 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_binlog__ostream.cc @@ -0,0 +1,11 @@ +--- sql/binlog_ostream.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/binlog_ostream.cc +@@ -239,7 +239,7 @@ bool IO_CACHE_binlog_cache_storage::setup_ciphers_pass + + /* Generate password, it is a random string. */ + if (my_rand_buffer(password, sizeof(password))) return true; +- password_str.append(password, sizeof(password)); ++ password_str.insert(password_str.end(), password, password + sizeof(password)); + + m_io_cache.m_encryptor->close(); + m_io_cache.m_decryptor->close(); diff --git a/databases/xtrabackup80/files/patch-sql_mdl__context__backup.cc b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.cc new file mode 100644 index 000000000000..0d670ed2d1a2 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.cc @@ -0,0 +1,36 @@ +--- sql/mdl_context_backup.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/mdl_context_backup.cc +@@ -159,7 +159,7 @@ bool MDL_context_backup_manager::create_backup(const M + DBUG_TRACE; + + try { +- MDL_context_backup_key key_obj(key, keylen); ++ MDL_context_backup_key key_obj(key, key + keylen); + + /* + Since this method is called as part of THD cleaning up, every XA +@@ -192,7 +192,7 @@ bool MDL_context_backup_manager::create_backup(MDL_req + + bool result = false; + try { +- MDL_context_backup_key key_obj(key, keylen); ++ MDL_context_backup_key key_obj(key, key + keylen); + /* + Check for presence a record with specified key in the collection of + MDL_context_backup elements. It is ok to already have a record with +@@ -238,7 +238,7 @@ bool MDL_context_backup_manager::restore_backup(MDL_co + + MUTEX_LOCK(guard, &m_LOCK_mdl_context_backup); + +- auto result = m_backup_map.find(MDL_context_backup_key(key, keylen)); ++ auto result = m_backup_map.find(MDL_context_backup_key(key, key + keylen)); + if (result != m_backup_map.end()) { + element = result->second.get(); + res = mdl_context->clone_tickets(element->get_context(), MDL_TRANSACTION); +@@ -251,5 +251,5 @@ void MDL_context_backup_manager::delete_backup(const u + const size_t keylen) { + DBUG_TRACE; + MUTEX_LOCK(guard, &m_LOCK_mdl_context_backup); +- m_backup_map.erase(MDL_context_backup_key(key, keylen)); ++ m_backup_map.erase(MDL_context_backup_key(key, key + keylen)); + } diff --git a/databases/xtrabackup80/files/patch-sql_mdl__context__backup.h b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.h new file mode 100644 index 000000000000..3c9fc1e28992 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.h @@ -0,0 +1,11 @@ +--- sql/mdl_context_backup.h.orig 2023-11-24 10:33:10 UTC ++++ sql/mdl_context_backup.h +@@ -46,7 +46,7 @@ class MDL_context_backup_manager { + /** + Key for uniquely identifying MDL_context in the MDL_context_backup map. + */ +- typedef std::basic_string<uchar> MDL_context_backup_key; ++ typedef std::vector<uchar> MDL_context_backup_key; + + class MDL_context_backup; + diff --git a/databases/xtrabackup80/files/patch-sql_range__optimizer_index__range__scan__plan.cc b/databases/xtrabackup80/files/patch-sql_range__optimizer_index__range__scan__plan.cc new file mode 100644 index 000000000000..7dda71eef0e1 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_range__optimizer_index__range__scan__plan.cc @@ -0,0 +1,39 @@ +--- sql/range_optimizer/index_range_scan_plan.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/range_optimizer/index_range_scan_plan.cc +@@ -1015,11 +1015,11 @@ static bool null_part_in_key(KEY_PART *key_part, const + return false; + } + +-// TODO(sgunders): This becomes a bit simpler with C++20's string_view +-// constructors. +-static inline std::basic_string_view<uchar> make_string_view(const uchar *start, +- const uchar *end) { +- return {start, static_cast<size_t>(end - start)}; ++static inline bool equal(const uchar *start1, const uchar *end1, ++ const uchar *start2, const uchar *end2) { ++ auto diff1 = end1 - start1; ++ auto diff2 = end2 - start2; ++ return diff1 == diff2 && memcmp(start1, start2, diff1) == 0; + } + + /** +@@ -1082,8 +1082,7 @@ static bool get_ranges_from_tree_given_base( + node->next_key_part->type == SEL_ROOT::Type::KEY_RANGE && + node->next_key_part->root->part == part + 1) { + if (node->min_flag == 0 && node->max_flag == 0 && +- make_string_view(min_key, tmp_min_key) == +- make_string_view(max_key, tmp_max_key)) { ++ equal(min_key, tmp_min_key, max_key, tmp_max_key)) { + // This range was an equality predicate, and we have more + // keyparts to scan, so use its range as a base for ranges on + // the next keypart(s). E.g. if we have (a = 3) on this keypart, +@@ -1159,8 +1158,7 @@ static bool get_ranges_from_tree_given_base( + else + flag |= NO_MAX_RANGE; + } +- if (flag == 0 && make_string_view(base_min_key, tmp_min_key) == +- make_string_view(base_max_key, tmp_max_key)) { ++ if (flag == 0 && equal(base_min_key, tmp_min_key, base_max_key, tmp_max_key)) { + flag |= EQ_RANGE; + /* + Note that keys which are extended with PK parts have no diff --git a/databases/xtrabackup80/files/patch-sql_rpl__log__encryption.cc b/databases/xtrabackup80/files/patch-sql_rpl__log__encryption.cc new file mode 100644 index 000000000000..3acbfdd9b46c --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_rpl__log__encryption.cc @@ -0,0 +1,143 @@ +--- sql/rpl_log_encryption.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/rpl_log_encryption.cc +@@ -212,7 +212,7 @@ bool Rpl_encryption::recover_master_key() { + Rpl_encryption_header::seqno_to_key_id(m_master_key_seqno); + auto master_key = + get_key(m_master_key.m_id, Rpl_encryption_header::get_key_type()); +- m_master_key.m_value.assign(master_key.second); ++ m_master_key.m_value = master_key.second; + /* No keyring error */ + if (master_key.first == Keyring_status::KEYRING_ERROR_FETCHING) goto err1; + } +@@ -289,7 +289,7 @@ bool Rpl_encryption::recover_master_key() { + + if (new_master_key.first == Keyring_status::SUCCESS) { + m_master_key.m_id = new_master_key_id; +- m_master_key.m_value.assign(new_master_key.second); ++ m_master_key.m_value = new_master_key.second; + if (new_master_key_seqno.second > m_master_key_seqno && + new_master_key_seqno.second > old_master_key_seqno.second) { + if (m_master_key_seqno > 0) { +@@ -379,8 +379,8 @@ std::pair<Rpl_encryption::Keyring_status, Key_string> + reinterpret_cast<unsigned char *>(std::get<1>(tuple)); + first[0] = ~(first[0]); + }); +- key_str.append(reinterpret_cast<unsigned char *>(std::get<1>(tuple)), +- std::get<2>(tuple)); ++ auto *first = reinterpret_cast<unsigned char *>(std::get<1>(tuple)); ++ key_str.insert(key_str.end(), first, first + std::get<2>(tuple)); + my_free(std::get<1>(tuple)); + } + +@@ -395,7 +395,7 @@ std::pair<Rpl_encryption::Keyring_status, Key_string> + if (pair.first == Keyring_status::SUCCESS) { + DBUG_EXECUTE_IF("corrupt_replication_encryption_key_size", + { pair.second.resize(key_size / 2); }); +- if (pair.second.length() != key_size) ++ if (pair.second.size() != key_size) + pair.first = Keyring_status::UNEXPECTED_KEY_SIZE; + } + return pair; +@@ -449,7 +449,7 @@ bool Rpl_encryption::enable_for_xtrabackup() { + Rpl_encryption_header::seqno_to_key_id(m_master_key_seqno); + auto master_key = + get_key(m_master_key.m_id, Rpl_encryption_header::get_key_type()); +- m_master_key.m_value.assign(master_key.second); ++ m_master_key.m_value = master_key.second; + /* No keyring error */ + if (master_key.first == Keyring_status::KEYRING_ERROR_FETCHING) res = true; + } +@@ -770,7 +770,7 @@ Rpl_encryption::get_seqno_from_keyring(std::string key + auto fetched_key = get_key(key_id, SEQNO_KEY_TYPE, SEQNO_KEY_LENGTH); + uint32_t seqno = 0; + if (fetched_key.first == Keyring_status::SUCCESS) { +- const void *key = fetched_key.second.c_str(); ++ const void *key = fetched_key.second.data(); + memcpy(&seqno, key, sizeof(seqno)); + seqno = le32toh(seqno); + } +@@ -975,7 +975,7 @@ bool Rpl_encryption::generate_master_key_on_keyring(ui + + /* Store the generated key as the new master key */ + m_master_key.m_id = key_id; +- m_master_key.m_value.assign(pair.second); ++ m_master_key.m_value = pair.second; + + return false; + } +@@ -1078,12 +1078,12 @@ bool Rpl_encryption_header_v1::serialize(Basic_ostream + + assert(m_encrypted_password.length() == PASSWORD_FIELD_SIZE); + *ptr++ = ENCRYPTED_FILE_PASSWORD; +- memcpy(ptr, m_encrypted_password.data(), m_encrypted_password.length()); ++ memcpy(ptr, m_encrypted_password.data(), m_encrypted_password.size()); + ptr += PASSWORD_FIELD_SIZE; + + assert(m_iv.length() == IV_FIELD_SIZE); + *ptr++ = IV_FOR_FILE_PASSWORD; +- memcpy(ptr, m_iv.data(), m_iv.length()); ++ memcpy(ptr, m_iv.data(), m_iv.size()); + + bool res = DBUG_EVALUATE_IF("fail_to_serialize_encryption_header", true, + ostream->write(header, HEADER_SIZE)); +@@ -1138,13 +1138,13 @@ bool Rpl_encryption_header_v1::deserialize(Basic_istre + reinterpret_cast<const unsigned char *>( + reader.ptr(PASSWORD_FIELD_SIZE)); + if (!reader.has_error()) +- m_encrypted_password.assign(password_ptr, PASSWORD_FIELD_SIZE); ++ m_encrypted_password.assign(password_ptr, password_ptr + PASSWORD_FIELD_SIZE); + break; + } + case IV_FOR_FILE_PASSWORD: { + const unsigned char *iv_ptr = + reinterpret_cast<const unsigned char *>(reader.ptr(IV_FIELD_SIZE)); +- if (!reader.has_error()) m_iv.assign(iv_ptr, IV_FIELD_SIZE); ++ if (!reader.has_error()) m_iv.assign(iv_ptr, iv_ptr + IV_FIELD_SIZE); + break; + } + default: +@@ -1204,11 +1204,11 @@ Key_string Rpl_encryption_header_v1::decrypt_file_pass + unsigned char buffer[Aes_ctr::PASSWORD_LENGTH]; + + if (my_aes_decrypt(m_encrypted_password.data(), +- m_encrypted_password.length(), buffer, ++ m_encrypted_password.size(), buffer, + error_and_key.second.data(), +- error_and_key.second.length(), my_aes_256_cbc, ++ error_and_key.second.size(), my_aes_256_cbc, + m_iv.data(), false) != MY_AES_BAD_DATA) +- file_password.append(buffer, Aes_ctr::PASSWORD_LENGTH); ++ file_password.insert(file_password.end(), buffer, buffer + Aes_ctr::PASSWORD_LENGTH); + } + } + #endif +@@ -1239,16 +1239,16 @@ bool Rpl_encryption_header_v1::encrypt_file_password(K + + /* Generate iv, it is a random string. */ + error = my_rand_buffer(iv, Aes_ctr::AES_BLOCK_SIZE); +- m_iv = Key_string(iv, sizeof(iv)); ++ m_iv = Key_string(iv, iv + sizeof(iv)); + + /* Encrypt password */ + if (!error) { +- error = (my_aes_encrypt(password_str.data(), password_str.length(), ++ error = (my_aes_encrypt(password_str.data(), password_str.size(), + encrypted_password, master_key.m_value.data(), +- master_key.m_value.length(), my_aes_256_cbc, iv, ++ master_key.m_value.size(), my_aes_256_cbc, iv, + false) == MY_AES_BAD_DATA); + m_encrypted_password = +- Key_string(encrypted_password, sizeof(encrypted_password)); ++ Key_string(encrypted_password, encrypted_password + sizeof(encrypted_password)); + } + + return error; +@@ -1264,7 +1264,7 @@ Key_string Rpl_encryption_header_v1::generate_new_file + /* Generate password, it is a random string. */ + error = my_rand_buffer(password, sizeof(password)); + if (!error) { +- password_str.append(password, sizeof(password)); ++ password_str.insert(password_str.end(), password, password + sizeof(password)); + } + + if (error || encrypt_file_password(password_str) || diff --git a/databases/xtrabackup80/files/patch-sql_stream__cipher.cc b/databases/xtrabackup80/files/patch-sql_stream__cipher.cc new file mode 100644 index 000000000000..e9b1b0e5a573 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_stream__cipher.cc @@ -0,0 +1,11 @@ +--- sql/stream_cipher.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/stream_cipher.cc +@@ -45,7 +45,7 @@ bool Aes_ctr_cipher<TYPE>::open(const Key_string &pass + m_header_size = header_size; + #ifdef HAVE_BYTESTOKEY_SHA512_HANDLING + if (EVP_BytesToKey(Aes_ctr::get_evp_cipher(), Aes_ctr::get_evp_md(), nullptr, +- password.data(), password.length(), 1, m_file_key, ++ password.data(), password.size(), 1, m_file_key, + m_iv) == 0) + return true; + #else diff --git a/databases/xtrabackup80/files/patch-sql_stream__cipher.h b/databases/xtrabackup80/files/patch-sql_stream__cipher.h new file mode 100644 index 000000000000..dfef2c2b2246 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_stream__cipher.h @@ -0,0 +1,20 @@ +--- sql/stream_cipher.h.orig 2023-11-24 10:33:10 UTC ++++ sql/stream_cipher.h +@@ -25,7 +25,7 @@ + + #include <openssl/evp.h> + #include <memory> +-#include <string> ++#include <vector> + + /** + @file stream_cipher.h +@@ -34,7 +34,7 @@ + binary log files. + */ + +-typedef std::basic_string<unsigned char> Key_string; ++typedef std::vector<unsigned char> Key_string; + + /** + @class Stream_cipher diff --git a/databases/xtrabackup80/files/patch-storage_innobase_log__log0recv.cc b/databases/xtrabackup80/files/patch-storage_innobase_log__log0recv.cc deleted file mode 100644 index 4f6c96125878..000000000000 --- a/databases/xtrabackup80/files/patch-storage_innobase_log__log0recv.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- storage/innobase/log/log0recv.cc.orig 2023-11-24 13:33:10.000000000 +0300 -+++ storage/innobase/log/log0recv.cc 2024-02-16 15:16:49.528584000 +0300 -@@ -3702,7 +3702,7 @@ - #else /* !UNIV_HOTBACKUP */ - bool meb_scan_log_recs( - #endif /* !UNIV_HOTBACKUP */ -- size_t *max_memory, const byte *buf, size_t len, -+ size_t max_memory, const byte *buf, size_t len, - lsn_t start_lsn, lsn_t *read_upto_lsn, - lsn_t to_lsn) { - const byte *log_block = buf; -@@ -3975,7 +3975,7 @@ - recv_parse_log_recs(); - - #ifndef UNIV_HOTBACKUP -- if (recv_heap_used() > *max_memory) { -+ if (recv_heap_used() > max_memory) { - recv_apply_hashed_log_recs(log, false); - } - #endif /* !UNIV_HOTBACKUP */ -@@ -4161,7 +4161,7 @@ - break; - } - -- finished = recv_scan_log_recs(log, &max_mem, log.buf, end_lsn - start_lsn, -+ finished = recv_scan_log_recs(log, max_mem, log.buf, end_lsn - start_lsn, - start_lsn, &log.m_scanned_lsn, to_lsn); - - start_lsn = end_lsn; diff --git a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_keyring__plugins.cc b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_keyring__plugins.cc new file mode 100644 index 000000000000..5a1124f11f87 --- /dev/null +++ b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_keyring__plugins.cc @@ -0,0 +1,11 @@ +--- storage/innobase/xtrabackup/src/keyring_plugins.cc.orig 2023-11-24 10:33:10 UTC ++++ storage/innobase/xtrabackup/src/keyring_plugins.cc +@@ -890,7 +890,7 @@ bool xb_binlog_password_reencrypt(const char *binlog_f + return (false); + } + +- Key_string file_password(key, Encryption::KEY_LEN); ++ Key_string file_password(key, key + Encryption::KEY_LEN); + header->encrypt_file_password(file_password); + + IO_CACHE_ostream ostream; diff --git a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_utils.cc b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_utils.cc deleted file mode 100644 index 34feee9867f6..000000000000 --- a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_utils.cc +++ /dev/null @@ -1,59 +0,0 @@ ---- storage/innobase/xtrabackup/src/utils.cc.orig 2023-01-30 20:34:34.000000000 +0700 -+++ storage/innobase/xtrabackup/src/utils.cc 2023-02-25 02:50:31.899561000 +0700 -@@ -21,6 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Bos - - #ifdef __APPLE__ - #include <mach/mach_host.h> -+#endif -+#if defined(__APPLE__) || defined(__FreeBSD__) - #include <sys/sysctl.h> - #else - #include <proc/sysinfo.h> -@@ -112,12 +114,14 @@ unsigned long get_version_number(std::string version_s - return major * 10000 + minor * 100 + version; - } - --#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) - unsigned long host_total_memory() { - unsigned long total_mem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); - return total_mem; - } -+#endif - -+#ifdef __APPLE__ - unsigned long host_free_memory() { - unsigned long total_mem = host_total_memory(); - int64_t used_mem; -@@ -138,6 +142,31 @@ unsigned long host_free_memory() { - return total_mem - (unsigned long)used_mem; - } - return 0; -+} -+#elif defined(__FreeBSD__) -+unsigned long host_free_memory() { -+ static int mib_free[2] = { -1, 0 }; -+ static int mib_inactive[2] = { -1, 0 }; -+ size_t miblen = sizeof(mib_free) / sizeof(mib_free[0]); -+ uint32_t free_pages, inactive_pages; -+ size_t sz = sizeof(free_pages); -+ -+ free_pages = inactive_pages = 0; -+ -+ if (mib_free[0] < 0 && -+ sysctlnametomib("vm.stats.vm.v_free_count", mib_free, &miblen) < 0) -+ mib_free[0] = 0; -+ if (mib_inactive[0] < 0 && -+ sysctlnametomib("vm.stats.vm.v_inactive_count", mib_inactive, &miblen) < 0) -+ mib_inactive[0] = 0; -+ -+ if (mib_free[0] && -+ sysctl(mib_free, 2, &free_pages, &sz, NULL, 0) < 0) -+ free_pages = 0; /* should not happen */ -+ if (mib_inactive[0] && sysctl(mib_inactive, 2, &inactive_pages, &sz, NULL, 0) < 0) -+ inactive_pages = 0; /* should not happen, too */ -+ -+ return (free_pages + inactive_pages) * sysconf(_SC_PAGESIZE); - } - #else - unsigned long host_total_memory() { diff --git a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_xbcloud__osenv.sh b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_xbcloud__osenv.sh deleted file mode 100644 index 37b1e45afc66..000000000000 --- a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_xbcloud__osenv.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- storage/innobase/xtrabackup/xbcloud_osenv.sh.orig 2020-08-28 21:02:32 UTC -+++ storage/innobase/xtrabackup/xbcloud_osenv.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # Copyright (C) 2015 Percona LLC and/or its affiliates. - # This software comes with ABSOLUTELY NO WARRANTY. This is free software, -@@ -105,5 +105,5 @@ fi - - # do it - # shellcheck disable=SC2086,SC2048 --${XBCLOUD_BIN} $* ${XBCLOUD_OS_ENV} -+${XBCLOUD_BIN} "$@" ${XBCLOUD_OS_ENV} - diff --git a/databases/xtrabackup80/files/patch-storage_temptable_include_temptable_lock_free_type.h b/databases/xtrabackup80/files/patch-storage_temptable_include_temptable_lock_free_type.h deleted file mode 100644 index a229da5b0adc..000000000000 --- a/databases/xtrabackup80/files/patch-storage_temptable_include_temptable_lock_free_type.h +++ /dev/null @@ -1,17 +0,0 @@ ---- storage/temptable/include/temptable/lock_free_type.h.orig 2020-06-16 16:31:03 UTC -+++ storage/temptable/include/temptable/lock_free_type.h -@@ -31,6 +31,14 @@ Lock-free type (selection) implementation. */ - - #include "storage/temptable/include/temptable/constants.h" - -+#if defined(__i386__) //&& defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8) -+/* Fix for clang setting __GCC_ATOMIC_LLONG_LOCK_FREE incorrectly for x86 -+ * https://llvm.org/bugs/show_bug.cgi?id=19355 -+ */ -+#undef ATOMIC_LLONG_LOCK_FREE -+#define ATOMIC_LLONG_LOCK_FREE 2 -+#endif -+ - namespace temptable { - - /** Enum class describing alignment-requirements. */ diff --git a/databases/xtrabackup80/files/patch-utils.cc b/databases/xtrabackup80/files/patch-utils.cc new file mode 100644 index 000000000000..7cc27bc79dd7 --- /dev/null +++ b/databases/xtrabackup80/files/patch-utils.cc @@ -0,0 +1,83 @@ +--- storage/innobase/xtrabackup/src/utils.cc.orig 2025-06-26 11:44:12.347914000 +0300 ++++ storage/innobase/xtrabackup/src/utils.cc 2025-06-26 11:47:31.087768000 +0300 +@@ -19,16 +19,6 @@ + #include <my_default.h> + #include <mysqld.h> + +-#ifdef __APPLE__ +-#include <mach/mach_host.h> +-#include <sys/sysctl.h> +-#else +-#ifdef HAVE_PROCPS_V3 +-#include <proc/sysinfo.h> +-#else +-#include <libproc2/meminfo.h> +-#endif // HAVE_PROCPS_V3 +-#endif // __APPLE__ + #include <boost/uuid/uuid.hpp> // uuid class + #include <boost/uuid/uuid_generators.hpp> // generators + #include <boost/uuid/uuid_io.hpp> // streaming operators etc. +@@ -116,62 +106,13 @@ + return major * 10000 + minor * 100 + version; + } + +-#ifdef __APPLE__ + unsigned long host_total_memory() { +- unsigned long total_mem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); +- return total_mem; ++ return 0; + } + + unsigned long host_free_memory() { +- unsigned long total_mem = host_total_memory(); +- int64_t used_mem; +- vm_size_t page_size; +- mach_msg_type_number_t count; +- vm_statistics_data_t vm_stats; +- +- // Get used memory +- mach_port_t host = mach_host_self(); +- count = sizeof(vm_stats) / sizeof(natural_t); +- if (KERN_SUCCESS == host_page_size(host, &page_size) && +- KERN_SUCCESS == +- host_statistics(host, HOST_VM_INFO, (host_info_t)&vm_stats, &count)) { +- used_mem = ((int64_t)vm_stats.active_count + (int64_t)vm_stats.wire_count) * +- (int64_t)page_size; +- +- ut_a(total_mem >= (unsigned long)used_mem); +- return total_mem - (unsigned long)used_mem; +- } + return 0; + } +-#else +-unsigned long host_total_memory() { +-#ifdef HAVE_PROCPS_V3 +- meminfo(); +- return kb_main_total * 1024; +-#else +- struct meminfo_info *mem_info; +- if (procps_meminfo_new(&mem_info) < 0) { +- return 0; +- } +- +- return MEMINFO_GET(mem_info, MEMINFO_MEM_TOTAL, ul_int) * 1024; +-#endif // HAVE_PROCPS_V3 +-} +- +-unsigned long host_free_memory() { +-#ifdef HAVE_PROCPS_V3 +- meminfo(); +- return kb_main_available * 1024; +-#else +- struct meminfo_info *mem_info; +- if (procps_meminfo_new(&mem_info) < 0) { +- return 0; +- } +- +- return MEMINFO_GET(mem_info, MEMINFO_MEM_AVAILABLE, ul_int) * 1024; +-#endif // HAVE_PROCPS_V3 +-} +-#endif + + std::string generate_uuid() { + boost::uuids::uuid uuid = gen(); diff --git a/deskutils/plasma6-milou/distinfo b/deskutils/plasma6-milou/distinfo index caff1eeb19c8..b03936585210 100644 --- a/deskutils/plasma6-milou/distinfo +++ b/deskutils/plasma6-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789602 -SHA256 (KDE/plasma/6.4.1/milou-6.4.1.tar.xz) = 2194369d4c45a537b79322bfdd3ecc5252fb55dfd8f7af2103c8f7b7da2e5080 -SIZE (KDE/plasma/6.4.1/milou-6.4.1.tar.xz) = 50132 +TIMESTAMP = 1751380530 +SHA256 (KDE/plasma/6.4.2/milou-6.4.2.tar.xz) = b2657a23559a1bff85ab30b6b2f5d2e1a9c1499ed0af095ada83ad85bcb5a5a6 +SIZE (KDE/plasma/6.4.2/milou-6.4.2.tar.xz) = 50128 diff --git a/deskutils/plasma6-sddm-kcm/distinfo b/deskutils/plasma6-sddm-kcm/distinfo index 2ccd6145dd6b..7f78adba9f0f 100644 --- a/deskutils/plasma6-sddm-kcm/distinfo +++ b/deskutils/plasma6-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789603 -SHA256 (KDE/plasma/6.4.1/sddm-kcm-6.4.1.tar.xz) = a2d10d57b432c8227cdce193adbb9500069a2ab1d8d6462c6a18199275cb9ec6 -SIZE (KDE/plasma/6.4.1/sddm-kcm-6.4.1.tar.xz) = 103524 +TIMESTAMP = 1751380530 +SHA256 (KDE/plasma/6.4.2/sddm-kcm-6.4.2.tar.xz) = f7cf05ddc7e2c7633bd9e29a5fddafa6e08607d6b2034769a8f4974c8ba847cf +SIZE (KDE/plasma/6.4.2/sddm-kcm-6.4.2.tar.xz) = 103512 diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo index 7ce054ab3f06..1cb47d5a7b2d 100644 --- a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo +++ b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789604 -SHA256 (KDE/plasma/6.4.1/xdg-desktop-portal-kde-6.4.1.tar.xz) = 1f01d629f6818e48aa6acf83f58c07f0ddf3e1bf2a1ecb44803af65cde119583 -SIZE (KDE/plasma/6.4.1/xdg-desktop-portal-kde-6.4.1.tar.xz) = 202240 +TIMESTAMP = 1751380531 +SHA256 (KDE/plasma/6.4.2/xdg-desktop-portal-kde-6.4.2.tar.xz) = 2b674807d2a784937a0bcef0271395ad85a35475253ba9f18aba2d76d8330a53 +SIZE (KDE/plasma/6.4.2/xdg-desktop-portal-kde-6.4.2.tar.xz) = 202640 diff --git a/devel/Makefile b/devel/Makefile index 2cd31116b8d2..8fe579077a17 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4281,6 +4281,16 @@ SUBDIR += php84-sysvsem SUBDIR += php84-sysvshm SUBDIR += php84-tokenizer + SUBDIR += php85-ffi + SUBDIR += php85-gettext + SUBDIR += php85-intl + SUBDIR += php85-pcntl + SUBDIR += php85-readline + SUBDIR += php85-shmop + SUBDIR += php85-sysvmsg + SUBDIR += php85-sysvsem + SUBDIR += php85-sysvshm + SUBDIR += php85-tokenizer SUBDIR += phpunit10 SUBDIR += phpunit11 SUBDIR += phpunit12 @@ -5846,6 +5856,7 @@ SUBDIR += py-rfc3339-validator SUBDIR += py-rfc3986-validator SUBDIR += py-rich-click + SUBDIR += py-rich-toolkit SUBDIR += py-riot SUBDIR += py-robotframework SUBDIR += py-robotframework-assertion-engine diff --git a/devel/R-cran-webfakes/Makefile b/devel/R-cran-webfakes/Makefile index c1d097ab7dfc..0edceeb7816e 100644 --- a/devel/R-cran-webfakes/Makefile +++ b/devel/R-cran-webfakes/Makefile @@ -1,5 +1,5 @@ PORTNAME= webfakes -DISTVERSION= 1.3.2 +DISTVERSION= 1.4.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -25,6 +25,8 @@ TEST_DEPENDS= R-cran-brotli>0:archivers/R-cran-brotli \ R-cran-xml2>0:textproc/R-cran-xml2 \ R-cran-zip>=2.3.0:archivers/R-cran-zip -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles shebangfix + +SHEBANG_FILES= inst/cert/localhost/generate.sh .include <bsd.port.mk> diff --git a/devel/R-cran-webfakes/distinfo b/devel/R-cran-webfakes/distinfo index 34999643da90..abbd05d95491 100644 --- a/devel/R-cran-webfakes/distinfo +++ b/devel/R-cran-webfakes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737528205 -SHA256 (webfakes_1.3.2.tar.gz) = c868a11ae9880bdbfc2e5b067e7d3d9d2f35d9236aa724526b8e95c886c90ca2 -SIZE (webfakes_1.3.2.tar.gz) = 435284 +TIMESTAMP = 1751482440 +SHA256 (webfakes_1.4.0.tar.gz) = 442c246b89ff3afd202980bb3c91c0e4ec1ee7aca38d8edfbc3cf9f079896284 +SIZE (webfakes_1.4.0.tar.gz) = 1882937 diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index def97b51f15f..8bc7ba02e8ca 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,13 +1,12 @@ PORTNAME= cargo-c -DISTVERSION= 0.10.13 -DISTVERSIONSUFFIX= +cargo-0.88.0 -PORTREVISION= 1 +DISTVERSION= 0.10.14 +DISTVERSIONSUFFIX= +cargo-0.89.0 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cargo C-ABI helpers WWW= https://github.com/lu-zero/cargo-c diff --git a/devel/cargo-c/Makefile.crates b/devel/cargo-c/Makefile.crates index 211d3e61aa34..5b2b7ee7a66a 100644 --- a/devel/cargo-c/Makefile.crates +++ b/devel/cargo-c/Makefile.crates @@ -1,54 +1,55 @@ -CARGO_CRATES= adler2-2.0.0 \ +CARGO_CRATES= adler2-2.0.1 \ ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ annotate-snippets-0.11.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 \ arc-swap-1.7.1 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ base16ct-0.2.0 \ base64-0.22.1 \ - base64ct-1.7.3 \ + base64ct-1.8.0 \ bitflags-2.9.1 \ bitmaps-2.1.0 \ blake3-1.8.2 \ block-buffer-0.10.4 \ bstr-1.12.0 \ - bumpalo-3.17.0 \ + bumpalo-3.19.0 \ + byteorder-1.5.0 \ bytes-1.10.1 \ - cargo-0.88.0 \ + cargo-0.89.0 \ cargo-credential-0.4.8 \ - cargo-credential-libsecret-0.4.13 \ - cargo-credential-macos-keychain-0.4.13 \ - cargo-credential-wincred-0.4.13 \ - cargo-platform-0.2.0 \ - cargo-util-0.2.20 \ - cargo-util-schemas-0.8.1 \ - cbindgen-0.28.0 \ - cc-1.2.22 \ - 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 \ + cargo-credential-libsecret-0.4.14 \ + cargo-credential-macos-keychain-0.4.14 \ + cargo-credential-wincred-0.4.14 \ + cargo-platform-0.3.0 \ + cargo-util-0.2.21 \ + cargo-util-schemas-0.8.2 \ + cbindgen-0.29.0 \ + 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 \ clru-0.6.2 \ color-print-0.3.7 \ color-print-proc-macro-0.3.7 \ - colorchoice-1.0.3 \ + colorchoice-1.0.4 \ const-oid-0.9.6 \ constant_time_eq-0.3.1 \ - core-foundation-0.10.0 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ - crates-io-0.40.10 \ + crates-io-0.40.11 \ crc32fast-1.4.2 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ @@ -56,9 +57,9 @@ CARGO_CRATES= adler2-2.0.0 \ crossbeam-utils-0.8.21 \ crypto-bigint-0.5.5 \ crypto-common-0.1.6 \ - ct-codecs-1.1.5 \ - curl-0.4.47 \ - curl-sys-0.4.80+curl-8.12.1 \ + ct-codecs-1.1.6 \ + curl-0.4.48 \ + curl-sys-0.4.82+curl-8.14.1 \ dbus-0.9.7 \ der-0.7.10 \ deranged-0.4.0 \ @@ -72,15 +73,16 @@ CARGO_CRATES= adler2-2.0.0 \ encoding_rs-0.8.35 \ equivalent-1.0.2 \ erased-serde-0.4.6 \ - errno-0.3.12 \ + errno-0.3.13 \ fallible-iterator-0.3.0 \ fallible-streaming-iterator-0.1.9 \ faster-hex-0.9.0 \ + faster-hex-0.10.0 \ fastrand-2.3.0 \ ff-0.13.1 \ - fiat-crypto-0.2.9 \ + fiat-crypto-0.3.0 \ filetime-0.2.25 \ - flate2-1.1.1 \ + flate2-1.1.2 \ fnv-1.0.7 \ foldhash-0.1.5 \ foreign-types-0.3.2 \ @@ -91,63 +93,68 @@ CARGO_CRATES= adler2-2.0.0 \ getrandom-0.3.3 \ git2-0.20.2 \ git2-curl-0.21.0 \ - gix-0.70.0 \ - gix-actor-0.33.2 \ - gix-attributes-0.24.0 \ + gix-0.71.0 \ + gix-actor-0.34.0 \ + gix-attributes-0.25.0 \ gix-bitmap-0.2.14 \ gix-chunk-0.4.11 \ - gix-command-0.4.1 \ - gix-commitgraph-0.26.0 \ - gix-config-0.43.0 \ + gix-command-0.5.0 \ + gix-commitgraph-0.27.0 \ + gix-config-0.44.0 \ gix-config-value-0.14.12 \ - gix-credentials-0.27.0 \ + gix-credentials-0.28.0 \ gix-date-0.9.4 \ - gix-diff-0.50.0 \ - gix-dir-0.12.0 \ - gix-discover-0.38.0 \ - gix-features-0.40.0 \ - gix-filter-0.17.0 \ - gix-fs-0.13.0 \ - gix-glob-0.18.0 \ - gix-hash-0.16.0 \ - gix-hashtable-0.7.0 \ - gix-ignore-0.13.0 \ - gix-index-0.38.0 \ - gix-lock-16.0.0 \ - gix-negotiate-0.18.0 \ - gix-object-0.47.0 \ - gix-odb-0.67.0 \ - gix-pack-0.57.0 \ + gix-diff-0.51.0 \ + gix-dir-0.13.0 \ + gix-discover-0.39.0 \ + gix-features-0.41.1 \ + gix-features-0.42.1 \ + gix-filter-0.18.0 \ + gix-fs-0.14.0 \ + gix-fs-0.15.0 \ + gix-glob-0.19.0 \ + gix-hash-0.17.0 \ + gix-hash-0.18.0 \ + gix-hashtable-0.8.1 \ + gix-ignore-0.14.0 \ + gix-index-0.39.0 \ + gix-lock-17.1.0 \ + gix-negotiate-0.19.0 \ + gix-object-0.48.0 \ + gix-odb-0.68.0 \ + gix-pack-0.58.0 \ gix-packetline-0.18.4 \ gix-packetline-blocking-0.18.3 \ gix-path-0.10.18 \ - gix-pathspec-0.9.0 \ - gix-prompt-0.9.1 \ - gix-protocol-0.48.0 \ - gix-quote-0.4.15 \ - gix-ref-0.50.0 \ - gix-refspec-0.28.0 \ - gix-revision-0.32.0 \ - gix-revwalk-0.18.0 \ + gix-pathspec-0.10.0 \ + gix-prompt-0.10.0 \ + gix-protocol-0.49.0 \ + gix-quote-0.5.0 \ + gix-ref-0.51.0 \ + gix-refspec-0.29.0 \ + gix-revision-0.33.0 \ + gix-revwalk-0.19.0 \ gix-sec-0.10.12 \ - gix-shallow-0.2.0 \ - gix-submodule-0.17.0 \ - gix-tempfile-16.0.0 \ + gix-shallow-0.3.0 \ + gix-submodule-0.18.0 \ + gix-tempfile-17.1.0 \ gix-trace-0.1.12 \ - gix-transport-0.45.0 \ - gix-traverse-0.44.0 \ - gix-url-0.29.0 \ - gix-utils-0.1.14 \ + gix-transport-0.46.0 \ + gix-traverse-0.45.0 \ + gix-url-0.30.0 \ + gix-utils-0.2.0 \ + gix-utils-0.3.0 \ gix-validate-0.9.4 \ gix-validate-0.10.0 \ - gix-worktree-0.39.0 \ + gix-worktree-0.40.0 \ glob-0.3.2 \ globset-0.4.16 \ group-0.13.0 \ + hash32-0.3.1 \ hashbrown-0.14.5 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ hashlink-0.10.0 \ - heck-0.4.1 \ + heapless-0.8.0 \ heck-0.5.0 \ hex-0.4.3 \ hkdf-0.12.4 \ @@ -158,21 +165,21 @@ CARGO_CRATES= adler2-2.0.0 \ 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 \ idna-1.0.3 \ idna_adapter-1.2.1 \ ignore-0.4.23 \ im-rc-15.1.0 \ implib-0.3.5 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ is_executable-1.0.4 \ is_terminal_polyfill-1.70.1 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.13 \ - jiff-static-0.2.13 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ jobserver-0.1.33 \ @@ -180,27 +187,28 @@ CARGO_CRATES= adler2-2.0.0 \ kstring-2.0.2 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.172 \ + libc-0.2.174 \ libdbus-sys-0.2.5 \ - libgit2-sys-0.18.1+1.9.0 \ - libloading-0.8.7 \ + libgit2-sys-0.18.2+1.9.1 \ + libloading-0.8.8 \ libnghttp2-sys-0.1.11+1.64.0 \ - libredox-0.1.3 \ - libsqlite3-sys-0.31.0 \ + libredox-0.1.4 \ + libsqlite3-sys-0.32.0 \ libssh2-sys-0.3.1 \ + libz-rs-sys-0.5.1 \ libz-sys-1.1.22 \ 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 \ matchers-0.1.0 \ maybe-async-0.2.10 \ - memchr-2.7.4 \ + memchr-2.7.5 \ memmap2-0.9.5 \ memoffset-0.9.1 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.8 \ + miniz_oxide-0.8.9 \ miow-0.6.0 \ nom-7.1.3 \ normpath-1.3.0 \ @@ -208,28 +216,31 @@ CARGO_CRATES= adler2-2.0.0 \ num-conv-0.1.0 \ num-traits-0.2.19 \ object-0.36.7 \ + object-0.37.1 \ once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ opener-0.7.2 \ - openssl-0.10.57 \ + openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-sys-0.9.109 \ ordered-float-2.10.1 \ - orion-0.17.10 \ - os_info-3.11.0 \ + orion-0.17.11 \ + os_info-3.12.0 \ overload-0.1.1 \ p384-0.13.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ - pasetors-0.7.4 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + pasetors-0.7.6 \ pathdiff-0.2.3 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.16 \ pkcs8-0.10.2 \ pkg-config-0.3.32 \ - portable-atomic-1.11.0 \ + plist-1.7.2 \ + portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ potential_utf-0.1.2 \ powerfmt-0.2.0 \ @@ -237,24 +248,25 @@ CARGO_CRATES= adler2-2.0.0 \ primeorder-0.13.6 \ proc-macro2-1.0.95 \ prodash-29.0.2 \ + quick-xml-0.37.5 \ 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.6.4 \ rand_core-0.9.3 \ rand_xoshiro-0.6.0 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.13 \ regex-1.11.1 \ regex-automata-0.1.10 \ regex-automata-0.4.9 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ rfc6979-0.4.0 \ - rusqlite-0.33.0 \ + rusqlite-0.34.0 \ rustc-hash-2.1.1 \ rustc-stable-hash-0.1.2 \ - rustfix-0.9.0 \ + rustfix-0.9.1 \ rustix-0.38.44 \ rustix-1.0.7 \ ryu-1.0.20 \ @@ -271,9 +283,9 @@ CARGO_CRATES= adler2-2.0.0 \ serde_derive-1.0.219 \ serde_ignored-0.1.12 \ serde_json-1.0.140 \ - serde_spanned-0.6.8 \ + serde_spanned-0.6.9 \ sha1-0.10.6 \ - sha1_smol-1.0.1 \ + sha1-checked-0.10.0 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shell-escape-0.1.5 \ @@ -281,8 +293,8 @@ CARGO_CRATES= adler2-2.0.0 \ shlex-1.3.0 \ signature-2.2.0 \ sized-chunks-0.6.5 \ - smallvec-1.15.0 \ - socket2-0.5.9 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ spki-0.7.3 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ @@ -290,7 +302,7 @@ CARGO_CRATES= adler2-2.0.0 \ subtle-2.6.1 \ supports-hyperlinks-3.1.0 \ supports-unicode-3.0.0 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ tar-0.4.44 \ tempfile-3.20.0 \ @@ -299,21 +311,21 @@ 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 \ + 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 \ - toml-0.8.22 \ - toml_datetime-0.6.9 \ - toml_edit-0.22.26 \ - toml_write-0.1.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ tracing-0.1.41 \ - tracing-attributes-0.1.28 \ + tracing-attributes-0.1.30 \ tracing-chrome-0.7.2 \ - tracing-core-0.1.33 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ typeid-1.0.3 \ @@ -322,7 +334,7 @@ CARGO_CRATES= adler2-2.0.0 \ unicode-bom-2.0.3 \ unicode-ident-1.0.18 \ unicode-normalization-0.1.24 \ - unicode-width-0.2.0 \ + unicode-width-0.2.1 \ unicode-xid-0.2.6 \ url-2.5.4 \ utf8_iter-1.0.4 \ @@ -331,7 +343,7 @@ CARGO_CRATES= adler2-2.0.0 \ 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 \ @@ -345,9 +357,10 @@ CARGO_CRATES= adler2-2.0.0 \ 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.0 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ @@ -371,17 +384,17 @@ CARGO_CRATES= adler2-2.0.0 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ - winnow-0.6.26 \ - winnow-0.7.10 \ + winnow-0.7.11 \ 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 \ zeroize-1.8.1 \ zerotrie-0.2.2 \ zerovec-0.11.2 \ - zerovec-derive-0.11.1 + zerovec-derive-0.11.1 \ + zlib-rs-0.5.1 diff --git a/devel/cargo-c/distinfo b/devel/cargo-c/distinfo index 47b07531a554..e0a9fc610aee 100644 --- a/devel/cargo-c/distinfo +++ b/devel/cargo-c/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1153704088 -SHA256 (rust/crates/cargo-c-0.10.13+cargo-0.88.0.crate) = bd11efb38aee5930cabfe8d41465f22859b2af9071fa04d3642814cf1cc2bc75 -SIZE (rust/crates/cargo-c-0.10.13+cargo-0.88.0.crate) = 57727 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +TIMESTAMP = 1751094160 +SHA256 (rust/crates/cargo-c-0.10.14+cargo-0.89.0.crate) = fe82742019f0e5c1a9f8549b0f41b20f1bc834f5ed0626c47019f15be566b321 +SIZE (rust/crates/cargo-c-0.10.14+cargo-0.89.0.crate) = 59024 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 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 @@ -11,16 +11,16 @@ SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f924 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/annotate-snippets-0.11.5.crate) = 710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4 SIZE (rust/crates/annotate-snippets-0.11.5.crate) = 34687 -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/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 @@ -29,14 +29,14 @@ SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486 SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 -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/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 -SHA256 (rust/crates/base64ct-1.7.3.crate) = 89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3 -SIZE (rust/crates/base64ct-1.7.3.crate) = 31175 +SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba +SIZE (rust/crates/base64ct-1.8.0.crate) = 31211 SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bitmaps-2.1.0.crate) = 031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2 @@ -47,62 +47,64 @@ SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996a SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 SIZE (rust/crates/bstr-1.12.0.crate) = 351557 -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 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 -SHA256 (rust/crates/cargo-0.88.0.crate) = e3266d7f10870d970f22fd244b5d4bb017f723247e6743f2283f6fe63a4f6084 -SIZE (rust/crates/cargo-0.88.0.crate) = 2764211 +SHA256 (rust/crates/cargo-0.89.0.crate) = 4ffb868a2869728e8cad2afd836cf7f287f5e9379f2e857deea187abfd7c5cfd +SIZE (rust/crates/cargo-0.89.0.crate) = 2772387 SHA256 (rust/crates/cargo-credential-0.4.8.crate) = ac1ef5080adde1db190e901884d2c400990856c2a23201c5a181b910a6dbdf2a SIZE (rust/crates/cargo-credential-0.4.8.crate) = 19781 -SHA256 (rust/crates/cargo-credential-libsecret-0.4.13.crate) = 02d4e8e593dd3967cf90d6ae8e0e820abbb9ba168c4015dc04d90abc80477b8b -SIZE (rust/crates/cargo-credential-libsecret-0.4.13.crate) = 9749 -SHA256 (rust/crates/cargo-credential-macos-keychain-0.4.13.crate) = 4037e5af4bd682580c82143a0a22d9fd2ae6e57ee8b9ea7110dabcf1160828cc -SIZE (rust/crates/cargo-credential-macos-keychain-0.4.13.crate) = 9214 -SHA256 (rust/crates/cargo-credential-wincred-0.4.13.crate) = 320491fd2d43703fe8685cc844af75eba650d32f51a26a9f37ec8fd0d426a738 -SIZE (rust/crates/cargo-credential-wincred-0.4.13.crate) = 9390 -SHA256 (rust/crates/cargo-platform-0.2.0.crate) = 84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4 -SIZE (rust/crates/cargo-platform-0.2.0.crate) = 13373 -SHA256 (rust/crates/cargo-util-0.2.20.crate) = d767bc85f367f6483a6072430b56f5c0d6ee7636751a21a800526d0711753d76 -SIZE (rust/crates/cargo-util-0.2.20.crate) = 32306 -SHA256 (rust/crates/cargo-util-schemas-0.8.1.crate) = ea8b01266e95c3cf839fe626e651fa36a9171033caa917a773d7a0ba1d5ce6be -SIZE (rust/crates/cargo-util-schemas-0.8.1.crate) = 36913 -SHA256 (rust/crates/cbindgen-0.28.0.crate) = eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff -SIZE (rust/crates/cbindgen-0.28.0.crate) = 223401 -SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1 -SIZE (rust/crates/cc-1.2.22.crate) = 106294 -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/cargo-credential-libsecret-0.4.14.crate) = d4c6e10380bfa25a4f1495e6ca7256332857e3ef7bb16adf376641e6af03acaf +SIZE (rust/crates/cargo-credential-libsecret-0.4.14.crate) = 9752 +SHA256 (rust/crates/cargo-credential-macos-keychain-0.4.14.crate) = 123e3570992ff3f899a62eefd482e131dea655df8c08150ae559bda2ff492836 +SIZE (rust/crates/cargo-credential-macos-keychain-0.4.14.crate) = 9215 +SHA256 (rust/crates/cargo-credential-wincred-0.4.14.crate) = 0310db795786db4bbe6cc00f30099ff6a157bb78f9f590376e5e1005866a68d3 +SIZE (rust/crates/cargo-credential-wincred-0.4.14.crate) = 9392 +SHA256 (rust/crates/cargo-platform-0.3.0.crate) = 8abf5d501fd757c2d2ee78d0cc40f606e92e3a63544420316565556ed28485e2 +SIZE (rust/crates/cargo-platform-0.3.0.crate) = 13252 +SHA256 (rust/crates/cargo-util-0.2.21.crate) = c95ec8b2485b20aed818bd7460f8eecc6c87c35c84191b353a3aba9aa1736c36 +SIZE (rust/crates/cargo-util-0.2.21.crate) = 32302 +SHA256 (rust/crates/cargo-util-schemas-0.8.2.crate) = 7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830 +SIZE (rust/crates/cargo-util-schemas-0.8.2.crate) = 36914 +SHA256 (rust/crates/cbindgen-0.29.0.crate) = 975982cdb7ad6a142be15bdf84aea7ec6a9e5d4d797c004d43185b24cfe4e684 +SIZE (rust/crates/cbindgen-0.29.0.crate) = 226905 +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/clru-0.6.2.crate) = cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59 SIZE (rust/crates/clru-0.6.2.crate) = 16497 SHA256 (rust/crates/color-print-0.3.7.crate) = 3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4 SIZE (rust/crates/color-print-0.3.7.crate) = 11586 SHA256 (rust/crates/color-print-proc-macro-0.3.7.crate) = 692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22 SIZE (rust/crates/color-print-proc-macro-0.3.7.crate) = 23082 -SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 -SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 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/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 -SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 -SHA256 (rust/crates/crates-io-0.40.10.crate) = 9c15b946f2bbd53f5be858ed02fcacfeb3646f3ca67b24defc276a01edd10de6 -SIZE (rust/crates/crates-io-0.40.10.crate) = 15087 +SHA256 (rust/crates/crates-io-0.40.11.crate) = 9d8912d1316660f138aa2dec2c20e38633449fb7a3b2b8fcbf1698ac31941b8e +SIZE (rust/crates/crates-io-0.40.11.crate) = 15088 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 @@ -117,12 +119,12 @@ SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af9 SIZE (rust/crates/crypto-bigint-0.5.5.crate) = 83384 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/ct-codecs-1.1.5.crate) = dd0d274c65cbc1c34703d2fc2ce0fb892ff68f4516b677671a2f238a30b9b2b2 -SIZE (rust/crates/ct-codecs-1.1.5.crate) = 8162 -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/ct-codecs-1.1.6.crate) = 9b10589d1a5e400d61f9f38f12f884cfd080ff345de8f17efda36fe0e4a02aa8 +SIZE (rust/crates/ct-codecs-1.1.6.crate) = 11206 +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/dbus-0.9.7.crate) = 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b SIZE (rust/crates/dbus-0.9.7.crate) = 104206 SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb @@ -149,24 +151,26 @@ SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029 SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 -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/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a SIZE (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 9249 SHA256 (rust/crates/faster-hex-0.9.0.crate) = a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 SIZE (rust/crates/faster-hex-0.9.0.crate) = 13053 +SHA256 (rust/crates/faster-hex-0.10.0.crate) = 7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73 +SIZE (rust/crates/faster-hex-0.10.0.crate) = 13419 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/ff-0.13.1.crate) = c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393 SIZE (rust/crates/ff-0.13.1.crate) = 18607 -SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d -SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 +SHA256 (rust/crates/fiat-crypto-0.3.0.crate) = 64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24 +SIZE (rust/crates/fiat-crypto-0.3.0.crate) = 600542 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 SIZE (rust/crates/filetime-0.2.25.crate) = 14940 -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/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 @@ -187,120 +191,130 @@ SHA256 (rust/crates/git2-0.20.2.crate) = 2deb07a133b1520dc1a5690e9bd08950108873d SIZE (rust/crates/git2-0.20.2.crate) = 223479 SHA256 (rust/crates/git2-curl-0.21.0.crate) = be8dcabbc09ece4d30a9aa983d5804203b7e2f8054a171f792deff59b56d31fa SIZE (rust/crates/git2-curl-0.21.0.crate) = 9654 -SHA256 (rust/crates/gix-0.70.0.crate) = 736f14636705f3a56ea52b553e67282519418d9a35bb1e90b3a9637a00296b68 -SIZE (rust/crates/gix-0.70.0.crate) = 290002 -SHA256 (rust/crates/gix-actor-0.33.2.crate) = 20018a1a6332e065f1fcc8305c1c932c6b8c9985edea2284b3c79dc6fa3ee4b2 -SIZE (rust/crates/gix-actor-0.33.2.crate) = 10094 -SHA256 (rust/crates/gix-attributes-0.24.0.crate) = f151000bf662ef5f641eca6102d942ee31ace80f271a3ef642e99776ce6ddb38 -SIZE (rust/crates/gix-attributes-0.24.0.crate) = 19878 +SHA256 (rust/crates/gix-0.71.0.crate) = a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435 +SIZE (rust/crates/gix-0.71.0.crate) = 292982 +SHA256 (rust/crates/gix-actor-0.34.0.crate) = f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7 +SIZE (rust/crates/gix-actor-0.34.0.crate) = 12871 +SHA256 (rust/crates/gix-attributes-0.25.0.crate) = e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f +SIZE (rust/crates/gix-attributes-0.25.0.crate) = 22766 SHA256 (rust/crates/gix-bitmap-0.2.14.crate) = b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540 SIZE (rust/crates/gix-bitmap-0.2.14.crate) = 7704 SHA256 (rust/crates/gix-chunk-0.4.11.crate) = 0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f SIZE (rust/crates/gix-chunk-0.4.11.crate) = 10144 -SHA256 (rust/crates/gix-command-0.4.1.crate) = cb410b84d6575db45e62025a9118bdbf4d4b099ce7575a76161e898d9ca98df1 -SIZE (rust/crates/gix-command-0.4.1.crate) = 11830 -SHA256 (rust/crates/gix-commitgraph-0.26.0.crate) = e23a8ec2d8a16026a10dafdb6ed51bcfd08f5d97f20fa52e200bc50cb72e4877 -SIZE (rust/crates/gix-commitgraph-0.26.0.crate) = 18954 -SHA256 (rust/crates/gix-config-0.43.0.crate) = 377c1efd2014d5d469e0b3cd2952c8097bce9828f634e04d5665383249f1d9e9 -SIZE (rust/crates/gix-config-0.43.0.crate) = 64327 +SHA256 (rust/crates/gix-command-0.5.0.crate) = c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8 +SIZE (rust/crates/gix-command-0.5.0.crate) = 15122 +SHA256 (rust/crates/gix-commitgraph-0.27.0.crate) = 043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe +SIZE (rust/crates/gix-commitgraph-0.27.0.crate) = 22254 +SHA256 (rust/crates/gix-config-0.44.0.crate) = 9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa +SIZE (rust/crates/gix-config-0.44.0.crate) = 73085 SHA256 (rust/crates/gix-config-value-0.14.12.crate) = 8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6 SIZE (rust/crates/gix-config-value-0.14.12.crate) = 15627 -SHA256 (rust/crates/gix-credentials-0.27.0.crate) = cf950f9ee1690bb9c4388b5152baa8a9f41ad61e5cf1ba0ec8c207b08dab9e45 -SIZE (rust/crates/gix-credentials-0.27.0.crate) = 22145 +SHA256 (rust/crates/gix-credentials-0.28.0.crate) = 25322308aaf65789536b860d21137c3f7b69004ac4971c15c1abb08d3951c062 +SIZE (rust/crates/gix-credentials-0.28.0.crate) = 22452 SHA256 (rust/crates/gix-date-0.9.4.crate) = daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4 SIZE (rust/crates/gix-date-0.9.4.crate) = 13705 -SHA256 (rust/crates/gix-diff-0.50.0.crate) = 62afb7f4ca0acdf4e9dad92065b2eb1bf2993bcc5014b57bc796e3a365b17c4d -SIZE (rust/crates/gix-diff-0.50.0.crate) = 46347 -SHA256 (rust/crates/gix-dir-0.12.0.crate) = c1d78db3927a12f7d1b788047b84efacaab03ef25738bd1c77856ad8966bd57b -SIZE (rust/crates/gix-dir-0.12.0.crate) = 55345 -SHA256 (rust/crates/gix-discover-0.38.0.crate) = d0c2414bdf04064e0f5a5aa029dfda1e663cf9a6c4bfc8759f2d369299bb65d8 -SIZE (rust/crates/gix-discover-0.38.0.crate) = 16684 -SHA256 (rust/crates/gix-features-0.40.0.crate) = 8bfdd4838a8d42bd482c9f0cb526411d003ee94cc7c7b08afe5007329c71d554 -SIZE (rust/crates/gix-features-0.40.0.crate) = 31239 -SHA256 (rust/crates/gix-filter-0.17.0.crate) = bdcc36cd7dbc63ed0ec3558645886553d1afd3cd09daa5efb9cba9cceb942bbb -SIZE (rust/crates/gix-filter-0.17.0.crate) = 36669 -SHA256 (rust/crates/gix-fs-0.13.0.crate) = 182e7fa7bfdf44ffb7cfe7451b373cdf1e00870ac9a488a49587a110c562063d -SIZE (rust/crates/gix-fs-0.13.0.crate) = 15742 -SHA256 (rust/crates/gix-glob-0.18.0.crate) = 4e9c7249fa0a78f9b363aa58323db71e0a6161fd69860ed6f48dedf0ef3a314e -SIZE (rust/crates/gix-glob-0.18.0.crate) = 14155 -SHA256 (rust/crates/gix-hash-0.16.0.crate) = e81c5ec48649b1821b3ed066a44efb95f1a268b35c1d91295e61252539fbe9f8 -SIZE (rust/crates/gix-hash-0.16.0.crate) = 13529 -SHA256 (rust/crates/gix-hashtable-0.7.0.crate) = 189130bc372accd02e0520dc5ab1cef318dcc2bc829b76ab8d84bbe90ac212d1 -SIZE (rust/crates/gix-hashtable-0.7.0.crate) = 7199 -SHA256 (rust/crates/gix-ignore-0.13.0.crate) = 4f529dcb80bf9855c0a7c49f0ac588df6d6952d63a63fefc254b9c869d2cdf6f -SIZE (rust/crates/gix-ignore-0.13.0.crate) = 9891 -SHA256 (rust/crates/gix-index-0.38.0.crate) = acd12e3626879369310fffe2ac61acc828613ef656b50c4ea984dd59d7dc85d8 -SIZE (rust/crates/gix-index-0.38.0.crate) = 46639 -SHA256 (rust/crates/gix-lock-16.0.0.crate) = 9739815270ff6940968441824d162df9433db19211ca9ba8c3fc1b50b849c642 -SIZE (rust/crates/gix-lock-16.0.0.crate) = 10524 -SHA256 (rust/crates/gix-negotiate-0.18.0.crate) = a6a8af1ef7bbe303d30b55312b7f4d33e955de43a3642ae9b7347c623d80ef80 -SIZE (rust/crates/gix-negotiate-0.18.0.crate) = 10508 -SHA256 (rust/crates/gix-object-0.47.0.crate) = ddc4b3a0044244f0fe22347fb7a79cca165e37829d668b41b85ff46a43e5fd68 -SIZE (rust/crates/gix-object-0.47.0.crate) = 40801 -SHA256 (rust/crates/gix-odb-0.67.0.crate) = 3e93457df69cd09573608ce9fa4f443fbd84bc8d15d8d83adecd471058459c1b -SIZE (rust/crates/gix-odb-0.67.0.crate) = 56316 -SHA256 (rust/crates/gix-pack-0.57.0.crate) = fc13a475b3db735617017fb35f816079bf503765312d4b1913b18cf96f3fa515 -SIZE (rust/crates/gix-pack-0.57.0.crate) = 97452 +SHA256 (rust/crates/gix-diff-0.51.0.crate) = a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8 +SIZE (rust/crates/gix-diff-0.51.0.crate) = 57844 +SHA256 (rust/crates/gix-dir-0.13.0.crate) = 5879497bd3815d8277ed864ec8975290a70de5b62bb92d2d666a4cefc5d4793b +SIZE (rust/crates/gix-dir-0.13.0.crate) = 63102 +SHA256 (rust/crates/gix-discover-0.39.0.crate) = f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781 +SIZE (rust/crates/gix-discover-0.39.0.crate) = 22970 +SHA256 (rust/crates/gix-features-0.41.1.crate) = 016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634 +SIZE (rust/crates/gix-features-0.41.1.crate) = 33677 +SHA256 (rust/crates/gix-features-0.42.1.crate) = 56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed +SIZE (rust/crates/gix-features-0.42.1.crate) = 33400 +SHA256 (rust/crates/gix-filter-0.18.0.crate) = cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89 +SIZE (rust/crates/gix-filter-0.18.0.crate) = 37418 +SHA256 (rust/crates/gix-fs-0.14.0.crate) = 951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111 +SIZE (rust/crates/gix-fs-0.14.0.crate) = 19699 +SHA256 (rust/crates/gix-fs-0.15.0.crate) = 67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7 +SIZE (rust/crates/gix-fs-0.15.0.crate) = 19741 +SHA256 (rust/crates/gix-glob-0.19.0.crate) = 20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030 +SIZE (rust/crates/gix-glob-0.19.0.crate) = 16258 +SHA256 (rust/crates/gix-hash-0.17.0.crate) = 834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49 +SIZE (rust/crates/gix-hash-0.17.0.crate) = 18801 +SHA256 (rust/crates/gix-hash-0.18.0.crate) = 8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8 +SIZE (rust/crates/gix-hash-0.18.0.crate) = 18940 +SHA256 (rust/crates/gix-hashtable-0.8.1.crate) = b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904 +SIZE (rust/crates/gix-hashtable-0.8.1.crate) = 10253 +SHA256 (rust/crates/gix-ignore-0.14.0.crate) = 9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18 +SIZE (rust/crates/gix-ignore-0.14.0.crate) = 12151 +SHA256 (rust/crates/gix-index-0.39.0.crate) = 855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7 +SIZE (rust/crates/gix-index-0.39.0.crate) = 53596 +SHA256 (rust/crates/gix-lock-17.1.0.crate) = 570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796 +SIZE (rust/crates/gix-lock-17.1.0.crate) = 13990 +SHA256 (rust/crates/gix-negotiate-0.19.0.crate) = dad912acf5a68a7defa4836014337ff4381af8c3c098f41f818a8c524285e57b +SIZE (rust/crates/gix-negotiate-0.19.0.crate) = 15384 +SHA256 (rust/crates/gix-object-0.48.0.crate) = 4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a +SIZE (rust/crates/gix-object-0.48.0.crate) = 48838 +SHA256 (rust/crates/gix-odb-0.68.0.crate) = 50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610 +SIZE (rust/crates/gix-odb-0.68.0.crate) = 62553 +SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb +SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138 SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04 SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579 SHA256 (rust/crates/gix-packetline-blocking-0.18.3.crate) = 1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3 SIZE (rust/crates/gix-packetline-blocking-0.18.3.crate) = 22138 SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 -SHA256 (rust/crates/gix-pathspec-0.9.0.crate) = 6430d3a686c08e9d59019806faa78c17315fe22ae73151a452195857ca02f86c -SIZE (rust/crates/gix-pathspec-0.9.0.crate) = 18875 -SHA256 (rust/crates/gix-prompt-0.9.1.crate) = 79f2185958e1512b989a007509df8d61dca014aa759a22bee80cfa6c594c3b6d -SIZE (rust/crates/gix-prompt-0.9.1.crate) = 13418 -SHA256 (rust/crates/gix-protocol-0.48.0.crate) = 6c61bd61afc6b67d213241e2100394c164be421e3f7228d3521b04f48ca5ba90 -SIZE (rust/crates/gix-protocol-0.48.0.crate) = 44956 -SHA256 (rust/crates/gix-quote-0.4.15.crate) = e49357fccdb0c85c0d3a3292a9f6db32d9b3535959b5471bb9624908f4a066c6 -SIZE (rust/crates/gix-quote-0.4.15.crate) = 7847 -SHA256 (rust/crates/gix-ref-0.50.0.crate) = 47adf4c5f933429f8554e95d0d92eee583cfe4b95d2bf665cd6fd4a1531ee20c -SIZE (rust/crates/gix-ref-0.50.0.crate) = 58093 -SHA256 (rust/crates/gix-refspec-0.28.0.crate) = 59650228d8f612f68e7f7a25f517fcf386c5d0d39826085492e94766858b0a90 -SIZE (rust/crates/gix-refspec-0.28.0.crate) = 17399 -SHA256 (rust/crates/gix-revision-0.32.0.crate) = 3fe28bbccca55da6d66e6c6efc6bb4003c29d407afd8178380293729733e6b53 -SIZE (rust/crates/gix-revision-0.32.0.crate) = 22676 -SHA256 (rust/crates/gix-revwalk-0.18.0.crate) = d4ecb80c235b1e9ef2b99b23a81ea50dd569a88a9eb767179793269e0e616247 -SIZE (rust/crates/gix-revwalk-0.18.0.crate) = 13338 +SHA256 (rust/crates/gix-pathspec-0.10.0.crate) = fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14 +SIZE (rust/crates/gix-pathspec-0.10.0.crate) = 23271 +SHA256 (rust/crates/gix-prompt-0.10.0.crate) = fbf9cbf6239fd32f2c2c9c57eeb4e9b28fa1c9b779fa0e3b7c455eb1ca49d5f0 +SIZE (rust/crates/gix-prompt-0.10.0.crate) = 13794 +SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a +SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678 +SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969 +SIZE (rust/crates/gix-quote-0.5.0.crate) = 9009 +SHA256 (rust/crates/gix-ref-0.51.0.crate) = b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b +SIZE (rust/crates/gix-ref-0.51.0.crate) = 63938 +SHA256 (rust/crates/gix-refspec-0.29.0.crate) = 1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc +SIZE (rust/crates/gix-refspec-0.29.0.crate) = 22454 +SHA256 (rust/crates/gix-revision-0.33.0.crate) = 342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9 +SIZE (rust/crates/gix-revision-0.33.0.crate) = 27926 +SHA256 (rust/crates/gix-revwalk-0.19.0.crate) = 2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d +SIZE (rust/crates/gix-revwalk-0.19.0.crate) = 18189 SHA256 (rust/crates/gix-sec-0.10.12.crate) = 47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888 SIZE (rust/crates/gix-sec-0.10.12.crate) = 12935 -SHA256 (rust/crates/gix-shallow-0.2.0.crate) = ab72543011e303e52733c85bef784603ef39632ddf47f69723def52825e35066 -SIZE (rust/crates/gix-shallow-0.2.0.crate) = 7553 -SHA256 (rust/crates/gix-submodule-0.17.0.crate) = 74972fe8d46ac8a09490ae1e843b4caf221c5b157c5ac17057e8e1c38417a3ac -SIZE (rust/crates/gix-submodule-0.17.0.crate) = 12829 -SHA256 (rust/crates/gix-tempfile-16.0.0.crate) = 2558f423945ef24a8328c55d1fd6db06b8376b0e7013b1bb476cc4ffdf678501 -SIZE (rust/crates/gix-tempfile-16.0.0.crate) = 18453 +SHA256 (rust/crates/gix-shallow-0.3.0.crate) = cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3 +SIZE (rust/crates/gix-shallow-0.3.0.crate) = 11890 +SHA256 (rust/crates/gix-submodule-0.18.0.crate) = 78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2 +SIZE (rust/crates/gix-submodule-0.18.0.crate) = 21510 +SHA256 (rust/crates/gix-tempfile-17.1.0.crate) = c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa +SIZE (rust/crates/gix-tempfile-17.1.0.crate) = 18804 SHA256 (rust/crates/gix-trace-0.1.12.crate) = 7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7 SIZE (rust/crates/gix-trace-0.1.12.crate) = 10435 -SHA256 (rust/crates/gix-transport-0.45.0.crate) = 11187418489477b1b5b862ae1aedbbac77e582f2c4b0ef54280f20cfe5b964d9 -SIZE (rust/crates/gix-transport-0.45.0.crate) = 50868 -SHA256 (rust/crates/gix-traverse-0.44.0.crate) = 2bec70e53896586ef32a3efa7e4427b67308531ed186bb6120fb3eca0f0d61b4 -SIZE (rust/crates/gix-traverse-0.44.0.crate) = 19475 -SHA256 (rust/crates/gix-url-0.29.0.crate) = 29218c768b53dd8f116045d87fec05b294c731a4b2bdd257eeca2084cc150b13 -SIZE (rust/crates/gix-url-0.29.0.crate) = 15305 -SHA256 (rust/crates/gix-utils-0.1.14.crate) = ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f -SIZE (rust/crates/gix-utils-0.1.14.crate) = 10203 +SHA256 (rust/crates/gix-transport-0.46.0.crate) = b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e +SIZE (rust/crates/gix-transport-0.46.0.crate) = 68629 +SHA256 (rust/crates/gix-traverse-0.45.0.crate) = 36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384 +SIZE (rust/crates/gix-traverse-0.45.0.crate) = 24651 +SHA256 (rust/crates/gix-url-0.30.0.crate) = 48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860 +SIZE (rust/crates/gix-url-0.30.0.crate) = 19399 +SHA256 (rust/crates/gix-utils-0.2.0.crate) = 189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0 +SIZE (rust/crates/gix-utils-0.2.0.crate) = 11178 +SHA256 (rust/crates/gix-utils-0.3.0.crate) = 5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5 +SIZE (rust/crates/gix-utils-0.3.0.crate) = 11052 SHA256 (rust/crates/gix-validate-0.9.4.crate) = 34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084 SIZE (rust/crates/gix-validate-0.9.4.crate) = 12768 SHA256 (rust/crates/gix-validate-0.10.0.crate) = 77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d SIZE (rust/crates/gix-validate-0.10.0.crate) = 12688 -SHA256 (rust/crates/gix-worktree-0.39.0.crate) = 6673512f7eaa57a6876adceca6978a501d6c6569a4f177767dc405f8b9778958 -SIZE (rust/crates/gix-worktree-0.39.0.crate) = 17560 +SHA256 (rust/crates/gix-worktree-0.40.0.crate) = f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b +SIZE (rust/crates/gix-worktree-0.40.0.crate) = 24608 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 SIZE (rust/crates/globset-0.4.16.crate) = 26533 SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 SIZE (rust/crates/group-0.13.0.crate) = 16526 +SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 +SIZE (rust/crates/hash32-0.3.1.crate) = 10273 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 -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/hashlink-0.10.0.crate) = 7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1 SIZE (rust/crates/hashlink-0.10.0.crate) = 29402 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad +SIZE (rust/crates/heapless-0.8.0.crate) = 77802 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 @@ -321,10 +335,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/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e @@ -337,8 +351,8 @@ SHA256 (rust/crates/im-rc-15.1.0.crate) = af1955a75fa080c677d3972822ec4bad316169 SIZE (rust/crates/im-rc-15.1.0.crate) = 194077 SHA256 (rust/crates/implib-0.3.5.crate) = 598bf7096215f835b0f70c94d7b033da3cbf66181b619f25e54d65adaf825e62 SIZE (rust/crates/implib-0.3.5.crate) = 30046 -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/is_executable-1.0.4.crate) = d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2 SIZE (rust/crates/is_executable-1.0.4.crate) = 8263 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf @@ -347,10 +361,10 @@ SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aab 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/jiff-0.2.13.crate) = f02000660d30638906021176af16b17498bd0d12813dbfe7b276d8bc7f3c0806 -SIZE (rust/crates/jiff-0.2.13.crate) = 707842 -SHA256 (rust/crates/jiff-static-0.2.13.crate) = f3c30758ddd7188629c6713fc45d1188af4f44c90582311d0c8d8c9907f60c48 -SIZE (rust/crates/jiff-static-0.2.13.crate) = 76123 +SHA256 (rust/crates/jiff-0.2.15.crate) = be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49 +SIZE (rust/crates/jiff-0.2.15.crate) = 712996 +SHA256 (rust/crates/jiff-static-0.2.15.crate) = 03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4 +SIZE (rust/crates/jiff-static-0.2.15.crate) = 76146 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 @@ -365,22 +379,24 @@ SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591 SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -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/libdbus-sys-0.2.5.crate) = 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 SIZE (rust/crates/libdbus-sys-0.2.5.crate) = 1557017 -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/libloading-0.8.7.crate) = 6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c -SIZE (rust/crates/libloading-0.8.7.crate) = 30374 +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/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 +SIZE (rust/crates/libloading-0.8.8.crate) = 31345 SHA256 (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4 SIZE (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1968997 -SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d -SIZE (rust/crates/libredox-0.1.3.crate) = 6068 -SHA256 (rust/crates/libsqlite3-sys-0.31.0.crate) = ad8935b44e7c13394a179a438e0cebba0fe08fe01b54f152e29a93b5cf993fd4 -SIZE (rust/crates/libsqlite3-sys-0.31.0.crate) = 5176611 +SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 +SIZE (rust/crates/libredox-0.1.4.crate) = 6946 +SHA256 (rust/crates/libsqlite3-sys-0.32.0.crate) = fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7 +SIZE (rust/crates/libsqlite3-sys-0.32.0.crate) = 5182689 SHA256 (rust/crates/libssh2-sys-0.3.1.crate) = 220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9 SIZE (rust/crates/libssh2-sys-0.3.1.crate) = 582851 +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/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab @@ -389,24 +405,24 @@ SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a17 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/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/maybe-async-0.2.10.crate) = 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 SIZE (rust/crates/maybe-async-0.2.10.crate) = 22107 -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/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f SIZE (rust/crates/memmap2-0.9.5.crate) = 33280 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a -SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/miow-0.6.0.crate) = 359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044 SIZE (rust/crates/miow-0.6.0.crate) = 27801 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a @@ -421,36 +437,40 @@ SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/object-0.37.1.crate) = 03fd943161069e1768b4b3d050890ba48730e590f57e56d4aa04e7e090e61b4a +SIZE (rust/crates/object-0.37.1.crate) = 338929 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +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/opener-0.7.2.crate) = d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681 SIZE (rust/crates/opener-0.7.2.crate) = 19229 -SHA256 (rust/crates/openssl-0.10.57.crate) = bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c -SIZE (rust/crates/openssl-0.10.57.crate) = 262768 +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-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/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 -SHA256 (rust/crates/orion-0.17.10.crate) = ccc95d369bc6b5cf404c562cd33de439ae9ca6dc4b044cd2625b2072ca0b81e4 -SIZE (rust/crates/orion-0.17.10.crate) = 236710 -SHA256 (rust/crates/os_info-3.11.0.crate) = 41fc863e2ca13dc2d5c34fb22ea4a588248ac14db929616ba65c45f21744b1e9 -SIZE (rust/crates/os_info-3.11.0.crate) = 23226 +SHA256 (rust/crates/orion-0.17.11.crate) = 21b3da83b2b4cdc74ab6a556b2e7b473da046d5aa4008c0a7a3ae96b1b4aabb4 +SIZE (rust/crates/orion-0.17.11.crate) = 237120 +SHA256 (rust/crates/os_info-3.12.0.crate) = d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3 +SIZE (rust/crates/os_info-3.12.0.crate) = 24642 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/p384-0.13.1.crate) = fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6 SIZE (rust/crates/p384-0.13.1.crate) = 193022 -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/pasetors-0.7.4.crate) = cb798c661c80718af935bea17997928937822e7369cd087667ff4179f9146551 -SIZE (rust/crates/pasetors-0.7.4.crate) = 147376 +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/pasetors-0.7.6.crate) = 8c1c6d47c07a08cb59ddad44d53cb5729855e35f7d993184cec3aa37ccdb7008 +SIZE (rust/crates/pasetors-0.7.6.crate) = 147586 SHA256 (rust/crates/pathdiff-0.2.3.crate) = df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3 SIZE (rust/crates/pathdiff-0.2.3.crate) = 7495 SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 @@ -463,8 +483,10 @@ SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5 SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 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/plist-1.7.2.crate) = 3d77244ce2d584cd84f6a15f86195b8c9b2a0dfbfd817c09e0464244091a58ed +SIZE (rust/crates/plist-1.7.2.crate) = 102909 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 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/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 @@ -479,10 +501,12 @@ SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007c SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/prodash-29.0.2.crate) = f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc SIZE (rust/crates/prodash-29.0.2.crate) = 91338 +SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb +SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 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 @@ -493,8 +517,8 @@ SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b66 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 SHA256 (rust/crates/rand_xoshiro-0.6.0.crate) = 6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa SIZE (rust/crates/rand_xoshiro-0.6.0.crate) = 17125 -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/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 @@ -507,14 +531,14 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 -SHA256 (rust/crates/rusqlite-0.33.0.crate) = 1c6d5e5acb6f6129fe3f7ba0a7fc77bca1942cb568535e18e7bc40262baf3110 -SIZE (rust/crates/rusqlite-0.33.0.crate) = 162138 +SHA256 (rust/crates/rusqlite-0.34.0.crate) = 37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143 +SIZE (rust/crates/rusqlite-0.34.0.crate) = 162738 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustc-stable-hash-0.1.2.crate) = 781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08 SIZE (rust/crates/rustc-stable-hash-0.1.2.crate) = 20359 -SHA256 (rust/crates/rustfix-0.9.0.crate) = 7f66156d7471ff4f12253cd7fd76dfe637a595a9418168154e8570f3947fe9a8 -SIZE (rust/crates/rustfix-0.9.0.crate) = 19517 +SHA256 (rust/crates/rustfix-0.9.1.crate) = 8abe01883100061761642e19324f87514bcaed7ddaab2dfd68041c992987b289 +SIZE (rust/crates/rustfix-0.9.1.crate) = 21418 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 @@ -547,12 +571,12 @@ SHA256 (rust/crates/serde_ignored-0.1.12.crate) = b516445dac1e3535b6d658a7b528d7 SIZE (rust/crates/serde_ignored-0.1.12.crate) = 13050 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/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 -SHA256 (rust/crates/sha1_smol-1.0.1.crate) = bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d -SIZE (rust/crates/sha1_smol-1.0.1.crate) = 9809 +SHA256 (rust/crates/sha1-checked-0.10.0.crate) = 89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423 +SIZE (rust/crates/sha1-checked-0.10.0.crate) = 783840 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 @@ -567,10 +591,10 @@ SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf7 SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/sized-chunks-0.6.5.crate) = 16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e SIZE (rust/crates/sized-chunks-0.6.5.crate) = 43628 -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/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d SIZE (rust/crates/spki-0.7.3.crate) = 16409 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 @@ -585,8 +609,8 @@ SHA256 (rust/crates/supports-hyperlinks-3.1.0.crate) = 804f44ed3c63152de6a9f90ac SIZE (rust/crates/supports-hyperlinks-3.1.0.crate) = 8235 SHA256 (rust/crates/supports-unicode-3.0.0.crate) = b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2 SIZE (rust/crates/supports-unicode-3.0.0.crate) = 7825 -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/tar-0.4.44.crate) = 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a @@ -603,8 +627,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 @@ -617,22 +641,22 @@ 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/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/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/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 -SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d -SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 SHA256 (rust/crates/tracing-chrome-0.7.2.crate) = bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724 SIZE (rust/crates/tracing-chrome-0.7.2.crate) = 14030 -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 @@ -649,8 +673,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-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 -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/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 @@ -667,8 +691,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 @@ -695,12 +719,14 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b 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.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b -SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 +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.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 @@ -747,10 +773,8 @@ 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/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.6.26.crate) = 1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28 -SIZE (rust/crates/winnow-0.6.26.crate) = 167349 -SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec -SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +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/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb @@ -759,10 +783,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 @@ -775,3 +799,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f 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 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 diff --git a/devel/cargo-c/files/patch-libgit2-1.8.x b/devel/cargo-c/files/patch-libgit2-1.8.x deleted file mode 100644 index 08c3c329c7f5..000000000000 --- a/devel/cargo-c/files/patch-libgit2-1.8.x +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/rust-lang/git2-rs/commit/a660082a7332 - ---- cargo-crates/libgit2-sys-0.18.1+1.9.0/build.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/libgit2-sys-0.18.1+1.9.0/build.rs -@@ -7,7 +7,7 @@ fn try_system_libgit2() -> Result<pkg_config::Library, - /// Tries to use system libgit2 and emits necessary build script instructions. - fn try_system_libgit2() -> Result<pkg_config::Library, pkg_config::Error> { - let mut cfg = pkg_config::Config::new(); -- match cfg.range_version("1.9.0".."1.10.0").probe("libgit2") { -+ match cfg.range_version("1.8.0".."1.10.0").probe("libgit2") { - Ok(lib) => { - for include in &lib.include_paths { - println!("cargo:root={}", include.display()); diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 06bef7afd8e0..3e116739e0c5 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.137.2 +DISTVERSION= 0.137.3 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 672d3735708c..6d3b7958dd78 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751266314 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.mod) = c4c56b0d1956d98d91bdeefdaf85ec22e8daa494d5328ec8279b033f967aa2ca -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.mod) = 11365 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.zip) = 72dc9d61aa270fae62d14d30ad4f4bb6c53b0469b88594edff290ce39189ff46 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.zip) = 1412771 +TIMESTAMP = 1751442950 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.mod) = c4c56b0d1956d98d91bdeefdaf85ec22e8daa494d5328ec8279b033f967aa2ca +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.mod) = 11365 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.zip) = 8cbacd8ae0f33a12f145e431dd87a36390a80371ab955902adcde532074103f1 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.zip) = 1412838 diff --git a/devel/electron35/Makefile b/devel/electron35/Makefile index 26b698e1b5fc..34a501d27d31 100644 --- a/devel/electron35/Makefile +++ b/devel/electron35/Makefile @@ -1,7 +1,6 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} -PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel @@ -224,7 +223,7 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER CHROMIUM_VER= 134.0.6998.205 # See ${WRKSRC}/electron/DEPS for NODE_VER -NODE_VER= 22.15.1 +NODE_VER= 22.16.0 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= e14bdcd1f72d62bca1d541b66da43130384ec213 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER diff --git a/devel/electron35/Makefile.version b/devel/electron35/Makefile.version index cffb6275675d..68df1d63574e 100644 --- a/devel/electron35/Makefile.version +++ b/devel/electron35/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 35.6.0 +ELECTRON_VER= 35.7.0 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron35/distinfo b/devel/electron35/distinfo index a58741a3a5d5..4c186c0b479d 100644 --- a/devel/electron35/distinfo +++ b/devel/electron35/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751000007 +TIMESTAMP = 1751489930 SHA256 (electron/chromium-134.0.6998.205.tar.xz.0) = 2de727120892e92fa40fed6c76104ed66dace4fe66ae3be0e055c51b913009e8 SIZE (electron/chromium-134.0.6998.205.tar.xz.0) = 2000000000 SHA256 (electron/chromium-134.0.6998.205.tar.xz.1) = 58024b9e01977a769576b4c2b3056c9d894a2c13b4f0729f0b8060b3984243c9 @@ -7,12 +7,12 @@ SHA256 (electron/chromium-134.0.6998.205.tar.xz.2) = 9631efe75d07b1f36799506e59b SIZE (electron/chromium-134.0.6998.205.tar.xz.2) = 171552128 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-35.6.0.tar.xz) = 8dd2897a373ae0484eaa7fd55fded2dd079d5d5464a4fcd27891f72b72ae901a -SIZE (electron/electron-yarn-cache-35.6.0.tar.xz) = 30314304 -SHA256 (electron/electron-electron-v35.6.0_GH0.tar.gz) = 73eb457807bb5824e880dd795f861a9986e3458b584cbb61ce6ffd9519306c23 -SIZE (electron/electron-electron-v35.6.0_GH0.tar.gz) = 14797550 -SHA256 (electron/nodejs-node-v22.15.1_GH0.tar.gz) = 71c357ee1a2df8d58509fa2a88b2028698e3113a0f1cbfdb849e808bef0b18ff -SIZE (electron/nodejs-node-v22.15.1_GH0.tar.gz) = 122830007 +SHA256 (electron/electron-yarn-cache-35.7.0.tar.xz) = 8dd2897a373ae0484eaa7fd55fded2dd079d5d5464a4fcd27891f72b72ae901a +SIZE (electron/electron-yarn-cache-35.7.0.tar.xz) = 30314304 +SHA256 (electron/electron-electron-v35.7.0_GH0.tar.gz) = 7e62c3ccd0c8db0c54286bd7bf39bf033961182b820fc124ed1f502e84b847cd +SIZE (electron/electron-electron-v35.7.0_GH0.tar.gz) = 14796861 +SHA256 (electron/nodejs-node-v22.16.0_GH0.tar.gz) = 00d7c2a8f315f201fe30e2f7ac5a137663ab1c79a5c6873df553aff0409ce291 +SIZE (electron/nodejs-node-v22.16.0_GH0.tar.gz) = 122982623 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 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/grpc-gateway/Makefile b/devel/grpc-gateway/Makefile index a55aba56e690..0b9497477777 100644 --- a/devel/grpc-gateway/Makefile +++ b/devel/grpc-gateway/Makefile @@ -1,6 +1,6 @@ PORTNAME= grpc-gateway DISTVERSIONPREFIX= v -DISTVERSION= 2.27.0 +DISTVERSION= 2.27.1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/grpc-gateway/distinfo b/devel/grpc-gateway/distinfo index 050d59b64063..4fcecc70587c 100644 --- a/devel/grpc-gateway/distinfo +++ b/devel/grpc-gateway/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751273073 -SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.mod) = f18e394886ddf8e41500b25e2317f6110d6454fca28f1b099fada96af573dd17 -SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.mod) = 680 -SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.zip) = 1a714d866b40aab54089f229bd095bf034548880895f79faa6ad3f99a88e0d02 -SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.zip) = 1149725 +TIMESTAMP = 1751443149 +SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.mod) = f18e394886ddf8e41500b25e2317f6110d6454fca28f1b099fada96af573dd17 +SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.mod) = 680 +SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.zip) = 5c4f32ba9009fd761ecc86e3d7783060bf54a8298eb879372070185212e0c3cf +SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.zip) = 1150599 diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile index eb4872cfe667..3d2161b711e9 100644 --- a/devel/hyprlang/Makefile +++ b/devel/hyprlang/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 CATEGORIES= devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library to parse hypr config files WWW= https://hyprland.org/hyprlang diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index c71a972728ce..acbba2bb5553 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 CATEGORIES= devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland utilities library used across the ecosystem WWW= https://github.com/hyprwm/hyprutils diff --git a/devel/hyprwayland-scanner/Makefile b/devel/hyprwayland-scanner/Makefile index f67fb20e8406..f1240c2ea4fc 100644 --- a/devel/hyprwayland-scanner/Makefile +++ b/devel/hyprwayland-scanner/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 CATEGORIES= devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland implementation of wayland-scanner WWW= https://github.com/hyprwm/hyprwayland-scanner diff --git a/devel/ioncube/Makefile b/devel/ioncube/Makefile index f50a1fd5bda4..cb90a2ef1ca9 100644 --- a/devel/ioncube/Makefile +++ b/devel/ioncube/Makefile @@ -20,6 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept IGNORE_DragonFly= is unsupported on DragonFly ONLY_FOR_ARCHS= amd64 i386 USES= php:flavors +IGNORE_WITH_PHP= 85 NO_BUILD= yes SUB_FILES= pkg-message diff --git a/devel/libada/Makefile b/devel/libada/Makefile index 7ca1b59f43c9..a53a3fcf860f 100644 --- a/devel/libada/Makefile +++ b/devel/libada/Makefile @@ -1,6 +1,6 @@ PORTNAME= libada DISTVERSIONPREFIX= v -DISTVERSION= 3.2.4 +DISTVERSION= 3.2.5 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org diff --git a/devel/libada/distinfo b/devel/libada/distinfo index 8dc3627158c8..c13192de8c2c 100644 --- a/devel/libada/distinfo +++ b/devel/libada/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745928521 -SHA256 (ada-url-ada-v3.2.4_GH0.tar.gz) = ce79b8fb0f6be6af3762a16c5488cbcd38c31d0655313a7030972a7eb2bda9e5 -SIZE (ada-url-ada-v3.2.4_GH0.tar.gz) = 459344 +TIMESTAMP = 1751374436 +SHA256 (ada-url-ada-v3.2.5_GH0.tar.gz) = cfda162be4b4e30f368e404e8df6704cdb18f0f26c901bb2f0290150c91e04b5 +SIZE (ada-url-ada-v3.2.5_GH0.tar.gz) = 461010 diff --git a/devel/liblouis/Makefile b/devel/liblouis/Makefile index f0e7c089ad58..dea2ca84cd8b 100644 --- a/devel/liblouis/Makefile +++ b/devel/liblouis/Makefile @@ -1,5 +1,5 @@ PORTNAME= liblouis -PORTVERSION= 3.33.0 +PORTVERSION= 3.34.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/liblouis/distinfo b/devel/liblouis/distinfo index 59cb8ada4b5b..f619cb74dd6e 100644 --- a/devel/liblouis/distinfo +++ b/devel/liblouis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741763970 -SHA256 (liblouis-liblouis-v3.33.0_GH0.tar.gz) = 37b991c2b44aec677b8166bf62483ef1dd077dc9de467e0389affc07c271144b -SIZE (liblouis-liblouis-v3.33.0_GH0.tar.gz) = 16464736 +TIMESTAMP = 1751441347 +SHA256 (liblouis-liblouis-v3.34.0_GH0.tar.gz) = 4c3f334973376fcced38c14e178d57329cbfd3f0df904826e3a4590221754e4b +SIZE (liblouis-liblouis-v3.34.0_GH0.tar.gz) = 16471029 diff --git a/devel/liblouis/pkg-plist b/devel/liblouis/pkg-plist index b6b7c29650eb..17832a016335 100644 --- a/devel/liblouis/pkg-plist +++ b/devel/liblouis/pkg-plist @@ -182,6 +182,12 @@ %%DATADIR%%/tables/gu.tbl %%DATADIR%%/tables/haw-us-g1.ctb %%DATADIR%%/tables/hbo.utb +%%DATADIR%%/tables/hbo-cantillated-rules.uti +%%DATADIR%%/tables/hbo-cantillated.utb +%%DATADIR%%/tables/hbo-common-rules.uti +%%DATADIR%%/tables/hbo-ihbc-rules.uti +%%DATADIR%%/tables/hbo-slim-rules.uti +%%DATADIR%%/tables/hbo-slim.utb %%DATADIR%%/tables/he-IL-comp8.utb %%DATADIR%%/tables/he-IL.utb %%DATADIR%%/tables/he-common-consonants.uti @@ -266,10 +272,9 @@ %%DATADIR%%/tables/lo-g1.utb %%DATADIR%%/tables/loweredDigits6Dots.uti %%DATADIR%%/tables/loweredDigits8Dots.uti -%%DATADIR%%/tables/lt-6dot.tbl %%DATADIR%%/tables/lt-6dot.utb +%%DATADIR%%/tables/lt-8dot.utb %%DATADIR%%/tables/lt.ctb -%%DATADIR%%/tables/lt.tbl %%DATADIR%%/tables/lv.tbl %%DATADIR%%/tables/malayalam.cti %%DATADIR%%/tables/mao-nz-g1.ctb @@ -307,6 +312,7 @@ %%DATADIR%%/tables/no-no-braillo-047-01.dis %%DATADIR%%/tables/no-no-chardefs6.uti %%DATADIR%%/tables/no-no-comp8.ctb +%%DATADIR%%/tables/no-no-cyrillic6dot.uti %%DATADIR%%/tables/no-no.dis %%DATADIR%%/tables/no-no-g0.utb %%DATADIR%%/tables/no-no-g1.ctb @@ -334,12 +340,13 @@ %%DATADIR%%/tables/pt-pt-g2.ctb %%DATADIR%%/tables/pt.tbl %%DATADIR%%/tables/pu-in-g1.utb +%%DATADIR%%/tables/quotation-marks.uti %%DATADIR%%/tables/ro.ctb %%DATADIR%%/tables/ro.tbl +%%DATADIR%%/tables/ru-comp6.utb +%%DATADIR%%/tables/ru-comp8.utb %%DATADIR%%/tables/ro-g0.utb %%DATADIR%%/tables/ru-brf.dis -%%DATADIR%%/tables/ru-compbrl.ctb -%%DATADIR%%/tables/ru.ctb %%DATADIR%%/tables/ru-letters.dis %%DATADIR%%/tables/ru-litbrl.ctb %%DATADIR%%/tables/ru-litbrl-detailed.utb @@ -392,6 +399,8 @@ %%DATADIR%%/tables/th-comp8-backward.utb %%DATADIR%%/tables/th-g0.utb %%DATADIR%%/tables/th-g1.utb +%%DATADIR%%/tables/th-g1.uti +%%DATADIR%%/tables/th-g2.ctb %%DATADIR%%/tables/tr.ctb %%DATADIR%%/tables/tr-g1.ctb %%DATADIR%%/tables/tr-g2.ctb @@ -463,7 +472,7 @@ libdata/pkgconfig/liblouis.pc lib/liblouis.a lib/liblouis.so lib/liblouis.so.20 -lib/liblouis.so.20.0.21 +lib/liblouis.so.20.0.22 share/man/man1/lou_allround.1.gz share/man/man1/lou_checkhyphens.1.gz share/man/man1/lou_checktable.1.gz 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/llvm-devel/Makefile b/devel/llvm-devel/Makefile index dd29f0714961..2c9b34dfc923 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -155,7 +155,7 @@ LLDB_BUILD_DEPENDS= \ LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} -LLDB_USES= lua:54 libedit +LLDB_USES= gnome lua:54 libedit LLDB_USE= GNOME=libxml2 LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation @@ -235,7 +235,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} @@ -254,6 +253,7 @@ PORTDOCS+= clang-tools LLVM_ENABLE_PROJECTS+= flang LLVM_ENABLE_RUNTIMES+= flang-rt COMMANDS+= ${FLANG_COMMANDS} +MAN1SRCS+= ${FLANG_MAN1SRCS} .endif .if ${PORT_OPTIONS:MLIT} @@ -433,6 +433,7 @@ post-install-FLANG-on: ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/CUF/Attributes/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/CUF/CMakeFiles + ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/FIRCG/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/HLFIR/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/OpenMP/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Transforms/CMakeFiles @@ -496,6 +497,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|${PORTVERSION}|%%PORTVERSION%%|' \ diff --git a/devel/llvm-devel/Makefile.COMMANDS b/devel/llvm-devel/Makefile.COMMANDS index b8546a784d93..09f82a40ceb0 100644 --- a/devel/llvm-devel/Makefile.COMMANDS +++ b/devel/llvm-devel/Makefile.COMMANDS @@ -38,7 +38,6 @@ LLVM_COMMANDS= \ llvm-ml \ llvm-ml64 \ llvm-modextract \ - llvm-mt \ llvm-nm \ llvm-objcopy \ llvm-objdump \ @@ -91,6 +90,7 @@ CLANG_COMMANDS= \ hmaptool \ intercept-build \ nvptx-arch \ + offload-arch \ scan-build \ scan-build-py \ scan-view diff --git a/devel/llvm-devel/Makefile.MAN1SRCS b/devel/llvm-devel/Makefile.MAN1SRCS index b564a5c8df45..898bbf26d03f 100644 --- a/devel/llvm-devel/Makefile.MAN1SRCS +++ b/devel/llvm-devel/Makefile.MAN1SRCS @@ -49,6 +49,7 @@ LLVM_MAN1SRCS= \ llvm-strip.1 \ llvm-symbolizer.1 \ llvm-tblgen.1 \ + llvm-test-mustache-spec.1 \ llvm-tli-checker.1 \ mlir-tblgen.1 \ opt.1 \ @@ -62,6 +63,9 @@ CLANG_MAN1SRCS= \ EXTRAS_MAN1SRCS= \ extraclangtools.1 +FLANG_MAN1SRCS= \ + flang.1 + LIT_MAN1SRCS= \ lit.1 \ FileCheck.1 diff --git a/devel/llvm-devel/Makefile.snapshot b/devel/llvm-devel/Makefile.snapshot index 94c491ae886e..89c0bb8049dc 100644 --- a/devel/llvm-devel/Makefile.snapshot +++ b/devel/llvm-devel/Makefile.snapshot @@ -4,6 +4,6 @@ # LLVM_MAJOR= 21 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20250403 +SNAPDATE= 20250701 -LLVM_PROJECT_COMMIT= b8b752db2b89a730aff250a83b64c7ed10d95ca0 +LLVM_PROJECT_COMMIT= 5d849d3a90857621ba93e46c6b6dc145fdee04fe diff --git a/devel/llvm-devel/distinfo b/devel/llvm-devel/distinfo index fb6a4a17173e..2b1b31d25de5 100644 --- a/devel/llvm-devel/distinfo +++ b/devel/llvm-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743703250 -SHA256 (llvm-llvm-project-21.0.d20250403-b8b752db2b89a730aff250a83b64c7ed10d95ca0_GH0.tar.gz) = 65b8d76615681d83414df4038f39c2f176249f6d600f24c2e0b0377333cddbfe -SIZE (llvm-llvm-project-21.0.d20250403-b8b752db2b89a730aff250a83b64c7ed10d95ca0_GH0.tar.gz) = 229841628 +TIMESTAMP = 1751403737 +SHA256 (llvm-llvm-project-21.0.d20250701-5d849d3a90857621ba93e46c6b6dc145fdee04fe_GH0.tar.gz) = 9915e561683eb00801761e1cdf64a5c7eb029bdc9e21ad71231ae0480d1d6df0 +SIZE (llvm-llvm-project-21.0.d20250701-5d849d3a90857621ba93e46c6b6dc145fdee04fe_GH0.tar.gz) = 240471035 diff --git a/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt b/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt index 3626ae148a13..a58f6ea96022 100644 --- a/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt +++ b/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt @@ -1,6 +1,6 @@ --- clang/lib/Headers/CMakeLists.txt.orig +++ clang/lib/Headers/CMakeLists.txt -@@ -6,36 +6,9 @@ +@@ -6,37 +6,9 @@ float.h inttypes.h iso646.h @@ -16,6 +16,7 @@ - __stdarg_va_list.h - stdatomic.h - stdbool.h +- stdcountof.h - stdckdint.h - stddef.h - __stddef_header_macro.h diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist index c20728543ef0..e941347f6ef7 100644 --- a/devel/llvm-devel/pkg-plist +++ b/devel/llvm-devel/pkg-plist @@ -39,7 +39,6 @@ bin/llvm-mc-devel bin/llvm-ml-devel bin/llvm-ml64-devel bin/llvm-modextract-devel -bin/llvm-mt-devel bin/llvm-nm-devel bin/llvm-objcopy-devel bin/llvm-objdump-devel @@ -90,6 +89,7 @@ bin/sancov-devel %%CLANG%%bin/hmaptool-devel %%CLANG%%bin/intercept-build-devel %%CLANG%%bin/nvptx-arch-devel +bin/offload-arch-devel %%CLANG%%bin/scan-build-devel %%CLANG%%bin/scan-build-py-devel %%CLANG%%bin/scan-view-devel @@ -148,6 +148,7 @@ bin/sancov-devel %%LIT%%llvm-devel/bin/lit %%LIT%%bin/llvm-lit-devel %%LIT%%llvm-devel/bin/llvm-lit +%%LLDB%%llvm-devel/%%LUA_MODLIBDIR%%/lldb.so %%LLDB%%llvm-devel/%%PYTHON_SITELIBDIR%%/lldb/__init__.py %%LLDB%%llvm-devel/%%PYTHON_SITELIBDIR%%/lldb/_lldb%%PYTHON_TAG%%%%PYTHON_ABIVER%%.so %%LLDB%%llvm-devel/%%PYTHON_SITELIBDIR%%/lldb/embedded_interpreter.py @@ -269,7 +270,6 @@ llvm-devel/bin/llvm-mca llvm-devel/bin/llvm-ml llvm-devel/bin/llvm-ml64 llvm-devel/bin/llvm-modextract -llvm-devel/bin/llvm-mt llvm-devel/bin/llvm-nm llvm-devel/bin/llvm-objcopy llvm-devel/bin/llvm-objdump @@ -315,6 +315,7 @@ llvm-devel/bin/llvm-xray %%MLIR%%llvm-devel/bin/mlir-translate %%EXTRAS%%llvm-devel/bin/modularize %%CLANG%%llvm-devel/bin/nvptx-arch +llvm-devel/bin/offload-arch llvm-devel/bin/opt %%EXTRAS%%llvm-devel/bin/pp-trace llvm-devel/bin/reduce-chunk-list @@ -430,6 +431,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/LambdaFunctionNameCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MacroParenthesesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisleadingSetterOfReferenceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisplacedWideningCastCheck.h @@ -532,6 +534,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/SlicingCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/UseEnumClassCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/darwin/AvoidSpinlockCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/darwin/DispatchOnceNonstaticCheck.h @@ -634,6 +637,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseNullptrCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseOverrideCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseRangesCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseScopedLockCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseStartsEndsWithCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseStdFormatCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseStdNumbersCheck.h @@ -675,6 +679,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/performance/TypePromotionInMathFnCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/UnnecessaryCopyInitialization.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/UnnecessaryValueParamCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/portability/AvoidPragmaOnceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/portability/RestrictSystemIncludesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/portability/SIMDIntrinsicsCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/portability/StdAllocatorConstCheck.h @@ -921,6 +926,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/Registry.h %%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/VariantValue.h %%CLANG%%llvm-devel/include/clang/ASTMatchers/GtestMatchers.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/LowLevelHelpers.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CalledOnceCheck.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Consumed.h @@ -988,7 +994,8 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Analysis/RetainSummaryManager.h %%CLANG%%llvm-devel/include/clang/Analysis/SelectorExtras.h %%CLANG%%llvm-devel/include/clang/Analysis/Support/BumpVector.h -%%CLANG%%llvm-devel/include/clang/Basic/AArch64SVEACLETypes.def +%%CLANG%%llvm-devel/include/clang/Analysis/Support/FixitUtil.h +%%CLANG%%llvm-devel/include/clang/Basic/AArch64ACLETypes.def %%CLANG%%llvm-devel/include/clang/Basic/ABI.h %%CLANG%%llvm-devel/include/clang/Basic/AMDGPUTypes.def %%CLANG%%llvm-devel/include/clang/Basic/ASTSourceDescriptor.h @@ -1002,6 +1009,8 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/AttrSubMatchRulesList.inc %%CLANG%%llvm-devel/include/clang/Basic/AttrSubjectMatchRules.h %%CLANG%%llvm-devel/include/clang/Basic/AttributeCommonInfo.h +%%CLANG%%llvm-devel/include/clang/Basic/AttributeScopeInfo.h +%%CLANG%%llvm-devel/include/clang/Basic/AttributeSpellingList.inc %%CLANG%%llvm-devel/include/clang/Basic/Attributes.h %%CLANG%%llvm-devel/include/clang/Basic/BitmaskEnum.h %%CLANG%%llvm-devel/include/clang/Basic/BuiltinHeaders.def @@ -1015,6 +1024,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsAMDGPU.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsARM.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsBPF.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsDirectX.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagon.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagonMapCustomDep.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsLoongArchBase.def @@ -1024,7 +1034,9 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNVPTX.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsPPC.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsRISCV.inc -%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRV.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRVCL.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRVCommon.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRVVK.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSystemZ.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsVE.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsVEVL.gen.def @@ -1049,32 +1061,39 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAST.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAllCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysis.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCategories.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticComment.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTU.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriver.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticError.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontend.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticGroups.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticIDs.h @@ -1082,28 +1101,34 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPI.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPICompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPIEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPIInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPIKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLex.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticOptions.def %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticOptions.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParse.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoring.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSema.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerialization.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DirectoryEntry.h %%CLANG%%llvm-devel/include/clang/Basic/ExceptionSpecificationType.h @@ -1132,6 +1157,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/Module.h %%CLANG%%llvm-devel/include/clang/Basic/NoSanitizeList.h %%CLANG%%llvm-devel/include/clang/Basic/ObjCRuntime.h +%%CLANG%%llvm-devel/include/clang/Basic/OffloadArch.h %%CLANG%%llvm-devel/include/clang/Basic/OpenACCClauses.def %%CLANG%%llvm-devel/include/clang/Basic/OpenACCKinds.h %%CLANG%%llvm-devel/include/clang/Basic/OpenCLExtensionTypes.def @@ -1157,6 +1183,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.def %%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.h %%CLANG%%llvm-devel/include/clang/Basic/Sarif.h +%%CLANG%%llvm-devel/include/clang/Basic/SimpleTypoCorrection.h %%CLANG%%llvm-devel/include/clang/Basic/SourceLocation.h %%CLANG%%llvm-devel/include/clang/Basic/SourceManager.h %%CLANG%%llvm-devel/include/clang/Basic/SourceManagerInternals.h @@ -1206,24 +1233,32 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/arm_sve_sema_rangechecks.inc %%CLANG%%llvm-devel/include/clang/Basic/arm_sve_streaming_attrs.inc %%CLANG%%llvm-devel/include/clang/Basic/arm_sve_typeflags.inc +%%CLANG%%llvm-devel/include/clang/Basic/riscv_andes_vector_builtin_cg.inc +%%CLANG%%llvm-devel/include/clang/Basic/riscv_andes_vector_builtin_sema.inc +%%CLANG%%llvm-devel/include/clang/Basic/riscv_andes_vector_builtins.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_sifive_vector_builtins.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_vector_builtin_cg.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_vector_builtin_sema.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_vector_builtins.inc +%%CLANG%%llvm-devel/include/clang/CIR/ABIArgInfo.h %%CLANG%%llvm-devel/include/clang/CIR/CIRGenerator.h %%CLANG%%llvm-devel/include/clang/CIR/CIRToCIRPasses.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRAttrs.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRDataLayout.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRDialect.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIROpsEnums.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRTypes.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRTypesDetails.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/OpenACC/CIROpenACCTypeInterfaces.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/OpenACC/RegisterOpenACCExtensions.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/Passes.h %%CLANG%%llvm-devel/include/clang/CIR/FrontendAction/CIRGenAction.h -%%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIRFPTypeInterface.h %%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIRLoopOpInterface.h %%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIROpInterfaces.h +%%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIRTypeInterfaces.h %%CLANG%%llvm-devel/include/clang/CIR/LowerToLLVM.h %%CLANG%%llvm-devel/include/clang/CIR/LoweringHelpers.h %%CLANG%%llvm-devel/include/clang/CIR/MissingFeatures.h @@ -1243,6 +1278,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/CrossTU/CrossTranslationUnit.h %%CLANG%%llvm-devel/include/clang/DirectoryWatcher/DirectoryWatcher.h %%CLANG%%llvm-devel/include/clang/Driver/Action.h +%%CLANG%%llvm-devel/include/clang/Driver/CommonArgs.h %%CLANG%%llvm-devel/include/clang/Driver/Compilation.h %%CLANG%%llvm-devel/include/clang/Driver/Distro.h %%CLANG%%llvm-devel/include/clang/Driver/Driver.h @@ -1331,6 +1367,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Interpreter/CodeCompletion.h %%CLANG%%llvm-devel/include/clang/Interpreter/Interpreter.h %%CLANG%%llvm-devel/include/clang/Interpreter/PartialTranslationUnit.h +%%CLANG%%llvm-devel/include/clang/Interpreter/RemoteJITUtils.h %%CLANG%%llvm-devel/include/clang/Interpreter/Value.h %%CLANG%%llvm-devel/include/clang/Lex/CodeCompletionHandler.h %%CLANG%%llvm-devel/include/clang/Lex/DependencyDirectivesScanner.h @@ -1420,6 +1457,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Sema/SemaConcept.h %%CLANG%%llvm-devel/include/clang/Sema/SemaConsumer.h %%CLANG%%llvm-devel/include/clang/Sema/SemaDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaDirectX.h %%CLANG%%llvm-devel/include/clang/Sema/SemaFixItUtils.h %%CLANG%%llvm-devel/include/clang/Sema/SemaHLSL.h %%CLANG%%llvm-devel/include/clang/Sema/SemaHexagon.h @@ -1634,6 +1672,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Common/static-multimap-view.h %%FLANG%%llvm-devel/include/flang/Common/target-rounding.h %%FLANG%%llvm-devel/include/flang/Common/template.h +%%FLANG%%llvm-devel/include/flang/Common/type-kinds.h %%FLANG%%llvm-devel/include/flang/Common/uint128.h %%FLANG%%llvm-devel/include/flang/Common/unwrap.h %%FLANG%%llvm-devel/include/flang/Common/variant.h @@ -1716,6 +1755,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Lower/PFTDefs.h %%FLANG%%llvm-devel/include/flang/Lower/Runtime.h %%FLANG%%llvm-devel/include/flang/Lower/StatementContext.h +%%FLANG%%llvm-devel/include/flang/Lower/Support/PrivateReductionUtils.h %%FLANG%%llvm-devel/include/flang/Lower/Support/Utils.h %%FLANG%%llvm-devel/include/flang/Lower/Support/Verifier.h %%FLANG%%llvm-devel/include/flang/Lower/SymbolMap.h @@ -1759,16 +1799,13 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/Builder/Runtime/Transformational.h %%FLANG%%llvm-devel/include/flang/Optimizer/Builder/TemporaryStorage.h %%FLANG%%llvm-devel/include/flang/Optimizer/Builder/Todo.h -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.cpp.inc -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.h -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.h.inc -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.td %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGPasses.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGPasses.td %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CodeGen.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CodeGenOpenMP.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/DescriptorModel.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/FIROpPatterns.h +%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/LLVMInsertChainFolder.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/TBAABuilder.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/Target.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/TypeConverter.h @@ -1793,6 +1830,10 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.td +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.cpp.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.h.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.td %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.cpp.inc %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.h.inc @@ -1816,6 +1857,10 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FortranVariableInterface.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FortranVariableInterface.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FortranVariableInterface.td +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.cpp.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.h.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.td %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/Support/FIRContext.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/Support/KindMapping.h %%FLANG%%llvm-devel/include/flang/Optimizer/HLFIR/HLFIRAttributes.cpp.inc @@ -1842,6 +1887,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Passes.h %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Passes.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Passes.td +%%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Support/RegisterOpenMPExtensions.h %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Utils.h %%FLANG%%llvm-devel/include/flang/Optimizer/Passes/CommandLineOpts.h %%FLANG%%llvm-devel/include/flang/Optimizer/Passes/Pipelines.h @@ -1932,6 +1978,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Semantics/expression.h %%FLANG%%llvm-devel/include/flang/Semantics/module-dependences.h %%FLANG%%llvm-devel/include/flang/Semantics/openmp-directive-sets.h +%%FLANG%%llvm-devel/include/flang/Semantics/openmp-dsa.h %%FLANG%%llvm-devel/include/flang/Semantics/openmp-modifiers.h %%FLANG%%llvm-devel/include/flang/Semantics/program-tree.h %%FLANG%%llvm-devel/include/flang/Semantics/runtime-type-info.h @@ -1941,6 +1988,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Semantics/tools.h %%FLANG%%llvm-devel/include/flang/Semantics/type.h %%FLANG%%llvm-devel/include/flang/Semantics/unparse-with-symbols.h +%%FLANG%%llvm-devel/include/flang/Support/Flags.h %%FLANG%%llvm-devel/include/flang/Support/Fortran-features.h %%FLANG%%llvm-devel/include/flang/Support/Fortran.h %%FLANG%%llvm-devel/include/flang/Support/LangOptions.def @@ -1966,6 +2014,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/__fortran_type_info.mod %%FLANG%%llvm-devel/include/flang/__ppc_intrinsics.mod %%FLANG%%llvm-devel/include/flang/__ppc_types.mod +%%FLANG%%llvm-devel/include/flang/cooperative_groups.mod %%FLANG%%llvm-devel/include/flang/cudadevice.mod %%FLANG%%llvm-devel/include/flang/ieee_arithmetic.mod %%FLANG%%llvm-devel/include/flang/ieee_exceptions.mod @@ -1991,6 +2040,7 @@ llvm-devel/bin/verify-uselistorder %%LLD%%llvm-devel/include/lld/Common/Strings.h %%LLD%%llvm-devel/include/lld/Common/TargetOptionsCommandFlags.h %%LLD%%llvm-devel/include/lld/Common/Timer.h +%%LLD%%llvm-devel/include/lld/Common/Utils.h %%LLD%%llvm-devel/include/lld/Common/Version.h %%LLDB%%llvm-devel/include/lldb/API/LLDB.h %%LLDB%%llvm-devel/include/lldb/API/SBAddress.h @@ -2112,6 +2162,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Core/Debugger.h %%LLDB%%llvm-devel/include/lldb/Core/DebuggerEvents.h %%LLDB%%llvm-devel/include/lldb/Core/Declaration.h +%%LLDB%%llvm-devel/include/lldb/Core/DemangledNameInfo.h %%LLDB%%llvm-devel/include/lldb/Core/Disassembler.h %%LLDB%%llvm-devel/include/lldb/Core/DumpDataExtractor.h %%LLDB%%llvm-devel/include/lldb/Core/DumpRegisterInfo.h @@ -2132,6 +2183,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Core/PluginInterface.h %%LLDB%%llvm-devel/include/lldb/Core/PluginManager.h %%LLDB%%llvm-devel/include/lldb/Core/Progress.h +%%LLDB%%llvm-devel/include/lldb/Core/ProtocolServer.h %%LLDB%%llvm-devel/include/lldb/Core/RichManglingContext.h %%LLDB%%llvm-devel/include/lldb/Core/SearchFilter.h %%LLDB%%llvm-devel/include/lldb/Core/Section.h @@ -2205,6 +2257,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Host/HostNativeThreadForward.h %%LLDB%%llvm-devel/include/lldb/Host/HostProcess.h %%LLDB%%llvm-devel/include/lldb/Host/HostThread.h +%%LLDB%%llvm-devel/include/lldb/Host/JSONTransport.h %%LLDB%%llvm-devel/include/lldb/Host/LZMA.h %%LLDB%%llvm-devel/include/lldb/Host/LockFile.h %%LLDB%%llvm-devel/include/lldb/Host/LockFileBase.h @@ -2229,6 +2282,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Host/Time.h %%LLDB%%llvm-devel/include/lldb/Host/XML.h %%LLDB%%llvm-devel/include/lldb/Host/aix/HostInfoAIX.h +%%LLDB%%llvm-devel/include/lldb/Host/aix/Support.h %%LLDB%%llvm-devel/include/lldb/Host/android/HostInfoAndroid.h %%LLDB%%llvm-devel/include/lldb/Host/common/GetOptInc.h %%LLDB%%llvm-devel/include/lldb/Host/common/NativeBreakpointList.h @@ -2259,6 +2313,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Host/posix/MainLoopPosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/PipePosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/ProcessLauncherPosixFork.h +%%LLDB%%llvm-devel/include/lldb/Host/posix/Support.h %%LLDB%%llvm-devel/include/lldb/Host/windows/AutoHandle.h %%LLDB%%llvm-devel/include/lldb/Host/windows/ConnectionGenericFileWindows.h %%LLDB%%llvm-devel/include/lldb/Host/windows/HostInfoWindows.h @@ -2527,7 +2582,10 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Utility/VMRange.h %%LLDB%%llvm-devel/include/lldb/Utility/XcodeSDK.h %%LLDB%%llvm-devel/include/lldb/Utility/ZipFile.h +%%LLDB%%llvm-devel/include/lldb/ValueObject/DILAST.h +%%LLDB%%llvm-devel/include/lldb/ValueObject/DILEval.h %%LLDB%%llvm-devel/include/lldb/ValueObject/DILLexer.h +%%LLDB%%llvm-devel/include/lldb/ValueObject/DILParser.h %%LLDB%%llvm-devel/include/lldb/ValueObject/ValueObject.h %%LLDB%%llvm-devel/include/lldb/ValueObject/ValueObjectCast.h %%LLDB%%llvm-devel/include/lldb/ValueObject/ValueObjectChild.h @@ -2735,12 +2793,15 @@ llvm-devel/include/llvm/Analysis/DominanceFrontier.h llvm-devel/include/llvm/Analysis/DominanceFrontierImpl.h llvm-devel/include/llvm/Analysis/EHUtils.h llvm-devel/include/llvm/Analysis/EphemeralValuesCache.h +llvm-devel/include/llvm/Analysis/FloatingPointPredicateUtils.h llvm-devel/include/llvm/Analysis/FunctionPropertiesAnalysis.h llvm-devel/include/llvm/Analysis/GenericDomTreeUpdater.h llvm-devel/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h llvm-devel/include/llvm/Analysis/GlobalsModRef.h llvm-devel/include/llvm/Analysis/GuardUtils.h +llvm-devel/include/llvm/Analysis/HashRecognize.h llvm-devel/include/llvm/Analysis/HeatUtils.h +llvm-devel/include/llvm/Analysis/IR2Vec.h llvm-devel/include/llvm/Analysis/IRSimilarityIdentifier.h llvm-devel/include/llvm/Analysis/IVDescriptors.h llvm-devel/include/llvm/Analysis/IVUsers.h @@ -2906,6 +2967,7 @@ llvm-devel/include/llvm/Bitstream/BitCodeEnums.h llvm-devel/include/llvm/Bitstream/BitCodes.h llvm-devel/include/llvm/Bitstream/BitstreamReader.h llvm-devel/include/llvm/Bitstream/BitstreamWriter.h +llvm-devel/include/llvm/CGData/CGDataPatchItem.h llvm-devel/include/llvm/CGData/CodeGenData.h llvm-devel/include/llvm/CGData/CodeGenData.inc llvm-devel/include/llvm/CGData/CodeGenDataReader.h @@ -2926,8 +2988,10 @@ llvm-devel/include/llvm/CodeGen/BasicBlockSectionUtils.h llvm-devel/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h llvm-devel/include/llvm/CodeGen/BasicTTIImpl.h llvm-devel/include/llvm/CodeGen/BranchFoldingPass.h +llvm-devel/include/llvm/CodeGen/BranchRelaxation.h llvm-devel/include/llvm/CodeGen/ByteProvider.h llvm-devel/include/llvm/CodeGen/CFIFixup.h +llvm-devel/include/llvm/CodeGen/CFIInstBuilder.h llvm-devel/include/llvm/CodeGen/CSEConfigBase.h llvm-devel/include/llvm/CodeGen/CalcSpillWeights.h llvm-devel/include/llvm/CodeGen/CallBrPrepare.h @@ -2992,6 +3056,7 @@ llvm-devel/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h llvm-devel/include/llvm/CodeGen/GlobalISel/Localizer.h llvm-devel/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h llvm-devel/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +llvm-devel/include/llvm/CodeGen/GlobalISel/MachineFloatingPointPredicateUtils.h llvm-devel/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h llvm-devel/include/llvm/CodeGen/GlobalISel/RegBankSelect.h llvm-devel/include/llvm/CodeGen/GlobalISel/Utils.h @@ -3053,6 +3118,7 @@ llvm-devel/include/llvm/CodeGen/MachineDominators.h llvm-devel/include/llvm/CodeGen/MachineFrameInfo.h llvm-devel/include/llvm/CodeGen/MachineFunction.h llvm-devel/include/llvm/CodeGen/MachineFunctionAnalysis.h +llvm-devel/include/llvm/CodeGen/MachineFunctionAnalysisManager.h llvm-devel/include/llvm/CodeGen/MachineFunctionPass.h llvm-devel/include/llvm/CodeGen/MachineInstr.h llvm-devel/include/llvm/CodeGen/MachineInstrBuilder.h @@ -3096,10 +3162,12 @@ llvm-devel/include/llvm/CodeGen/PBQP/Math.h llvm-devel/include/llvm/CodeGen/PBQP/ReductionRules.h llvm-devel/include/llvm/CodeGen/PBQP/Solution.h llvm-devel/include/llvm/CodeGen/PBQPRAConstraint.h +llvm-devel/include/llvm/CodeGen/PEI.h llvm-devel/include/llvm/CodeGen/PHIElimination.h llvm-devel/include/llvm/CodeGen/Passes.h llvm-devel/include/llvm/CodeGen/PatchableFunction.h llvm-devel/include/llvm/CodeGen/PeepholeOptimizer.h +llvm-devel/include/llvm/CodeGen/PostRAHazardRecognizer.h llvm-devel/include/llvm/CodeGen/PostRASchedulerList.h llvm-devel/include/llvm/CodeGen/PreISelIntrinsicLowering.h llvm-devel/include/llvm/CodeGen/PseudoSourceValue.h @@ -3125,14 +3193,17 @@ llvm-devel/include/llvm/CodeGen/RegisterCoalescerPass.h llvm-devel/include/llvm/CodeGen/RegisterPressure.h llvm-devel/include/llvm/CodeGen/RegisterScavenging.h llvm-devel/include/llvm/CodeGen/RegisterUsageInfo.h +llvm-devel/include/llvm/CodeGen/RemoveLoadsIntoFakeUses.h llvm-devel/include/llvm/CodeGen/RemoveRedundantDebugValues.h llvm-devel/include/llvm/CodeGen/RenameIndependentSubregs.h llvm-devel/include/llvm/CodeGen/ReplaceWithVeclib.h llvm-devel/include/llvm/CodeGen/ResourcePriorityQueue.h llvm-devel/include/llvm/CodeGen/RuntimeLibcallUtil.h +llvm-devel/include/llvm/CodeGen/SDNodeInfo.h llvm-devel/include/llvm/CodeGen/SDNodeProperties.td llvm-devel/include/llvm/CodeGen/SDPatternMatch.h llvm-devel/include/llvm/CodeGen/SafeStack.h +llvm-devel/include/llvm/CodeGen/SanitizerBinaryMetadata.h llvm-devel/include/llvm/CodeGen/ScheduleDAG.h llvm-devel/include/llvm/CodeGen/ScheduleDAGInstrs.h llvm-devel/include/llvm/CodeGen/ScheduleDAGMutation.h @@ -3147,11 +3218,13 @@ llvm-devel/include/llvm/CodeGen/SelectionDAGISel.h llvm-devel/include/llvm/CodeGen/SelectionDAGNodes.h llvm-devel/include/llvm/CodeGen/SelectionDAGTargetInfo.h llvm-devel/include/llvm/CodeGen/ShadowStackGCLowering.h +llvm-devel/include/llvm/CodeGen/ShrinkWrap.h llvm-devel/include/llvm/CodeGen/SjLjEHPrepare.h llvm-devel/include/llvm/CodeGen/SlotIndexes.h llvm-devel/include/llvm/CodeGen/SpillPlacement.h llvm-devel/include/llvm/CodeGen/Spiller.h llvm-devel/include/llvm/CodeGen/StackColoring.h +llvm-devel/include/llvm/CodeGen/StackFrameLayoutAnalysisPass.h llvm-devel/include/llvm/CodeGen/StackMaps.h llvm-devel/include/llvm/CodeGen/StackProtector.h llvm-devel/include/llvm/CodeGen/StackSlotColoring.h @@ -3191,6 +3264,7 @@ llvm-devel/include/llvm/Config/Disassemblers.def llvm-devel/include/llvm/Config/TargetExegesis.def llvm-devel/include/llvm/Config/TargetMCAs.def llvm-devel/include/llvm/Config/Targets.def +llvm-devel/include/llvm/Config/Targets.h llvm-devel/include/llvm/Config/abi-breaking.h llvm-devel/include/llvm/Config/llvm-config.h llvm-devel/include/llvm/DWARFLinker/AddressesMap.h @@ -3217,6 +3291,7 @@ llvm-devel/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h llvm-devel/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeView.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewError.h +llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewLanguages.def llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def @@ -3276,6 +3351,7 @@ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +llvm-devel/include/llvm/DebugInfo/DWARF/DWARFCFIPrinter.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFContext.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h @@ -3292,7 +3368,7 @@ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDie.h -llvm-devel/include/llvm/DebugInfo/DWARF/DWARFExpression.h +llvm-devel/include/llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFFormValue.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFListTable.h @@ -3305,12 +3381,16 @@ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +llvm-devel/include/llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h +llvm-devel/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h +llvm-devel/include/llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h llvm-devel/include/llvm/DebugInfo/GSYM/CallSiteInfo.h llvm-devel/include/llvm/DebugInfo/GSYM/DwarfTransformer.h llvm-devel/include/llvm/DebugInfo/GSYM/ExtractRanges.h llvm-devel/include/llvm/DebugInfo/GSYM/FileEntry.h llvm-devel/include/llvm/DebugInfo/GSYM/FileWriter.h llvm-devel/include/llvm/DebugInfo/GSYM/FunctionInfo.h +llvm-devel/include/llvm/DebugInfo/GSYM/GsymContext.h llvm-devel/include/llvm/DebugInfo/GSYM/GsymCreator.h llvm-devel/include/llvm/DebugInfo/GSYM/GsymReader.h llvm-devel/include/llvm/DebugInfo/GSYM/Header.h @@ -3332,6 +3412,7 @@ llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVRange.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVReader.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVScope.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSourceLanguage.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h @@ -3501,10 +3582,10 @@ llvm-devel/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h -llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_i386.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_x86.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLink.h llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h @@ -3513,18 +3594,21 @@ llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO.h llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/TableManager.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/XCOFF.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/XCOFF_ppc64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/aarch32.h llvm-devel/include/llvm/ExecutionEngine/JITLink/aarch64.h -llvm-devel/include/llvm/ExecutionEngine/JITLink/i386.h llvm-devel/include/llvm/ExecutionEngine/JITLink/loongarch.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ppc64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/riscv.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/x86.h llvm-devel/include/llvm/ExecutionEngine/JITLink/x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITSymbol.h llvm-devel/include/llvm/ExecutionEngine/MCJIT.h llvm-devel/include/llvm/ExecutionEngine/OProfileWrapper.h llvm-devel/include/llvm/ExecutionEngine/ObjectCache.h llvm-devel/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h +llvm-devel/include/llvm/ExecutionEngine/Orc/COFF.h llvm-devel/include/llvm/ExecutionEngine/Orc/COFFPlatform.h llvm-devel/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h llvm-devel/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h @@ -3554,6 +3638,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/GetDylibInterface.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/InProcessMemoryAccess.h llvm-devel/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h @@ -3572,6 +3657,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/MachOPlatform.h llvm-devel/include/llvm/ExecutionEngine/Orc/Mangling.h llvm-devel/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h +llvm-devel/include/llvm/ExecutionEngine/Orc/MemoryAccess.h llvm-devel/include/llvm/ExecutionEngine/Orc/MemoryMapper.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h @@ -3581,6 +3667,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/RedirectionManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/SectCreate.h +llvm-devel/include/llvm/ExecutionEngine/Orc/SelfExecutorProcessControl.h llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h @@ -3622,9 +3709,12 @@ llvm-devel/include/llvm/FileCheck/FileCheck.h llvm-devel/include/llvm/Frontend/Atomic/Atomic.h llvm-devel/include/llvm/Frontend/Debug/Options.h llvm-devel/include/llvm/Frontend/Directive/DirectiveBase.td +llvm-devel/include/llvm/Frontend/Directive/Spelling.h llvm-devel/include/llvm/Frontend/Driver/CodeGenOptions.h +llvm-devel/include/llvm/Frontend/HLSL/CBuffer.h llvm-devel/include/llvm/Frontend/HLSL/HLSLResource.h llvm-devel/include/llvm/Frontend/HLSL/HLSLRootSignature.h +llvm-devel/include/llvm/Frontend/HLSL/HLSLRootSignatureUtils.h llvm-devel/include/llvm/Frontend/Offloading/OffloadWrapper.h llvm-devel/include/llvm/Frontend/Offloading/Utility.h llvm-devel/include/llvm/Frontend/OpenACC/ACC.h.inc @@ -3701,6 +3791,7 @@ llvm-devel/include/llvm/IR/GCStrategy.h llvm-devel/include/llvm/IR/GEPNoWrapFlags.h llvm-devel/include/llvm/IR/GVMaterializer.h llvm-devel/include/llvm/IR/GenericConvergenceVerifierImpl.h +llvm-devel/include/llvm/IR/GenericFloatingPointPredicateUtils.h llvm-devel/include/llvm/IR/GetElementPtrTypeIterator.h llvm-devel/include/llvm/IR/GlobalAlias.h llvm-devel/include/llvm/IR/GlobalIFunc.h @@ -3746,6 +3837,7 @@ llvm-devel/include/llvm/IR/IntrinsicsPowerPC.td llvm-devel/include/llvm/IR/IntrinsicsR600.h llvm-devel/include/llvm/IR/IntrinsicsRISCV.h llvm-devel/include/llvm/IR/IntrinsicsRISCV.td +llvm-devel/include/llvm/IR/IntrinsicsRISCVXAndes.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXCV.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXTHead.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXsf.td @@ -3794,8 +3886,10 @@ llvm-devel/include/llvm/IR/ProfDataUtils.h llvm-devel/include/llvm/IR/ProfileSummary.h llvm-devel/include/llvm/IR/PseudoProbe.h llvm-devel/include/llvm/IR/ReplaceConstant.h -llvm-devel/include/llvm/IR/RuntimeLibcalls.def llvm-devel/include/llvm/IR/RuntimeLibcalls.h +llvm-devel/include/llvm/IR/RuntimeLibcalls.inc +llvm-devel/include/llvm/IR/RuntimeLibcalls.td +llvm-devel/include/llvm/IR/RuntimeLibcallsImpl.td llvm-devel/include/llvm/IR/SSAContext.h llvm-devel/include/llvm/IR/SafepointIRVerifier.h llvm-devel/include/llvm/IR/Statepoint.h @@ -3815,7 +3909,6 @@ llvm-devel/include/llvm/IR/Value.h llvm-devel/include/llvm/IR/ValueHandle.h llvm-devel/include/llvm/IR/ValueMap.h llvm-devel/include/llvm/IR/ValueSymbolTable.h -llvm-devel/include/llvm/IR/VectorBuilder.h llvm-devel/include/llvm/IR/VectorTypeUtils.h llvm-devel/include/llvm/IR/Verifier.h llvm-devel/include/llvm/IRPrinter/IRPrintingPasses.h @@ -3868,7 +3961,7 @@ llvm-devel/include/llvm/MC/MCELFStreamer.h llvm-devel/include/llvm/MC/MCExpr.h llvm-devel/include/llvm/MC/MCFixup.h llvm-devel/include/llvm/MC/MCFixupKindInfo.h -llvm-devel/include/llvm/MC/MCFragment.h +llvm-devel/include/llvm/MC/MCGOFFAttributes.h llvm-devel/include/llvm/MC/MCGOFFObjectWriter.h llvm-devel/include/llvm/MC/MCGOFFStreamer.h llvm-devel/include/llvm/MC/MCInst.h @@ -3886,7 +3979,6 @@ llvm-devel/include/llvm/MC/MCObjectStreamer.h llvm-devel/include/llvm/MC/MCObjectWriter.h llvm-devel/include/llvm/MC/MCParser/AsmCond.h llvm-devel/include/llvm/MC/MCParser/AsmLexer.h -llvm-devel/include/llvm/MC/MCParser/MCAsmLexer.h llvm-devel/include/llvm/MC/MCParser/MCAsmParser.h llvm-devel/include/llvm/MC/MCParser/MCAsmParserExtension.h llvm-devel/include/llvm/MC/MCParser/MCAsmParserUtils.h @@ -3997,6 +4089,7 @@ llvm-devel/include/llvm/Object/Minidump.h llvm-devel/include/llvm/Object/ModuleSymbolTable.h llvm-devel/include/llvm/Object/ObjectFile.h llvm-devel/include/llvm/Object/OffloadBinary.h +llvm-devel/include/llvm/Object/OffloadBundle.h llvm-devel/include/llvm/Object/RelocationResolver.h llvm-devel/include/llvm/Object/StackMapParser.h llvm-devel/include/llvm/Object/SymbolSize.h @@ -4049,9 +4142,11 @@ llvm-devel/include/llvm/ProfileData/Coverage/CoverageMappingReader.h llvm-devel/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h llvm-devel/include/llvm/ProfileData/Coverage/MCDCTypes.h llvm-devel/include/llvm/ProfileData/CtxInstrContextNode.h +llvm-devel/include/llvm/ProfileData/DataAccessProf.h llvm-devel/include/llvm/ProfileData/FunctionId.h llvm-devel/include/llvm/ProfileData/GCOV.h llvm-devel/include/llvm/ProfileData/HashKeyMap.h +llvm-devel/include/llvm/ProfileData/IndexedMemProfData.h llvm-devel/include/llvm/ProfileData/InstrProf.h llvm-devel/include/llvm/ProfileData/InstrProfCorrelator.h llvm-devel/include/llvm/ProfileData/InstrProfData.inc @@ -4060,8 +4155,12 @@ llvm-devel/include/llvm/ProfileData/InstrProfWriter.h llvm-devel/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h llvm-devel/include/llvm/ProfileData/MIBEntryDef.inc llvm-devel/include/llvm/ProfileData/MemProf.h +llvm-devel/include/llvm/ProfileData/MemProfCommon.h llvm-devel/include/llvm/ProfileData/MemProfData.inc +llvm-devel/include/llvm/ProfileData/MemProfRadixTree.h llvm-devel/include/llvm/ProfileData/MemProfReader.h +llvm-devel/include/llvm/ProfileData/MemProfSummary.h +llvm-devel/include/llvm/ProfileData/MemProfSummaryBuilder.h llvm-devel/include/llvm/ProfileData/MemProfYAML.h llvm-devel/include/llvm/ProfileData/PGOCtxProfReader.h llvm-devel/include/llvm/ProfileData/PGOCtxProfWriter.h @@ -4206,6 +4305,7 @@ llvm-devel/include/llvm/Support/HexagonAttributeParser.h llvm-devel/include/llvm/Support/HexagonAttributes.h llvm-devel/include/llvm/Support/InitLLVM.h llvm-devel/include/llvm/Support/InstructionCost.h +llvm-devel/include/llvm/Support/InterleavedRange.h llvm-devel/include/llvm/Support/JSON.h llvm-devel/include/llvm/Support/KnownBits.h llvm-devel/include/llvm/Support/KnownFPClass.h @@ -4245,6 +4345,7 @@ llvm-devel/include/llvm/Support/PrettyStackTrace.h llvm-devel/include/llvm/Support/Printable.h llvm-devel/include/llvm/Support/Process.h llvm-devel/include/llvm/Support/Program.h +llvm-devel/include/llvm/Support/ProgramStack.h llvm-devel/include/llvm/Support/RISCVAttributeParser.h llvm-devel/include/llvm/Support/RISCVAttributes.h llvm-devel/include/llvm/Support/RISCVISAUtils.h @@ -4278,6 +4379,7 @@ llvm-devel/include/llvm/Support/SystemZ/zOSSupport.h llvm-devel/include/llvm/Support/TarWriter.h llvm-devel/include/llvm/Support/TargetOpcodes.def llvm-devel/include/llvm/Support/TargetSelect.h +llvm-devel/include/llvm/Support/TextEncoding.h llvm-devel/include/llvm/Support/ThreadPool.h llvm-devel/include/llvm/Support/ThreadSafeAllocator.h llvm-devel/include/llvm/Support/Threading.h @@ -4355,6 +4457,7 @@ llvm-devel/include/llvm/TargetParser/CSKYTargetParser.h llvm-devel/include/llvm/TargetParser/Host.h llvm-devel/include/llvm/TargetParser/LoongArchTargetParser.def llvm-devel/include/llvm/TargetParser/LoongArchTargetParser.h +llvm-devel/include/llvm/TargetParser/PPCGenTargetFeatures.inc llvm-devel/include/llvm/TargetParser/PPCTargetParser.def llvm-devel/include/llvm/TargetParser/PPCTargetParser.h llvm-devel/include/llvm/TargetParser/RISCVISAInfo.h @@ -4369,6 +4472,7 @@ llvm-devel/include/llvm/Telemetry/Telemetry.h llvm-devel/include/llvm/Testing/ADT/StringMap.h llvm-devel/include/llvm/Testing/ADT/StringMapEntry.h llvm-devel/include/llvm/Testing/Annotations/Annotations.h +llvm-devel/include/llvm/Testing/Demangle/DemangleTestCases.inc llvm-devel/include/llvm/Testing/Support/Error.h llvm-devel/include/llvm/Testing/Support/SupportHelpers.h llvm-devel/include/llvm/TextAPI/Architecture.def @@ -4466,7 +4570,8 @@ llvm-devel/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/InstrProfiling.h llvm-devel/include/llvm/Transforms/Instrumentation/KCFI.h llvm-devel/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h -llvm-devel/include/llvm/Transforms/Instrumentation/MemProfiler.h +llvm-devel/include/llvm/Transforms/Instrumentation/MemProfInstrumentation.h +llvm-devel/include/llvm/Transforms/Instrumentation/MemProfUse.h llvm-devel/include/llvm/Transforms/Instrumentation/MemorySanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h @@ -4648,6 +4753,7 @@ llvm-devel/include/llvm/Transforms/Utils/UnifyLoopExits.h llvm-devel/include/llvm/Transforms/Utils/UnrollLoop.h llvm-devel/include/llvm/Transforms/Utils/VNCoercion.h llvm-devel/include/llvm/Transforms/Utils/ValueMapper.h +llvm-devel/include/llvm/Transforms/Vectorize/EVLIndVarSimplify.h llvm-devel/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h llvm-devel/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h llvm-devel/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h @@ -4660,6 +4766,7 @@ llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PackReuse.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintRegion.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromBBs.h @@ -4667,6 +4774,7 @@ llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFro llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/SeedCollection.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAcceptOrRevert.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAlwaysAccept.h +llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAlwaysRevert.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionSave.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h @@ -4726,6 +4834,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/Quant.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/ROCDL.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/SCF.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/SMT.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/SPIRV.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/Shape.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/SparseTensor.h @@ -4741,6 +4850,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir-c/RegisterEverything.h %%MLIR%%llvm-devel/include/mlir-c/Rewrite.h %%MLIR%%llvm-devel/include/mlir-c/Support.h +%%MLIR%%llvm-devel/include/mlir-c/Target/ExportSMTLIB.h %%MLIR%%llvm-devel/include/mlir-c/Target/LLVMIR.h %%MLIR%%llvm-devel/include/mlir-c/Transforms.h %%MLIR%%llvm-devel/include/mlir/Analysis/AliasAnalysis.h @@ -4753,6 +4863,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/IntegerRangeAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/LivenessAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/SparseAnalysis.h +%%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/Utils.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlowFramework.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataLayoutAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/FlatLinearValueConstraints.h @@ -4828,6 +4939,8 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSCF/ControlFlowToSCF.h %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRV.h %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRVPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToEmitC/ConvertToEmitCPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToEmitC/ToEmitCInterface.h %%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToLLVM/ToLLVMAttrInterface.cpp.inc %%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToLLVM/ToLLVMAttrInterface.h.inc %%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToLLVM/ToLLVMInterface.h @@ -4873,7 +4986,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Conversion/MathToSPIRV/MathToSPIRVPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToEmitC/MemRefToEmitC.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToEmitC/MemRefToEmitCPass.h -%%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToLLVM/AllocLikeConversion.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToLLVM/MemRefToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToSPIRV/MemRefToSPIRV.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToSPIRV/MemRefToSPIRVPass.h @@ -4947,10 +5059,12 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMX.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMX.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMX.td -%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXConversions.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXDialect.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXDialect.h %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/Transforms.h @@ -5022,6 +5136,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/Transforms.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSME/IR/ArmSME.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSME/IR/ArmSME.h @@ -5063,6 +5181,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/IR/ArmSVEDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/IR/ArmSVETypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/IR/ArmSVETypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/Transforms/Passes.td @@ -5112,6 +5234,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/DstBufferizableOpInterfaceImpl.h %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/UnstructuredControlFlow.h %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/Pipelines/Passes.h @@ -5184,7 +5310,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCEnums.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCEnums.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTraits.h +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.h +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTypes.td @@ -5207,10 +5336,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Func/TransformOps/FuncTransformOps.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Func/TransformOps/FuncTransformOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/FuncConversions.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/OneToNFuncConversions.h %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/Passes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Func/Utils/Utils.h %%MLIR%%llvm-devel/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.td @@ -5354,6 +5483,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMOpsEnums.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMOpsTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMOpsTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.h +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.td %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/ROCDLConversions.inc %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/ROCDLDialect.h %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/ROCDLOps.cpp.inc @@ -5656,23 +5789,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/PDLInterp/IR/PDLInterpOpsDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/PDLInterp/IR/PDLInterpOpsTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/PDLInterp/IR/PDLInterpOpsTypes.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialOps.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.td %%MLIR%%llvm-devel/include/mlir/Dialect/Ptr/IR/MemorySpaceAttrInterfaces.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Ptr/IR/MemorySpaceAttrInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Ptr/IR/MemorySpaceInterfaces.cpp.inc @@ -5743,6 +5859,29 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/SCF/Transforms/Transforms.h %%MLIR%%llvm-devel/include/mlir/Dialect/SCF/Utils/AffineCanonicalizationUtils.h %%MLIR%%llvm-devel/include/mlir/Dialect/SCF/Utils/Utils.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMT.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMT.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMT.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTArrayOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTBitVectorOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTEnums.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTEnums.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTIntOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTVisitors.h %%MLIR%%llvm-devel/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/SPIRV/IR/SPIRVAtomicOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/SPIRV/IR/SPIRVAttrUtils.inc @@ -5879,6 +6018,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Passes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/RuntimeOpVerification.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/SubsetInsertionOpInterfaceImpl.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/TransformUtils.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Transforms.h @@ -5927,7 +6067,9 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.h +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.td %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformDialect.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformDialect.h @@ -6045,10 +6187,12 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86Vector.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86Vector.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86Vector.td -%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorConversions.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorDialect.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorDialect.h %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPU.cpp.inc @@ -6064,6 +6208,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUEnums.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUEnums.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTargetInfo.h %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.td @@ -6071,6 +6216,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Transforms/Passes.td %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Transforms/Transforms.h +%%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Utils/XeGPUUtils.h %%MLIR%%llvm-devel/include/mlir/ExecutionEngine/AsyncRuntime.h %%MLIR%%llvm-devel/include/mlir/ExecutionEngine/CRunnerUtils.h %%MLIR%%llvm-devel/include/mlir/ExecutionEngine/ExecutionEngine.h @@ -6241,6 +6387,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Interfaces/FunctionInterfaces.h %%MLIR%%llvm-devel/include/mlir/Interfaces/FunctionInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/FunctionInterfaces.td +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.h +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.h.inc +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.td %%MLIR%%llvm-devel/include/mlir/Interfaces/InferIntRangeInterface.cpp.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/InferIntRangeInterface.h %%MLIR%%llvm-devel/include/mlir/Interfaces/InferIntRangeInterface.h.inc @@ -6310,6 +6460,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/MatchFinder.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/MatchersInternal.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/Registry.h +%%MLIR%%llvm-devel/include/mlir/Query/Matcher/SliceMatchers.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/VariantValue.h %%MLIR%%llvm-devel/include/mlir/Query/Query.h %%MLIR%%llvm-devel/include/mlir/Query/QuerySession.h @@ -6331,11 +6482,13 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Support/LLVM.h %%MLIR%%llvm-devel/include/mlir/Support/LogicalResult.h %%MLIR%%llvm-devel/include/mlir/Support/RawOstreamExtras.h +%%MLIR%%llvm-devel/include/mlir/Support/StateStack.h %%MLIR%%llvm-devel/include/mlir/Support/StorageUniquer.h %%MLIR%%llvm-devel/include/mlir/Support/ThreadLocalCache.h %%MLIR%%llvm-devel/include/mlir/Support/Timing.h %%MLIR%%llvm-devel/include/mlir/Support/ToolUtilities.h %%MLIR%%llvm-devel/include/mlir/Support/TypeID.h +%%MLIR%%llvm-devel/include/mlir/Support/WalkResult.h %%MLIR%%llvm-devel/include/mlir/TableGen/Argument.h %%MLIR%%llvm-devel/include/mlir/TableGen/AttrOrTypeDef.h %%MLIR%%llvm-devel/include/mlir/TableGen/Attribute.h @@ -6360,12 +6513,13 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/TableGen/Trait.h %%MLIR%%llvm-devel/include/mlir/TableGen/Type.h %%MLIR%%llvm-devel/include/mlir/Target/Cpp/CppEmitter.h +%%MLIR%%llvm-devel/include/mlir/Target/IRDLToCpp/IRDLToCpp.h +%%MLIR%%llvm-devel/include/mlir/Target/IRDLToCpp/TranslationRegistration.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/ModuleToObject.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/NVVM/Target.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/NVVM/Utils.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/ROCDL/Target.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/ROCDL/Utils.h -%%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/AMX/AMXToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/All.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/ArmSME/ArmSMEToLLVMIRTranslation.h @@ -6382,7 +6536,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/ROCDL/ROCDLToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/SPIRV/SPIRVToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/VCIX/VCIXToLLVMIRTranslation.h -%%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/X86Vector/X86VectorToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Export.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Import.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/LLVMImportInterface.h @@ -6391,6 +6544,9 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/ModuleTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/TypeFromLLVM.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/TypeToLLVM.h +%%MLIR%%llvm-devel/include/mlir/Target/SMTLIB/ExportSMTLIB.h +%%MLIR%%llvm-devel/include/mlir/Target/SMTLIB/Namespace.h +%%MLIR%%llvm-devel/include/mlir/Target/SMTLIB/SymCache.h %%MLIR%%llvm-devel/include/mlir/Target/SPIRV/Deserialization.h %%MLIR%%llvm-devel/include/mlir/Target/SPIRV/SPIRVBinaryUtils.h %%MLIR%%llvm-devel/include/mlir/Target/SPIRV/Serialization.h @@ -6415,6 +6571,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Protocol.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/SourceMgrUtils.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Transport.h +%%MLIR%%llvm-devel/include/mlir/Tools/mlir-lsp-server/MlirLspRegistryFunction.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-lsp-server/MlirLspServerMain.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-opt/MlirOptMain.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-pdll-lsp-server/MlirPdllLspServerMain.h @@ -6438,7 +6595,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Transforms/LocationSnapshot.h %%MLIR%%llvm-devel/include/mlir/Transforms/LoopInvariantCodeMotionUtils.h %%MLIR%%llvm-devel/include/mlir/Transforms/Mem2Reg.h -%%MLIR%%llvm-devel/include/mlir/Transforms/OneToNTypeConversion.h %%MLIR%%llvm-devel/include/mlir/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Transforms/Passes.td @@ -6584,6 +6740,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_hip_math.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_hip_runtime_wrapper.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_hip_stdlib.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_spirv_builtins.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__wmmintrin_aes.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__wmmintrin_pclmul.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/adcintrin.h @@ -6604,6 +6761,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/amxtf32intrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/amxtf32transposeintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/amxtransposeintrin.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/andes_vector.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/arm64intr.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/arm_acle.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/arm_bf16.h @@ -6678,6 +6836,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/algorithm %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/basic_string.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/basic_string.tcc +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/c++config.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/shared_ptr_base.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/cmath %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/complex @@ -6893,6 +7052,7 @@ llvm-devel/lib/cmake/llvm/VersionFromVCS.cmake llvm-devel/lib/cmake/llvm/llvm-driver-template.cpp.in %%MLIR%%llvm-devel/lib/cmake/mlir/AddMLIR.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/AddMLIRPython.cmake +%%MLIR%%llvm-devel/lib/cmake/mlir/IRDLToCpp.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/MLIRConfig.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/MLIRConfigVersion.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/MLIRDetectPythonEnv.cmake @@ -6906,9 +7066,11 @@ llvm-devel/lib/cmake/llvm/llvm-driver-template.cpp.in %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRAnalysis.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRBuilder.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRCodeGen.a +%%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRCodeGenDialect.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRDialect.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRDialectSupport.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIROpenACCSupport.a +%%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIROpenMPSupport.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRSupport.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRTestAnalysis.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRTestOpenACCInterfaces.a @@ -6977,6 +7139,7 @@ llvm-devel/lib/libLLVM.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoBTF.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoCodeView.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoDWARF.a +%%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoDWARFLowLevel.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoGSYM.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoLogicalView.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoMSF.a @@ -6995,6 +7158,7 @@ llvm-devel/lib/libLLVM.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%llvm-devel/lib/libLLVMExtensions.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFileCheck.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendAtomic.a +%%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendDirective.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendDriver.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendHLSL.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendOffloading.a @@ -7137,7 +7301,6 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMDGPUTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMDGPUUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMXDialect.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMXToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMXTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAffineAnalysis.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAffineDialect.a @@ -7160,9 +7323,9 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArithValueBoundsOpInterfaceImpl.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeon2dToIntr.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonDialect.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonTestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonVectorTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSMEDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSMETestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSMEToLLVM.a @@ -7172,6 +7335,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVEDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVEToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVETransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVEVectorTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAsmParser.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAsyncDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAsyncToLLVM.a @@ -7194,6 +7358,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIDebug.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIEmitC.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIExecutionEngine.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIExportSMTLIB.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIFunc.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIGPU.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIIR.a @@ -7213,6 +7378,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIROCDL.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIRegisterEverything.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISCF.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISMT.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIShape.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISparseTensor.a @@ -7237,6 +7403,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowToSCF.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowToSPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToEmitC.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToLLVMInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToLLVMPass.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCopyOpInterface.a @@ -7255,6 +7422,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%MLIR%%llvm-devel/lib/libMLIRExecutionEngineShared.so %%MLIR%%llvm-devel/lib/libMLIRExecutionEngineShared.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRExecutionEngineUtils.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRExportSMTLIB.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFromLLVMIRTranslationRegistration.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncAllExtensions.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncDialect.a @@ -7266,6 +7434,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncToSPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFunctionInterfaces.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRGPUDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRGPUPipelines.a @@ -7284,6 +7453,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexToLLVM.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexToSPIRV.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexingMapOpInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRInferIntRangeCommon.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRInferIntRangeInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRInferTypeOpInterface.a @@ -7364,7 +7534,6 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRParser.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPass.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPluginsLib.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPolynomialDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPresburger.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPtrDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRQuantDialect.a @@ -7392,6 +7561,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSCFTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSCFTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSCFUtils.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSMT.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSPIRVAttrToLLVMConversion.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSPIRVBinaryUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSPIRVConversion.a @@ -7424,6 +7594,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSupport.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTableGen.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetCpp.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetIRDLToCpp.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetLLVM.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetLLVMIRExport.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetLLVMIRImport.a @@ -7446,8 +7617,9 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestFromLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestFuncToLLVM.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestIR.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestIRDLToCppDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestMathToVCIX.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestOneToNTypeConversionPass.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestMemRefToLLVMWithTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestPDLL.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestPass.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestReducer.a @@ -7500,10 +7672,11 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRVectorUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRViewLikeInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRX86VectorDialect.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRX86VectorToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRX86VectorTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUDialect.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUTestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUUtils.a %%STATIC_LIBS%%%%POLLY%%llvm-devel/lib/libPolly.a %%STATIC_LIBS%%%%POLLY%%llvm-devel/lib/libPollyISL.a llvm-devel/lib/libRemarks.so @@ -7529,6 +7702,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDependencyScanning.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDirectoryWatcher.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangDoc.a +%%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangDocSupport.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDriver.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDynamicASTMatchers.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangEdit.a @@ -7636,7 +7810,6 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%CLANG%%llvm-devel/lib/libscanbuild/resources/selectable.js %%CLANG%%llvm-devel/lib/libscanbuild/resources/sorttable.js %%CLANG%%llvm-devel/lib/libscanbuild/shell.py -%%LLDB%%llvm-devel/lib/lua/5.4/lldb.so %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIAMDGPU/AMDGPU.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIArith/Arith.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIAsync/Async.cpp.o @@ -7646,6 +7819,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIDebug/Debug.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIEmitC/EmitC.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIExecutionEngine/ExecutionEngine.cpp.o +%%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIExportSMTLIB/ExportSMTLIB.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIFunc/Func.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIGPU/GPU.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIGPU/GPUPasses.cpp.o @@ -7676,6 +7850,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIROCDL/ROCDL.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIRegisterEverything/RegisterEverything.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISCF/SCF.cpp.o +%%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISMT/SMT.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISPIRV/SPIRV.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIShape/Shape.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISparseTensor/SparseTensor.cpp.o @@ -7694,7 +7869,15 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%CLANG%%llvm-devel/libexec/intercept-c++ %%CLANG%%llvm-devel/libexec/intercept-cc %%EXTRAS%%llvm-devel/share/clang-doc/clang-doc-default-stylesheet.css +%%EXTRAS%%llvm-devel/share/clang-doc/clang-doc-mustache.css +%%EXTRAS%%llvm-devel/share/clang-doc/class-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/comment-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/enum-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/function-template.mustache %%EXTRAS%%llvm-devel/share/clang-doc/index.js +%%EXTRAS%%llvm-devel/share/clang-doc/mustache-index.js +%%EXTRAS%%llvm-devel/share/clang-doc/namespace-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/template.mustache %%CLANG%%llvm-devel/share/clang/bash-autocomplete.sh %%CLANG%%llvm-devel/share/clang/clang-format-bbedit.applescript %%CLANG%%llvm-devel/share/clang/clang-format-diff.py diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile index 870160f826f0..abc17cb386e8 100644 --- a/devel/onetbb/Makefile +++ b/devel/onetbb/Makefile @@ -1,7 +1,6 @@ PORTNAME= onetbb -PORTVERSION= 2022.1.0 +PORTVERSION= 2022.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= martymac@FreeBSD.org diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo index 362d3c7895a8..65718a1dcb16 100644 --- a/devel/onetbb/distinfo +++ b/devel/onetbb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743446651 -SHA256 (uxlfoundation-oneTBB-v2022.1.0_GH0.tar.gz) = ed067603ece0dc832d2881ba5c516625ac2522c665d95f767ef6304e34f961b5 -SIZE (uxlfoundation-oneTBB-v2022.1.0_GH0.tar.gz) = 3434602 +TIMESTAMP = 1751298824 +SHA256 (uxlfoundation-oneTBB-v2022.2.0_GH0.tar.gz) = f0f78001c8c8edb4bddc3d4c5ee7428d56ae313254158ad1eec49eced57f6a5b +SIZE (uxlfoundation-oneTBB-v2022.2.0_GH0.tar.gz) = 4244148 diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist index 44942110936b..81bea3c7ad02 100644 --- a/devel/onetbb/pkg-plist +++ b/devel/onetbb/pkg-plist @@ -148,14 +148,14 @@ lib/cmake/TBB/TBBTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/TBB/TBBTargets.cmake lib/libtbb%%DBGSUFX%%.so lib/libtbb%%DBGSUFX%%.so.12 -lib/libtbb%%DBGSUFX%%.so.12.15 +lib/libtbb%%DBGSUFX%%.so.12.16 lib/libtbbbind_2_5%%DBGSUFX%%.so lib/libtbbbind_2_5%%DBGSUFX%%.so.3 -lib/libtbbbind_2_5%%DBGSUFX%%.so.3.15 +lib/libtbbbind_2_5%%DBGSUFX%%.so.3.16 lib/libtbbmalloc%%DBGSUFX%%.so lib/libtbbmalloc%%DBGSUFX%%.so.2 -lib/libtbbmalloc%%DBGSUFX%%.so.2.15 +lib/libtbbmalloc%%DBGSUFX%%.so.2.16 lib/libtbbmalloc_proxy%%DBGSUFX%%.so lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2 -lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.15 +lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.16 libdata/pkgconfig/tbb%%PCSUFX%%.pc diff --git a/devel/p5-Data-Dumper-Interp/Makefile b/devel/p5-Data-Dumper-Interp/Makefile index 547cd1da8d57..195d32fc2a6b 100644 --- a/devel/p5-Data-Dumper-Interp/Makefile +++ b/devel/p5-Data-Dumper-Interp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Data-Dumper-Interp -PORTVERSION= 7.013 +PORTVERSION= 7.019 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Data-Dumper-Interp/distinfo b/devel/p5-Data-Dumper-Interp/distinfo index 0ea139df845c..fee2632e2b63 100644 --- a/devel/p5-Data-Dumper-Interp/distinfo +++ b/devel/p5-Data-Dumper-Interp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738373547 -SHA256 (Data-Dumper-Interp-7.013.tar.gz) = 9426c9ac2b7bd407a8145b22720293396ccecdf56634bb7d6123ec8bec19da31 -SIZE (Data-Dumper-Interp-7.013.tar.gz) = 81943 +TIMESTAMP = 1751440240 +SHA256 (Data-Dumper-Interp-7.019.tar.gz) = b3c021088e5a5b490125b83f4db1900e774d138bc3ec562118b95a3d37275076 +SIZE (Data-Dumper-Interp-7.019.tar.gz) = 85510 diff --git a/devel/pecl-ast/Makefile b/devel/pecl-ast/Makefile index ad87b5572d3d..6b9521fa74c3 100644 --- a/devel/pecl-ast/Makefile +++ b/devel/pecl-ast/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl +IGNORE_WITH_PHP= 85 .include <bsd.port.mk> diff --git a/devel/pecl-runkit7/Makefile b/devel/pecl-runkit7/Makefile index e10d981a19ea..92e3ffed99db 100644 --- a/devel/pecl-runkit7/Makefile +++ b/devel/pecl-runkit7/Makefile @@ -9,6 +9,6 @@ WWW= https://github.com/runkit7/runkit7 LICENSE= PHP301 USES= compiler:c11 php:pecl -IGNORE_WITH_PHP= 83 84 +IGNORE_WITH_PHP= 83 84 85 .include <bsd.port.mk> diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 6fef5fdd9f27..cbea49956bdd 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -13,6 +13,7 @@ NOT_FOR_ARCHS= i386 powerpc NOT_FOR_ARCHS_REASON= upstream drop 32 bits support USES= compiler:c11 localbase:ldflags php:build,pecl pkgconfig ssl +IGNORE_WITH_PHP= 85 CONFIGURE_ARGS+= --enable-mysqlnd diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile index 03b5c98d46ec..7de5d2b2ce0e 100644 --- a/devel/pecl-xdebug/Makefile +++ b/devel/pecl-xdebug/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl,zend tar:tgz -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= --enable-xdebug diff --git a/devel/phorgeit-arcanist-lib/Makefile b/devel/phorgeit-arcanist-lib/Makefile index 88faa29a46cf..1a6917bfe711 100644 --- a/devel/phorgeit-arcanist-lib/Makefile +++ b/devel/phorgeit-arcanist-lib/Makefile @@ -16,7 +16,7 @@ USES= php:cli,flavors python:env shebangfix USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= curl dom simplexml zlib -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 PHP_DESTDIR= lib/php/arcanist SHEBANG_FILES= bin/arc bin/phage scripts/*.php scripts/hgdaemon/*.php \ diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile index e28e6e10729d..9549767581a1 100644 --- a/devel/phorgeit-phorge/Makefile +++ b/devel/phorgeit-phorge/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli pcntl posix \ zip -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 USE_RC_SUBR= phd SHEBANG_FILES= resources/timezones/*.php scripts/*.php scripts/almanac/*.php \ diff --git a/devel/php85-ffi/Makefile b/devel/php85-ffi/Makefile new file mode 100644 index 000000000000..270ae2555014 --- /dev/null +++ b/devel/php85-ffi/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ffi + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-gettext/Makefile b/devel/php85-gettext/Makefile new file mode 100644 index 000000000000..ea75aa3ca8e8 --- /dev/null +++ b/devel/php85-gettext/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gettext + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-intl/Makefile b/devel/php85-intl/Makefile new file mode 100644 index 000000000000..86efa5ba615f --- /dev/null +++ b/devel/php85-intl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -intl + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-pcntl/Makefile b/devel/php85-pcntl/Makefile new file mode 100644 index 000000000000..6b6cff3b3004 --- /dev/null +++ b/devel/php85-pcntl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pcntl + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-readline/Makefile b/devel/php85-readline/Makefile new file mode 100644 index 000000000000..fa3d96ee0f4e --- /dev/null +++ b/devel/php85-readline/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -readline + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-shmop/Makefile b/devel/php85-shmop/Makefile new file mode 100644 index 000000000000..4fc9810a09dd --- /dev/null +++ b/devel/php85-shmop/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -shmop + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-sysvmsg/Makefile b/devel/php85-sysvmsg/Makefile new file mode 100644 index 000000000000..69101d800a1d --- /dev/null +++ b/devel/php85-sysvmsg/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sysvmsg + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-sysvsem/Makefile b/devel/php85-sysvsem/Makefile new file mode 100644 index 000000000000..7cdde850dd9d --- /dev/null +++ b/devel/php85-sysvsem/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sysvsem + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-sysvshm/Makefile b/devel/php85-sysvshm/Makefile new file mode 100644 index 000000000000..46e67ef0587d --- /dev/null +++ b/devel/php85-sysvshm/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sysvshm + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-tokenizer/Makefile b/devel/php85-tokenizer/Makefile new file mode 100644 index 000000000000..704ffc4e6f8d --- /dev/null +++ b/devel/php85-tokenizer/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -tokenizer + +.include "${MASTERDIR}/Makefile" diff --git a/devel/plasma6-kwrited/distinfo b/devel/plasma6-kwrited/distinfo index 26409de861cf..ed4fcbc7d9fb 100644 --- a/devel/plasma6-kwrited/distinfo +++ b/devel/plasma6-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789604 -SHA256 (KDE/plasma/6.4.1/kwrited-6.4.1.tar.xz) = a80a5ed45ed633f15cf3a42b2d956608d9e6a5a78f267df33ac96aafcc20d8d4 -SIZE (KDE/plasma/6.4.1/kwrited-6.4.1.tar.xz) = 23636 +TIMESTAMP = 1751380532 +SHA256 (KDE/plasma/6.4.2/kwrited-6.4.2.tar.xz) = db97dc6de45c35fc1463a9107bfd25627524de7c1c004434512da7696bcf9961 +SIZE (KDE/plasma/6.4.2/kwrited-6.4.2.tar.xz) = 23648 diff --git a/devel/plasma6-plasma-sdk/distinfo b/devel/plasma6-plasma-sdk/distinfo index 7c9c613dc388..dcd673b3c738 100644 --- a/devel/plasma6-plasma-sdk/distinfo +++ b/devel/plasma6-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789605 -SHA256 (KDE/plasma/6.4.1/plasma-sdk-6.4.1.tar.xz) = 73a865026bdeab45c8f48b50ac656f0e626bb0413e7647c016d9068bcb0f5446 -SIZE (KDE/plasma/6.4.1/plasma-sdk-6.4.1.tar.xz) = 359864 +TIMESTAMP = 1751380533 +SHA256 (KDE/plasma/6.4.2/plasma-sdk-6.4.2.tar.xz) = e7f0e26269d6c4f2392d85a1b68598edd1fd4c071165b7a25a496fdbe5a039e1 +SIZE (KDE/plasma/6.4.2/plasma-sdk-6.4.2.tar.xz) = 360092 diff --git a/devel/plasma6-plasma5support/distinfo b/devel/plasma6-plasma5support/distinfo index 041c879f60ad..d187d98e2064 100644 --- a/devel/plasma6-plasma5support/distinfo +++ b/devel/plasma6-plasma5support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789605 -SHA256 (KDE/plasma/6.4.1/plasma5support-6.4.1.tar.xz) = 117a3b9bcd3a63de83719d94f39a34cccf643a71435c84a5c505b044446b8dab -SIZE (KDE/plasma/6.4.1/plasma5support-6.4.1.tar.xz) = 228416 +TIMESTAMP = 1751380534 +SHA256 (KDE/plasma/6.4.2/plasma5support-6.4.2.tar.xz) = 24a07ceff083a6a7a2d9b4152812549050623c434ef7319109963085a114aef2 +SIZE (KDE/plasma/6.4.2/plasma5support-6.4.2.tar.xz) = 228456 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-maturin/Makefile b/devel/py-maturin/Makefile index b42b796664b4..1bab4269cac5 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,6 +1,5 @@ PORTNAME= maturin -DISTVERSION= 1.8.7 -PORTREVISION= 1 +DISTVERSION= 1.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-maturin/Makefile.crates b/devel/py-maturin/Makefile.crates index 79910e24f50e..d50638157931 100644 --- a/devel/py-maturin/Makefile.crates +++ b/devel/py-maturin/Makefile.crates @@ -103,7 +103,7 @@ CARGO_CRATES= adler2-2.0.0 \ getrandom-0.2.15 \ getrandom-0.3.3 \ glob-0.3.1 \ - globset-0.4.15 \ + globset-0.4.16 \ goblin-0.9.2 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ @@ -127,6 +127,7 @@ CARGO_CRATES= adler2-2.0.0 \ indexmap-2.6.0 \ indicatif-0.17.9 \ indoc-2.0.5 \ + insta-1.43.1 \ is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itertools-0.13.0 \ @@ -185,7 +186,7 @@ CARGO_CRATES= adler2-2.0.0 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ plain-0.2.3 \ - platform-info-2.0.3 \ + platform-info-2.0.5 \ portable-atomic-1.6.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ @@ -193,7 +194,7 @@ CARGO_CRATES= adler2-2.0.0 \ proc-macro-crate-3.1.0 \ proc-macro2-1.0.92 \ psm-0.1.21 \ - pyproject-toml-0.13.4 \ + pyproject-toml-0.13.5 \ python-pkginfo-0.6.5 \ quote-1.0.37 \ quoted_printable-0.5.0 \ @@ -267,9 +268,9 @@ CARGO_CRATES= adler2-2.0.0 \ terminal_size-0.3.0 \ textwrap-0.16.1 \ thiserror-1.0.69 \ - thiserror-2.0.3 \ + thiserror-2.0.12 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.3 \ + thiserror-impl-2.0.12 \ thread_local-1.1.8 \ time-0.3.36 \ time-core-0.1.2 \ diff --git a/devel/py-maturin/distinfo b/devel/py-maturin/distinfo index 77ebfef819b0..fd08dae3ea0d 100644 --- a/devel/py-maturin/distinfo +++ b/devel/py-maturin/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750074362 -SHA256 (maturin-1.8.7.tar.gz) = 96c76353f94a153c5dc1a9d3916e75fcd17e6bf216a06dcdc2f84b9f98f374af -SIZE (maturin-1.8.7.tar.gz) = 205116 +TIMESTAMP = 1750743332 +SHA256 (maturin-1.9.0.tar.gz) = ccb9cb87f8df88d1bab8f49efe3fc77f0abb0639ea4b4ebf4f35549200d16b9e +SIZE (maturin-1.9.0.tar.gz) = 209543 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 @@ -211,8 +211,8 @@ SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/globset-0.4.15.crate) = 15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19 -SIZE (rust/crates/globset-0.4.15.crate) = 25177 +SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 +SIZE (rust/crates/globset-0.4.16.crate) = 26533 SHA256 (rust/crates/goblin-0.9.2.crate) = 53ab3f32d1d77146981dea5d6b1e8fe31eedcb7013e5e00d6ccd1259a4b4d923 SIZE (rust/crates/goblin-0.9.2.crate) = 191510 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 @@ -259,6 +259,8 @@ SHA256 (rust/crates/indicatif-0.17.9.crate) = cbf675b85ed934d3c67b5c5469701eec7d SIZE (rust/crates/indicatif-0.17.9.crate) = 65246 SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 SIZE (rust/crates/indoc-2.0.5.crate) = 14396 +SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 +SIZE (rust/crates/insta-1.43.1.crate) = 101047 SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 @@ -375,8 +377,8 @@ SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee280 SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/plain-0.2.3.crate) = b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6 SIZE (rust/crates/plain-0.2.3.crate) = 10664 -SHA256 (rust/crates/platform-info-2.0.3.crate) = d5ff316b9c4642feda973c18f0decd6c8b0919d4722566f6e4337cce0dd88217 -SIZE (rust/crates/platform-info-2.0.3.crate) = 28454 +SHA256 (rust/crates/platform-info-2.0.5.crate) = 7539aeb3fdd8cb4f6a331307cf71a1039cee75e94e8a71725b9484f4a0d9451a +SIZE (rust/crates/platform-info-2.0.5.crate) = 28541 SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -391,8 +393,8 @@ SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb50257 SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 SHA256 (rust/crates/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 SIZE (rust/crates/psm-0.1.21.crate) = 23126 -SHA256 (rust/crates/pyproject-toml-0.13.4.crate) = 643af57c3f36ba90a8b53e972727d8092f7408a9ebfbaf4c3d2c17b07c58d835 -SIZE (rust/crates/pyproject-toml-0.13.4.crate) = 10535 +SHA256 (rust/crates/pyproject-toml-0.13.5.crate) = 7b0f6160dc48298b9260d9b958ad1d7f96f6cd0b9df200b22329204e09334663 +SIZE (rust/crates/pyproject-toml-0.13.5.crate) = 18464 SHA256 (rust/crates/python-pkginfo-0.6.5.crate) = c21f58880fc45e91d29b2f639ab4051aaa6a2b054534c2d343a953347d0dd600 SIZE (rust/crates/python-pkginfo-0.6.5.crate) = 212185 SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af @@ -539,12 +541,12 @@ SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e08 SIZE (rust/crates/textwrap-0.16.1.crate) = 56012 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.3.crate) = c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa -SIZE (rust/crates/thiserror-2.0.3.crate) = 25559 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 -SHA256 (rust/crates/thiserror-impl-2.0.3.crate) = f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568 -SIZE (rust/crates/thiserror-impl-2.0.3.crate) = 20283 +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/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 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-rich-toolkit/Makefile b/devel/py-rich-toolkit/Makefile new file mode 100644 index 000000000000..de4576512b08 --- /dev/null +++ b/devel/py-rich-toolkit/Makefile @@ -0,0 +1,23 @@ +PORTNAME= rich-toolkit +DISTVERSION= 0.14.8 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= rich_toolkit-${PORTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Rich toolkit for building command-line applications +WWW= https://pypi.python.org/project/rich-toolkit/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + +USES= python +USE_PYTHON= autoplist pep517 + +.include <bsd.port.mk> diff --git a/devel/py-rich-toolkit/distinfo b/devel/py-rich-toolkit/distinfo new file mode 100644 index 000000000000..feea9ee475f3 --- /dev/null +++ b/devel/py-rich-toolkit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751502982 +SHA256 (rich_toolkit-0.14.8.tar.gz) = 1f77b32e6c25d9e3644c1efbce00d8d90daf2457b3abdb4699e263c03b9ca6cf +SIZE (rich_toolkit-0.14.8.tar.gz) = 110926 diff --git a/devel/py-rich-toolkit/pkg-descr b/devel/py-rich-toolkit/pkg-descr new file mode 100644 index 000000000000..9bb3adf7eb63 --- /dev/null +++ b/devel/py-rich-toolkit/pkg-descr @@ -0,0 +1,2 @@ +rich-toolkit is a very opinionated set of components for building CLI applications. +It is based on Rich. diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index 5bf01f11d229..fe1c7b7ab5b5 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,5 +1,5 @@ PORTNAME= tox -DISTVERSION= 4.26.0 +DISTVERSION= 4.27.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index a4ba3a1c1b79..3d97ac3e85e9 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747595879 -SHA256 (tox-4.26.0.tar.gz) = a83b3b67b0159fa58e44e646505079e35a43317a62d2ae94725e0586266faeca -SIZE (tox-4.26.0.tar.gz) = 197260 +TIMESTAMP = 1751443311 +SHA256 (tox-4.27.0.tar.gz) = b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57 +SIZE (tox-4.27.0.tar.gz) = 198351 diff --git a/devel/rgbds/Makefile b/devel/rgbds/Makefile index ea91a5eaf67e..2002e4bf65f9 100644 --- a/devel/rgbds/Makefile +++ b/devel/rgbds/Makefile @@ -1,7 +1,10 @@ PORTNAME= rgbds -DISTVERSION= 0.9.2 +DISTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/ +DISTNAME= ${PORTNAME}-source +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Free assembler/linker for the Game Boy and Game Boy Color diff --git a/devel/rgbds/distinfo b/devel/rgbds/distinfo index ce6a3ea8d8ed..96e48bffbb0f 100644 --- a/devel/rgbds/distinfo +++ b/devel/rgbds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746373193 -SHA256 (rgbds-0.9.2.tar.gz) = 07143d2c1bb4a03cccd76b1990c843c307c2360702510bee9920dea8eea4a5b2 -SIZE (rgbds-0.9.2.tar.gz) = 8104081 +TIMESTAMP = 1751489443 +SHA256 (rgbds/0.9.3/rgbds-source.tar.gz) = 87e56678fa2e8ddeec552a9149e4f2983fc1d3f8d2dbc3606d4b434e64d9baa5 +SIZE (rgbds/0.9.3/rgbds-source.tar.gz) = 8107450 diff --git a/devel/spirv-llvm-translator/Makefile b/devel/spirv-llvm-translator/Makefile index 5e2a90ecdbbf..d898f35c08cc 100644 --- a/devel/spirv-llvm-translator/Makefile +++ b/devel/spirv-llvm-translator/Makefile @@ -1,16 +1,16 @@ PORTNAME= spirv-llvm-translator DISTVERSIONPREFIX= v DISTVERSION= ${DISTVERSION_${FLAVOR}} -DISTVERSION_llvm20= 20.1.3 -DISTVERSION_llvm19= 19.1.8 -DISTVERSION_llvm18= 18.1.13 -DISTVERSION_llvm17= 17.0.13 -DISTVERSION_llvm16= 16.0.13 -DISTVERSION_llvm15= 15.0.13 -DISTVERSION_llvm14= 14.0.12 -DISTVERSION_llvm13= 13.0.2 +DISTVERSION_llvm20= 20.1.4 +DISTVERSION_llvm19= 19.1.9 +DISTVERSION_llvm18= 18.1.14 +DISTVERSION_llvm17= 17.0.14 +DISTVERSION_llvm16= 16.0.14 +DISTVERSION_llvm15= 15.0.14 +DISTVERSION_llvm14= 14.0.13 +DISTVERSION_llvm13= 13.0.3 DISTVERSION_llvm12= 12.0.1 -DISTVERSION_llvm11= 11.0.2 +DISTVERSION_llvm11= 11.0.3 CATEGORIES= devel PKGNAMESUFFIX= -${FLAVOR} @@ -33,14 +33,10 @@ GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-LLVM-Translator .if ${FLAVOR:U:Mllvm1[12]} # empty -.elif ${FLAVOR:U:Mllvm1[378]} -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-332-g1c6bb27:headers/projects/SPIRV-Headers -.elif ${FLAVOR:U} == llvm19 -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/projects/SPIRV-Headers .elif ${FLAVOR:U} == llvm20 || !defined(FLAVOR) GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-405-g0e71067:headers/projects/SPIRV-Headers .else -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-390-g2b2e05e:headers/projects/SPIRV-Headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/projects/SPIRV-Headers .endif DISTINFO_FILE= ${.CURDIR}/distinfo.${FLAVOR} CXXFLAGS+= ${${FLAVOR:S/llvm//} < 16 && ${COMPILER_TYPE} == clang:?-Wno-enum-constexpr-conversion:} diff --git a/devel/spirv-llvm-translator/distinfo.llvm11 b/devel/spirv-llvm-translator/distinfo.llvm11 index eb2eb6994852..f72ada7958af 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm11 +++ b/devel/spirv-llvm-translator/distinfo.llvm11 @@ -1,3 +1,3 @@ -TIMESTAMP = 1742932154 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v11.0.2_GH0.tar.gz) = 784234a209404a5d4ee2dc77bd3d21f80278fa6f0e2c68e1d8de412b33a4a4aa -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v11.0.2_GH0.tar.gz) = 835953 +TIMESTAMP = 1750680341 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v11.0.3_GH0.tar.gz) = 4a3f1024196ac0f1505e0e7db599601b37a39d57793eb0164ac8432784ee3c5d +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v11.0.3_GH0.tar.gz) = 835395 diff --git a/devel/spirv-llvm-translator/distinfo.llvm13 b/devel/spirv-llvm-translator/distinfo.llvm13 index f8c1c5c1829d..618c6e308475 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm13 +++ b/devel/spirv-llvm-translator/distinfo.llvm13 @@ -1,5 +1,5 @@ -TIMESTAMP = 1742913990 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v13.0.2_GH0.tar.gz) = 66cae4537b0a750d343242b6f8f74fbeb766813216474cecc91dc305f49bbf39 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v13.0.2_GH0.tar.gz) = 1476085 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = d5aa6bb24f14dc0ec6785cb03826b3e10194e8d168930d7cdec5826536d43ea1 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = 466608 +TIMESTAMP = 1751066432 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v13.0.3_GH0.tar.gz) = 02563b54e339c3323112ce77797523d2bbaa916574bb1f4d2d13e05b9975041a +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v13.0.3_GH0.tar.gz) = 1476592 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm14 b/devel/spirv-llvm-translator/distinfo.llvm14 index 30245f27b64a..0701d491ae10 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm14 +++ b/devel/spirv-llvm-translator/distinfo.llvm14 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298821 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v14.0.12_GH0.tar.gz) = b2552585fb062b37533f6899282ff79c743bc94baf26cc603fe6cd16345bae05 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v14.0.12_GH0.tar.gz) = 1625571 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-390-g2b2e05e_GH0.tar.gz) = fc797809e39dc71ed62a5384198ab0746b1d8348aaf76801dfe721ec922edc22 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-390-g2b2e05e_GH0.tar.gz) = 535982 +TIMESTAMP = 1751066387 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v14.0.13_GH0.tar.gz) = b29427ff807041adefbd4e11cce5d4060f7b6185253d184ae8c1ab79fa5948cb +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v14.0.13_GH0.tar.gz) = 1628225 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm15 b/devel/spirv-llvm-translator/distinfo.llvm15 index 8d0be4c0b80f..c242f7c5f0fa 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm15 +++ b/devel/spirv-llvm-translator/distinfo.llvm15 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298811 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v15.0.13_GH0.tar.gz) = 2243710ec19dd061d71b42d395b160b6789be3962441768976bcb3e2eeee0139 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v15.0.13_GH0.tar.gz) = 1632215 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-390-g2b2e05e_GH0.tar.gz) = fc797809e39dc71ed62a5384198ab0746b1d8348aaf76801dfe721ec922edc22 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-390-g2b2e05e_GH0.tar.gz) = 535982 +TIMESTAMP = 1749824162 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v15.0.14_GH0.tar.gz) = 190a1cb38b4d2019d88da276271a044f31be48e2e0f2d3658aa7fffb8ad77ffd +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v15.0.14_GH0.tar.gz) = 1635398 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm16 b/devel/spirv-llvm-translator/distinfo.llvm16 index 45a95a96aa56..618449b6d324 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm16 +++ b/devel/spirv-llvm-translator/distinfo.llvm16 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298801 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v16.0.13_GH0.tar.gz) = eaf585d46d2739ffae3250c8d2af5aef231709e48990c4dfbc2ae973c5bbfb95 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v16.0.13_GH0.tar.gz) = 1660568 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-390-g2b2e05e_GH0.tar.gz) = fc797809e39dc71ed62a5384198ab0746b1d8348aaf76801dfe721ec922edc22 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-390-g2b2e05e_GH0.tar.gz) = 535982 +TIMESTAMP = 1750758918 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v16.0.14_GH0.tar.gz) = 46855f8d0c0eeb0719a671fa2a26427808deefb2042013fe0302fb5dfaa29c95 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v16.0.14_GH0.tar.gz) = 1671487 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm17 b/devel/spirv-llvm-translator/distinfo.llvm17 index 3b3d1fde2077..854fac2e1c44 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm17 +++ b/devel/spirv-llvm-translator/distinfo.llvm17 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298791 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v17.0.13_GH0.tar.gz) = e73776e02ee57e97d83b58c5698f9b73e8414a530e5b67c99d6f7129443a4964 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v17.0.13_GH0.tar.gz) = 1657697 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = d5aa6bb24f14dc0ec6785cb03826b3e10194e8d168930d7cdec5826536d43ea1 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = 466608 +TIMESTAMP = 1749738528 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v17.0.14_GH0.tar.gz) = 0aa498daca090793d87ba24a61b01b6dfdcd00ea960611bd2dca1101333b7d88 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v17.0.14_GH0.tar.gz) = 1665361 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm18 b/devel/spirv-llvm-translator/distinfo.llvm18 index f288160e7391..a3cd61e3126a 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm18 +++ b/devel/spirv-llvm-translator/distinfo.llvm18 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298781 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v18.1.13_GH0.tar.gz) = 786ae5dd473091b8d984581f70ace2ad6580bef5a7a1f60b6d21274f550daf7e -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v18.1.13_GH0.tar.gz) = 1725819 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = d5aa6bb24f14dc0ec6785cb03826b3e10194e8d168930d7cdec5826536d43ea1 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-332-g1c6bb27_GH0.tar.gz) = 466608 +TIMESTAMP = 1749738514 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v18.1.14_GH0.tar.gz) = c6f9fbbd3a27f4805f15383059f070263a5b046796f1df3cff06859838b98b90 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v18.1.14_GH0.tar.gz) = 1731751 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm19 b/devel/spirv-llvm-translator/distinfo.llvm19 index f5ffda98bc74..8e6b0b8a778d 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm19 +++ b/devel/spirv-llvm-translator/distinfo.llvm19 @@ -1,5 +1,5 @@ -TIMESTAMP = 1748458462 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v19.1.8_GH0.tar.gz) = 9b1c4a0cf164061f7680b82a6733026518c50b2b298ce0927aa5220222eaa7b5 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v19.1.8_GH0.tar.gz) = 1778352 +TIMESTAMP = 1749738498 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v19.1.9_GH0.tar.gz) = c7c073a643102d4f2891c15200648740b8c2c5e79794ec5ba24c9f0c4e18c4d6 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v19.1.9_GH0.tar.gz) = 1778019 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm20 b/devel/spirv-llvm-translator/distinfo.llvm20 index b870592b0462..19cfa0de55f8 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm20 +++ b/devel/spirv-llvm-translator/distinfo.llvm20 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298753 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v20.1.3_GH0.tar.gz) = 8e953931a09b0a4c2a77ddc8f1df4783571d8ffca9546150346c401573866062 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v20.1.3_GH0.tar.gz) = 1807825 +TIMESTAMP = 1749738483 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v20.1.4_GH0.tar.gz) = f6c414f9384c8f68775d9461e55e7c492f01759f5a1754f30dad4cbfb049c7d7 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v20.1.4_GH0.tar.gz) = 1808447 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-405-g0e71067_GH0.tar.gz) = a91a256254d14f2f8afacef620821b279c7cd7f00fbfcab041720bd82a8561d0 SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-405-g0e71067_GH0.tar.gz) = 545390 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/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/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 2313f76ccdeb..d51ae2755cd4 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= emacs -DISTVERSION= 31.0.50.20250617 -PORTREVISION= 1 +DISTVERSION= 31.0.50.20250701 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -25,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 27a524602ff +GH_TAGNAME= f48c283e885 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 3d5ef796d295..71cc70a5b482 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750215520 -SHA256 (emacs-mirror-emacs-31.0.50.20250617-27a524602ff_GH0.tar.gz) = 21beccd95f3c58d37952349dfed9ebf90ade20cbe69da0a4ee40307868e99aca -SIZE (emacs-mirror-emacs-31.0.50.20250617-27a524602ff_GH0.tar.gz) = 52159584 +TIMESTAMP = 1751512023 +SHA256 (emacs-mirror-emacs-31.0.50.20250701-f48c283e885_GH0.tar.gz) = bf1d4213baa8edc71f46a0fa3abb0ec9f5fb5c218284084b0cc0591d95cc4202 +SIZE (emacs-mirror-emacs-31.0.50.20250701-f48c283e885_GH0.tar.gz) = 52178471 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index a26776292e28..6d4634db1a8c 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -596,6 +596,21 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-close.svg %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-open.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-open.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/delete.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/delete.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/execute.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/execute.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/info.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/info.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/install.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/install.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/unmark.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/unmark.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/upgrade.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/upgrade.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/url.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/url.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/paste.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/paste.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.pbm diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 37de2da6adae..0badafcf50be 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.101.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ diff --git a/emulators/flycast/Makefile b/emulators/flycast/Makefile index 40740987bb9b..c67ffa3354d0 100644 --- a/emulators/flycast/Makefile +++ b/emulators/flycast/Makefile @@ -1,7 +1,7 @@ PORTNAME= flycast DISTVERSIONPREFIX= v DISTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= bsdcode@disroot.org diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 247f106f1fc9..bfdeabf39138 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= yuzu PORTVERSION= s20240301 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators wayland .if make(makesum) MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 12fdf5fb3da3..74fc7d58dc0f 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= e2fsprogs PORTVERSION= 1.47.2 -PORTREVISION?= 2 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! +PORTREVISION?= 3 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! CATEGORIES?= filesystems sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -37,11 +37,11 @@ CONFIGURE_ARGS?=--disable-fsck \ --with-root-prefix='${PREFIX}' \ LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs' CONFIGURE_ENV?= LIBS='-Wl,--as-needed ${LIBS} -lexecinfo -lelf' -CPPFLAGS+= ${_FUSEFS_CFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include -CFLAGS+= -Wno-unused-command-line-argument # -D_FILE_OFFSET_BITS=64 # the latter for fuse-libs MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true +CPPFLAGS+= ${_FUSEFS_CFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include +CFLAGS+= -Wno-unused-command-line-argument # -D_FILE_OFFSET_BITS=64 # the latter for fuse-libs PIE_UNSAFE= yes PORTSCOUT= ignore:1 # cannot handle the version in the directory @@ -51,43 +51,44 @@ CPPFLAGS+= -D__GNUC_PREREQ\(a,b\)=1 INSTALL_TARGET= install install-libs -OPTIONS_DEFINE= DOCS NLS FUSEFS PARALLELTESTS SLOWTESTS BASHTESTS LIBUNWIND -OPTIONS_EXCLUDE+= EXAMPLES -OPTIONS_SUB= yes +PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES +OPTIONS_DEFINE= DOCS NLS BASHTESTS FUSEFS PARALLELTESTS SLOWTESTS LIBUNWIND +OPTIONS_DEFAULT= FUSEFS ALLTESTS OPTIONS_SINGLE= SELFTEST OPTIONS_SINGLE_SELFTEST= NOTESTS SMALLTESTS ALLTESTS -OPTIONS_DEFAULT= SMALLTESTS +OPTIONS_EXCLUDE+= EXAMPLES +OPTIONS_SUB= yes + +ALLTESTS_DESC= Run most self-tests (needs more RAM/disk space) +BASHTESTS_DESC= Enable tests that require the GNU bash shell FUSEFS_DESC= Build user-land ext2/3/4 FUSE module (slow!) -SELFTEST_DESC= Choose which set of self-tests to run +LIBUNWIND_DESC= Backtrace with libunwind (do set WITH_DEBUG_PORTS+=${PKGORIGIN}!) NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) -SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) -ALLTESTS_DESC= Run most self-tests (needs more RAM/disk space) PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) +SELFTEST_DESC= Choose which set of self-tests to run SLOWTESTS_DESC= Enable slow tests that are skipped by default -BASHTESTS_DESC= Enable tests that require the GNU bash shell -LIBUNWIND_DESC= Backtrace with libunwind (do set WITH_DEBUG_PORTS+=${PKGORIGIN}!) +SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) + +BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash +BASH_CMD= ${LOCALBASE}/bin/bash -FUSEFS_CONFIGURE_ENABLE= fuse2fs FUSEFS_USES= fuse:3 +FUSEFS_CONFIGURE_ENABLE= fuse2fs # we can't use FUSEFS_CFLAGS, see below for workaround -FUSEFS_LIBS= -Wl,--as-needed -lfuse3 -lpthread FUSEFS_LDFLAGS= -L${LOCALBASE}/lib - -NLS_USES= gettext iconv:build - -BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash -BASH_CMD= ${LOCALBASE}/bin/bash +FUSEFS_LIBS= -Wl,--as-needed -lfuse3 -lpthread LIB_DEPENDS+= libblkid.so:filesystems/libblkid \ libuuid.so:misc/libuuid LIBUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind -LIBUNWIND_LIBS+= -L${LOCALBASE}/lib -lunwind LIBUNWIND_LDFLAGS+= -rdynamic +LIBUNWIND_LIBS+= -L${LOCALBASE}/lib -lunwind LIBUNWIND_EXTRA_PATCHES=${FILESDIR}/extrapatch-e2fsck_sigcatcher.c -PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES +NLS_USES= gettext iconv:build + .endif # even under DEVELOPER, no REINPLACE_CMD warnings desired diff --git a/filesystems/e2fsprogs/Makefile b/filesystems/e2fsprogs/Makefile index ff6e1b6bcb05..21f6e3e86452 100644 --- a/filesystems/e2fsprogs/Makefile +++ b/filesystems/e2fsprogs/Makefile @@ -1,7 +1,7 @@ PORTNAME= e2fsprogs CATEGORIES= filesystems sysutils PORTVERSION= 1.47.2 -PORTREVISION= 2 +PORTREVISION= 3 BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}:filesystems/e2fsprogs-core RUN_DEPENDS= ${BUILD_DEPENDS} DISTFILES= # empty 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/Makefile b/ftp/Makefile index 06b545d27011..bd29d849d14a 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -61,6 +61,8 @@ SUBDIR += php83-ftp SUBDIR += php84-curl SUBDIR += php84-ftp + SUBDIR += php85-curl + SUBDIR += php85-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index 20fc7ca737da..6f9a2ea6a0cc 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -1,5 +1,5 @@ PORTNAME= curl -DISTVERSION= 6.3.0 +DISTVERSION= 6.4.0 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo index b73a124365a2..69e6cf7f8093 100644 --- a/ftp/R-cran-curl/distinfo +++ b/ftp/R-cran-curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749362865 -SHA256 (curl_6.3.0.tar.gz) = 6ba26e26a56ed9fc2a6d0da7296c5be95665b055f3abd35bb3bbcddf42bc0663 -SIZE (curl_6.3.0.tar.gz) = 934046 +TIMESTAMP = 1751514613 +SHA256 (curl_6.4.0.tar.gz) = 3bb4dbf892d2c3b4449d67553f2b3b31d9fa23c71fa6af0a287930ae8377ecdb +SIZE (curl_6.4.0.tar.gz) = 935843 diff --git a/ftp/php85-curl/Makefile b/ftp/php85-curl/Makefile new file mode 100644 index 000000000000..93e27f8d2618 --- /dev/null +++ b/ftp/php85-curl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php85-ftp/Makefile b/ftp/php85-ftp/Makefile new file mode 100644 index 000000000000..d410a01883e9 --- /dev/null +++ b/ftp/php85-ftp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index ccb2b25f843e..e3cf70116f5c 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,6 +1,6 @@ PORTNAME= DDNet PORTVERSION= 19.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 574af22627f5..6cd41e169c8c 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20250625 +PORTVERSION= s20250702 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.17.0-813-ga5038be023 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-831-ga40c4d41e3 # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates index 440347f6447b..018b32e61e7a 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -141,6 +141,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ crc32fast-1.4.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ + critical-section-1.2.0 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.7.4 \ crossbeam-deque-0.8.6 \ @@ -296,8 +297,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ hex-0.4.3 \ hexf-parse-0.2.1 \ hibitset-0.6.4 \ - hickory-proto-0.24.4 \ - hickory-resolver-0.24.4 \ + hickory-proto-0.25.2 \ + hickory-resolver-0.25.2 \ home-0.5.11 \ http-1.3.1 \ http-body-1.0.1 \ @@ -385,7 +386,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \ log-0.4.27 \ loom-0.7.2 \ lru-0.12.5 \ - lru-cache-0.1.2 \ lz-fear-0.2.0 \ mach2-0.4.2 \ macro_rules_attribute-0.1.3 \ @@ -411,6 +411,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ mint-0.5.9 \ mio-0.8.11 \ mio-1.0.3 \ + moka-0.12.10 \ mumble-link-0.2.0 \ nanorand-0.7.0 \ native-dialog-0.9.0 \ @@ -686,6 +687,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ system-interface-0.27.3 \ + tagptr-0.2.0 \ take-once-0.1.2 \ tap-1.0.1 \ tar-0.4.44 \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index a8c133930029..9f3c06475ef0 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750868585 +TIMESTAMP = 1751495516 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -285,6 +285,8 @@ SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f SIZE (rust/crates/criterion-0.5.1.crate) = 110088 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 +SHA256 (rust/crates/critical-section-1.2.0.crate) = 790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b +SIZE (rust/crates/critical-section-1.2.0.crate) = 19133 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.7.4.crate) = c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed @@ -595,10 +597,10 @@ SHA256 (rust/crates/hexf-parse-0.2.1.crate) = dfa686283ad6dd069f105e5ab091b04c62 SIZE (rust/crates/hexf-parse-0.2.1.crate) = 4662 SHA256 (rust/crates/hibitset-0.6.4.crate) = f3ede5cfa60c958e60330d65163adbc4211e15a2653ad80eb0cce878de120121 SIZE (rust/crates/hibitset-0.6.4.crate) = 23698 -SHA256 (rust/crates/hickory-proto-0.24.4.crate) = 92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248 -SIZE (rust/crates/hickory-proto-0.24.4.crate) = 383461 -SHA256 (rust/crates/hickory-resolver-0.24.4.crate) = cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e -SIZE (rust/crates/hickory-resolver-0.24.4.crate) = 89596 +SHA256 (rust/crates/hickory-proto-0.25.2.crate) = f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502 +SIZE (rust/crates/hickory-proto-0.25.2.crate) = 417616 +SHA256 (rust/crates/hickory-resolver-0.25.2.crate) = dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a +SIZE (rust/crates/hickory-resolver-0.25.2.crate) = 91883 SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf SIZE (rust/crates/home-0.5.11.crate) = 9926 SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 @@ -773,8 +775,6 @@ SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb767 SIZE (rust/crates/loom-0.7.2.crate) = 73989 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/lru-cache-0.1.2.crate) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c -SIZE (rust/crates/lru-cache-0.1.2.crate) = 9307 SHA256 (rust/crates/lz-fear-0.2.0.crate) = 26a280471e5ff9dda51cf34863c338ffde7df78139210f9c819943b29cdb091d SIZE (rust/crates/lz-fear-0.2.0.crate) = 142438 SHA256 (rust/crates/mach2-0.4.2.crate) = 19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709 @@ -825,6 +825,8 @@ SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae SIZE (rust/crates/mio-0.8.11.crate) = 102983 SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/moka-0.12.10.crate) = a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926 +SIZE (rust/crates/moka-0.12.10.crate) = 253622 SHA256 (rust/crates/mumble-link-0.2.0.crate) = c7f4c53745d4e7afd0faaf6ee46c0c3114d4b7d0db63bef96917751906453285 SIZE (rust/crates/mumble-link-0.2.0.crate) = 11204 SHA256 (rust/crates/nanorand-0.7.0.crate) = 6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3 @@ -1375,6 +1377,8 @@ SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/system-interface-0.27.3.crate) = cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745 SIZE (rust/crates/system-interface-0.27.3.crate) = 32567 +SHA256 (rust/crates/tagptr-0.2.0.crate) = 7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417 +SIZE (rust/crates/tagptr-0.2.0.crate) = 13320 SHA256 (rust/crates/take-once-0.1.2.crate) = ae3e30fcd6e30346aff75e3bd38834ebc8ca2ed8925884bc867f77213bf3f714 SIZE (rust/crates/take-once-0.1.2.crate) = 4285 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 @@ -1867,5 +1871,5 @@ SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43 SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 SHA256 (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = ffc38b7c73cb6419d02a21a3905cd0b00b3a544711230c5b11ef77301b7b9bb2 SIZE (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = 4379268 -SHA256 (veloren-v0.17.0-813-ga5038be023.tar.bz2) = eb4ae68c815e4d0d1a1618f51bf7a04a7e36292d0bbcf82c0ad4e4ce2f3da47b -SIZE (veloren-v0.17.0-813-ga5038be023.tar.bz2) = 326011038 +SHA256 (veloren-v0.17.0-831-ga40c4d41e3.tar.bz2) = b1475fdd7186f7e83eccfd756c66f2e90d190ed2d73a91284da9442dcfe5b0ef +SIZE (veloren-v0.17.0-831-ga40c4d41e3.tar.bz2) = 326078183 diff --git a/games/veloren-weekly/files/patch-gilrs b/games/veloren-weekly/files/patch-gilrs index 513d59cbacc7..d18771ab9298 100644 --- a/games/veloren-weekly/files/patch-gilrs +++ b/games/veloren-weekly/files/patch-gilrs @@ -23,81 +23,9 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` | | help: a similar name exists in the module: `event` | no `epoll` in `sys` ---- Cargo.lock.orig 2025-06-11 22:40:37 UTC +--- Cargo.lock.orig 2025-07-02 22:31:56 UTC +++ Cargo.lock -@@ -518,7 +518,7 @@ dependencies = [ - "bitflags 2.9.0", - "cexpr", - "clang-sys", -- "itertools 0.10.5", -+ "itertools 0.13.0", - "proc-macro2 1.0.95", - "quote 1.0.40", - "regex", -@@ -734,7 +734,7 @@ dependencies = [ - "cap-primitives", - "cap-std", - "io-lifetimes", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -763,7 +763,7 @@ dependencies = [ - "maybe-owned", - "rustix 1.0.7", - "rustix-linux-procfs", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - "winx", - ] - -@@ -1650,7 +1650,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20" - dependencies = [ - "bitflags 2.9.0", -- "libloading 0.7.4", -+ "libloading 0.8.6", - "winapi", - ] - -@@ -1876,7 +1876,7 @@ version = "0.5.2" - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" - dependencies = [ -- "libloading 0.7.4", -+ "libloading 0.8.6", - ] - - [[package]] -@@ -2100,7 +2100,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" - dependencies = [ - "libc", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -2194,7 +2194,7 @@ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" - dependencies = [ - "cfg-if 1.0.0", - "rustix 1.0.7", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -2407,7 +2407,7 @@ checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a" - dependencies = [ - "io-lifetimes", - "rustix 1.0.7", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -2622,9 +2622,9 @@ dependencies = [ +@@ -2628,9 +2628,9 @@ dependencies = [ [[package]] name = "gilrs" @@ -109,7 +37,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` dependencies = [ "fnv", "gilrs-core", -@@ -2636,24 +2636,23 @@ dependencies = [ +@@ -2642,24 +2642,23 @@ dependencies = [ [[package]] name = "gilrs-core" @@ -139,13 +67,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` ] [[package]] -@@ -3534,14 +3533,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65" - dependencies = [ - "io-lifetimes", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] +@@ -3546,9 +3545,9 @@ dependencies = [ [[package]] name = "io-kit-sys" @@ -157,25 +79,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` dependencies = [ "core-foundation-sys", "mach2", -@@ -3588,7 +3587,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" - dependencies = [ - "hermit-abi 0.5.0", - "libc", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -3852,7 +3851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" - dependencies = [ - "cfg-if 1.0.0", -- "windows-targets 0.48.5", -+ "windows-targets 0.52.6", - ] - - [[package]] -@@ -4364,6 +4363,17 @@ dependencies = [ +@@ -4381,6 +4380,17 @@ dependencies = [ "memoffset 0.6.5", ] @@ -193,97 +97,16 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "nix" version = "0.29.0" -@@ -5594,7 +5604,7 @@ dependencies = [ - "once_cell", - "socket2", - "tracing", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -6082,7 +6092,7 @@ dependencies = [ - "errno", - "libc", - "linux-raw-sys 0.4.15", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -6095,7 +6105,7 @@ dependencies = [ - "errno", - "libc", - "linux-raw-sys 0.9.4", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -6170,7 +6180,7 @@ dependencies = [ - "security-framework", - "security-framework-sys", - "webpki-root-certs", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -6829,7 +6839,7 @@ dependencies = [ - "cfg-if 1.0.0", - "libc", - "psm", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -7047,7 +7057,7 @@ dependencies = [ - "fd-lock", - "io-lifetimes", - "rustix 0.38.44", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - "winx", - ] - -@@ -7090,7 +7100,7 @@ dependencies = [ - "getrandom 0.3.2", - "once_cell", - "rustix 1.0.7", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] -@@ -7494,7 +7504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "69fff37da548239c3bf9e64a12193d261e8b22b660991c6fd2df057c168f435f" - dependencies = [ - "cc", -- "windows-targets 0.48.5", -+ "windows-targets 0.52.6", - ] - - [[package]] -@@ -9124,7 +9134,7 @@ dependencies = [ - "js-sys", - "khronos-egl", - "libc", -- "libloading 0.7.4", -+ "libloading 0.8.6", - "log", - "metal", - "naga", -@@ -9247,7 +9257,7 @@ version = "0.1.9" +@@ -7578,7 +7588,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" + checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ -- "windows-sys 0.48.0", -+ "windows-sys 0.59.0", +- "cfg-if 1.0.0", ++ "cfg-if 0.1.10", + "rand 0.8.5", + "static_assertions", ] - - [[package]] -@@ -9336,28 +9346,6 @@ dependencies = [ +@@ -9363,28 +9373,6 @@ dependencies = [ "windows-targets 0.52.6", ] @@ -312,7 +135,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "windows-core" version = "0.51.1" -@@ -9403,16 +9391,6 @@ dependencies = [ +@@ -9430,16 +9418,6 @@ dependencies = [ "windows-strings 0.4.0", ] @@ -329,7 +152,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "windows-implement" version = "0.58.0" -@@ -9463,16 +9441,6 @@ version = "0.1.1" +@@ -9490,16 +9468,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" @@ -346,15 +169,6 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "windows-result" version = "0.1.2" -@@ -9829,7 +9797,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d" - dependencies = [ - "bitflags 2.9.0", -- "windows-sys 0.52.0", -+ "windows-sys 0.59.0", - ] - - [[package]] --- cargo-crates/gilrs-0.10.2/examples/ev.rs.orig 1970-01-01 00:00:00 UTC +++ cargo-crates/gilrs-0.10.2/examples/ev.rs @@ -9,6 +9,8 @@ use std::process; diff --git a/games/vkquake/Makefile b/games/vkquake/Makefile index fe0754cc7700..791e8763ff52 100644 --- a/games/vkquake/Makefile +++ b/games/vkquake/Makefile @@ -1,5 +1,6 @@ PORTNAME= vkquake DISTVERSION= 1.32.2 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/german/wordpress/distinfo b/german/wordpress/distinfo index f83283e5d731..be3cd2aa62f9 100644 --- a/german/wordpress/distinfo +++ b/german/wordpress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750445255 -SHA256 (wordpress-6.8.1-de_DE.tar.gz) = 2a7a7f6046e520a004c179b70832f01b459eafb016ad6819bac096a24529dc9f -SIZE (wordpress-6.8.1-de_DE.tar.gz) = 34200331 +TIMESTAMP = 1751469722 +SHA256 (wordpress-6.8.1-de_DE.tar.gz) = a8590d1abe12858ad7446fa6c2bf70fd63df3854890b26dbfeb0678593101d50 +SIZE (wordpress-6.8.1-de_DE.tar.gz) = 34199876 diff --git a/graphics/Makefile b/graphics/Makefile index d44198ef29cc..71716649bbcd 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -831,6 +831,8 @@ SUBDIR += php83-gd SUBDIR += php84-exif SUBDIR += php84-gd + SUBDIR += php85-exif + SUBDIR += php85-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle diff --git a/graphics/R-cran-qpdf/Makefile b/graphics/R-cran-qpdf/Makefile index 0711380975be..0842d7bfe540 100644 --- a/graphics/R-cran-qpdf/Makefile +++ b/graphics/R-cran-qpdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= qpdf -DISTVERSION= 1.3.5 +DISTVERSION= 1.4.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-qpdf/distinfo b/graphics/R-cran-qpdf/distinfo index 23ac77f9ec62..edc06723951a 100644 --- a/graphics/R-cran-qpdf/distinfo +++ b/graphics/R-cran-qpdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742753479 -SHA256 (qpdf_1.3.5.tar.gz) = 709a97451a31fc6f94fe6ce6ea337ebd76335c62a000a0431c9c1994e50dc47a -SIZE (qpdf_1.3.5.tar.gz) = 322573 +TIMESTAMP = 1751518792 +SHA256 (qpdf_1.4.1.tar.gz) = 3ab2c6f099b7f17e383ccb0c4fdd8c27a657ba629967d2edb3c768fc3dc315c6 +SIZE (qpdf_1.4.1.tar.gz) = 556946 diff --git a/graphics/clang-uml/Makefile b/graphics/clang-uml/Makefile index 783c7d7f6f16..9175e72d4030 100644 --- a/graphics/clang-uml/Makefile +++ b/graphics/clang-uml/Makefile @@ -1,5 +1,5 @@ PORTNAME= clang-uml -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= graphics lang textproc MAINTAINER= arrowd@FreeBSD.org @@ -11,12 +11,29 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp -USES= cmake compiler:c++17-lang llvm:noexport,lib localbase:ldflags +USES= cmake:testing compiler:c++17-lang llvm:noexport,lib \ + localbase:ldflags -CMAKE_ARGS+= -DCLANG_UML_ENABLE_BACKTRACE=OFF \ +CMAKE_ARGS= -DCLANG_UML_ENABLE_BACKTRACE=OFF \ -DBUILD_TESTS=OFF +CMAKE_TESTING_ON=BUILD_TESTS USE_GITHUB= yes GH_ACCOUNT= bkryza +BUILD_WRKSRC_TESTS= ${BUILD_WRKSRC}/tests +TESTING_UNSAFE= some tests fail + +pre-test: + @if [ "${BUILD_WRKSRC_TESTS:H:H}" != "${WRKDIR}" ]; then \ + ${ECHO_CMD} This software expects tests data to be located at \ + ../../tests relative to ;\ + ${ECHO_CMD} ${BUILD_WRKSRC_TESTS} ;\ + ${ECHO_CMD} but this path is outside of ;\ + ${ECHO_CMD} ${WRKDIR}; \ + ${FALSE}; \ + fi + ${RM} ${WRKDIR}/tests + ${LN} -s ${WRKSRC}/tests ${WRKDIR}/tests + .include <bsd.port.mk> diff --git a/graphics/clang-uml/distinfo b/graphics/clang-uml/distinfo index 8eac317b1ec0..ef2a3bdc27fb 100644 --- a/graphics/clang-uml/distinfo +++ b/graphics/clang-uml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741688300 -SHA256 (bkryza-clang-uml-0.6.1_GH0.tar.gz) = a64c3cae87a282be207e4c5faf47534dca21b06cb6f463bb7b04de979dccf17e -SIZE (bkryza-clang-uml-0.6.1_GH0.tar.gz) = 3059231 +TIMESTAMP = 1751468522 +SHA256 (bkryza-clang-uml-0.6.2_GH0.tar.gz) = 004540c328699f81abebceb33a4661b548ab3a5f74096da2c025b9971b2b17ff +SIZE (bkryza-clang-uml-0.6.2_GH0.tar.gz) = 3100641 diff --git a/graphics/clang-uml/files/patch-src_common_clang__utils.cc b/graphics/clang-uml/files/patch-src_common_clang__utils.cc index 81f081831420..193f4ccfec7f 100644 --- a/graphics/clang-uml/files/patch-src_common_clang__utils.cc +++ b/graphics/clang-uml/files/patch-src_common_clang__utils.cc @@ -1,11 +1,11 @@ ---- src/common/clang_utils.cc.orig 2025-01-20 07:36:53 UTC +--- src/common/clang_utils.cc.orig 2025-06-29 11:26:26 UTC +++ src/common/clang_utils.cc -@@ -1019,7 +1019,7 @@ clang::RawComment *get_raw_comment(const clang::Source +@@ -1023,7 +1023,7 @@ clang::RawComment *get_raw_comment(const clang::Source + const auto *comments = context.Comments.getCommentsInFile(file_id); - if (!context.Comments.empty() && - context.Comments.getCommentsInFile(file_id) != nullptr) { + if (has_comments && comments != nullptr) { - for (const auto [offset, raw_comment] : + for (const auto & [offset, raw_comment] : *context.Comments.getCommentsInFile(sm.getFileID(expr_begin))) { - const auto comment_end_line = sm.getSpellingLineNumber( + const auto comment_end_line = sm.getExpansionLineNumber( raw_comment->getSourceRange().getEnd()); diff --git a/graphics/drawio/Makefile b/graphics/drawio/Makefile index 527792f369de..f2ecf89cf3da 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 26.2.15 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= x86_64- CATEGORIES= graphics MASTER_SITES= https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/ diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 1b31ac722a26..0e4b68c02b1c 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,8 +1,8 @@ PORTNAME= glslang -DISTVERSION= 15.3.0 +DISTVERSION= 15.4.0 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL and OpenGL ES shader front end and validator WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 6fb4f73074a3..18517b17b988 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745537407 -SHA256 (KhronosGroup-glslang-15.3.0_GH0.tar.gz) = c6c21fe1873c37e639a6a9ac72d857ab63a5be6893a589f34e09a6c757174201 -SIZE (KhronosGroup-glslang-15.3.0_GH0.tar.gz) = 4023163 +TIMESTAMP = 1751036750 +SHA256 (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4 +SIZE (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = 4201376 diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist index 435b7f2856d3..3fca789ea3b0 100644 --- a/graphics/glslang/pkg-plist +++ b/graphics/glslang/pkg-plist @@ -14,7 +14,7 @@ include/glslang/SPIRV/Logger.h include/glslang/SPIRV/SPVRemapper.h include/glslang/SPIRV/SpvTools.h include/glslang/SPIRV/disassemble.h -include/glslang/SPIRV/spirv.hpp +include/glslang/SPIRV/spirv.hpp11 include/glslang/build_info.h lib/cmake/glslang/glslang-config-version.cmake lib/cmake/glslang/glslang-config.cmake diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile index df9d9e7cb0a7..104571959fb1 100644 --- a/graphics/libplacebo/Makefile +++ b/graphics/libplacebo/Makefile @@ -1,6 +1,7 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v DISTVERSION= 7.351.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 65b4c500a26d..741c49042b18 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.1-branchpoint-3233 -DISTVERSIONSUFFIX= -geaad90c262b +DISTVERSION= 25.1-branchpoint-3684 +DISTVERSIONSUFFIX= -gec05d4b1faf CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 54a07d79fd7c..f72b76f65a6b 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750894763 -SHA256 (mesa-25.1-branchpoint-3233-geaad90c262b.tar.bz2) = cd4abf95f5f21aec6262010fff1fe53ecd7ef72db38692bbd47a73ac3072cd34 -SIZE (mesa-25.1-branchpoint-3233-geaad90c262b.tar.bz2) = 58159088 +TIMESTAMP = 1751496736 +SHA256 (mesa-25.1-branchpoint-3684-gec05d4b1faf.tar.bz2) = 3885f8dbb6d0edc5136cb7cd8b57c3ebf2211c01689c3776a2fc5210d6f6516a +SIZE (mesa-25.1-branchpoint-3684-gec05d4b1faf.tar.bz2) = 58260181 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index a3bec451e098..8f19ef46964e 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile index 1582af4ad9e1..4a608115d3af 100644 --- a/graphics/openxr/Makefile +++ b/graphics/openxr/Makefile @@ -1,6 +1,7 @@ PORTNAME= openxr DISTVERSIONPREFIX= release- DISTVERSION= 1.1.49 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= vvd@FreeBSD.org diff --git a/graphics/php85-exif/Makefile b/graphics/php85-exif/Makefile new file mode 100644 index 000000000000..5c5291702f25 --- /dev/null +++ b/graphics/php85-exif/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php85-gd/Makefile b/graphics/php85-gd/Makefile new file mode 100644 index 000000000000..71249f74c62d --- /dev/null +++ b/graphics/php85-gd/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/plasma6-spectacle/distinfo b/graphics/plasma6-spectacle/distinfo index 9a4520bb30ac..30d02b344cc8 100644 --- a/graphics/plasma6-spectacle/distinfo +++ b/graphics/plasma6-spectacle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789608 -SHA256 (KDE/plasma/6.4.1/spectacle-6.4.1.tar.xz) = 547b8cc651730916104a8b1313504814eca7fe6a5abce254c10b37ffa1b13e34 -SIZE (KDE/plasma/6.4.1/spectacle-6.4.1.tar.xz) = 1597848 +TIMESTAMP = 1751380537 +SHA256 (KDE/plasma/6.4.2/spectacle-6.4.2.tar.xz) = 18b1d0b7e26680666eb86a2b0908c36d9e17a498b352944d89b901183920e0cb +SIZE (KDE/plasma/6.4.2/spectacle-6.4.2.tar.xz) = 1598176 diff --git a/graphics/realesrgan-ncnn-vulkan/Makefile b/graphics/realesrgan-ncnn-vulkan/Makefile index fd5dc3d8c147..636041d7e80e 100644 --- a/graphics/realesrgan-ncnn-vulkan/Makefile +++ b/graphics/realesrgan-ncnn-vulkan/Makefile @@ -1,7 +1,7 @@ PORTNAME= realesrgan-ncnn-vulkan DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics # https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/issues/29 MASTER_SITES= https://dev.gentoo.org/~slashbeast/distfiles/${PORTNAME}/:models diff --git a/graphics/shaderc/Makefile b/graphics/shaderc/Makefile index d365213b6388..30c37bbc5aae 100644 --- a/graphics/shaderc/Makefile +++ b/graphics/shaderc/Makefile @@ -1,10 +1,9 @@ PORTNAME= shaderc DISTVERSIONPREFIX= v -DISTVERSION= 2025.2 -PORTREVISION= 1 +DISTVERSION= 2025.3 CATEGORIES= graphics devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GLSL/HLSL to SPIR-V shader compiler WWW= https://github.com/google/shaderc @@ -19,7 +18,7 @@ USES= cmake:testing compiler:c++11-lib localbase:ldflags \ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= google -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/third_party/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/third_party/spirv-headers SHEBANG_FILES= utils/add_copyright.py CMAKE_ON+= ${CMAKE_TESTING_OFF} CMAKE_TESTING_OFF= SHADERC_SKIP_TESTS diff --git a/graphics/shaderc/distinfo b/graphics/shaderc/distinfo index b8bc0a2807b0..1ef459a4173e 100644 --- a/graphics/shaderc/distinfo +++ b/graphics/shaderc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745429442 -SHA256 (google-shaderc-v2025.2_GH0.tar.gz) = 3fddc13bbb87411c6f7b8f447e87c1637933450087e70fc21da650041f4e0132 -SIZE (google-shaderc-v2025.2_GH0.tar.gz) = 228308 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 +TIMESTAMP = 1750799881 +SHA256 (google-shaderc-v2025.3_GH0.tar.gz) = a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937 +SIZE (google-shaderc-v2025.3_GH0.tar.gz) = 228417 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index e06a443ab0fb..4824fea487f4 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,9 +1,9 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v -DISTVERSION= 2025.2.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries +DISTVERSION= 2025.3.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing SPIR-V intermediate shader language modules WWW= https://github.com/KhronosGroup/SPIRV-Tools @@ -16,7 +16,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-Tools -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index 614306a5e757..c84de2476b33 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745333515 -SHA256 (KhronosGroup-SPIRV-Tools-v2025.2.rc1_GH0.tar.gz) = e76dfee6e2e60ecfe15776218c4d774987bd80c81bf1fdcf073dab5432492f7c -SIZE (KhronosGroup-SPIRV-Tools-v2025.2.rc1_GH0.tar.gz) = 3284313 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 +TIMESTAMP = 1750708773 +SHA256 (KhronosGroup-SPIRV-Tools-v2025.3.rc1_GH0.tar.gz) = efcb234aaf9963af4dded380b660d1ea3482d94b82e9dcb9be6e39b610ea82d6 +SIZE (KhronosGroup-SPIRV-Tools-v2025.3.rc1_GH0.tar.gz) = 3335092 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile index f47a5275af5d..1573711d2518 100644 --- a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile +++ b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile @@ -1,6 +1,6 @@ PORTNAME= vapoursynth-waifu2x-ncnn-vulkan DISTVERSION= r5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile index 7f3a98e6d7a1..09a7d0ccf61e 100644 --- a/graphics/vulkan-caps-viewer/Makefile +++ b/graphics/vulkan-caps-viewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= vulkan-caps-viewer DISTVERSION= 4.02 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Vulkan Hardware Capability Viewer WWW= https://vulkan.gpuinfo.org/ diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index 835cd4589ae3..a735c96149c4 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.4.313 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Layer providing Vulkan features when native support is unavailable WWW= https://github.com/KhronosGroup/Vulkan-ExtensionLayer diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 3472b030cbfd..654e6b301b41 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Headers for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Headers diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 6a11cb834ec0..9f9617c29d44 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750421987 -SHA256 (KhronosGroup-Vulkan-Headers-v1.4.319_GH0.tar.gz) = d79d05def3aaa7f339f2b88b62f73072df0660fb50e9286554a043bab9f6c4dd -SIZE (KhronosGroup-Vulkan-Headers-v1.4.319_GH0.tar.gz) = 2761732 +TIMESTAMP = 1751022519 +SHA256 (KhronosGroup-Vulkan-Headers-v1.4.320_GH0.tar.gz) = 26bf2befead6bf397263a74885dac3e68d133af76062321c2a5ce81de47b8429 +SIZE (KhronosGroup-Vulkan-Headers-v1.4.320_GH0.tar.gz) = 2629365 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index af43b81e7f5e..583b2a8b03d3 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Driver loader for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Loader diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index 1c038bfd61ce..f85387a59b19 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750446704 -SHA256 (KhronosGroup-Vulkan-Loader-v1.4.319_GH0.tar.gz) = 6f0bd0079c56518db0243854db822e39ba25602fd24cac34b6f43b75c764e743 -SIZE (KhronosGroup-Vulkan-Loader-v1.4.319_GH0.tar.gz) = 1762031 +TIMESTAMP = 1751041519 +SHA256 (KhronosGroup-Vulkan-Loader-v1.4.320_GH0.tar.gz) = 8cec80f3b617a30a94a354121a47b090187d5fe70f668eb26eb71010a18a88a0 +SIZE (KhronosGroup-Vulkan-Loader-v1.4.320_GH0.tar.gz) = 1761554 diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index d3ad633c51d4..f177f11605a0 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,9 +1,10 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 +PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Tools diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 0c1dc07aa7dc..4b9611aa040f 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750451413 -SHA256 (KhronosGroup-Vulkan-Tools-v1.4.319_GH0.tar.gz) = 2237d15179237bf932bf715c21179520c4d54d41bc859e59802888ade452298a -SIZE (KhronosGroup-Vulkan-Tools-v1.4.319_GH0.tar.gz) = 805792 +TIMESTAMP = 1751043806 +SHA256 (KhronosGroup-Vulkan-Tools-v1.4.320_GH0.tar.gz) = 6de7b073ee45dc6e8421d4f3fd8fb3c9bf4cd07cf83ddfa905f4e4d93eba6c36 +SIZE (KhronosGroup-Vulkan-Tools-v1.4.320_GH0.tar.gz) = 805785 diff --git a/graphics/vulkan-utility-libraries/Makefile b/graphics/vulkan-utility-libraries/Makefile index 70197bf68593..62c3054e0a11 100644 --- a/graphics/vulkan-utility-libraries/Makefile +++ b/graphics/vulkan-utility-libraries/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-utility-libraries DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility libraries for Vulkan developers WWW= https://github.com/KhronosGroup/Vulkan-Utility-Libraries diff --git a/graphics/vulkan-utility-libraries/distinfo b/graphics/vulkan-utility-libraries/distinfo index 45ac173766ba..2a304359de34 100644 --- a/graphics/vulkan-utility-libraries/distinfo +++ b/graphics/vulkan-utility-libraries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750446762 -SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.4.319_GH0.tar.gz) = 904a91a8cafbf49db9b020e48be486a73ac6370c6b826495341dd8fc2b7ecca4 -SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.4.319_GH0.tar.gz) = 623141 +TIMESTAMP = 1751041510 +SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.4.320_GH0.tar.gz) = fb210bde874a4688b0fae98089c4d7cd4496c99bfae5d9aaa37b008f6b3a00d6 +SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.4.320_GH0.tar.gz) = 623211 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 323a6e40abcd..1d4e5858594f 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -1,9 +1,10 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 +PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validation layers for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-ValidationLayers @@ -18,7 +19,7 @@ USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-424-g3b9447d:headers/SPIRV-Headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/SPIRV-Headers CMAKE_OFF= BUILD_TESTS OPTIONS_DEFINE= WAYLAND XCB XLIB diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 3eac49a5d1ba..f8424217620a 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750465462 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.4.319_GH0.tar.gz) = e46cb2ba7190cd134497c9841c967e39b8e5f45d4c1cd85f0d3a827e8b4bf037 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.4.319_GH0.tar.gz) = 6468839 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-424-g3b9447d_GH0.tar.gz) = f80d842d14fd16e46098fda129a95df1502c5b3ceff09a876410a424e933804b -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-424-g3b9447d_GH0.tar.gz) = 534278 +TIMESTAMP = 1751051574 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.4.320_GH0.tar.gz) = 96488f23efe7ca71d3ec539c43ed0eacba7ace9adeb052b6fde771c256c1bf66 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.4.320_GH0.tar.gz) = 6468110 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/irc/anope-devel/Makefile b/irc/anope-devel/Makefile new file mode 100644 index 000000000000..5b63b6fcc80b --- /dev/null +++ b/irc/anope-devel/Makefile @@ -0,0 +1,108 @@ +PORTNAME= anope +DISTVERSION= 2.1.16 +CATEGORIES= irc +PKGNAMESUFFIX= -devel-${FLAVOR} + +MAINTAINER= devnull@apt322.org +COMMENT= Set of IRC services for IRC networks (development version) +WWW= https://www.anope.org/ + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/docs/COPYING + +CONFLICTS_INSTALL= anope + +FLAVORS= default mysql +FLAVOR?= ${FLAVORS:[1]} + +USES= cmake localbase:ldflags +USE_GITHUB= yes +USE_RC_SUBR= anope + +CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" +CFLAGS_amd64= -fPIC +SUB_FILES= pkg-message + +OPTIONS_DEFINE= NLS LDAP SQLITE REDIS XMLRPC +OPTIONS_DEFAULT= OPENSSL SQLITE +OPTIONS_GROUP= REGEX CRYPT +OPTIONS_GROUP_REGEX= PCRE2 POSIX TRE +OPTIONS_GROUP_CRYPT= ENC_POSIX ENC_ARGON +OPTIONS_SINGLE= TLS +OPTIONS_SINGLE_TLS= OPENSSL GNUTLS +OPTIONS_SUB= yes + +PCRE2_DESC= Perl Compatible Regular Expressions (v2) Support +POSIX_DESC= POSIX Basic Regular Expression Support +TRE_DESC= TRE Regex Support +XMLRPC_DESC= Allow modules to send and receive XMLRPC +CRYPT_DESC= Crypt Hashing Module +ENC_ARGON_DESC= Argon2 hashing algorithm via libargon2 +ENC_POSIX_DESC= Posix crypto hashing + +NLS_USES= gettext +LDAP_USES= ldap +OPENSSL_USES= ssl + +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 + +SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 +XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +ENC_ARGON_LIB_DEPENDS= libargon2.so:security/libargon2 +TRE_LIB_DEPENDS= libtre.so:textproc/libtre + +REDIS_RUN_DEPENDS= redis>0:databases/redis + +.if ${FLAVOR} == mysql +USES+= mysql +CMAKE_ARGS+= -DEXTRA_LIBS:STRING="${LOCALBASE}/lib/mysql/" +PLIST_SUB+= MYSQL="" +.else +PLIST_SUB+= MYSQL="@comment " +.endif + +post-patch: +# Avoid conflict with C++20 <version> by adding -bin suffix + @${REINPLACE_CMD} -i .c++20 's/version /version-bin /' \ + ${WRKSRC}/include/CMakeLists.txt +.if ${FLAVOR} == mysql + ${LN} -s ${WRKSRC}/modules/extra/mysql.cpp ${WRKSRC}/modules/ +.endif + +post-patch-OPENSSL-on: + ${LN} -s ${WRKSRC}/modules/extra/ssl_openssl.cpp ${WRKSRC}/modules/ + +post-patch-GNUTLS-on: + ${LN} -s ${WRKSRC}/modules/extra/ssl_gnutls.cpp ${WRKSRC}/modules/ + +post-patch-LDAP-on: + ${LN} -s ${WRKSRC}/modules/extra/ldap.cpp ${WRKSRC}/modules/ + +post-patch-PCRE2-on: + ${LN} -s ${WRKSRC}/modules/extra/regex_pcre2.cpp ${WRKSRC}/modules/ + +post-patch-POSIX-on: + ${LN} -s ${WRKSRC}/modules/extra/regex_posix.cpp ${WRKSRC}/modules/ + +post-patch-TRE-on: + ${LN} -s ${WRKSRC}/modules/extra/regex_tre.cpp ${WRKSRC}/modules/ + +post-patch-SQLITE-on: + ${LN} -s ${WRKSRC}/modules/extra/sqlite.cpp ${WRKSRC}/modules/ + +post-patch-XMLRPC-on: + ${LN} -s ${WRKSRC}/modules/extra/xmlrpc.cpp ${WRKSRC}/modules/ + +post-patch-ENC_ARGON-on: + ${LN} -s ${WRKSRC}/modules/extra/enc_argon2.cpp ${WRKSRC}/modules/ + +post-patch-ENC_POSIX-on: + ${LN} -s ${WRKSRC}/modules/extra/enc_posix.cpp ${WRKSRC}/modules/ + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/anope/data/backups + @${MKDIR} ${STAGEDIR}${PREFIX}/anope/logs + +.include <bsd.port.mk> diff --git a/irc/anope-devel/distinfo b/irc/anope-devel/distinfo new file mode 100644 index 000000000000..d4ae020b49e6 --- /dev/null +++ b/irc/anope-devel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751384030 +SHA256 (anope-anope-2.1.16_GH0.tar.gz) = dffc17e39b21216a064738931de078bb9328d5a615d4173399213c5730c2a933 +SIZE (anope-anope-2.1.16_GH0.tar.gz) = 1505103 diff --git a/irc/anope-devel/files/anope.in b/irc/anope-devel/files/anope.in new file mode 100644 index 000000000000..b36c8cde38f4 --- /dev/null +++ b/irc/anope-devel/files/anope.in @@ -0,0 +1,27 @@ +#!/bin/sh + +# PROVIDE: anope +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable anope: +# anope_enable=YES +# + +. /etc/rc.subr + +name=anope +rcvar=anope_enable + +load_rc_config $name + +: ${anope_enable:=NO} +: ${anope_user:=nobody} + +command=%%PREFIX%%/anope/bin/anope +pidfile=%%PREFIX%%/anope/data/anope.pid +extra_commands=reload + +run_rc_command "$1" + diff --git a/irc/anope-devel/files/pkg-message.in b/irc/anope-devel/files/pkg-message.in new file mode 100644 index 000000000000..077a8926ef41 --- /dev/null +++ b/irc/anope-devel/files/pkg-message.in @@ -0,0 +1,19 @@ +[ +{ type: install + message: <<EOM +Anope now installs to %%PREFIX%%/anope +EOM +} +{ type: upgrade + maximum_version: 2.1.0 + message: <<EOM +If you are upgrading from < 2.1.0, you will need +to migrate your configs to the new format. There +is also a guide to migrate your databases to the +new format. Please read the release notes: + +https://www.anope.org/upgrading.html +EOM +} +] + diff --git a/irc/anope-devel/pkg-descr b/irc/anope-devel/pkg-descr new file mode 100644 index 000000000000..e56ca62a9526 --- /dev/null +++ b/irc/anope-devel/pkg-descr @@ -0,0 +1,17 @@ +Anope is a set of Services for IRC networks that allows users to +manage their nicks and channels in a secure and efficient way, and +administrators to manage their network with powerful tools. + +Anope currently works with: + - InspIRCd 3 or later + - UnrealIRCd 6 or later + - ircd-hybrid 8.2.34 or later + - ircd-ratbox 3 or later + - ngIRCd 19.2 or later + - Plexus 3 or later + - Solanum (all versions) + +Anope could also work with some of the daemons derived by the ones listed +above, but there's no support for them if they work or don't work. + +For mysql support, please install -mysql FLAVOR. diff --git a/irc/anope-devel/pkg-plist b/irc/anope-devel/pkg-plist new file mode 100644 index 000000000000..e94acecf05da --- /dev/null +++ b/irc/anope-devel/pkg-plist @@ -0,0 +1,224 @@ +anope/bin/anope +anope/bin/anoperc +anope/conf/anope.example.conf +anope/conf/botserv.example.conf +anope/conf/chanserv.example.conf +anope/conf/chanstats.example.conf +anope/conf/cron.example.sh +anope/conf/global.example.conf +anope/conf/hostserv.example.conf +anope/conf/memoserv.example.conf +anope/conf/modules.example.conf +anope/conf/nickserv.example.conf +anope/conf/operserv.example.conf +anope/data/webcpanel/templates/default/chanserv/access.html +anope/data/webcpanel/templates/default/chanserv/akick.html +anope/data/webcpanel/templates/default/chanserv/chanlist.html +anope/data/webcpanel/templates/default/chanserv/drop.html +anope/data/webcpanel/templates/default/chanserv/main.html +anope/data/webcpanel/templates/default/chanserv/modes.html +anope/data/webcpanel/templates/default/chanserv/set.html +anope/data/webcpanel/templates/default/confirm.html +anope/data/webcpanel/templates/default/cubes.png +anope/data/webcpanel/templates/default/favicon.ico +anope/data/webcpanel/templates/default/hostserv/request.html +anope/data/webcpanel/templates/default/layout/footer.html +anope/data/webcpanel/templates/default/layout/footer.loggedin.html +anope/data/webcpanel/templates/default/layout/header.html +anope/data/webcpanel/templates/default/layout/header.loggedin.html +anope/data/webcpanel/templates/default/login.html +anope/data/webcpanel/templates/default/logo.png +anope/data/webcpanel/templates/default/memoserv/memos.html +anope/data/webcpanel/templates/default/nickserv/alist.html +anope/data/webcpanel/templates/default/nickserv/cert.html +anope/data/webcpanel/templates/default/nickserv/confirm.html +anope/data/webcpanel/templates/default/nickserv/info.html +anope/data/webcpanel/templates/default/operserv/akill.html +anope/data/webcpanel/templates/default/register.html +anope/data/webcpanel/templates/default/style.css +%%NLS%%anope/locale/de_DE/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/el_GR/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/en_US/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/es_ES/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/fr_FR/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/it_IT/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/nl_NL/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/pl_PL/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/pt_PT/LC_MESSAGES/anope.mo +%%NLS%%anope/locale/tr_TR/LC_MESSAGES/anope.mo +anope/modules/botserv.so +anope/modules/bs_assign.so +anope/modules/bs_autoassign.so +anope/modules/bs_badwords.so +anope/modules/bs_bot.so +anope/modules/bs_botlist.so +anope/modules/bs_control.so +anope/modules/bs_info.so +anope/modules/bs_kick.so +anope/modules/bs_set.so +anope/modules/chanserv.so +anope/modules/chanstats.so +anope/modules/cs_access.so +anope/modules/cs_akick.so +anope/modules/cs_ban.so +anope/modules/cs_clone.so +anope/modules/cs_drop.so +anope/modules/cs_enforce.so +anope/modules/cs_entrymsg.so +anope/modules/cs_fantasy_stats.so +anope/modules/cs_fantasy_top.so +anope/modules/cs_flags.so +anope/modules/cs_getkey.so +anope/modules/cs_info.so +anope/modules/cs_invite.so +anope/modules/cs_kick.so +anope/modules/cs_list.so +anope/modules/cs_log.so +anope/modules/cs_mode.so +anope/modules/cs_register.so +anope/modules/cs_seen.so +anope/modules/cs_set.so +anope/modules/cs_set_misc.so +anope/modules/cs_status.so +anope/modules/cs_statusupdate.so +anope/modules/cs_suspend.so +anope/modules/cs_sync.so +anope/modules/cs_topic.so +anope/modules/cs_unban.so +anope/modules/cs_updown.so +anope/modules/cs_xop.so +anope/modules/db_atheme.so +anope/modules/db_flatfile.so +anope/modules/db_json.so +anope/modules/db_old.so +anope/modules/db_redis.so +anope/modules/db_sql.so +anope/modules/db_sql_live.so +anope/modules/dns.so +anope/modules/dnsbl.so +%%ENC_ARGON%%anope/modules/enc_argon2.so +%%ENC_POSIX%%anope/modules/enc_posix.so +anope/modules/enc_bcrypt.so +anope/modules/enc_md5.so +anope/modules/enc_none.so +anope/modules/enc_old.so +anope/modules/enc_sha1.so +anope/modules/enc_sha2.so +anope/modules/enc_sha256.so +anope/modules/fantasy.so +anope/modules/gl_global.so +anope/modules/gl_queue.so +anope/modules/gl_server.so +anope/modules/global.so +anope/modules/greet.so +anope/modules/help.so +anope/modules/helpchan.so +anope/modules/hostserv.so +anope/modules/hs_del.so +anope/modules/hs_group.so +anope/modules/hs_list.so +anope/modules/hs_off.so +anope/modules/hs_on.so +anope/modules/hs_request.so +anope/modules/hs_set.so +anope/modules/httpd.so +anope/modules/hybrid.so +anope/modules/inspircd.so +anope/modules/jsonrpc.so +%%LDAP%%anope/modules/ldap.so +%%LDAP%%anope/modules/ldap_authentication.so +%%LDAP%%anope/modules/ldap_oper.so +anope/modules/memoserv.so +anope/modules/ms_cancel.so +anope/modules/ms_check.so +anope/modules/ms_del.so +anope/modules/ms_ignore.so +anope/modules/ms_info.so +anope/modules/ms_list.so +anope/modules/ms_read.so +anope/modules/ms_rsend.so +anope/modules/ms_send.so +anope/modules/ms_sendall.so +anope/modules/ms_set.so +anope/modules/ms_staff.so +%%MYSQL%%anope/modules/mysql.so +anope/modules/ngircd.so +anope/modules/nickserv.so +anope/modules/ns_ajoin.so +anope/modules/ns_alist.so +anope/modules/ns_cert.so +anope/modules/ns_confirm.so +anope/modules/ns_drop.so +anope/modules/ns_email.so +anope/modules/ns_group.so +anope/modules/ns_identify.so +anope/modules/ns_info.so +anope/modules/ns_list.so +anope/modules/ns_logout.so +anope/modules/ns_recover.so +anope/modules/ns_register.so +anope/modules/ns_resetpass.so +anope/modules/ns_sasl.so +anope/modules/ns_set.so +anope/modules/ns_set_keepmodes.so +anope/modules/ns_set_language.so +anope/modules/ns_set_message.so +anope/modules/ns_set_misc.so +anope/modules/ns_set_protect.so +anope/modules/ns_suspend.so +anope/modules/ns_update.so +anope/modules/operserv.so +anope/modules/os_akill.so +anope/modules/os_chankill.so +anope/modules/os_config.so +anope/modules/os_defcon.so +anope/modules/os_dns.so +anope/modules/os_forbid.so +anope/modules/os_ignore.so +anope/modules/os_info.so +anope/modules/os_jupe.so +anope/modules/os_kick.so +anope/modules/os_kill.so +anope/modules/os_list.so +anope/modules/os_login.so +anope/modules/os_logsearch.so +anope/modules/os_mode.so +anope/modules/os_modinfo.so +anope/modules/os_module.so +anope/modules/os_news.so +anope/modules/os_noop.so +anope/modules/os_oper.so +anope/modules/os_reload.so +anope/modules/os_session.so +anope/modules/os_set.so +anope/modules/os_shutdown.so +anope/modules/os_stats.so +anope/modules/os_svs.so +anope/modules/os_sxline.so +anope/modules/os_update.so +anope/modules/plexus.so +anope/modules/proxyscan.so +anope/modules/ratbox.so +%%REDIS%%anope/modules/redis.so +%%PCRE2%%anope/modules/regex_pcre2.so +%%POSIX%%anope/modules/regex_posix.so +anope/modules/regex_stdlib.so +%%TRE%%anope/modules/regex_tre.so +anope/modules/rewrite.so +anope/modules/rpc_data.so +anope/modules/rpc_user.so +anope/modules/rpc_message.so +anope/modules/rpc_system.so +anope/modules/solanum.so +anope/modules/sql_authentication.so +anope/modules/sql_log.so +anope/modules/sql_oper.so +%%SQLITE%%anope/modules/sqlite.so +%%GNUTLS%%anope/modules/ssl_gnutls.so +%%OPENSSL%%anope/modules/ssl_openssl.so +anope/modules/unrealircd.so +anope/modules/webcpanel.so +%%XMLRPC%%anope/modules/xmlrpc.so +@dir(nobody,,) anope/data/backups +@dir(nobody,,) anope/data +@dir(nobody,,) anope/logs diff --git a/irc/anope/Makefile b/irc/anope/Makefile index f1cb85913935..fce5ceb169c1 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -16,6 +16,9 @@ SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" CFLAGS_amd64= -fPIC + +CONFLICTS_INSTALL= anope-devel + SUB_FILES= pkg-message OPTIONS_DEFINE= GNUTLS LDAP MYSQL NLS OPENSSL PCRE POSIX REDIS SASL \ diff --git a/lang/Makefile b/lang/Makefile index a78785eeaedb..4246634f39f0 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 @@ -284,6 +278,8 @@ SUBDIR += php83-extensions SUBDIR += php84 SUBDIR += php84-extensions + SUBDIR += php85 + SUBDIR += php85-extensions SUBDIR += picoc SUBDIR += picolisp SUBDIR += pkl diff --git a/lang/clover/Makefile b/lang/clover/Makefile index 9c9a0b5a43a1..f8f6473016c1 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -1,6 +1,6 @@ PORTNAME= clover PORTVERSION= ${MESAVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang COMMENT= Mesa OpenCL implementation for AMD GPUs 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/gcc14-devel/files/patch-clang-vec_step b/lang/gcc14-devel/files/patch-clang-vec_step deleted file mode 100644 index 00607540eb2a..000000000000 --- a/lang/gcc14-devel/files/patch-clang-vec_step +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 reports how -clang unfortunately poisons user namespace by default (without any -special options). - -Until that changes (or GCC changes) we need to avoid using vec_step -as a variable. - ---- UTC -Index: gcc/tree-vect-loop.cc -=================================================================== ---- gcc/tree-vect-loop.cc (revision 273856) -+++ gcc/tree-vect-loop.cc (working copy) -@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see - #include "vec-perm-indices.h" - #include "tree-eh.h" - -+#define vec_step vec_step_ -+ - /* Loop Vectorization Pass. - - This pass tries to vectorize loops. 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/perl5.42/Makefile b/lang/perl5.42/Makefile index e407e55d8f0d..f9ed4b761377 100644 --- a/lang/perl5.42/Makefile +++ b/lang/perl5.42/Makefile @@ -1,5 +1,5 @@ PORTNAME= perl -DISTVERSION= ${PERL_VERSION}-RC2 +DISTVERSION= ${PERL_VERSION}-RC3 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/B/BO/BOOK DIST_SUBDIR= perl diff --git a/lang/perl5.42/distinfo b/lang/perl5.42/distinfo index 0e6d11c42dc8..1c85ac754e86 100644 --- a/lang/perl5.42/distinfo +++ b/lang/perl5.42/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751181694 -SHA256 (perl/perl-5.42.0-RC2.tar.xz) = c643203ffa4299813370c2d837d6f5e17bb4a8da73fe77abe446012210faf39f -SIZE (perl/perl-5.42.0-RC2.tar.xz) = 14395024 +TIMESTAMP = 1751469637 +SHA256 (perl/perl-5.42.0-RC3.tar.xz) = 17be1d62370adc1bbc1130367cd57263ef326a45bd9c060ae3cb92cdbe679142 +SIZE (perl/perl-5.42.0-RC3.tar.xz) = 14385744 diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 4b7771c16bd7..18fb57821adf 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -181,7 +181,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 81 -IGNORE_WITH_PHP= 82 83 84 +IGNORE_WITH_PHP= 82 83 84 85 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} diff --git a/lang/php82/Makefile b/lang/php82/Makefile index 50a05aba5d98..ae0de1f38f2a 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -177,7 +177,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 82 -IGNORE_WITH_PHP= 81 83 84 +IGNORE_WITH_PHP= 81 83 84 85 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 602850e1b2c1..c70d9a675138 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -195,7 +195,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 83 -IGNORE_WITH_PHP= 81 82 84 +IGNORE_WITH_PHP= 81 82 84 85 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} diff --git a/lang/php84/Makefile b/lang/php84/Makefile index 4aff26d711a7..69c3c787f338 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -197,7 +197,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 84 -IGNORE_WITH_PHP= 81 82 83 +IGNORE_WITH_PHP= 81 82 83 85 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} diff --git a/lang/php85-extensions/Makefile b/lang/php85-extensions/Makefile new file mode 100644 index 000000000000..5613d6ead26b --- /dev/null +++ b/lang/php85-extensions/Makefile @@ -0,0 +1,89 @@ +PORTNAME= php85 +PORTVERSION= 1.0 +CATEGORIES= lang +PKGNAMESUFFIX= -extensions + +MAINTAINER= bofh@FreeBSD.org +COMMENT= "meta-port" to install PHP extensions (8.4.X branch) +WWW= https://www.php.net/ + +USES= metaport php + +PHP_VER= 85 +IGNORE_WITH_PHP= 81 82 83 84 + +OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ + FILEINFO FILTER FTP GD GETTEXT GMP ICONV INTL LDAP \ + MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO \ + PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL \ + PDO_SQLITE PGSQL PHAR POSIX READLINE SESSION \ + SHMOP SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 \ + SYSVMSG SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER \ + XMLWRITER XSL ZIP ZLIB +OPTIONS_DEFAULT= CTYPE DOM FILTER ICONV OPCACHE PDO PDO_SQLITE PHAR \ + POSIX SESSION SIMPLEXML SQLITE3 TOKENIZER XML XMLREADER \ + XMLWRITER + +BCMATH_DESC= bc style precision math functions +BZ2_DESC= bzip2 library support +CALENDAR_DESC= calendar conversion support +CTYPE_DESC= ctype functions +CURL_DESC= CURL support +DBA_DESC= dba support +DOM_DESC= DOM support +ENCHANT_DESC= Enchant spelling support +EXIF_DESC= EXIF support +FFI_DESC= Foreign Function Interface support +FILEINFO_DESC= fileinfo support +FILTER_DESC= input filter support +FTP_DESC= FTP support +GD_DESC= GD library support +GETTEXT_DESC= gettext library support +GMP_DESC= GNU MP support +ICONV_DESC= iconv support +INTL_DESC= Internationalization(ICU) +LDAP_DESC= OpenLDAP support +MBSTRING_DESC= multibyte string support +MYSQLI_DESC= MySQLi database support +ODBC_DESC= ODBC support +OPCACHE_DESC= OPcache support +PCNTL_DESC= pcntl support (CLI only) +PDO_DBLIB_DESC= PDO DBLIB-DB driver +PDO_DESC= PHP Data Objects Interface (PDO) +PDO_FIREBIRD_DESC= PDO Firebird driver +PDO_MYSQL_DESC= PDO MySQL driver +PDO_ODBC_DESC= PDO ODBC driver +PDO_PGSQL_DESC= PDO PostgreSQL driver +PDO_SQLITE_DESC= PDO sqlite driver +PHAR_DESC= phar support +POSIX_DESC= POSIX-like functions +READLINE_DESC= readline support (CLI only) +SESSION_DESC= session support +SHMOP_DESC= shmop support +SIMPLEXML_DESC= simplexml support +SNMP_DESC= SNMP support +SOAP_DESC= SOAP support +SOCKETS_DESC= sockets support +SODIUM_DESC= Sodium encryption support +SQLITE3_DESC= sqlite3 support +SYSVMSG_DESC= System V message support +SYSVSEM_DESC= System V semaphore support +SYSVSHM_DESC= System V shared memory support +TIDY_DESC= TIDY support +TOKENIZER_DESC= tokenizer support +XMLREADER_DESC= XMLReader support +XMLWRITER_DESC= XMLWriter support +XML_DESC= XML support +XSL_DESC= XSL support (Implies DOM) +ZIP_DESC= ZIP support +ZLIB_DESC= ZLIB support + +.include <bsd.port.options.mk> + +.for opt in ${OPTIONS_DEFINE} +. if ${PORT_OPTIONS:M${opt}} +USE_PHP+= ${opt:tl} +. endif +.endfor + +.include <bsd.port.mk> diff --git a/lang/php85-extensions/pkg-descr b/lang/php85-extensions/pkg-descr new file mode 100644 index 000000000000..4acc6c163e60 --- /dev/null +++ b/lang/php85-extensions/pkg-descr @@ -0,0 +1,5 @@ +This is a "meta-port" to install the extensions for PHP 8.0 + +Defaults to: +ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, +session, simplexml, sqlite3, tokenizer, xml, xmlreader and xmlwriter. diff --git a/lang/php85/Makefile b/lang/php85/Makefile new file mode 100644 index 000000000000..fd044a453f9b --- /dev/null +++ b/lang/php85/Makefile @@ -0,0 +1,620 @@ +PORTNAME= php85 +DISTVERSION= 8.5.0alpha1 +PORTREVISION?= 0 +CATEGORIES?= lang devel www +MASTER_SITES= LOCAL/bofh/lang/${PORTNAME} +DISTNAME= php-${DISTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= PHP Scripting Language (8.5.X branch) +WWW= https://www.php.net/ + +LICENSE= PHP301 + +USES+= compiler:c11 cpe gnome localbase pkgconfig #tar:xz +CPE_PRODUCT= php +PHP_VER= 85 + +PHP_WRKSRC= php-src-php-${DISTVERSION} +WRKSRC= ${WRKDIR}/${PHP_WRKSRC} +CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} + +.if !defined(PKGNAMESUFFIX) +LIB_DEPENDS= libargon2.so:security/libargon2 \ + libpcre2-8.so:devel/pcre2 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= \ + --disable-all \ + --program-prefix="" \ + --with-config-file-scan-dir=${PREFIX}/etc/php \ + --with-layout=GNU \ + --with-libxml \ + --with-openssl \ + --with-password-argon2=${LOCALBASE} + +USES+= autoreconf:build bison ssl +USE_GNOME= libxml2 + +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl +# PR230207 Allow relocations against read-only segments (override lld default) +LDFLAGS_i386= -Wl,-z,notext + +OPTIONS_DEFINE+=CGI CLI DEBUG DTRACE EMBED FPM IPV6 LINKTHR \ + MYSQLND NOASLR PCRE PHPDBG ZTS +OPTIONS_DEFAULT= CGI CLI DTRACE EMBED FPM LINKTHR MYSQLND PCRE +OPTIONS_EXCLUDE_DragonFly= DTRACE +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE +# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM +OPTIONS_EXCLUDE_mips= DTRACE FPM +OPTIONS_EXCLUDE_mips64= DTRACE FPM +OPTIONS_EXCLUDE_riscv64= DTRACE +NO_OPTIONS_SORT= yes +OPTIONS_SUB= yes + +CGI_DESC= Build CGI version +CLI_DESC= Build CLI version +EMBED_DESC= Build embedded library +FPM_DESC= Build FPM version +LINKTHR_DESC= Link thread lib (for threaded extensions) +MYSQLND_DESC= Build with MySQL Native Driver +PCRE_DESC= Use system pcre instead of bundled one +PHPDBG_DESC= Interactive PHP debugger +ZTS_DESC= Force Zend Thread Safety (ZTS) build + +CGI_CONFIGURE_OFF= --disable-cgi +CGI_VARS= PHP_SAPI+=cgi +CLI_CONFIGURE_OFF= --disable-cli +CLI_VARS= PHP_SAPI+=cli +DEBUG_CONFIGURE_ON= --enable-debug +DTRACE_CONFIGURE_ON= --enable-dtrace +EMBED_CONFIGURE_ON= --enable-embed +EMBED_VARS= PHP_SAPI+=embed +FPM_CONFIGURE_ON= --enable-fpm \ + --with-fpm-group=${WWWGRP} \ + --with-fpm-user=${WWWOWN} +FPM_VARS= PHP_SAPI+=fpm \ + USE_RC_SUBR+=php_fpm +IPV6_CONFIGURE_OFF= --disable-ipv6 +LINKTHR_LIBS= -lpthread +NOASLR_USES= elfctl +MYSQLND_CONFIGURE_ON= --enable-mysqlnd +PCRE_BUILD_DEPENDS= re2c>0:devel/re2c +PCRE_CONFIGURE_ON= --with-external-pcre=${LOCALBASE} +PCRE_PLIST_SUB= BUNDLED_PCRE="@comment " +PCRE_PLIST_SUB_OFF= BUNDLED_PCRE="" +PHPDBG_CONFIGURE_ON= --enable-phpdbg +PHPDBG_VARS= PHP_SAPI+=phpdbg +ZTS_CONFIGURE_ON= --enable-zts +ZTS_CONFIGURE_ENV= pthreads_working="yes" + +DESTDIRNAME= INSTALL_ROOT + +.if defined(PKGNAMEPREFIX) +USES+= apache +PLIST= ${PKGDIR}/pkg-plist.mod +PKGMESSAGE= ${PKGDIR}/pkg-message.mod +MODULENAME= libphp +SHORTMODNAME= php +WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!" +WARNING+= "!!! Consider switching to php-fpm and mod_proxy_fcgi as per Apache httpd recommendations !!!" +.endif + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:NOASLR} +.if ${PORT_OPTIONS:MCLI} +ELF_FEATURES+=+noaslr:sapi/cli/php +.endif +.if ${PORT_OPTIONS:MCGI} +ELF_FEATURES+=+noaslr:sapi/cgi/php-cgi +.endif +.if ${PORT_OPTIONS:MPHPDBG} +ELF_FEATURES+=+noaslr:sapi/phpdbg/phpdbg +.endif +.if ${PORT_OPTIONS:MFPM} +ELF_FEATURES+=+noaslr:sapi/fpm/php-fpm +.endif +.endif + +.include <bsd.port.pre.mk> + +.if ${ARCH} == riscv64 +CONFIGURE_ARGS+= --without-pcre-jit +.endif + +.if ${PORT_OPTIONS:MPHPDBG} && ${PORT_OPTIONS:MDEBUG} +CONFIGURE_ARGS+= --enable-phpdbg-debug +.endif + +.if ${PORT_OPTIONS:MCLI} || ${PORT_OPTIONS:MEMBED} +PLIST_SUB+= SAPI_INC="" +.else +PLIST_SUB+= SAPI_INC="@comment " +.endif + +CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \ + lt_cv_path_SED="sed" \ + OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ + PHP_OPENSSL=yes + +post-patch: + @${TOUCH} ${WRKSRC}/ext/php_config.h + +post-patch-FPM-on: + @${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \ + ${WRKSRC}/sapi/fpm/php-fpm.conf.in + +pre-configure: + @(cd ${WRKSRC} && ${SETENV} MAKE=${MAKE_CMD} ./buildconf --force) + +.if !defined(PKGNAMEPREFIX) +post-build: + @${ECHO_CMD} "PHP_VER=${PHP_VER}" > ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_VERSION=${PORTVERSION}" >> ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf + @${ECHO_CMD} -n "PHP_EXT_DIR=" >> ${WRKDIR}/php.conf + @${SH} ${WRKSRC}/scripts/php-config --extension-dir | ${SED} -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_EXT_INC=hash json openssl pcre random spl" >> ${WRKDIR}/php.conf + +test: build + @(cd ${WRKSRC} && ${MAKE} test) + +post-install: + ${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \ + ${WRKDIR}/php.conf ${STAGEDIR}/${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/Zend/zend_property_hooks.h ${STAGEDIR}${PREFIX}/include/php/Zend + ${INSTALL_DATA} ${WRKSRC}/Zend/zend_lazy_objects.h ${STAGEDIR}${PREFIX}/include/php/Zend + (cd ${WRKSRC}/ext/lexbor && \ + ${COPYTREE_SHARE} lexbor ${STAGEDIR}${PREFIX}/include/php/ext "-name *\.h") + +post-install-CGI-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php-cgi + +post-install-CLI-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php + +post-install-EMBED-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libphp.so + +post-install-FPM-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/php-fpm + +post-install-PHPDBG-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/phpdbg + +.else +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + ${INSTALL_LIB} ${WRKSRC}/libs/${MODULENAME}.so \ + ${STAGEDIR}${PREFIX}/${APACHEMODDIR} +.endif + +.else +COMMENT= The ${PHP_MODNAME} shared extension for php + +USES+= php:ext,noflavors +PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} +PHP_VER= 85 +IGNORE_WITH_PHP= 81 82 83 84 + +EXTSUBDIR= ${PHP_WRKSRC}/ext/${PHP_MODNAME} +WRKSRC= ${WRKDIR}/${EXTSUBDIR} +PATCHDIR= ${.CURDIR}/files +PLIST= ${NONEXISTENT} + +EXTRACT_AFTER_ARGS?= ${EXTSUBDIR} + +TEST_TARGET= test + +.if ${PHP_MODNAME} == "bcmath" +CONFIGURE_ARGS+= --enable-bcmath + +PHP_HEADER_DIRS= libbcmath/src +.endif + +.if ${PHP_MODNAME} == "bz2" +CONFIGURE_ARGS+= --with-bz2=/usr +.endif + +.if ${PHP_MODNAME} == "calendar" +CONFIGURE_ARGS+= --enable-calendar +.endif + +.if ${PHP_MODNAME} == "ctype" +CONFIGURE_ARGS+= --enable-ctype +.endif + +.if ${PHP_MODNAME} == "curl" +LIB_DEPENDS+= libcurl.so:ftp/curl + +CONFIGURE_ARGS+= --with-curl=${LOCALBASE} +USES+= pkgconfig +.endif + +.if ${PHP_MODNAME} == "dba" +CONFIGURE_ARGS+= --enable-dba + +OPTIONS_DEFINE= CDB DB4 FLATFILE GDBM INIFILE LMDB QDBM TOKYO +OPTIONS_DEFAULT= CDB FLATFILE INIFILE + +CDB_DESC= cdb database support +DB4_DESC= Berkeley DB4 support +FLATFILE_DESC= flatfile support +GDBM_DESC= GDBM database support +INIFILE_DESC= INI file support +LMDB_DESC= LMDB database support +QDBM_DESC= QDBM database support +TOKYO_DESC= Tokyo Cabinet database support + +CDB_CONFIGURE_OFF= --without-cdb +DB4_CONFIGURE_ON= --with-db4=${LOCALBASE} +DB4_USES= bdb +DB4_VARS= WITH_BDB_HIGHEST=yes +FLATFILE_CONFIGURE_ON= --disable-flatfile +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm +GDBM_CONFIGURE_ARGS= --with-gdbm=${LOCALBASE} +INIFILE_CONFIGURE_OFF= --disable-inifile +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb +LMDB_CONFIGURE_ARGS= --with-lmdb=${LOCALBASE} +QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm +QDBM_CONFIGURE_ARGS= --with-qdbm=${LOCALBASE} +TOKYO_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet +TOKYO_CONFIGURE_ON= --with-tcadb=${LOCALBASE} + +PHP_HEADER_DIRS= libcdb libflatfile libinifile +.endif + +.if ${PHP_MODNAME} == "dom" +CONFIGURE_ARGS+= --enable-dom + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "enchant" +LIB_DEPENDS+= libenchant-2.so:textproc/enchant2 +CONFIGURE_ARGS+=--with-enchant=${LOCALBASE} +USES+= pkgconfig +.endif + +.if ${PHP_MODNAME} == "exif" +CONFIGURE_ARGS+= --enable-exif +.endif + +.if ${PHP_MODNAME} == "ffi" +LIB_DEPENDS= libffi.so:devel/libffi +CONFIGURE_ARGS+= --with-ffi +.endif + +.if ${PHP_MODNAME} == "fileinfo" +CONFIGURE_ARGS+= --enable-fileinfo + +PHP_HEADER_DIRS= libmagic +.endif + +.if ${PHP_MODNAME} == "filter" +CONFIGURE_ARGS+= --enable-filter +.endif + +.if ${PHP_MODNAME} == "ftp" +CONFIGURE_ARGS+= --enable-ftp + +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ + PHP_OPENSSL=yes + +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl +USES+= pkgconfig ssl +.endif + +.if ${PHP_MODNAME} == "gd" +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libgd.so:graphics/gd \ + libpng.so:graphics/png +USES+= jpeg + +CONFIGURE_ARGS+= --enable-gd \ + --with-external-gd + +EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --exclude libgd \ + ${PHP_WRKSRC}/ext/gd + +OPTIONS_DEFINE= JIS WEBP X11 + +JIS_DESC= Enable JIS-mapped Japanese font support +WEBP_DESC= Enable WebP image format support +X11_DESC= Enable XPM support +JIS_CONFIGURE_ON= --enable-gd-jis-conv +WEBP_CONFIGURE_ON= --with-webp +WEBP_LIB_DEPENDS= libwebp.so:graphics/webp +X11_CONFIGURE_ON= --with-xpm +X11_USE= XORG=xpm +X11_USES= xorg +.endif + +.if ${PHP_MODNAME} == "gettext" +CONFIGURE_ARGS+= --with-gettext=${LOCALBASE} + +USES+= gettext +.endif + +.if ${PHP_MODNAME} == "gmp" +LIB_DEPENDS+= libgmp.so:math/gmp + +CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "iconv" +CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} + +USES+= iconv:translit +.endif + +.if ${PHP_MODNAME} == "intl" +LIB_DEPENDS= libicui18n.so:devel/icu +USES+= pkgconfig +CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 +.endif + +.if ${PHP_MODNAME} == "ldap" +LIB_DEPENDS+=libsasl2.so:security/cyrus-sasl2 +CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} +USES+= ldap +.endif + +.if ${PHP_MODNAME} == "mbstring" + +CONFIGURE_ARGS+= --enable-mbstring + +OPTIONS_DEFINE= REGEX +OPTIONS_DEFAULT= REGEX + +REGEX_DESC= Enable multibyte regex support +REGEX_LIB_DEPENDS= libonig.so:devel/oniguruma +REGEX_CONFIGURE_OFF= --disable-mbregex + +PHP_HEADER_DIRS= libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls +.endif + +.if ${PHP_MODNAME} == "mysqli" +CONFIGURE_ARGS+= --with-mysqli +.endif + +.if ${PHP_MODNAME} == "odbc" +LIB_DEPENDS+= libodbc.so:databases/unixODBC + +CONFIGURE_ARGS+= --with-unixODBC=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "opcache" +LIB_DEPENDS+= libcapstone.so:devel/capstone +# This is needed by Zend extensions, keep before everything. +PHP_MOD_PRIO= 10 +CONFIGURE_ARGS+= --enable-opcache --with-capstone +.endif + +.if ${PHP_MODNAME} == "pcntl" +CONFIGURE_ARGS+= --enable-pcntl +.endif + +.if ${PHP_MODNAME} == "pdo" +CONFIGURE_ARGS+= --enable-pdo +.endif + +.if ${PHP_MODNAME} == "pdo_dblib" +CONFIGURE_ARGS+= --with-pdo-dblib=${LOCALBASE} + +USE_PHP= pdo:build + +OPTIONS_DEFINE= MSSQL + +MSSQL_DESC= Enable Microsoft SQL Server support +MSSQL_LIB_DEPENDS= libsybdb.so:databases/freetds +MSSQL_LIB_DEPENDS_OFF= libct.so:databases/freetds +.endif + +.if ${PHP_MODNAME} == "pdo_firebird" +CONFIGURE_ARGS+= --with-pdo-firebird=${LOCALBASE} + +USES+= firebird +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_odbc" +LIB_DEPENDS+= libodbc.so:databases/unixODBC +CONFIGURE_ARGS+= --with-pdo-odbc=unixODBC,${LOCALBASE} + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_mysql" +OPTIONS_DEFINE= MYSQLND +OPTIONS_DEFAULT= MYSQLND + +MYSQLND_DESC= Use MySQL Native Driver + +MYSQLND_CONFIGURE_ON= --with-pdo-mysql=mysqlnd +MYSQLND_CONFIGURE_OFF= --with-pdo-mysql=${LOCALBASE} \ + --with-zlib-dir=/usr +MYSQLND_USES_OFF= mysql + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_pgsql" +USES+= pgsql + +CONFIGURE_ARGS+= --with-pdo-pgsql=${LOCALBASE} + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_sqlite" +USES+= localbase sqlite +CONFIGURE_ARGS+= --with-pdo-sqlite=${LOCALBASE} + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pgsql" +USES+= pgsql + +CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "phar" +CONFIGURE_ARGS+= --enable-phar +.endif + +.if ${PHP_MODNAME} == "posix" +CONFIGURE_ARGS+= --enable-posix +.endif + +.if ${PHP_MODNAME} == "readline" +CONFIGURE_ARGS+=--with-libedit +USES+= libedit +.endif + +.if ${PHP_MODNAME} == "session" +CONFIGURE_ARGS+= --enable-session +PHP_MOD_PRIO= 18 +.endif + +.if ${PHP_MODNAME} == "shmop" +CONFIGURE_ARGS+= --enable-shmop +.endif + +.if ${PHP_MODNAME} == "simplexml" +CONFIGURE_ARGS+= --enable-simplexml + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "snmp" +CONFIGURE_ARGS+= --with-snmp=${LOCALBASE} + +CONFIGURE_ENV+= ac_cv_buggy_snprint_value="no" + +LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl +USES+= ssl +.endif + +.if ${PHP_MODNAME} == "soap" +CONFIGURE_ARGS+= --enable-soap + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "sockets" +CONFIGURE_ARGS+= --enable-sockets +CONFIGURE_ENV+= LOCAL_CREDS_PERSISTENT=yes +.endif + +.if ${PHP_MODNAME} == "sodium" +CONFIGURE_ARGS+= --with-sodium=${LOCALBASE} +LIB_DEPENDS+= libsodium.so:security/libsodium +.endif + +.if ${PHP_MODNAME} == "sqlite3" +USES+= localbase pkgconfig sqlite +CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "sysvmsg" +CONFIGURE_ARGS+= --enable-sysvmsg +.endif + +.if ${PHP_MODNAME} == "sysvsem" +CONFIGURE_ARGS+= --enable-sysvsem +.endif + +.if ${PHP_MODNAME} == "sysvshm" +CONFIGURE_ARGS+= --enable-sysvshm +.endif + +.if ${PHP_MODNAME} == "tidy" +CONFIGURE_ARGS+= --with-tidy=${LOCALBASE} + +LIB_DEPENDS+= libtidy5.so:www/tidy-html5 +.endif + +.if ${PHP_MODNAME} == "tokenizer" +CONFIGURE_ARGS+= --enable-tokenizer +.endif + +.if ${PHP_MODNAME} == "xml" +CONFIGURE_ARGS+= --enable-xml + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "xmlreader" +CONFIGURE_ARGS+= --enable-xmlreader + +USE_GNOME= libxml2 + +USE_PHP= dom:build +.endif + +.if ${PHP_MODNAME} == "xmlwriter" +CONFIGURE_ARGS+= --enable-xmlwriter + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "xsl" +CONFIGURE_ARGS+= --with-xsl=${LOCALBASE} + +USE_GNOME= libxslt +USE_PHP= dom:build xml:build +.endif + +.if ${PHP_MODNAME} == "zip" +LIB_DEPENDS+= libzip.so:archivers/libzip + +CONFIGURE_ARGS+= --with-zip +USES+= pkgconfig +.endif + +.if ${PHP_MODNAME} == "zlib" +CONFIGURE_ARGS+= --with-zlib=/usr +USES+= pkgconfig +.endif + +.include <bsd.port.pre.mk> + +.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386) && ${PHP_MODNAME} == "opcache" +post-configure: + @${BSDMAKE} -C ${WRKSRC} ./jit/ir/ir_fold_hash.h + @${BSDMAKE} -C ${WRKSRC} ./jit/ir/ir_emit.lo +.endif + +.if ${PHP_MODNAME} == "soap" +post-extract: + @${MKDIR} ${WRKSRC}/ext/session + @${CP} ${FILESDIR}/php_session.h ${WRKSRC}/ext/session +.endif + +.if ${PHP_MODNAME} == "sqlite3" || ${PHP_MODNAME} == "zlib" +post-extract: + @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4 +.endif + +.if ${PHP_MODNAME} == "xml" +post-extract: + @${MKDIR} ${WRKSRC}/ext/xml + @${CP} ${WRKSRC}/expat_compat.h ${WRKSRC}/ext/xml +.endif +.endif +.include <bsd.port.post.mk> diff --git a/lang/php85/distinfo b/lang/php85/distinfo new file mode 100644 index 000000000000..bbb20b86de2d --- /dev/null +++ b/lang/php85/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751455337 +SHA256 (php-8.5.0alpha1.tar.gz) = ab8c5f2d559c41b711190e0850b981bfea0bda34f7129cd77567b35266a01b50 +SIZE (php-8.5.0alpha1.tar.gz) = 23014352 diff --git a/lang/php85/files/patch-TSRM_TSRM.c b/lang/php85/files/patch-TSRM_TSRM.c new file mode 100644 index 000000000000..a5ad9dca4e8a --- /dev/null +++ b/lang/php85/files/patch-TSRM_TSRM.c @@ -0,0 +1,11 @@ +--- TSRM/TSRM.c.orig 2024-07-02 13:43:13 UTC ++++ TSRM/TSRM.c +@@ -792,7 +792,7 @@ TSRM_API size_t tsrm_get_ls_cache_tcb_offset(void) + asm ("leal _tsrm_ls_cache@ntpoff,%0" + : "=r" (ret)); + return ret; +-#elif defined(__aarch64__) ++#elif defined(__aarch64__) && !defined(__FreeBSD__) + size_t ret; + + # ifdef __APPLE__ diff --git a/lang/php85/files/patch-build_Makefile.global b/lang/php85/files/patch-build_Makefile.global new file mode 100644 index 000000000000..52531a83dabe --- /dev/null +++ b/lang/php85/files/patch-build_Makefile.global @@ -0,0 +1,19 @@ +--- build/Makefile.global.orig 2024-07-02 13:43:13 UTC ++++ build/Makefile.global +@@ -91,14 +91,14 @@ test: all + @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ + INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ + if test "$$INI_FILE"; then \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini || :; \ + else \ + echo > $(top_builddir)/tmp-php.ini; \ + fi; \ + INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ + if test "$$INI_SCANNED_PATH"; then \ + INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini || :; \ + fi; \ + TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ + TEST_PHP_SRCDIR=$(top_srcdir) \ diff --git a/lang/php85/files/patch-configure.ac b/lang/php85/files/patch-configure.ac new file mode 100644 index 000000000000..e9c038fd5b15 --- /dev/null +++ b/lang/php85/files/patch-configure.ac @@ -0,0 +1,27 @@ +--- configure.ac.orig 2024-09-10 16:10:06 UTC ++++ configure.ac +@@ -55,6 +55,7 @@ AH_BOTTOM([ + + #include <string.h> + ++#include <ext/php_config.h> + #endif /* PHP_CONFIG_H */ + ]) + +@@ -249,7 +250,6 @@ AS_VAR_APPEND([CPPFLAGS], [" -D_GNU_SOURCE"]) + dnl require extensions to C and POSIX. + AS_VAR_APPEND([CPPFLAGS], [" -D_GNU_SOURCE"]) + +-PTHREADS_CHECK + PHP_HELP_SEPARATOR([SAPI modules:]) + PHP_SHLIB_SUFFIX_NAMES + PHP_BUILD_PROGRAM +@@ -1368,7 +1368,7 @@ EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=$(eval echo "$PHP_CO + EXPANDED_DATADIR=$datadir + EXPANDED_PHP_CONFIG_FILE_PATH=$(eval echo "$PHP_CONFIG_FILE_PATH") + EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=$(eval echo "$PHP_CONFIG_FILE_SCAN_DIR") +-INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR ++INCLUDE_PATH=.:${prefix}/share/pear + + exec_prefix=$old_exec_prefix + libdir=$old_libdir diff --git a/lang/php85/files/patch-ext_hash_xxhash_xxhash.h b/lang/php85/files/patch-ext_hash_xxhash_xxhash.h new file mode 100644 index 000000000000..d284f4c94f74 --- /dev/null +++ b/lang/php85/files/patch-ext_hash_xxhash_xxhash.h @@ -0,0 +1,46 @@ +--- ext/hash/xxhash/xxhash.h.orig 2023-06-06 15:54:29 UTC ++++ ext/hash/xxhash/xxhash.h +@@ -3078,22 +3078,32 @@ enum XXH_VECTOR_TYPE /* fake enum */ { + * inconsistent intrinsics, spotty coverage, and multiple endiannesses. + */ + #if XXH_VECTOR == XXH_VSX ++/* Annoyingly, these headers _may_ define three macros: `bool`, `vector`, ++ * and `pixel`. This is a problem for obvious reasons. ++ * ++ * These keywords are unnecessary; the spec literally says they are ++ * equivalent to `__bool`, `__vector`, and `__pixel` and may be undef'd ++ * after including the header. ++ * ++ * We use pragma push_macro/pop_macro to keep the namespace clean. */ ++# pragma push_macro("bool") ++# pragma push_macro("vector") ++# pragma push_macro("pixel") ++/* silence potential macro redefined warnings */ ++# undef bool ++# undef vector ++# undef pixel ++ + # if defined(__s390x__) + # include <s390intrin.h> + # else +-/* gcc's altivec.h can have the unwanted consequence to unconditionally +- * #define bool, vector, and pixel keywords, +- * with bad consequences for programs already using these keywords for other purposes. +- * The paragraph defining these macros is skipped when __APPLE_ALTIVEC__ is defined. +- * __APPLE_ALTIVEC__ is _generally_ defined automatically by the compiler, +- * but it seems that, in some cases, it isn't. +- * Force the build macro to be defined, so that keywords are not altered. +- */ +-# if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__) +-# define __APPLE_ALTIVEC__ +-# endif + # include <altivec.h> + # endif ++ ++/* Restore the original macro values, if applicable. */ ++# pragma pop_macro("pixel") ++# pragma pop_macro("vector") ++# pragma pop_macro("bool") + + typedef __vector unsigned long long xxh_u64x2; + typedef __vector unsigned char xxh_u8x16; diff --git a/lang/php85/files/patch-ext_pcre_php__pcre.h b/lang/php85/files/patch-ext_pcre_php__pcre.h new file mode 100644 index 000000000000..56c6dc75f6e3 --- /dev/null +++ b/lang/php85/files/patch-ext_pcre_php__pcre.h @@ -0,0 +1,11 @@ +--- ext/pcre/php_pcre.h.orig 2024-07-28 11:55:02 UTC ++++ ext/pcre/php_pcre.h +@@ -20,7 +20,7 @@ + #ifdef HAVE_BUNDLED_PCRE + #include "pcre2lib/pcre2.h" + #else +-#include "pcre2.h" ++#include <pcre2.h> + #endif + + #include <locale.h> diff --git a/lang/php85/files/patch-sapi_apache2handler_config.m4 b/lang/php85/files/patch-sapi_apache2handler_config.m4 new file mode 100644 index 000000000000..cb9874a7a4b0 --- /dev/null +++ b/lang/php85/files/patch-sapi_apache2handler_config.m4 @@ -0,0 +1,11 @@ +--- sapi/apache2handler/config.m4.orig 2024-08-27 14:33:48 UTC ++++ sapi/apache2handler/config.m4 +@@ -61,7 +61,7 @@ if test "$PHP_APXS2" != "no"; then + [AC_MSG_ERROR([Please note that Apache version >= 2.4 is required])]) + + APXS_LIBEXECDIR='$(INSTALL_ROOT)'$($APXS -q LIBEXECDIR) +- if test -z $($APXS -q SYSCONFDIR); then ++ if true; then + INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ + $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ + -i -n php" diff --git a/lang/php85/files/patch-sapi_fpm_www.conf.in b/lang/php85/files/patch-sapi_fpm_www.conf.in new file mode 100644 index 000000000000..c7465018244d --- /dev/null +++ b/lang/php85/files/patch-sapi_fpm_www.conf.in @@ -0,0 +1,17 @@ +--- sapi/fpm/www.conf.in.orig 2023-03-14 16:11:05 UTC ++++ sapi/fpm/www.conf.in +@@ -32,10 +32,14 @@ group = @php_fpm_group@ + ; Valid syntaxes are: + ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on + ; a specific port; ++; '0.0.0.0:port' - to listen on a TCP socket to all IPv4 addresses on ++; a specific port; + ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on + ; a specific port; + ; 'port' - to listen on a TCP socket to all addresses + ; (IPv6 and IPv4-mapped) on a specific port; ++; Note: IPv4-mapped addresses are disabled by-default in ++; FreeBSD for security reasons; + ; '/path/to/unix/socket' - to listen on a unix socket. + ; Note: This value is mandatory. + listen = 127.0.0.1:9000 diff --git a/lang/php85/files/php_fpm.in b/lang/php85/files/php_fpm.in new file mode 100644 index 000000000000..d8a70275f453 --- /dev/null +++ b/lang/php85/files/php_fpm.in @@ -0,0 +1,102 @@ +#!/bin/sh + +# PROVIDE: php_fpm +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable php_fpm: +# php_fpm_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable php_fpm +# php_fpm_profiles (str): Set to "" by default. +# Define your profiles here. +# php_fpm_pid_prefix (str): Set to "" by default. +# When using profiles manually assign value to "php_fpm_" +# for prevent collision with other PIDs names. + +. /etc/rc.subr + +name="php_fpm" +rcvar=php_fpm_enable + +start_precmd="php_fpm_prestart" +restart_precmd="php_fpm_checkconfig" +reload_precmd="php_fpm_checkconfig" +command="%%PREFIX%%/sbin/php-fpm" +configtest_cmd="php_fpm_checkconfig" +_pidprefix="/var/run" +pidfile="${_pidprefix}/php-fpm.pid" +required_files="%%PREFIX%%/etc/php-fpm.conf" + +load_rc_config "${name}" + +: ${php_fpm_enable="NO"} +: ${php_fpm_umask=""} +: ${php_fpm_svcj_options:="net_basic"} + +if [ -n "$2" ]; then + profile="$2" + if [ "x${php_fpm_profiles}" != "x" ]; then + pidfile="${_pidprefix}/${php_fpm_pid_prefix}php-fpm-${profile}.pid" + eval php_fpm_configfile="\${php_fpm_${profile}_configfile:-}" + if [ "x${php_fpm_configfile}" = "x" ]; then + echo "You must define a configuration file (php_fpm_${profile}_configfile)" + exit 1 + fi + required_files="${php_fpm_configfile}" + eval php_fpm_enable="\${php_fpm_${profile}_enable:-${php_fpm_enable}}" + php_fpm_flags="-y ${php_fpm_configfile} -g ${pidfile}" + else + echo "$0: extra argument ignored" + fi +else + if [ "x${php_fpm_profiles}" != "x" -a "x$1" != "x" ]; then + for profile in ${php_fpm_profiles}; do + echo "===> php_fpm profile: ${profile}" + %%PREFIX%%/etc/rc.d/php_fpm $1 ${profile} + retcode="$?" + if [ "0${retcode}" -ne 0 ]; then + failed="${profile} (${retcode}) ${failed:-}" + else + success="${profile} ${success:-}" + fi + done + exit 0 + fi +fi + +extra_commands="reload configtest logrotate" +sig_stop="QUIT" +sig_reload="USR2" +logrotate_cmd="php_fpm_logrotate" + +php_fpm_logrotate() { + if [ -z "$rc_pid" ]; then + _run_rc_notrunning + return 1 + fi + echo "Rotating logs $name." + kill -USR1 $rc_pid +} + +php_fpm_checkconfig() +{ + echo "Performing sanity check on php-fpm configuration:" + eval ${command} ${php_fpm_flags} -t +} + +php_fpm_prestart() +{ + php_fpm_checkconfig + checkconfig=$? + if [ $checkconfig -ne 0 ]; then + return $checkconfig + fi + + if [ ! -z "$php_fpm_umask" ]; then + echo "Setting umask to: ${php_fpm_umask}" + umask $php_fpm_umask + fi +} + +run_rc_command "$1" diff --git a/lang/php85/files/php_session.h b/lang/php85/files/php_session.h new file mode 100644 index 000000000000..65bf7de20449 --- /dev/null +++ b/lang/php85/files/php_session.h @@ -0,0 +1,328 @@ +/* + +----------------------------------------------------------------------+ + | Copyright (c) The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.01 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | https://www.php.net/license/3_01.txt | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Sascha Schumann <sascha@schumann.cx> | + +----------------------------------------------------------------------+ + */ + +#ifndef PHP_SESSION_H +#define PHP_SESSION_H + +#include "ext/standard/php_var.h" +#include "ext/random/php_random.h" + +#define PHP_SESSION_API 20161017 + +#include "php_version.h" +#define PHP_SESSION_VERSION PHP_VERSION + +/* save handler macros */ +#define PS_OPEN_ARGS void **mod_data, const char *save_path, const char *session_name +#define PS_CLOSE_ARGS void **mod_data +#define PS_READ_ARGS void **mod_data, zend_string *key, zend_string **val, zend_long maxlifetime +#define PS_WRITE_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime +#define PS_DESTROY_ARGS void **mod_data, zend_string *key +#define PS_GC_ARGS void **mod_data, zend_long maxlifetime, zend_long *nrdels +#define PS_CREATE_SID_ARGS void **mod_data +#define PS_VALIDATE_SID_ARGS void **mod_data, zend_string *key +#define PS_UPDATE_TIMESTAMP_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime + +typedef struct ps_module_struct { + const char *s_name; + zend_result (*s_open)(PS_OPEN_ARGS); + zend_result (*s_close)(PS_CLOSE_ARGS); + zend_result (*s_read)(PS_READ_ARGS); + zend_result (*s_write)(PS_WRITE_ARGS); + zend_result (*s_destroy)(PS_DESTROY_ARGS); + zend_long (*s_gc)(PS_GC_ARGS); + zend_string *(*s_create_sid)(PS_CREATE_SID_ARGS); + zend_result (*s_validate_sid)(PS_VALIDATE_SID_ARGS); + zend_result (*s_update_timestamp)(PS_UPDATE_TIMESTAMP_ARGS); +} ps_module; + +#define PS_GET_MOD_DATA() *mod_data +#define PS_SET_MOD_DATA(a) *mod_data = (a) + +#define PS_OPEN_FUNC(x) zend_result ps_open_##x(PS_OPEN_ARGS) +#define PS_CLOSE_FUNC(x) zend_result ps_close_##x(PS_CLOSE_ARGS) +#define PS_READ_FUNC(x) zend_result ps_read_##x(PS_READ_ARGS) +#define PS_WRITE_FUNC(x) zend_result ps_write_##x(PS_WRITE_ARGS) +#define PS_DESTROY_FUNC(x) zend_result ps_delete_##x(PS_DESTROY_ARGS) +#define PS_GC_FUNC(x) zend_long ps_gc_##x(PS_GC_ARGS) +#define PS_CREATE_SID_FUNC(x) zend_string *ps_create_sid_##x(PS_CREATE_SID_ARGS) +#define PS_VALIDATE_SID_FUNC(x) zend_result ps_validate_sid_##x(PS_VALIDATE_SID_ARGS) +#define PS_UPDATE_TIMESTAMP_FUNC(x) zend_result ps_update_timestamp_##x(PS_UPDATE_TIMESTAMP_ARGS) + +/* Legacy save handler module definitions */ +#define PS_FUNCS(x) \ + PS_OPEN_FUNC(x); \ + PS_CLOSE_FUNC(x); \ + PS_READ_FUNC(x); \ + PS_WRITE_FUNC(x); \ + PS_DESTROY_FUNC(x); \ + PS_GC_FUNC(x); \ + PS_CREATE_SID_FUNC(x) + +#define PS_MOD(x) \ + #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \ + ps_delete_##x, ps_gc_##x, php_session_create_id, \ + php_session_validate_sid, php_session_update_timestamp + +/* Legacy SID creation enabled save handler module definitions */ +#define PS_FUNCS_SID(x) \ + PS_OPEN_FUNC(x); \ + PS_CLOSE_FUNC(x); \ + PS_READ_FUNC(x); \ + PS_WRITE_FUNC(x); \ + PS_DESTROY_FUNC(x); \ + PS_GC_FUNC(x); \ + PS_CREATE_SID_FUNC(x); \ + PS_VALIDATE_SID_FUNC(x); \ + PS_UPDATE_TIMESTAMP_FUNC(x); + +#define PS_MOD_SID(x) \ + #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \ + ps_delete_##x, ps_gc_##x, ps_create_sid_##x, \ + php_session_validate_sid, php_session_update_timestamp + +/* Update timestamp enabled save handler module definitions + New save handlers should use this API */ +#define PS_FUNCS_UPDATE_TIMESTAMP(x) \ + PS_OPEN_FUNC(x); \ + PS_CLOSE_FUNC(x); \ + PS_READ_FUNC(x); \ + PS_WRITE_FUNC(x); \ + PS_DESTROY_FUNC(x); \ + PS_GC_FUNC(x); \ + PS_CREATE_SID_FUNC(x); \ + PS_VALIDATE_SID_FUNC(x); \ + PS_UPDATE_TIMESTAMP_FUNC(x); + +#define PS_MOD_UPDATE_TIMESTAMP(x) \ + #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \ + ps_delete_##x, ps_gc_##x, ps_create_sid_##x, \ + ps_validate_sid_##x, ps_update_timestamp_##x + + +typedef enum { + php_session_disabled, + php_session_none, + php_session_active +} php_session_status; + +typedef struct _php_session_rfc1867_progress { + size_t sname_len; + zval sid; + smart_str key; + + zend_long update_step; + zend_long next_update; + double next_update_time; + bool cancel_upload; + bool apply_trans_sid; + size_t content_length; + + zval data; /* the array exported to session data */ + zval files; /* data["files"] array */ + zval *post_bytes_processed; /* data["bytes_processed"] */ + zval *current_file_bytes_processed; + zval current_file; /* array of currently uploading file */ +} php_session_rfc1867_progress; + +typedef struct _php_ps_globals { + char *save_path; + char *session_name; + zend_string *id; + char *extern_referer_chk; + char *cache_limiter; + zend_long cookie_lifetime; + char *cookie_path; + char *cookie_domain; + char *cookie_samesite; + bool cookie_secure; + bool cookie_httponly; + const ps_module *mod; + const ps_module *default_mod; + void *mod_data; + php_session_status session_status; + zend_string *session_started_filename; + uint32_t session_started_lineno; + int module_number; + php_random_status_state_pcgoneseq128xslrr64 random_state; + php_random_algo_with_state random; + zend_long gc_probability; + zend_long gc_divisor; + zend_long gc_maxlifetime; + zend_long cache_expire; + struct { + zval ps_open; + zval ps_close; + zval ps_read; + zval ps_write; + zval ps_destroy; + zval ps_gc; + zval ps_create_sid; + zval ps_validate_sid; + zval ps_update_timestamp; + } mod_user_names; + zend_string *mod_user_class_name; + bool mod_user_implemented; + bool mod_user_is_open; + bool auto_start; + bool use_cookies; + bool use_only_cookies; + bool use_trans_sid; /* contains the INI value of whether to use trans-sid */ + bool send_cookie; + bool define_sid; + + const struct ps_serializer_struct *serializer; + zval http_session_vars; + + zend_long sid_length; + zend_long sid_bits_per_character; + + php_session_rfc1867_progress *rfc1867_progress; + char *rfc1867_prefix; /* session.upload_progress.prefix */ + char *rfc1867_name; /* session.upload_progress.name */ + zend_long rfc1867_freq; /* session.upload_progress.freq */ + double rfc1867_min_freq; /* session.upload_progress.min_freq */ + bool rfc1867_enabled; /* session.upload_progress.enabled */ + bool rfc1867_cleanup; /* session.upload_progress.cleanup */ + + bool use_strict_mode; /* whether or not PHP accepts unknown session ids */ + bool lazy_write; /* omit session write when it is possible */ + bool in_save_handler; /* state if session is in save handler or not */ + bool set_handler; /* state if session module i setting handler or not */ + zend_string *session_vars; /* serialized original session data */ +} php_ps_globals; + +typedef php_ps_globals zend_ps_globals; + +extern zend_module_entry session_module_entry; +#define phpext_session_ptr &session_module_entry + +#ifdef ZTS +#define PS(v) ZEND_TSRMG(ps_globals_id, php_ps_globals *, v) +#ifdef COMPILE_DL_SESSION +ZEND_TSRMLS_CACHE_EXTERN() +#endif +#else +#define PS(v) (ps_globals.v) +#endif + +#define PS_SERIALIZER_ENCODE_ARGS void +#define PS_SERIALIZER_DECODE_ARGS const char *val, size_t vallen + +typedef struct ps_serializer_struct { + const char *name; + zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS); + zend_result (*decode)(PS_SERIALIZER_DECODE_ARGS); +} ps_serializer; + +#define PS_SERIALIZER_ENCODE_NAME(x) ps_srlzr_encode_##x +#define PS_SERIALIZER_DECODE_NAME(x) ps_srlzr_decode_##x + +#define PS_SERIALIZER_ENCODE_FUNC(x) \ + zend_string *PS_SERIALIZER_ENCODE_NAME(x)(PS_SERIALIZER_ENCODE_ARGS) +#define PS_SERIALIZER_DECODE_FUNC(x) \ + zend_result PS_SERIALIZER_DECODE_NAME(x)(PS_SERIALIZER_DECODE_ARGS) + +#define PS_SERIALIZER_FUNCS(x) \ + PS_SERIALIZER_ENCODE_FUNC(x); \ + PS_SERIALIZER_DECODE_FUNC(x) + +#define PS_SERIALIZER_ENTRY(x) \ + { #x, PS_SERIALIZER_ENCODE_NAME(x), PS_SERIALIZER_DECODE_NAME(x) } + +/* default create id function */ +PHPAPI zend_string *php_session_create_id(PS_CREATE_SID_ARGS); +/* Dummy PS module functions */ +PHPAPI zend_result php_session_validate_sid(PS_VALIDATE_SID_ARGS); +PHPAPI zend_result php_session_update_timestamp(PS_UPDATE_TIMESTAMP_ARGS); + +PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len); + +PHPAPI zend_result php_session_destroy(void); +PHPAPI void php_add_session_var(zend_string *name); +PHPAPI zval *php_set_session_var(zend_string *name, zval *state_val, php_unserialize_data_t *var_hash); +PHPAPI zval *php_get_session_var(zend_string *name); +PHPAPI zval* php_get_session_var_str(const char *name, size_t name_len); + +PHPAPI zend_result php_session_register_module(const ps_module *); + +PHPAPI zend_result php_session_register_serializer(const char *name, + zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS), + zend_result (*decode)(PS_SERIALIZER_DECODE_ARGS)); + +PHPAPI zend_result php_session_start(void); +PHPAPI zend_result php_session_flush(int write); +PHPAPI php_session_status php_get_session_status(void); + +PHPAPI const ps_module *_php_find_ps_module(const char *name); +PHPAPI const ps_serializer *_php_find_ps_serializer(const char *name); + +PHPAPI zend_result php_session_valid_key(const char *key); +PHPAPI zend_result php_session_reset_id(void); + +#define PS_ADD_VARL(name) do { \ + php_add_session_var(name); \ +} while (0) + +#define PS_ADD_VAR(name) PS_ADD_VARL(name) + +#define PS_DEL_VARL(name) do { \ + if (!Z_ISNULL(PS(http_session_vars))) { \ + zend_hash_del(Z_ARRVAL(PS(http_session_vars)), name); \ + } \ +} while (0) + + +#define PS_ENCODE_VARS \ + zend_string *key; \ + zend_ulong num_key; \ + zval *struc; + +#define PS_ENCODE_LOOP(code) do { \ + HashTable *_ht = Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))); \ + ZEND_HASH_FOREACH_KEY(_ht, num_key, key) { \ + if (key == NULL) { \ + php_error_docref(NULL, E_WARNING, \ + "Skipping numeric key " ZEND_LONG_FMT, num_key);\ + continue; \ + } \ + if ((struc = php_get_session_var(key))) { \ + code; \ + } \ + } ZEND_HASH_FOREACH_END(); \ +} while(0) + +PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps) + +void php_session_auto_start(void *data); + +extern PHPAPI zend_class_entry *php_session_class_entry; + +extern PHPAPI zend_class_entry *php_session_iface_entry; + +extern PHPAPI zend_class_entry *php_session_id_iface_entry; + +extern PHPAPI zend_class_entry *php_session_update_timestamp_iface_entry; + +extern PHP_METHOD(SessionHandler, open); +extern PHP_METHOD(SessionHandler, close); +extern PHP_METHOD(SessionHandler, read); +extern PHP_METHOD(SessionHandler, write); +extern PHP_METHOD(SessionHandler, destroy); +extern PHP_METHOD(SessionHandler, gc); +extern PHP_METHOD(SessionHandler, create_sid); + +#endif diff --git a/lang/php85/pkg-descr b/lang/php85/pkg-descr new file mode 100644 index 000000000000..60a2137716fb --- /dev/null +++ b/lang/php85/pkg-descr @@ -0,0 +1,6 @@ +PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open +Source general-purpose scripting language that is especially suited for +Web development and can be embedded into HTML. Its syntax draws upon C, +Java, and Perl, and is easy to learn. The main goal of the language is to +allow web developers to write dynamically generated webpages quickly, but +you can do much more with PHP. diff --git a/lang/php85/pkg-message.mod b/lang/php85/pkg-message.mod new file mode 100644 index 000000000000..8ad98d25b4e6 --- /dev/null +++ b/lang/php85/pkg-message.mod @@ -0,0 +1,24 @@ +****************************************************************************** + +Consider switching to php-fpm and mod_fast_cgi as per Apache httpd project +recommendation. See https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM + +****************************************************************************** + +If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled, +add WITH_MPM=event to /etc/make.conf to prevent build failures. + +****************************************************************************** + +Make sure index.php is part of your DirectoryIndex. + +You should add the following to your Apache configuration file: + +<FilesMatch "\.php$"> + SetHandler application/x-httpd-php +</FilesMatch> +<FilesMatch "\.phps$"> + SetHandler application/x-httpd-php-source +</FilesMatch> + +****************************************************************************** diff --git a/lang/php85/pkg-plist b/lang/php85/pkg-plist new file mode 100644 index 000000000000..4ce095d86e09 --- /dev/null +++ b/lang/php85/pkg-plist @@ -0,0 +1,549 @@ +%%CLI%%bin/php +%%CGI%%bin/php-cgi +bin/php-config +%%PHPDBG%%bin/phpdbg +bin/phpize +%%FPM%%sbin/php-fpm +etc/php.conf +etc/php.ini-development +etc/php.ini-production +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf +%%FPM%%@sample etc/php-fpm.d/www.conf.default etc/php-fpm.d/www.conf +include/php/TSRM/TSRM.h +include/php/TSRM/tsrm_win32.h +include/php/Zend/Optimizer/zend_call_graph.h +include/php/Zend/Optimizer/zend_cfg.h +include/php/Zend/Optimizer/zend_dfg.h +include/php/Zend/Optimizer/zend_dump.h +include/php/Zend/Optimizer/zend_func_info.h +include/php/Zend/Optimizer/zend_inference.h +include/php/Zend/Optimizer/zend_optimizer.h +include/php/Zend/Optimizer/zend_ssa.h +include/php/Zend/Optimizer/zend_worklist.h +include/php/Zend/zend.h +include/php/Zend/zend_API.h +include/php/Zend/zend_alloc.h +include/php/Zend/zend_alloc_sizes.h +include/php/Zend/zend_arena.h +include/php/Zend/zend_ast.h +include/php/Zend/zend_atomic.h +include/php/Zend/zend_attributes.h +include/php/Zend/zend_attributes_arginfo.h +include/php/Zend/zend_bitset.h +include/php/Zend/zend_build.h +include/php/Zend/zend_builtin_functions.h +include/php/Zend/zend_builtin_functions_arginfo.h +include/php/Zend/zend_call_stack.h +include/php/Zend/zend_closures.h +include/php/Zend/zend_closures_arginfo.h +include/php/Zend/zend_compile.h +include/php/Zend/zend_config.h +include/php/Zend/zend_config.w32.h +include/php/Zend/zend_constants.h +include/php/Zend/zend_constants_arginfo.h +include/php/Zend/zend_cpuinfo.h +include/php/Zend/zend_dtrace.h +%%DTRACE%%include/php/Zend/zend_dtrace_gen.h +include/php/Zend/zend_enum.h +include/php/Zend/zend_enum_arginfo.h +include/php/Zend/zend_errors.h +include/php/Zend/zend_exceptions.h +include/php/Zend/zend_exceptions_arginfo.h +include/php/Zend/zend_execute.h +include/php/Zend/zend_extensions.h +include/php/Zend/zend_fibers.h +include/php/Zend/zend_fibers_arginfo.h +include/php/Zend/zend_float.h +include/php/Zend/zend_frameless_function.h +include/php/Zend/zend_gc.h +include/php/Zend/zend_gdb.h +include/php/Zend/zend_generators.h +include/php/Zend/zend_generators_arginfo.h +include/php/Zend/zend_globals.h +include/php/Zend/zend_globals_macros.h +include/php/Zend/zend_hash.h +include/php/Zend/zend_highlight.h +include/php/Zend/zend_hrtime.h +include/php/Zend/zend_inheritance.h +include/php/Zend/zend_ini.h +include/php/Zend/zend_ini_parser.h +include/php/Zend/zend_ini_scanner.h +include/php/Zend/zend_ini_scanner_defs.h +include/php/Zend/zend_interfaces.h +include/php/Zend/zend_interfaces_arginfo.h +include/php/Zend/zend_iterators.h +include/php/Zend/zend_language_parser.h +include/php/Zend/zend_language_scanner.h +include/php/Zend/zend_language_scanner_defs.h +include/php/Zend/zend_lazy_objects.h +include/php/Zend/zend_list.h +include/php/Zend/zend_llist.h +include/php/Zend/zend_long.h +include/php/Zend/zend_map_ptr.h +include/php/Zend/zend_max_execution_timer.h +include/php/Zend/zend_mmap.h +include/php/Zend/zend_modules.h +include/php/Zend/zend_multibyte.h +include/php/Zend/zend_multiply.h +include/php/Zend/zend_object_handlers.h +include/php/Zend/zend_objects.h +include/php/Zend/zend_objects_API.h +include/php/Zend/zend_observer.h +include/php/Zend/zend_operators.h +include/php/Zend/zend_portability.h +include/php/Zend/zend_property_hooks.h +include/php/Zend/zend_ptr_stack.h +include/php/Zend/zend_range_check.h +include/php/Zend/zend_signal.h +include/php/Zend/zend_simd.h +include/php/Zend/zend_smart_str.h +include/php/Zend/zend_smart_str_public.h +include/php/Zend/zend_smart_string.h +include/php/Zend/zend_smart_string_public.h +include/php/Zend/zend_sort.h +include/php/Zend/zend_stack.h +include/php/Zend/zend_stream.h +include/php/Zend/zend_string.h +include/php/Zend/zend_strtod.h +include/php/Zend/zend_strtod_int.h +include/php/Zend/zend_system_id.h +include/php/Zend/zend_type_info.h +include/php/Zend/zend_types.h +include/php/Zend/zend_variables.h +include/php/Zend/zend_verify_type_inference.h +include/php/Zend/zend_virtual_cwd.h +include/php/Zend/zend_vm.h +include/php/Zend/zend_vm_def.h +include/php/Zend/zend_vm_execute.h +include/php/Zend/zend_vm_handlers.h +include/php/Zend/zend_vm_opcodes.h +include/php/Zend/zend_vm_trace_handlers.h +include/php/Zend/zend_vm_trace_lines.h +include/php/Zend/zend_vm_trace_map.h +include/php/Zend/zend_weakrefs.h +include/php/Zend/zend_weakrefs_arginfo.h +include/php/ext/date/lib/timelib.h +include/php/ext/date/lib/timelib_config.h +include/php/ext/date/php_date.h +include/php/ext/hash/php_hash.h +include/php/ext/hash/php_hash_adler32.h +include/php/ext/hash/php_hash_crc32.h +include/php/ext/hash/php_hash_fnv.h +include/php/ext/hash/php_hash_gost.h +include/php/ext/hash/php_hash_haval.h +include/php/ext/hash/php_hash_joaat.h +include/php/ext/hash/php_hash_md.h +include/php/ext/hash/php_hash_murmur.h +include/php/ext/hash/php_hash_ripemd.h +include/php/ext/hash/php_hash_sha.h +include/php/ext/hash/php_hash_sha3.h +include/php/ext/hash/php_hash_snefru.h +include/php/ext/hash/php_hash_tiger.h +include/php/ext/hash/php_hash_whirlpool.h +include/php/ext/hash/php_hash_xxhash.h +include/php/ext/hash/xxhash/xxhash.h +include/php/ext/json/php_json.h +include/php/ext/json/php_json_parser.h +include/php/ext/json/php_json_scanner.h +include/php/ext/lexbor/core/array.h +include/php/ext/lexbor/core/array_obj.h +include/php/ext/lexbor/core/avl.h +include/php/ext/lexbor/core/base.h +include/php/ext/lexbor/core/bst.h +include/php/ext/lexbor/core/bst_map.h +include/php/ext/lexbor/core/conv.h +include/php/ext/lexbor/core/core.h +include/php/ext/lexbor/core/def.h +include/php/ext/lexbor/core/diyfp.h +include/php/ext/lexbor/core/dobject.h +include/php/ext/lexbor/core/dtoa.h +include/php/ext/lexbor/core/fs.h +include/php/ext/lexbor/core/hash.h +include/php/ext/lexbor/core/in.h +include/php/ext/lexbor/core/lexbor.h +include/php/ext/lexbor/core/mem.h +include/php/ext/lexbor/core/mraw.h +include/php/ext/lexbor/core/perf.h +include/php/ext/lexbor/core/plog.h +include/php/ext/lexbor/core/print.h +include/php/ext/lexbor/core/sbst.h +include/php/ext/lexbor/core/serialize.h +include/php/ext/lexbor/core/shs.h +include/php/ext/lexbor/core/str.h +include/php/ext/lexbor/core/strtod.h +include/php/ext/lexbor/core/str_res.h +include/php/ext/lexbor/core/swar.h +include/php/ext/lexbor/core/types.h +include/php/ext/lexbor/core/utils.h +include/php/ext/lexbor/css/at_rule.h +include/php/ext/lexbor/css/at_rule/const.h +include/php/ext/lexbor/css/at_rule/res.h +include/php/ext/lexbor/css/at_rule/state.h +include/php/ext/lexbor/css/base.h +include/php/ext/lexbor/css/css.h +include/php/ext/lexbor/css/declaration.h +include/php/ext/lexbor/css/property.h +include/php/ext/lexbor/css/property/const.h +include/php/ext/lexbor/css/property/res.h +include/php/ext/lexbor/css/property/state.h +include/php/ext/lexbor/css/rule.h +include/php/ext/lexbor/css/selectors/base.h +include/php/ext/lexbor/css/selectors/pseudo.h +include/php/ext/lexbor/css/selectors/pseudo_const.h +include/php/ext/lexbor/css/selectors/pseudo_res.h +include/php/ext/lexbor/css/selectors/pseudo_state.h +include/php/ext/lexbor/css/selectors/selector.h +include/php/ext/lexbor/css/selectors/selectors.h +include/php/ext/lexbor/css/selectors/state.h +include/php/ext/lexbor/css/state.h +include/php/ext/lexbor/css/stylesheet.h +include/php/ext/lexbor/css/syntax/anb.h +include/php/ext/lexbor/css/syntax/base.h +include/php/ext/lexbor/css/syntax/parser.h +include/php/ext/lexbor/css/syntax/res.h +include/php/ext/lexbor/css/syntax/state.h +include/php/ext/lexbor/css/syntax/state_res.h +include/php/ext/lexbor/css/syntax/syntax.h +include/php/ext/lexbor/css/syntax/token.h +include/php/ext/lexbor/css/syntax/token_res.h +include/php/ext/lexbor/css/syntax/tokenizer.h +include/php/ext/lexbor/css/syntax/tokenizer/error.h +include/php/ext/lexbor/css/unit.h +include/php/ext/lexbor/css/unit/const.h +include/php/ext/lexbor/css/unit/res.h +include/php/ext/lexbor/css/value.h +include/php/ext/lexbor/css/value/const.h +include/php/ext/lexbor/css/value/res.h +include/php/ext/lexbor/dom/interfaces/attr.h +include/php/ext/lexbor/dom/interfaces/attr_const.h +include/php/ext/lexbor/dom/interfaces/attr_res.h +include/php/ext/lexbor/dom/interfaces/cdata_section.h +include/php/ext/lexbor/dom/interfaces/character_data.h +include/php/ext/lexbor/dom/interfaces/comment.h +include/php/ext/lexbor/dom/interfaces/document.h +include/php/ext/lexbor/dom/interfaces/document_fragment.h +include/php/ext/lexbor/dom/interfaces/document_type.h +include/php/ext/lexbor/dom/interfaces/element.h +include/php/ext/lexbor/dom/interfaces/event_target.h +include/php/ext/lexbor/dom/interfaces/processing_instruction.h +include/php/ext/lexbor/dom/interfaces/shadow_root.h +include/php/ext/lexbor/dom/interfaces/text.h +include/php/ext/lexbor/encoding/multi.h +include/php/ext/lexbor/encoding/range.h +include/php/ext/lexbor/encoding/single.h +include/php/ext/lexbor/html/encoding.h +include/php/ext/lexbor/html/html.h +include/php/ext/lexbor/html/interface.h +include/php/ext/lexbor/html/interface_res.h +include/php/ext/lexbor/html/interfaces/anchor_element.h +include/php/ext/lexbor/html/interfaces/area_element.h +include/php/ext/lexbor/html/interfaces/audio_element.h +include/php/ext/lexbor/html/interfaces/base_element.h +include/php/ext/lexbor/html/interfaces/body_element.h +include/php/ext/lexbor/html/interfaces/br_element.h +include/php/ext/lexbor/html/interfaces/button_element.h +include/php/ext/lexbor/html/interfaces/canvas_element.h +include/php/ext/lexbor/html/interfaces/d_list_element.h +include/php/ext/lexbor/html/interfaces/data_element.h +include/php/ext/lexbor/html/interfaces/data_list_element.h +include/php/ext/lexbor/html/interfaces/details_element.h +include/php/ext/lexbor/html/interfaces/dialog_element.h +include/php/ext/lexbor/html/interfaces/directory_element.h +include/php/ext/lexbor/html/interfaces/div_element.h +include/php/ext/lexbor/html/interfaces/document.h +include/php/ext/lexbor/html/interfaces/element.h +include/php/ext/lexbor/html/interfaces/embed_element.h +include/php/ext/lexbor/html/interfaces/field_set_element.h +include/php/ext/lexbor/html/interfaces/font_element.h +include/php/ext/lexbor/html/interfaces/form_element.h +include/php/ext/lexbor/html/interfaces/frame_element.h +include/php/ext/lexbor/html/interfaces/frame_set_element.h +include/php/ext/lexbor/html/interfaces/head_element.h +include/php/ext/lexbor/html/interfaces/heading_element.h +include/php/ext/lexbor/html/interfaces/hr_element.h +include/php/ext/lexbor/html/interfaces/html_element.h +include/php/ext/lexbor/html/interfaces/iframe_element.h +include/php/ext/lexbor/html/interfaces/image_element.h +include/php/ext/lexbor/html/interfaces/input_element.h +include/php/ext/lexbor/html/interfaces/label_element.h +include/php/ext/lexbor/html/interfaces/legend_element.h +include/php/ext/lexbor/html/interfaces/li_element.h +include/php/ext/lexbor/html/interfaces/link_element.h +include/php/ext/lexbor/html/interfaces/map_element.h +include/php/ext/lexbor/html/interfaces/marquee_element.h +include/php/ext/lexbor/html/interfaces/media_element.h +include/php/ext/lexbor/html/interfaces/menu_element.h +include/php/ext/lexbor/html/interfaces/meta_element.h +include/php/ext/lexbor/html/interfaces/meter_element.h +include/php/ext/lexbor/html/interfaces/mod_element.h +include/php/ext/lexbor/html/interfaces/o_list_element.h +include/php/ext/lexbor/html/interfaces/object_element.h +include/php/ext/lexbor/html/interfaces/opt_group_element.h +include/php/ext/lexbor/html/interfaces/option_element.h +include/php/ext/lexbor/html/interfaces/output_element.h +include/php/ext/lexbor/html/interfaces/paragraph_element.h +include/php/ext/lexbor/html/interfaces/param_element.h +include/php/ext/lexbor/html/interfaces/picture_element.h +include/php/ext/lexbor/html/interfaces/pre_element.h +include/php/ext/lexbor/html/interfaces/progress_element.h +include/php/ext/lexbor/html/interfaces/quote_element.h +include/php/ext/lexbor/html/interfaces/script_element.h +include/php/ext/lexbor/html/interfaces/select_element.h +include/php/ext/lexbor/html/interfaces/slot_element.h +include/php/ext/lexbor/html/interfaces/source_element.h +include/php/ext/lexbor/html/interfaces/span_element.h +include/php/ext/lexbor/html/interfaces/style_element.h +include/php/ext/lexbor/html/interfaces/table_caption_element.h +include/php/ext/lexbor/html/interfaces/table_cell_element.h +include/php/ext/lexbor/html/interfaces/table_col_element.h +include/php/ext/lexbor/html/interfaces/table_element.h +include/php/ext/lexbor/html/interfaces/table_row_element.h +include/php/ext/lexbor/html/interfaces/table_section_element.h +include/php/ext/lexbor/html/interfaces/template_element.h +include/php/ext/lexbor/html/interfaces/text_area_element.h +include/php/ext/lexbor/html/interfaces/time_element.h +include/php/ext/lexbor/html/interfaces/title_element.h +include/php/ext/lexbor/html/interfaces/track_element.h +include/php/ext/lexbor/html/interfaces/u_list_element.h +include/php/ext/lexbor/html/interfaces/unknown_element.h +include/php/ext/lexbor/html/interfaces/video_element.h +include/php/ext/lexbor/html/interfaces/window.h +include/php/ext/lexbor/html/node.h +include/php/ext/lexbor/html/serialize.h +include/php/ext/lexbor/html/style.h +include/php/ext/lexbor/html/tag.h +include/php/ext/lexbor/html/tag_res.h +include/php/ext/lexbor/html/token.h +include/php/ext/lexbor/html/token_attr.h +include/php/ext/lexbor/html/tokenizer.h +include/php/ext/lexbor/html/tokenizer/error.h +include/php/ext/lexbor/html/tokenizer/res.h +include/php/ext/lexbor/html/tokenizer/state.h +include/php/ext/lexbor/html/tokenizer/state_comment.h +include/php/ext/lexbor/html/tokenizer/state_doctype.h +include/php/ext/lexbor/html/tokenizer/state_rawtext.h +include/php/ext/lexbor/html/tokenizer/state_rcdata.h +include/php/ext/lexbor/html/tokenizer/state_script.h +include/php/ext/lexbor/html/tree/active_formatting.h +include/php/ext/lexbor/html/tree/error.h +include/php/ext/lexbor/html/tree/insertion_mode.h +include/php/ext/lexbor/html/tree/open_elements.h +include/php/ext/lexbor/html/tree/template_insertion.h +include/php/ext/lexbor/html/tree_res.h +include/php/ext/lexbor/ns/base.h +include/php/ext/lexbor/ns/ns.h +include/php/ext/lexbor/ns/res.h +include/php/ext/lexbor/punycode/base.h +include/php/ext/lexbor/punycode/punycode.h +include/php/ext/lexbor/selectors/selectors.h +include/php/ext/lexbor/tag/base.h +include/php/ext/lexbor/tag/res.h +include/php/ext/lexbor/tag/tag.h +include/php/ext/lexbor/unicode/base.h +include/php/ext/lexbor/unicode/idna.h +include/php/ext/lexbor/unicode/res.h +include/php/ext/lexbor/unicode/unicode.h +include/php/ext/lexbor/url/base.h +include/php/ext/lexbor/url/url.h +include/php/ext/lexbor/css/log.h +include/php/ext/lexbor/css/parser.h +include/php/ext/lexbor/dom/base.h +include/php/ext/lexbor/dom/collection.h +include/php/ext/lexbor/dom/dom.h +include/php/ext/lexbor/dom/exception.h +include/php/ext/lexbor/dom/interface.h +include/php/ext/lexbor/dom/interfaces/node.h +include/php/ext/lexbor/encoding/base.h +include/php/ext/lexbor/encoding/const.h +include/php/ext/lexbor/encoding/decode.h +include/php/ext/lexbor/encoding/encode.h +include/php/ext/lexbor/encoding/encoding.h +include/php/ext/lexbor/encoding/res.h +include/php/ext/lexbor/html/base.h +include/php/ext/lexbor/html/parser.h +include/php/ext/lexbor/html/tree.h +include/php/ext/lexbor/ns/const.h +include/php/ext/lexbor/php_lexbor.h +include/php/ext/lexbor/selectors/base.h +include/php/ext/lexbor/tag/const.h +include/php/ext/libxml/php_libxml.h +%%MYSQLND%%include/php/ext/mysqlnd/config-win.h +%%MYSQLND%%include/php/ext/mysqlnd/mysql_float_to_double.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_alloc.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_auth.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_block_alloc.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_charset.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_commands.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_connection.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_debug.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_enum_n_def.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_ext_plugin.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_libmysql_compat.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_plugin.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_portability.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_priv.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_protocol_frame_codec.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_ps.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_read_buffer.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_result.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_result_meta.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_reverse_api.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_statistics.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_structs.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_vio.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_wireprotocol.h +%%MYSQLND%%include/php/ext/mysqlnd/php_mysqlnd.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/config.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_internal.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_intmodedep.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_jit_simd_inc.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_ucp.h +include/php/ext/pcre/php_pcre.h +include/php/ext/random/php_random.h +include/php/ext/random/php_random_csprng.h +include/php/ext/random/php_random_uint128.h +include/php/ext/spl/php_spl.h +include/php/ext/spl/spl_array.h +include/php/ext/spl/spl_directory.h +include/php/ext/spl/spl_dllist.h +include/php/ext/spl/spl_exceptions.h +include/php/ext/spl/spl_fixedarray.h +include/php/ext/spl/spl_functions.h +include/php/ext/spl/spl_heap.h +include/php/ext/spl/spl_iterators.h +include/php/ext/spl/spl_observer.h +include/php/ext/standard/base64.h +include/php/ext/standard/basic_functions.h +include/php/ext/standard/basic_functions_arginfo.h +include/php/ext/standard/crc32.h +include/php/ext/standard/crc32_x86.h +include/php/ext/standard/credits.h +include/php/ext/standard/credits_ext.h +include/php/ext/standard/credits_sapi.h +include/php/ext/standard/crypt_blowfish.h +include/php/ext/standard/crypt_freesec.h +include/php/ext/standard/css.h +include/php/ext/standard/dir_arginfo.h +include/php/ext/standard/dl.h +include/php/ext/standard/dl_arginfo.h +include/php/ext/standard/exec.h +include/php/ext/standard/file.h +include/php/ext/standard/file_arginfo.h +include/php/ext/standard/flock_compat.h +include/php/ext/standard/fsock.h +include/php/ext/standard/head.h +include/php/ext/standard/html.h +include/php/ext/standard/html_tables.h +include/php/ext/standard/info.h +include/php/ext/standard/md5.h +include/php/ext/standard/pack.h +include/php/ext/standard/pageinfo.h +include/php/ext/standard/password_arginfo.h +include/php/ext/standard/php_array.h +include/php/ext/standard/php_assert.h +include/php/ext/standard/php_browscap.h +include/php/ext/standard/php_crypt.h +include/php/ext/standard/php_crypt_r.h +include/php/ext/standard/php_dir.h +include/php/ext/standard/php_dir_int.h +include/php/ext/standard/php_dns.h +include/php/ext/standard/php_ext_syslog.h +include/php/ext/standard/php_filestat.h +include/php/ext/standard/php_fopen_wrappers.h +include/php/ext/standard/php_http.h +include/php/ext/standard/php_image.h +include/php/ext/standard/php_incomplete_class.h +include/php/ext/standard/php_mail.h +include/php/ext/standard/php_math.h +include/php/ext/standard/php_math_round_mode.h +include/php/ext/standard/php_net.h +include/php/ext/standard/php_password.h +include/php/ext/standard/php_smart_string.h +include/php/ext/standard/php_smart_string_public.h +include/php/ext/standard/php_standard.h +include/php/ext/standard/php_string.h +include/php/ext/standard/php_uuencode.h +include/php/ext/standard/php_var.h +include/php/ext/standard/php_versioning.h +include/php/ext/standard/proc_open.h +include/php/ext/standard/quot_print.h +include/php/ext/standard/scanf.h +include/php/ext/standard/sha1.h +include/php/ext/standard/streamsfuncs.h +include/php/ext/standard/url.h +include/php/ext/standard/url_scanner_ex.h +include/php/ext/standard/user_filters_arginfo.h +include/php/ext/standard/winver.h +include/php/ext/uri/php_lexbor.h +include/php/ext/uri/php_uri.h +include/php/ext/uri/php_uri_common.h +@touch include/php/ext/php_config.h +@rmempty include/php/ext/php_config.h +include/php/main/SAPI.h +include/php/main/build-defs.h +include/php/main/charclass.h +include/php/main/fastcgi.h +include/php/main/fopen_wrappers.h +include/php/main/http_status_codes.h +include/php/main/main_arginfo.h +include/php/main/php.h +include/php/main/php_compat.h +include/php/main/php_config.h +include/php/main/php_content_types.h +include/php/main/php_getopt.h +include/php/main/php_glob.h +include/php/main/php_globals.h +include/php/main/php_ini.h +include/php/main/php_ini_builder.h +include/php/main/php_main.h +include/php/main/php_memory_streams.h +include/php/main/php_network.h +include/php/main/php_odbc_utils.h +include/php/main/php_open_temporary_file.h +include/php/main/php_output.h +include/php/main/php_reentrancy.h +include/php/main/php_scandir.h +include/php/main/php_streams.h +include/php/main/php_syslog.h +include/php/main/php_ticks.h +include/php/main/php_variables.h +include/php/main/php_version.h +include/php/main/rfc1867.h +include/php/main/snprintf.h +include/php/main/spprintf.h +include/php/main/streams/php_stream_context.h +include/php/main/streams/php_stream_filter_api.h +include/php/main/streams/php_stream_glob_wrapper.h +include/php/main/streams/php_stream_mmap.h +include/php/main/streams/php_stream_plain_wrapper.h +include/php/main/streams/php_stream_transport.h +include/php/main/streams/php_stream_userspace.h +include/php/main/streams/php_streams_int.h +include/php/main/streams/userspace_arginfo.h +%%CLI%%include/php/sapi/cli/cli.h +%%EMBED%%include/php/sapi/embed/php_embed.h +%%EMBED%%lib/libphp.so +lib/php/build/Makefile.global +lib/php/build/ax_check_compile_flag.m4 +lib/php/build/ax_gcc_func_attribute.m4 +lib/php/build/config.guess +lib/php/build/config.sub +lib/php/build/gen_stub.php +lib/php/build/libtool.m4 +lib/php/build/ltmain.sh +lib/php/build/php.m4 +lib/php/build/php_cxx_compile_stdcxx.m4 +lib/php/build/phpize.m4 +lib/php/build/pkg.m4 +lib/php/build/run-tests.php +lib/php/build/shtool +%%CGI%%share/man/man1/php-cgi.1.gz +share/man/man1/php-config.1.gz +%%CLI%%share/man/man1/php.1.gz +%%PHPDBG%%share/man/man1/phpdbg.1.gz +share/man/man1/phpize.1.gz +%%FPM%%share/man/man8/php-fpm.8.gz +%%FPM%%share/php/fpm/status.html diff --git a/lang/php85/pkg-plist.mod b/lang/php85/pkg-plist.mod new file mode 100644 index 000000000000..8939be6d3d5e --- /dev/null +++ b/lang/php85/pkg-plist.mod @@ -0,0 +1,3 @@ +%%APACHEMODDIR%%/%%AP_MODULE%% +@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 0b4dee9b243f..6eab866688f9 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= LOCAL/obrien \ http://sepwww.stanford.edu/sep/prof/ DISTFILES= ratfor.shar.2 local.ratfor77.shar -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rational FORTRAN compiler LICENSE= PD diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index f365179c3a50..c2be5107c190 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,5 +1,5 @@ PORTNAME= yabasic -PORTVERSION= 2.91.2 +PORTVERSION= 2.91.3 PORTEPOCH= 1 CATEGORIES= lang diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo index 14f999ac9dfb..35646a90803f 100644 --- a/lang/yabasic/distinfo +++ b/lang/yabasic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742885813 -SHA256 (marcIhm-yabasic-2.91.2_GH0.tar.gz) = e9e99700f2d4d4d746e7abf6d6fba713d2fa71e0585c074cc7707a8291285183 -SIZE (marcIhm-yabasic-2.91.2_GH0.tar.gz) = 2228643 +TIMESTAMP = 1751442906 +SHA256 (marcIhm-yabasic-2.91.3_GH0.tar.gz) = 7cfccb5d3fcb1e0b28e1f5df9312bfa593a8bcd4b1c4393931268e0185353515 +SIZE (marcIhm-yabasic-2.91.3_GH0.tar.gz) = 2228925 diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index b49c29619554..5f94429fffab 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index f3806066f6f7..4f1cd4830dc2 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750971738 -SHA256 (nextcloud/mail-v5.1.5.tar.gz) = 5a7853715976bcff260ea5d30f84c92251a48a085e73dee4501530cec0684ca2 -SIZE (nextcloud/mail-v5.1.5.tar.gz) = 26681365 +TIMESTAMP = 1751485087 +SHA256 (nextcloud/mail-v5.1.6.tar.gz) = 7d01b83cffc07f283afe95dab14550c87f975c4df7af0ec5d4b2786832e248ec +SIZE (nextcloud/mail-v5.1.6.tar.gz) = 26251064 diff --git a/mail/p5-Sisimai/Makefile b/mail/p5-Sisimai/Makefile index 265ea5abd399..3362b91e0ab0 100644 --- a/mail/p5-Sisimai/Makefile +++ b/mail/p5-Sisimai/Makefile @@ -1,6 +1,6 @@ PORTNAME= Sisimai -PORTVERSION= 5.3.0 DISTVERSIONPREFIX= v +DISTVERSION= 5.4.0 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AKXLIX diff --git a/mail/p5-Sisimai/distinfo b/mail/p5-Sisimai/distinfo index 0307a55da89a..c4aef849d3cb 100644 --- a/mail/p5-Sisimai/distinfo +++ b/mail/p5-Sisimai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289412 -SHA256 (Sisimai-v5.3.0.tar.gz) = 6811dc238fb150f1c01b064836b16afd90995a77628ba593a27efddb156c6d12 -SIZE (Sisimai-v5.3.0.tar.gz) = 1095663 +TIMESTAMP = 1751470827 +SHA256 (Sisimai-v5.4.0.tar.gz) = 5c3eb54486b008e2108f74dfbf8a517cc8abd2fe5f989cea5dd9d7292c9b90cd +SIZE (Sisimai-v5.4.0.tar.gz) = 1096579 diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 96a7d8074294..6d3f08f82559 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,9 @@ PORTNAME= thunderbird DISTVERSION= 140.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index f30f58ad77a5..9fb311041439 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750334571 -SHA256 (thunderbird-140.0.source.tar.xz) = 782d1b6403889ae58e745fa411478a112e5a73d84d7c56a75c29d1a9da374a22 -SIZE (thunderbird-140.0.source.tar.xz) = 748958084 +TIMESTAMP = 1751475445 +SHA256 (thunderbird-140.0.source.tar.xz) = 367d6e5e8c2190871f72bcd137bf03911a749b0530bbc182a18ad03389c9386e +SIZE (thunderbird-140.0.source.tar.xz) = 755175976 diff --git a/mail/thunderbird/files/patch-bug1973073 b/mail/thunderbird/files/patch-bug1973073 deleted file mode 100644 index af0d682e8d03..000000000000 --- a/mail/thunderbird/files/patch-bug1973073 +++ /dev/null @@ -1,23 +0,0 @@ - -# HG changeset patch -# User Daniel Darnell <daniel@thunderbird.net> -# Date 1750358329 25200 -# Node ID 68f59e2fec41c8c2e6b89de9a119a862a8358add -# Parent 275763c890c435d54bfc540dbd26bed5e170cd4a -Bug 1973073 - Temporarily hard-code MOZ_OFFICIAL_BRANDING_DIRECTORY into confvars.sh (for comm-release). rs=bustage-fix a=dandarnell - -diff --git comm/mail/confvars.sh comm/mail/confvars.sh ---- comm/mail/confvars.sh -+++ comm/mail/confvars.sh -@@ -1,9 +1,9 @@ - #! /bin/sh - # This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - - MOZ_BRANDING_DIRECTORY=comm/mail/branding/nightly - - # This is a temporary hard-coded measure to accomodate MSIX repackaging --MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/tb_beta -+MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/thunderbird - diff --git a/math/Makefile b/math/Makefile index ce2fd3a4e380..27f892d913e1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -895,6 +895,8 @@ SUBDIR += php83-gmp SUBDIR += php84-bcmath SUBDIR += php84-gmp + SUBDIR += php85-bcmath + SUBDIR += php85-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha diff --git a/math/R-cran-doBy/Makefile b/math/R-cran-doBy/Makefile index 0803642e83ef..c890f3655dbb 100644 --- a/math/R-cran-doBy/Makefile +++ b/math/R-cran-doBy/Makefile @@ -1,5 +1,5 @@ PORTNAME= doBy -DISTVERSION= 4.6.27 +DISTVERSION= 4.7.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-doBy/distinfo b/math/R-cran-doBy/distinfo index fd5af79a5ffb..c384f6fb6177 100644 --- a/math/R-cran-doBy/distinfo +++ b/math/R-cran-doBy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747473203 -SHA256 (doBy_4.6.27.tar.gz) = e175e80da373ddc31b7f38102e3f6690cccea39394b5816688c99ed60e4860bd -SIZE (doBy_4.6.27.tar.gz) = 4583797 +TIMESTAMP = 1751384304 +SHA256 (doBy_4.7.0.tar.gz) = aa706dc5747ded642a6d70ec7b8369317d7cb7c4b50d885ec54e31ced9fa2788 +SIZE (doBy_4.7.0.tar.gz) = 4588869 diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile index 34350fff5c6b..f7eb7a172cf8 100644 --- a/math/octave-forge-datatypes/Makefile +++ b/math/octave-forge-datatypes/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-datatypes DISTVERSIONPREFIX= release- -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= math @@ -12,8 +12,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave -# \ -# compiler:nestedfct # A way to get g++ which understands -fconcepts. USE_GITHUB= yes GH_ACCOUNT= pr0m1th3as GH_PROJECT= datatypes diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo index 97154caaa31f..9c3bdea8edfb 100644 --- a/math/octave-forge-datatypes/distinfo +++ b/math/octave-forge-datatypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748539100 -SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.3_GH0.tar.gz) = 52f204c0ec0c975c11e0f0607bf18fee3b634cca4498b927a4d5ca3827be5f01 -SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.3_GH0.tar.gz) = 288625 +TIMESTAMP = 1751474772 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.4_GH0.tar.gz) = c8c3d2ce0a54b5a7b122628676c665444973fdc088d3a94af74204fd9162ec74 +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.4_GH0.tar.gz) = 289647 diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 2e6eb15371a0..73154f0ccd51 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-octproj -PORTVERSION= 3.0.2 -PORTREVISION= 11 +PORTVERSION= 3.1.0 CATEGORIES= math MASTER_SITES= https://bitbucket.org/jgpallero/octproj/downloads/ DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -16,9 +15,4 @@ LIB_DEPENDS+= libproj.so:graphics/proj USES= octave -NO_ARCH= yes - -post-patch: - ${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/math/octave-forge-octproj/distinfo b/math/octave-forge-octproj/distinfo index 28fa29a9888a..d6eafe24e844 100644 --- a/math/octave-forge-octproj/distinfo +++ b/math/octave-forge-octproj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667845193 -SHA256 (octave-forge/octproj-3.0.2.tar.gz) = 1b60239ede0a19aabd85d5c72c72fee9df6519bf37c2430766ab303628f04b3b -SIZE (octave-forge/octproj-3.0.2.tar.gz) = 9500328 +TIMESTAMP = 1751335353 +SHA256 (octave-forge/octproj-3.1.0.tar.gz) = 17586a1125e6c1a1e9e2a5d9add6859ed2f7a7b86e68e93c94327860f4baafe7 +SIZE (octave-forge/octproj-3.1.0.tar.gz) = 9501835 diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 5cc3f30f4e79..664d312467f7 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index 6e7665b04202..e906fb163a4f 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744815063 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.0_GH0.tar.gz) = 18eb90d7a97bfa477b4fee0898d8af85213b710086f6b7a1983561b14da47ebe -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.0_GH0.tar.gz) = 159428 +TIMESTAMP = 1751474732 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.1_GH0.tar.gz) = 832118658041d0fcd0662a57aaea201c4e857bba20993a67add9b638054e2445 +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.1_GH0.tar.gz) = 160024 diff --git a/math/php85-bcmath/Makefile b/math/php85-bcmath/Makefile new file mode 100644 index 000000000000..57963b7ed57d --- /dev/null +++ b/math/php85-bcmath/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/math/php85-gmp/Makefile b/math/php85-gmp/Makefile new file mode 100644 index 000000000000..88a9d5f7b23b --- /dev/null +++ b/math/php85-gmp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gmp + +.include "${MASTERDIR}/Makefile" diff --git a/misc/Makefile b/misc/Makefile index d8c592931cf5..e7ca2e0d10cd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -397,6 +397,7 @@ SUBDIR += php82-calendar SUBDIR += php83-calendar SUBDIR += php84-calendar + SUBDIR += php85-calendar SUBDIR += pinfo SUBDIR += pipe SUBDIR += posixtestsuite diff --git a/misc/php85-calendar/Makefile b/misc/php85-calendar/Makefile new file mode 100644 index 000000000000..3aa1dd0de3d9 --- /dev/null +++ b/misc/php85-calendar/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index ed9904807654..5548ff728515 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 6.1.2 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index eac9ea7b6396..60493c9a5b0c 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 4.4.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ PKGNAMESUFFIX= 4 diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index c15637c97eca..962b528ab0ed 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.8.1 PORTREVISION?= 0 CATEGORIES= multimedia -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast and safe AV1 encoder WWW= https://github.com/xiph/rav1e diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index ca460bb2fac6..1b1ccd2459a9 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,40 +1,33 @@ PORTNAME= totem -PORTVERSION= 43.1 -PORTREVISION= 2 +PORTVERSION= 43.2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= Gstreamer-based video player for the GNOME 3 Desktop +COMMENT= Gstreamer-based video player for the GNOME Desktop WWW= https://apps.gnome.org/Totem/ -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ - pylint:devel/pylint@${PY_FLAVOR} \ - appstream-glib>=0:devel/appstream-glib \ - itstool:textproc/itstool \ - grilo-plugins>=0:net/grilo-plugins -LIB_DEPENDS= libgdata.so:devel/libgdata \ - libpeas-1.0.so:devel/libpeas1 \ - libjson-glib-1.0.so:devel/json-glib \ +BUILD_DEPENDS= iso-codes>0:misc/iso-codes \ + itstool:textproc/itstool +LIB_DEPENDS= libpeas-1.0.so:devel/libpeas1 \ libgrilo-0.3.so:net/grilo \ libtotem-plparser.so:multimedia/totem-pl-parser \ libhandy-1.so:x11-toolkits/libhandy \ - libportal-gtk3.so:deskutils/libportal-gtk3 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ - ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} \ - gnome-settings-daemon>=2.91.0:sysutils/gnome-settings-daemon \ - gnome-icon-theme-symbolic>=2.91.0:x11-themes/gnome-icon-theme-symbolic \ + libportal.so:deskutils/libportal \ + libportal-gtk3.so:deskutils/libportal-gtk3 \ + libepoxy.so:graphics/libepoxy +RUN_DEPENDS= iso-codes>0:misc/iso-codes \ + gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ grilo-plugins>=0:net/grilo-plugins -PORTSCOUT= limitw:1,even - USES= compiler desktop-file-utils gettext gl gnome gstreamer localbase meson \ - pkgconfig python tar:xz xorg -USE_GNOME= cairo gtk30 intlhack introspection libxml2 pygobject3 gnomedesktop3 + perl5 pkgconfig python tar:xz xorg +USE_GNOME= cairo gtk30 introspection libxml2 pygobject3 gnomedesktop3 +USE_PERL5= build USE_XORG= x11 xorgproto xtst ice sm USE_GSTREAMER= core good bad soup ugly gtk USE_GL= egl @@ -42,6 +35,9 @@ USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} +MESON_ARGS= -Denable-easy-codec-installation=no \ + -Dui-tests=false + GLIB_SCHEMAS= org.gnome.totem.enums.xml \ org.gnome.totem.gschema.xml \ org.gnome.totem.plugins.opensubtitles.gschema.xml \ diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo index 170258c624c4..c5b40d6ae0d9 100644 --- a/multimedia/totem/distinfo +++ b/multimedia/totem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741164631 -SHA256 (gnome/totem-43.1.tar.xz) = 5668291e9c6444985cb3ffe4ea4f0212f54c2bbe60dd01114c1a950f94759e6d -SIZE (gnome/totem-43.1.tar.xz) = 2545240 +TIMESTAMP = 1747932838 +SHA256 (gnome/totem-43.2.tar.xz) = 0b007d30fbb93b95a604f14848a497f57fc333a75c2e638a249972e99c01e6a4 +SIZE (gnome/totem-43.2.tar.xz) = 2552500 diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist index 9d63a0a41394..d09da859b7db 100644 --- a/multimedia/totem/pkg-plist +++ b/multimedia/totem/pkg-plist @@ -8,8 +8,6 @@ lib/girepository-1.0/Totem-1.0.typelib lib/libtotem.so lib/libtotem.so.0 lib/libtotem.so.0.0.0 -lib/totem/plugins/apple-trailers/apple-trailers.plugin -lib/totem/plugins/apple-trailers/libapple-trailers.so lib/totem/plugins/autoload-subtitles/autoload-subtitles.plugin lib/totem/plugins/autoload-subtitles/libautoload-subtitles.so lib/totem/plugins/im-status/libtotem-im-status.so @@ -41,8 +39,6 @@ lib/totem/plugins/skipto/libskipto.so lib/totem/plugins/skipto/skipto.plugin lib/totem/plugins/variable-rate/libvariable-rate.so lib/totem/plugins/variable-rate/variable-rate.plugin -lib/totem/plugins/vimeo/libvimeo.so -lib/totem/plugins/vimeo/vimeo.plugin libdata/pkgconfig/totem.pc libexec/totem-gallery-thumbnailer share/GConf/gsettings/opensubtitles.convert @@ -974,6 +970,7 @@ share/locale/th/LC_MESSAGES/totem.mo share/locale/tr/LC_MESSAGES/totem.mo share/locale/ug/LC_MESSAGES/totem.mo share/locale/uk/LC_MESSAGES/totem.mo +share/locale/uz/LC_MESSAGES/totem.mo share/locale/vi/LC_MESSAGES/totem.mo share/locale/wa/LC_MESSAGES/totem.mo share/locale/xh/LC_MESSAGES/totem.mo 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/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 499c918f9351..d6f3f2de3bf7 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.58.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index d3f68c246e88..a4308db6df0c 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.15.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index e37c9e89abf8..8b01d855b206 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -303,6 +303,7 @@ SUBDIR += php82-snmp SUBDIR += php83-snmp SUBDIR += php84-snmp + SUBDIR += php85-snmp SUBDIR += phpfpm_exporter SUBDIR += phpipam SUBDIR += ping_exporter 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/php85-snmp/Makefile b/net-mgmt/php85-snmp/Makefile new file mode 100644 index 000000000000..9bfc0601bbb2 --- /dev/null +++ b/net-mgmt/php85-snmp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" diff --git a/net/Makefile b/net/Makefile index a37359abd0ff..3c536bc5411a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1006,6 +1006,9 @@ SUBDIR += php84-ldap SUBDIR += php84-soap SUBDIR += php84-sockets + SUBDIR += php85-ldap + SUBDIR += php85-soap + SUBDIR += php85-sockets SUBDIR += phpldapadmin SUBDIR += pimcommon SUBDIR += pimd diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 6928d5b2794d..33a8ce01dccd 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 527.0.0 +DISTVERSION= 528.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo index 281108648db3..b36467bba433 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751269126 -SHA256 (google-cloud-sdk-527.0.0-linux-x86_64.tar.gz) = bf919b4d0e5d15e2f980521401a5e935e90488f8d3a7a129c8cf678c4a553405 -SIZE (google-cloud-sdk-527.0.0-linux-x86_64.tar.gz) = 149019519 +TIMESTAMP = 1751443535 +SHA256 (google-cloud-sdk-528.0.0-linux-x86_64.tar.gz) = 569d83e9aa53201426eac0abf288b4b574ca93c68dafca92f0e14a98ff5527f9 +SIZE (google-cloud-sdk-528.0.0-linux-x86_64.tar.gz) = 149050088 diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 1527bc49590c..2f7f365e4b08 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -1,35 +1,35 @@ PORTNAME= grilo-plugins -PORTVERSION= 0.3.16 -PORTREVISION= 2 +PORTVERSION= 0.3.18 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for net/grilo -WWW= https://wiki.gnome.org/Grilo +WWW= https://gitlab.gnome.org/GNOME/grilo-plugins -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + localsearch:sysutils/localsearch LIB_DEPENDS= libgrilo-0.3.so:net/grilo \ libavahi-gobject.so:net/avahi-app \ - libgdata.so:devel/libgdata \ - liboauth.so:net/liboauth \ libgoa-1.0.so:net/gnome-online-accounts \ libgom-1.0.so:databases/gom \ libtotem-plparser.so:multimedia/totem-pl-parser \ libsoup-3.0.so:devel/libsoup3 \ libmediaart-2.0.so:multimedia/libmediaart \ - libgmime-2.6.so:mail/gmime26 \ libjson-glib-1.0.so:devel/json-glib \ libtinysparql-3.0.so:devel/tinysparql -USES= gettext gperf gnome gstreamer libarchive meson pathfix pkgconfig sqlite tar:xz +USES= gettext gnome gstreamer libarchive meson pkgconfig sqlite tar:xz USE_LDCONFIG= yes -USE_GNOME= glib20 intlhack libxml2 +USE_GNOME= glib20 libxml2 USE_GSTREAMER= chromaprint -MESON_ARGS= -Denable-lua-factory=no +MESON_ARGS= -Denable-lua-factory=no \ + -Denable-dleyna=no \ + -Denable-flickr=no \ + -Denable-youtube=no OPTIONS_SUB= yes OPTIONS_DEFINE= DMAP diff --git a/net/grilo-plugins/distinfo b/net/grilo-plugins/distinfo index 37b0548f1d7e..66312b140399 100644 --- a/net/grilo-plugins/distinfo +++ b/net/grilo-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741163307 -SHA256 (grilo-plugins-0.3.16.tar.xz) = fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb -SIZE (grilo-plugins-0.3.16.tar.xz) = 1843572 +TIMESTAMP = 1750868717 +SHA256 (grilo-plugins-0.3.18.tar.xz) = 8e3ce74ee717c3c322d0cb0f8df26bb0914028a5d016e28055ffb49cc9a46c5e +SIZE (grilo-plugins-0.3.18.tar.xz) = 2071656 diff --git a/net/grilo-plugins/pkg-plist b/net/grilo-plugins/pkg-plist index c8e4529903c7..0d83369468cf 100644 --- a/net/grilo-plugins/pkg-plist +++ b/net/grilo-plugins/pkg-plist @@ -2,9 +2,7 @@ lib/grilo-0.3/libgrlbookmarks.so lib/grilo-0.3/libgrlchromaprint.so %%DMAP%%lib/grilo-0.3/libgrldaap.so %%DMAP%%lib/grilo-0.3/libgrldpap.so -lib/grilo-0.3/libgrldleyna.so lib/grilo-0.3/libgrlfilesystem.so -lib/grilo-0.3/libgrlflickr.so lib/grilo-0.3/libgrlfreebox.so lib/grilo-0.3/libgrlgravatar.so lib/grilo-0.3/libgrllocalmetadata.so @@ -12,7 +10,6 @@ lib/grilo-0.3/libgrlmagnatune.so lib/grilo-0.3/libgrlmetadatastore.so lib/grilo-0.3/libgrlopticalmedia.so lib/grilo-0.3/libgrlpodcasts.so -lib/grilo-0.3/libgrlraitv.so lib/grilo-0.3/libgrlshoutcast.so lib/grilo-0.3/libgrlthetvdb.so lib/grilo-0.3/libgrltmdb.so @@ -39,6 +36,9 @@ share/help/es/grilo-plugins/legal.xml share/help/eu/examples/example-tmdb.c share/help/eu/grilo-plugins/grilo-plugins.xml share/help/eu/grilo-plugins/legal.xml +share/help/fr/examples/example-tmdb.c +share/help/fr/grilo-plugins/grilo-plugins.xml +share/help/fr/grilo-plugins/legal.xml share/help/gl/examples/example-tmdb.c share/help/gl/grilo-plugins/grilo-plugins.xml share/help/gl/grilo-plugins/legal.xml @@ -54,6 +54,9 @@ share/help/pl/grilo-plugins/legal.xml share/help/pt_BR/examples/example-tmdb.c share/help/pt_BR/grilo-plugins/grilo-plugins.xml share/help/pt_BR/grilo-plugins/legal.xml +share/help/ru/examples/example-tmdb.c +share/help/ru/grilo-plugins/grilo-plugins.xml +share/help/ru/grilo-plugins/legal.xml share/help/sv/examples/example-tmdb.c share/help/sv/grilo-plugins/grilo-plugins.xml share/help/sv/grilo-plugins/legal.xml @@ -75,17 +78,20 @@ share/locale/en_GB/LC_MESSAGES/grilo-plugins.mo share/locale/eo/LC_MESSAGES/grilo-plugins.mo share/locale/es/LC_MESSAGES/grilo-plugins.mo share/locale/eu/LC_MESSAGES/grilo-plugins.mo +share/locale/fa/LC_MESSAGES/grilo-plugins.mo share/locale/fi/LC_MESSAGES/grilo-plugins.mo share/locale/fr/LC_MESSAGES/grilo-plugins.mo share/locale/fur/LC_MESSAGES/grilo-plugins.mo share/locale/gl/LC_MESSAGES/grilo-plugins.mo share/locale/he/LC_MESSAGES/grilo-plugins.mo +share/locale/hi/LC_MESSAGES/grilo-plugins.mo share/locale/hr/LC_MESSAGES/grilo-plugins.mo share/locale/hu/LC_MESSAGES/grilo-plugins.mo share/locale/id/LC_MESSAGES/grilo-plugins.mo share/locale/it/LC_MESSAGES/grilo-plugins.mo share/locale/ja/LC_MESSAGES/grilo-plugins.mo share/locale/ka/LC_MESSAGES/grilo-plugins.mo +share/locale/kab/LC_MESSAGES/grilo-plugins.mo share/locale/ko/LC_MESSAGES/grilo-plugins.mo share/locale/lt/LC_MESSAGES/grilo-plugins.mo share/locale/lv/LC_MESSAGES/grilo-plugins.mo @@ -106,6 +112,7 @@ share/locale/sl/LC_MESSAGES/grilo-plugins.mo share/locale/sr/LC_MESSAGES/grilo-plugins.mo share/locale/sr@latin/LC_MESSAGES/grilo-plugins.mo share/locale/sv/LC_MESSAGES/grilo-plugins.mo +share/locale/th/LC_MESSAGES/grilo-plugins.mo share/locale/tr/LC_MESSAGES/grilo-plugins.mo share/locale/uk/LC_MESSAGES/grilo-plugins.mo share/locale/zh_CN/LC_MESSAGES/grilo-plugins.mo diff --git a/net/libdaq/Makefile b/net/libdaq/Makefile index 03b613ba3778..e0d9103c6ff4 100644 --- a/net/libdaq/Makefile +++ b/net/libdaq/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdaq DISTVERSIONPREFIX= v -DISTVERSION= 3.0.19 +DISTVERSION= 3.0.20 CATEGORIES= net PATCH_SITES= https://github.com/glebius/${PORTNAME}/commit/ diff --git a/net/libdaq/distinfo b/net/libdaq/distinfo index f2b7c637812b..011e6b18afa3 100644 --- a/net/libdaq/distinfo +++ b/net/libdaq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1741854241 -SHA256 (snort3-libdaq-v3.0.19_GH0.tar.gz) = 28d026de46f8206b1a74dd6bf7de10ca19d7a7c95a463744b9f79e51958e5889 -SIZE (snort3-libdaq-v3.0.19_GH0.tar.gz) = 168648 +TIMESTAMP = 1751443855 +SHA256 (snort3-libdaq-v3.0.20_GH0.tar.gz) = 42730cb427695d4049deaa667623036b3915eaa651bcb91493ca450f06bb36b3 +SIZE (snort3-libdaq-v3.0.20_GH0.tar.gz) = 168753 SHA256 (c0f3283ad42a1d8e70ee699271b91168b14ec357.patch) = df4e9e3bb00cebb7d215dc681896552e7458ae266852b7ba65ef9eca0436d9ea SIZE (c0f3283ad42a1d8e70ee699271b91168b14ec357.patch) = 1951 diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index b427d9405543..0cddb81b81f4 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= nats-server DISTVERSIONPREFIX= v -DISTVERSION= 2.11.5 +DISTVERSION= 2.11.6 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-server/distinfo b/net/nats-server/distinfo index 6d46ae120dcd..f0c4f8d78891 100644 --- a/net/nats-server/distinfo +++ b/net/nats-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751097646 -SHA256 (go/net_nats-server/nats-server-v2.11.5/v2.11.5.mod) = ee1f7dec017d5edc6b1613d0163f236bf06a257afcf0c1ce99769f23d7683a43 -SIZE (go/net_nats-server/nats-server-v2.11.5/v2.11.5.mod) = 510 -SHA256 (go/net_nats-server/nats-server-v2.11.5/v2.11.5.zip) = d0efbf7f710d8f8588f64b8608b589dcde359bd955e46dccd03475a398c7f8f3 -SIZE (go/net_nats-server/nats-server-v2.11.5/v2.11.5.zip) = 2853658 +TIMESTAMP = 1751437011 +SHA256 (go/net_nats-server/nats-server-v2.11.6/v2.11.6.mod) = ee1f7dec017d5edc6b1613d0163f236bf06a257afcf0c1ce99769f23d7683a43 +SIZE (go/net_nats-server/nats-server-v2.11.6/v2.11.6.mod) = 510 +SHA256 (go/net_nats-server/nats-server-v2.11.6/v2.11.6.zip) = 9cbb95a5646ec4f6429db8ba7e01aa621c483f61c213ef2fcaf614ff51542599 +SIZE (go/net_nats-server/nats-server-v2.11.6/v2.11.6.zip) = 2855279 diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile index d714f06a3b6e..59abcec24163 100644 --- a/net/pecl-amqp/Makefile +++ b/net/pecl-amqp/Makefile @@ -12,5 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c USES= php:pecl localbase +IGNORE_WITH_PHP= 85 .include <bsd.port.mk> diff --git a/net/php85-ldap/Makefile b/net/php85-ldap/Makefile new file mode 100644 index 000000000000..04c2b828b3ac --- /dev/null +++ b/net/php85-ldap/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ldap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php85-soap/Makefile b/net/php85-soap/Makefile new file mode 100644 index 000000000000..8ec7899a8d51 --- /dev/null +++ b/net/php85-soap/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -soap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php85-sockets/Makefile b/net/php85-sockets/Makefile new file mode 100644 index 000000000000..5a88299c5324 --- /dev/null +++ b/net/php85-sockets/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sockets + +.include "${MASTERDIR}/Makefile" 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/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/net/xrdp/Makefile b/net/xrdp/Makefile index ea39e63a1df2..e257f0ad4825 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -1,8 +1,8 @@ PORTNAME= xrdp -DISTVERSION= 0.10.3 +DISTVERSION= 0.10.4 PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= https://github.com/neutribolabs/${PORTNAME}/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/ DIST_SUBDIR?= ${PORTNAME} PATCH_SITES= https://github.com/neutrinolabs/${PORTNAME}/commit/ diff --git a/net/xrdp/distinfo b/net/xrdp/distinfo index 1411b6d5ebf4..f06e3fe911b9 100644 --- a/net/xrdp/distinfo +++ b/net/xrdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743349368 -SHA256 (xrdp/xrdp-0.10.3.tar.gz) = 52d79732ab87c66390b088429bf495d65c1d0a1ad04e832b95c0f14e1174d096 -SIZE (xrdp/xrdp-0.10.3.tar.gz) = 2480538 +TIMESTAMP = 1751423729 +SHA256 (xrdp/xrdp-0.10.4.tar.gz) = afa68a8a3e1b60ef6ec84af2732d03131986ece58b05fbc0453e7ed4fbe3dde8 +SIZE (xrdp/xrdp-0.10.4.tar.gz) = 2468886 diff --git a/net/xrdp/pkg-plist b/net/xrdp/pkg-plist index 3e93114ac383..dc089412cdb8 100644 --- a/net/xrdp/pkg-plist +++ b/net/xrdp/pkg-plist @@ -23,6 +23,9 @@ etc/rc.d/xrdp-sesman %%ETCDIR%%/km-00000416.ini %%ETCDIR%%/km-00000419.ini %%ETCDIR%%/km-0000041d.ini +%%ETCDIR%%/km-00000426.ini +%%ETCDIR%%/km-00010426.ini +%%ETCDIR%%/km-00020426.ini %%ETCDIR%%/km-00000807.ini %%ETCDIR%%/km-00000809.ini %%ETCDIR%%/km-0000080a.ini 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/ports-mgmt/poudriere-dsh2dsh/Makefile b/ports-mgmt/poudriere-dsh2dsh/Makefile index eb14272b562e..d6de6da43e78 100644 --- a/ports-mgmt/poudriere-dsh2dsh/Makefile +++ b/ports-mgmt/poudriere-dsh2dsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20250211 +DISTVERSION= 3.4.99.20250602 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -dsh2dsh @@ -8,49 +8,27 @@ COMMENT= Port build and test system (fork with more features) LICENSE= BSD2CLAUSE -CONFLICTS_INSTALL= poudriere* - USE_GITHUB= yes GH_ACCOUNT= dsh2dsh GNU_CONFIGURE= yes + +CONFLICTS_INSTALL= poudriere* + ETCDIR= ${PREFIX}/etc/poudriere.d +NO_TEST= yes OPTIONS_DEFINE= BASH MANIFESTS PORTCONFIG EXAMPLES QEMU ZSH OPTIONS_DEFAULT=BASH MANIFESTS PORTCONFIG ZSH OPTIONS_SUB= yes MANIFESTS_DESC= Install manifests for jail creation -MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests - PORTCONFIG_DESC= Install portconfig for options command -PORTCONFIG_RUN_DEPENDS= portconfig>0:ports-mgmt/portconfig - QEMU_DESC= Add qemu-user-static for non-x86 architectures -QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static - -# gmake is not strictly needed but handles test jobs better -TEST_DEPENDS= gmake>0:devel/gmake -TEST_ENV= MAKE=gmake -.if make(test) -MAKE_CMD= gmake -.endif -TEST_TARGET= check -TEST_ARGS= -s -TEST_ARGS+= ${_MAKE_JOBS} -# ccache passthrough helps for building pkg a few hundred times. -# ccache not added as a dependency because it is only used if setup -# and provided in the env already. -# XXX: Passthrough local PKGREPOSITORY dir for fetch support -ccache_vars= CCACHE_DIR_NON_ROOT_SAFE CCACHE_GROUP \ - CCACHE_GID CCACHE_STATIC_PREFIX CCACHE_TEMPDIR \ - CCACHE_DIR CCACHE_NLEVELS -.for _cv in ${ccache_vars} -. if !empty(${_cv}) -TEST_ENV+= ${_cv}=${${_cv}} -. endif -.endfor +MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests +PORTCONFIG_RUN_DEPENDS= portconfig>0:ports-mgmt/portconfig +QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static .include <bsd.port.options.mk> diff --git a/ports-mgmt/poudriere-dsh2dsh/distinfo b/ports-mgmt/poudriere-dsh2dsh/distinfo index 31578a5f844b..ef0bacc91047 100644 --- a/ports-mgmt/poudriere-dsh2dsh/distinfo +++ b/ports-mgmt/poudriere-dsh2dsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739286748 -SHA256 (dsh2dsh-poudriere-3.4.99.20250211_GH0.tar.gz) = 25769cc67fb6578e526fd291dea531a0dcaadefbf54c70a0f8ec08b004ff79df -SIZE (dsh2dsh-poudriere-3.4.99.20250211_GH0.tar.gz) = 5753713 +TIMESTAMP = 1748872162 +SHA256 (dsh2dsh-poudriere-3.4.99.20250602_GH0.tar.gz) = a903900381b9cc0df59efb1b36689388d6d827796d909814d519e122ddf4076a +SIZE (dsh2dsh-poudriere-3.4.99.20250602_GH0.tar.gz) = 5771222 diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 46680376273f..48d5d914a0fa 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,6 +1,5 @@ PORTNAME= lyx -PORTVERSION= ${MAJOR_VERSION}.3 -PORTREVISION= 3 +PORTVERSION= ${MAJOR_VERSION}.4 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ diff --git a/print/lyx/distinfo b/print/lyx/distinfo index 24a435c8d12a..a206ba57474c 100644 --- a/print/lyx/distinfo +++ b/print/lyx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737680532 -SHA256 (lyx-2.4.3.tar.xz) = fa6761f598a5915af50a423dd2a607048bdbc540a6d572385fe422df581eebf6 -SIZE (lyx-2.4.3.tar.xz) = 17843424 +TIMESTAMP = 1751339473 +SHA256 (lyx-2.4.4.tar.xz) = ffacd37480f320f3f3f8f30445fe40897e9df44c94ee87ba0413e364086f4b90 +SIZE (lyx-2.4.4.tar.xz) = 18360996 diff --git a/print/lyx/pkg-plist b/print/lyx/pkg-plist index 28aeb3d37a34..37588cf9aa6e 100644 --- a/print/lyx/pkg-plist +++ b/print/lyx/pkg-plist @@ -475,6 +475,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/Articles/Astronomy_%26_Astrophysics.lyx %%DATADIR%%/examples/Articles/Chess/Game_1.lyx %%DATADIR%%/examples/Articles/Chess/Game_2.lyx +%%DATADIR%%/examples/Articles/Springer_Nature_Journals.lyx %%DATADIR%%/examples/Books/American_Mathematical_Society_%28AMS%29.lyx %%DATADIR%%/examples/Books/KOMA-Script_Book.lyx %%DATADIR%%/examples/Books/Recipe_Book.lyx @@ -686,6 +687,443 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/fonts/rsfs10.ttf %%DATADIR%%/fonts/stmary10.ttf %%DATADIR%%/fonts/wasy10.ttf +%%DATADIR%%/images/adwaita/all-changes-accept.svgz +%%DATADIR%%/images/adwaita/all-changes-reject.svgz +%%DATADIR%%/images/adwaita/bookmark-goto.svgz +%%DATADIR%%/images/adwaita/bookmark-goto_0.svgz +%%DATADIR%%/images/adwaita/bookmark-save.svgz +%%DATADIR%%/images/adwaita/box-insert.svgz +%%DATADIR%%/images/adwaita/break-line.svgz +%%DATADIR%%/images/adwaita/buffer-close.svgz +%%DATADIR%%/images/adwaita/buffer-export.svgz +%%DATADIR%%/images/adwaita/buffer-export_dvi.svgz +%%DATADIR%%/images/adwaita/buffer-export_dvi3.svgz +%%DATADIR%%/images/adwaita/buffer-export_latex.svgz +%%DATADIR%%/images/adwaita/buffer-export_pdf.svgz +%%DATADIR%%/images/adwaita/buffer-export_pdf2.svgz +%%DATADIR%%/images/adwaita/buffer-export_pdf3.svgz +%%DATADIR%%/images/adwaita/buffer-export_pdf4.svgz +%%DATADIR%%/images/adwaita/buffer-export_pdf5.svgz +%%DATADIR%%/images/adwaita/buffer-export_ps.svgz +%%DATADIR%%/images/adwaita/buffer-export_text.svgz +%%DATADIR%%/images/adwaita/buffer-new.svgz +%%DATADIR%%/images/adwaita/buffer-reload.svgz +%%DATADIR%%/images/adwaita/buffer-toggle-output-sync.svgz +%%DATADIR%%/images/adwaita/buffer-update.svgz +%%DATADIR%%/images/adwaita/buffer-update_dvi.svgz +%%DATADIR%%/images/adwaita/buffer-update_dvi3.svgz +%%DATADIR%%/images/adwaita/buffer-update_pdf.svgz +%%DATADIR%%/images/adwaita/buffer-update_pdf2.svgz +%%DATADIR%%/images/adwaita/buffer-update_pdf3.svgz +%%DATADIR%%/images/adwaita/buffer-update_pdf4.svgz +%%DATADIR%%/images/adwaita/buffer-update_pdf5.svgz +%%DATADIR%%/images/adwaita/buffer-update_ps.svgz +%%DATADIR%%/images/adwaita/buffer-view.svgz +%%DATADIR%%/images/adwaita/buffer-view_dvi.svgz +%%DATADIR%%/images/adwaita/buffer-view_dvi3.svgz +%%DATADIR%%/images/adwaita/buffer-view_pdf.svgz +%%DATADIR%%/images/adwaita/buffer-view_pdf2.svgz +%%DATADIR%%/images/adwaita/buffer-view_pdf3.svgz +%%DATADIR%%/images/adwaita/buffer-view_pdf4.svgz +%%DATADIR%%/images/adwaita/buffer-view_pdf5.svgz +%%DATADIR%%/images/adwaita/buffer-view_ps.svgz +%%DATADIR%%/images/adwaita/buffer-write-as.svgz +%%DATADIR%%/images/adwaita/buffer-write.svgz +%%DATADIR%%/images/adwaita/build-program.svgz +%%DATADIR%%/images/adwaita/busy.svgz +%%DATADIR%%/images/adwaita/change-accept.svgz +%%DATADIR%%/images/adwaita/change-next.svgz +%%DATADIR%%/images/adwaita/change-reject.svgz +%%DATADIR%%/images/adwaita/changes-merge.svgz +%%DATADIR%%/images/adwaita/changes-output.svgz +%%DATADIR%%/images/adwaita/changes-track.svgz +%%DATADIR%%/images/adwaita/closetab.svgz +%%DATADIR%%/images/adwaita/command-alternatives_outline-in_depth-increment+rtl.svgz +%%DATADIR%%/images/adwaita/command-alternatives_outline-in_depth-increment.svgz +%%DATADIR%%/images/adwaita/command-alternatives_outline-out_depth-decrement+rtl.svgz +%%DATADIR%%/images/adwaita/command-alternatives_outline-out_depth-decrement.svgz +%%DATADIR%%/images/adwaita/copy.svgz +%%DATADIR%%/images/adwaita/cut.svgz +%%DATADIR%%/images/adwaita/darkmode/all-changes-accept.svgz +%%DATADIR%%/images/adwaita/darkmode/all-changes-reject.svgz +%%DATADIR%%/images/adwaita/darkmode/bookmark-goto.svgz +%%DATADIR%%/images/adwaita/darkmode/bookmark-goto_0.svgz +%%DATADIR%%/images/adwaita/darkmode/bookmark-save.svgz +%%DATADIR%%/images/adwaita/darkmode/box-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/break-line.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-close.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_dvi.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_dvi3.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_latex.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_pdf.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_pdf2.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_pdf3.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_pdf4.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_pdf5.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_ps.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-export_text.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-new.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-reload.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-toggle-output-sync.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_dvi.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_dvi3.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_pdf.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_pdf2.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_pdf3.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_pdf4.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_pdf5.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-update_ps.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_dvi.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_dvi3.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_pdf.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_pdf2.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_pdf3.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_pdf4.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_pdf5.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-view_ps.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-write-as.svgz +%%DATADIR%%/images/adwaita/darkmode/buffer-write.svgz +%%DATADIR%%/images/adwaita/darkmode/build-program.svgz +%%DATADIR%%/images/adwaita/darkmode/busy.svgz +%%DATADIR%%/images/adwaita/darkmode/change-accept.svgz +%%DATADIR%%/images/adwaita/darkmode/change-next.svgz +%%DATADIR%%/images/adwaita/darkmode/change-reject.svgz +%%DATADIR%%/images/adwaita/darkmode/changes-merge.svgz +%%DATADIR%%/images/adwaita/darkmode/changes-output.svgz +%%DATADIR%%/images/adwaita/darkmode/changes-track.svgz +%%DATADIR%%/images/adwaita/darkmode/closetab.svgz +%%DATADIR%%/images/adwaita/darkmode/command-alternatives_outline-in_depth-increment+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/command-alternatives_outline-in_depth-increment.svgz +%%DATADIR%%/images/adwaita/darkmode/command-alternatives_outline-out_depth-decrement+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/command-alternatives_outline-out_depth-decrement.svgz +%%DATADIR%%/images/adwaita/darkmode/copy.svgz +%%DATADIR%%/images/adwaita/darkmode/cut.svgz +%%DATADIR%%/images/adwaita/darkmode/depth-decrement+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/depth-decrement.svgz +%%DATADIR%%/images/adwaita/darkmode/depth-increment+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/depth-increment.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-preferences.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show-new-inset_citation.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show-new-inset_graphics.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show-new-inset_include.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show-new-inset_ref.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_character.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_findreplace.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_findreplaceadv.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_mathdelimiter.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_mathmatrix.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_print.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_spellchecker.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_toc.svgz +%%DATADIR%%/images/adwaita/darkmode/dialog-show_vclog.svgz +%%DATADIR%%/images/adwaita/darkmode/down.svgz +%%DATADIR%%/images/adwaita/darkmode/dynamic-char-styles.svgz +%%DATADIR%%/images/adwaita/darkmode/dynamic-custom-insets.svgz +%%DATADIR%%/images/adwaita/darkmode/editclear.svgz +%%DATADIR%%/images/adwaita/darkmode/emblem-readonly.svgz +%%DATADIR%%/images/adwaita/darkmode/emblem-shellescape.svgz +%%DATADIR%%/images/adwaita/darkmode/ert-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/file-open.svgz +%%DATADIR%%/images/adwaita/darkmode/float-insert_figure.svgz +%%DATADIR%%/images/adwaita/darkmode/float-insert_table.svgz +%%DATADIR%%/images/adwaita/darkmode/font-bold.svgz +%%DATADIR%%/images/adwaita/darkmode/font-emph.svgz +%%DATADIR%%/images/adwaita/darkmode/font-noun.svgz +%%DATADIR%%/images/adwaita/darkmode/font-sans.svgz +%%DATADIR%%/images/adwaita/darkmode/font-smallcaps.svgz +%%DATADIR%%/images/adwaita/darkmode/footnote-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/hidetab.svgz +%%DATADIR%%/images/adwaita/darkmode/href-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/index-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/info-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/info-insert_vcs_revision.svgz +%%DATADIR%%/images/adwaita/darkmode/label-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-document.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-paragraph.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Chunk.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Description+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Description.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Enumerate+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Enumerate.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Itemize+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Itemize.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Labeling+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Labeling.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_List+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_List.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_LyX-Code.svgz +%%DATADIR%%/images/adwaita/darkmode/layout-toggle_Section.svgz +%%DATADIR%%/images/adwaita/darkmode/layout.svgz +%%DATADIR%%/images/adwaita/darkmode/lyx-quit.svgz +%%DATADIR%%/images/adwaita/darkmode/lyxfiles-system-folder.svgz +%%DATADIR%%/images/adwaita/darkmode/lyxfiles-system.svgz +%%DATADIR%%/images/adwaita/darkmode/lyxfiles-user-folder.svgz +%%DATADIR%%/images/adwaita/darkmode/lyxfiles-user.svgz +%%DATADIR%%/images/adwaita/darkmode/marginalnote-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/master-buffer-update.svgz +%%DATADIR%%/images/adwaita/darkmode/master-buffer-view.svgz +%%DATADIR%%/images/adwaita/darkmode/math-display.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-add-greedy-optional-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-add-optional-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-add-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-append-greedy-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-make-nonoptional.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-make-optional.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-remove-greedy-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-remove-optional-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro-remove-param.svgz +%%DATADIR%%/images/adwaita/darkmode/math-macro_newmacroname_newcommand.svgz +%%DATADIR%%/images/adwaita/darkmode/math-matrix.svgz +%%DATADIR%%/images/adwaita/darkmode/math-mode.svgz +%%DATADIR%%/images/adwaita/darkmode/math-subscript.svgz +%%DATADIR%%/images/adwaita/darkmode/math-superscript.svgz +%%DATADIR%%/images/adwaita/darkmode/nomencl-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/note-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/note-next.svgz +%%DATADIR%%/images/adwaita/darkmode/outline-down.svgz +%%DATADIR%%/images/adwaita/darkmode/outline-in+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/outline-in.svgz +%%DATADIR%%/images/adwaita/darkmode/outline-out+rtl.svgz +%%DATADIR%%/images/adwaita/darkmode/outline-out.svgz +%%DATADIR%%/images/adwaita/darkmode/outline-up.svgz +%%DATADIR%%/images/adwaita/darkmode/paste.svgz +%%DATADIR%%/images/adwaita/darkmode/process-stop.svgz +%%DATADIR%%/images/adwaita/darkmode/redo.svgz +%%DATADIR%%/images/adwaita/darkmode/reload.svgz +%%DATADIR%%/images/adwaita/darkmode/script-insert_subscript.svgz +%%DATADIR%%/images/adwaita/darkmode/script-insert_superscript.svgz +%%DATADIR%%/images/adwaita/darkmode/search-case-sensitive.svgz +%%DATADIR%%/images/adwaita/darkmode/search-instant.svgz +%%DATADIR%%/images/adwaita/darkmode/search-options.svgz +%%DATADIR%%/images/adwaita/darkmode/search-selection.svgz +%%DATADIR%%/images/adwaita/darkmode/search-whole-words.svgz +%%DATADIR%%/images/adwaita/darkmode/search-wrap.svgz +%%DATADIR%%/images/adwaita/darkmode/specialchar-insert_latex.svgz +%%DATADIR%%/images/adwaita/darkmode/specialchar-insert_latex2e.svgz +%%DATADIR%%/images/adwaita/darkmode/specialchar-insert_lyx.svgz +%%DATADIR%%/images/adwaita/darkmode/specialchar-insert_menu-separator.svgz +%%DATADIR%%/images/adwaita/darkmode/specialchar-insert_tex.svgz +%%DATADIR%%/images/adwaita/darkmode/spelling-continuously.svgz +%%DATADIR%%/images/adwaita/darkmode/tab-group-close.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_align-decimal.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_append-column.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_append-row.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_delete-column.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_delete-row.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_m-align-center.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_m-align-left.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_m-align-right.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_m-valign-bottom.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_m-valign-middle.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_m-valign-top.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_move-column-left.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_move-column-right.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_move-row-down.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_move-row-up.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_multicolumn.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_multirow.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_reset-formal-default.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_set-longtabular.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_set-rotate-cell.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_set-rotate-tabular.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-all-lines.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-border-lines.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-inner-lines.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-line-bottom.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-line-left.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-line-right.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-line-top.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-rotate-cell.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_toggle-rotate-tabular.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-feature_unset-all-lines.svgz +%%DATADIR%%/images/adwaita/darkmode/tabular-insert.svgz +%%DATADIR%%/images/adwaita/darkmode/textstyle-apply.svgz +%%DATADIR%%/images/adwaita/darkmode/thesaurus-entry.svgz +%%DATADIR%%/images/adwaita/darkmode/toolbar-toggle_math.svgz +%%DATADIR%%/images/adwaita/darkmode/toolbar-toggle_math_panels.svgz +%%DATADIR%%/images/adwaita/darkmode/toolbar-toggle_review.svgz +%%DATADIR%%/images/adwaita/darkmode/toolbar-toggle_table.svgz +%%DATADIR%%/images/adwaita/darkmode/undo.svgz +%%DATADIR%%/images/adwaita/darkmode/unknown.svgz +%%DATADIR%%/images/adwaita/darkmode/up.svgz +%%DATADIR%%/images/adwaita/darkmode/update-others.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-check-in.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-check-out.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-compare.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-compare_0.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-locking-toggle.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-register.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-repo-update.svgz +%%DATADIR%%/images/adwaita/darkmode/vc-revert.svgz +%%DATADIR%%/images/adwaita/darkmode/view-others.svgz +%%DATADIR%%/images/adwaita/darkmode/view-split_horizontal.svgz +%%DATADIR%%/images/adwaita/darkmode/view-split_vertical.svgz +%%DATADIR%%/images/adwaita/darkmode/window-close.svgz +%%DATADIR%%/images/adwaita/depth-decrement+rtl.svgz +%%DATADIR%%/images/adwaita/depth-decrement.svgz +%%DATADIR%%/images/adwaita/depth-increment+rtl.svgz +%%DATADIR%%/images/adwaita/depth-increment.svgz +%%DATADIR%%/images/adwaita/dialog-preferences.svgz +%%DATADIR%%/images/adwaita/dialog-show-new-inset_citation.svgz +%%DATADIR%%/images/adwaita/dialog-show-new-inset_graphics.svgz +%%DATADIR%%/images/adwaita/dialog-show-new-inset_include.svgz +%%DATADIR%%/images/adwaita/dialog-show-new-inset_ref.svgz +%%DATADIR%%/images/adwaita/dialog-show_character.svgz +%%DATADIR%%/images/adwaita/dialog-show_findreplace.svgz +%%DATADIR%%/images/adwaita/dialog-show_findreplaceadv.svgz +%%DATADIR%%/images/adwaita/dialog-show_mathdelimiter.svgz +%%DATADIR%%/images/adwaita/dialog-show_mathmatrix.svgz +%%DATADIR%%/images/adwaita/dialog-show_print.svgz +%%DATADIR%%/images/adwaita/dialog-show_spellchecker.svgz +%%DATADIR%%/images/adwaita/dialog-show_toc.svgz +%%DATADIR%%/images/adwaita/dialog-show_vclog.svgz +%%DATADIR%%/images/adwaita/down.svgz +%%DATADIR%%/images/adwaita/dynamic-char-styles.svgz +%%DATADIR%%/images/adwaita/dynamic-custom-insets.svgz +%%DATADIR%%/images/adwaita/editclear.svgz +%%DATADIR%%/images/adwaita/emblem-readonly.svgz +%%DATADIR%%/images/adwaita/emblem-shellescape.svgz +%%DATADIR%%/images/adwaita/ert-insert.svgz +%%DATADIR%%/images/adwaita/file-open.svgz +%%DATADIR%%/images/adwaita/float-insert_figure.svgz +%%DATADIR%%/images/adwaita/float-insert_table.svgz +%%DATADIR%%/images/adwaita/font-bold.svgz +%%DATADIR%%/images/adwaita/font-emph.svgz +%%DATADIR%%/images/adwaita/font-noun.svgz +%%DATADIR%%/images/adwaita/font-sans.svgz +%%DATADIR%%/images/adwaita/font-smallcaps.svgz +%%DATADIR%%/images/adwaita/footnote-insert.svgz +%%DATADIR%%/images/adwaita/hidetab.svgz +%%DATADIR%%/images/adwaita/href-insert.svgz +%%DATADIR%%/images/adwaita/iconsize.png +%%DATADIR%%/images/adwaita/index-insert.svgz +%%DATADIR%%/images/adwaita/info-insert.svgz +%%DATADIR%%/images/adwaita/info-insert_vcs_revision.svgz +%%DATADIR%%/images/adwaita/label-insert.svgz +%%DATADIR%%/images/adwaita/layout-document.svgz +%%DATADIR%%/images/adwaita/layout-paragraph.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Chunk.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Description+rtl.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Description.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Enumerate+rtl.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Enumerate.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Itemize+rtl.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Itemize.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Labeling+rtl.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Labeling.svgz +%%DATADIR%%/images/adwaita/layout-toggle_List+rtl.svgz +%%DATADIR%%/images/adwaita/layout-toggle_List.svgz +%%DATADIR%%/images/adwaita/layout-toggle_LyX-Code.svgz +%%DATADIR%%/images/adwaita/layout-toggle_Section.svgz +%%DATADIR%%/images/adwaita/layout.svgz +%%DATADIR%%/images/adwaita/lyx-quit.svgz +%%DATADIR%%/images/adwaita/lyxfiles-system-folder.svgz +%%DATADIR%%/images/adwaita/lyxfiles-system.svgz +%%DATADIR%%/images/adwaita/lyxfiles-user-folder.svgz +%%DATADIR%%/images/adwaita/lyxfiles-user.svgz +%%DATADIR%%/images/adwaita/marginalnote-insert.svgz +%%DATADIR%%/images/adwaita/master-buffer-update.svgz +%%DATADIR%%/images/adwaita/master-buffer-view.svgz +%%DATADIR%%/images/adwaita/math-display.svgz +%%DATADIR%%/images/adwaita/math-macro-add-greedy-optional-param.svgz +%%DATADIR%%/images/adwaita/math-macro-add-optional-param.svgz +%%DATADIR%%/images/adwaita/math-macro-add-param.svgz +%%DATADIR%%/images/adwaita/math-macro-append-greedy-param.svgz +%%DATADIR%%/images/adwaita/math-macro-make-nonoptional.svgz +%%DATADIR%%/images/adwaita/math-macro-make-optional.svgz +%%DATADIR%%/images/adwaita/math-macro-remove-greedy-param.svgz +%%DATADIR%%/images/adwaita/math-macro-remove-optional-param.svgz +%%DATADIR%%/images/adwaita/math-macro-remove-param.svgz +%%DATADIR%%/images/adwaita/math-macro_newmacroname_newcommand.svgz +%%DATADIR%%/images/adwaita/math-matrix.svgz +%%DATADIR%%/images/adwaita/math-mode.svgz +%%DATADIR%%/images/adwaita/math-subscript.svgz +%%DATADIR%%/images/adwaita/math-superscript.svgz +%%DATADIR%%/images/adwaita/nomencl-insert.svgz +%%DATADIR%%/images/adwaita/note-insert.svgz +%%DATADIR%%/images/adwaita/note-next.svgz +%%DATADIR%%/images/adwaita/outline-down.svgz +%%DATADIR%%/images/adwaita/outline-in+rtl.svgz +%%DATADIR%%/images/adwaita/outline-in.svgz +%%DATADIR%%/images/adwaita/outline-out+rtl.svgz +%%DATADIR%%/images/adwaita/outline-out.svgz +%%DATADIR%%/images/adwaita/outline-up.svgz +%%DATADIR%%/images/adwaita/paste.svgz +%%DATADIR%%/images/adwaita/process-stop.svgz +%%DATADIR%%/images/adwaita/redo.svgz +%%DATADIR%%/images/adwaita/reload.svgz +%%DATADIR%%/images/adwaita/script-insert_subscript.svgz +%%DATADIR%%/images/adwaita/script-insert_superscript.svgz +%%DATADIR%%/images/adwaita/search-case-sensitive.svgz +%%DATADIR%%/images/adwaita/search-instant.svgz +%%DATADIR%%/images/adwaita/search-options.svgz +%%DATADIR%%/images/adwaita/search-selection.svgz +%%DATADIR%%/images/adwaita/search-whole-words.svgz +%%DATADIR%%/images/adwaita/search-wrap.svgz +%%DATADIR%%/images/adwaita/specialchar-insert_latex.svgz +%%DATADIR%%/images/adwaita/specialchar-insert_latex2e.svgz +%%DATADIR%%/images/adwaita/specialchar-insert_lyx.svgz +%%DATADIR%%/images/adwaita/specialchar-insert_menu-separator.svgz +%%DATADIR%%/images/adwaita/specialchar-insert_tex.svgz +%%DATADIR%%/images/adwaita/spelling-continuously.svgz +%%DATADIR%%/images/adwaita/tab-group-close.svgz +%%DATADIR%%/images/adwaita/tabular-feature_align-decimal.svgz +%%DATADIR%%/images/adwaita/tabular-feature_append-column.svgz +%%DATADIR%%/images/adwaita/tabular-feature_append-row.svgz +%%DATADIR%%/images/adwaita/tabular-feature_delete-column.svgz +%%DATADIR%%/images/adwaita/tabular-feature_delete-row.svgz +%%DATADIR%%/images/adwaita/tabular-feature_m-align-center.svgz +%%DATADIR%%/images/adwaita/tabular-feature_m-align-left.svgz +%%DATADIR%%/images/adwaita/tabular-feature_m-align-right.svgz +%%DATADIR%%/images/adwaita/tabular-feature_m-valign-bottom.svgz +%%DATADIR%%/images/adwaita/tabular-feature_m-valign-middle.svgz +%%DATADIR%%/images/adwaita/tabular-feature_m-valign-top.svgz +%%DATADIR%%/images/adwaita/tabular-feature_move-column-left.svgz +%%DATADIR%%/images/adwaita/tabular-feature_move-column-right.svgz +%%DATADIR%%/images/adwaita/tabular-feature_move-row-down.svgz +%%DATADIR%%/images/adwaita/tabular-feature_move-row-up.svgz +%%DATADIR%%/images/adwaita/tabular-feature_multicolumn.svgz +%%DATADIR%%/images/adwaita/tabular-feature_multirow.svgz +%%DATADIR%%/images/adwaita/tabular-feature_reset-formal-default.svgz +%%DATADIR%%/images/adwaita/tabular-feature_set-longtabular.svgz +%%DATADIR%%/images/adwaita/tabular-feature_set-rotate-cell.svgz +%%DATADIR%%/images/adwaita/tabular-feature_set-rotate-tabular.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-all-lines.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-border-lines.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-inner-lines.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-line-bottom.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-line-left.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-line-right.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-line-top.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-rotate-cell.svgz +%%DATADIR%%/images/adwaita/tabular-feature_toggle-rotate-tabular.svgz +%%DATADIR%%/images/adwaita/tabular-feature_unset-all-lines.svgz +%%DATADIR%%/images/adwaita/tabular-insert.svgz +%%DATADIR%%/images/adwaita/textstyle-apply.svgz +%%DATADIR%%/images/adwaita/thesaurus-entry.svgz +%%DATADIR%%/images/adwaita/toolbar-toggle_math.svgz +%%DATADIR%%/images/adwaita/toolbar-toggle_math_panels.svgz +%%DATADIR%%/images/adwaita/toolbar-toggle_review.svgz +%%DATADIR%%/images/adwaita/toolbar-toggle_table.svgz +%%DATADIR%%/images/adwaita/undo.svgz +%%DATADIR%%/images/adwaita/unknown.svgz +%%DATADIR%%/images/adwaita/up.svgz +%%DATADIR%%/images/adwaita/update-others.svgz +%%DATADIR%%/images/adwaita/vc-check-in.svgz +%%DATADIR%%/images/adwaita/vc-check-out.svgz +%%DATADIR%%/images/adwaita/vc-compare.svgz +%%DATADIR%%/images/adwaita/vc-compare_0.svgz +%%DATADIR%%/images/adwaita/vc-locking-toggle.svgz +%%DATADIR%%/images/adwaita/vc-register.svgz +%%DATADIR%%/images/adwaita/vc-repo-update.svgz +%%DATADIR%%/images/adwaita/vc-revert.svgz +%%DATADIR%%/images/adwaita/view-others.svgz +%%DATADIR%%/images/adwaita/view-split_horizontal.svgz +%%DATADIR%%/images/adwaita/view-split_vertical.svgz +%%DATADIR%%/images/adwaita/window-close.svgz %%DATADIR%%/images/all-changes-accept.svgz %%DATADIR%%/images/all-changes-reject.svgz %%DATADIR%%/images/banner.png @@ -2745,6 +3183,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/singlecol-new.layout %%DATADIR%%/layouts/singlecol.layout %%DATADIR%%/layouts/slides.layout +%%DATADIR%%/layouts/sn-jnl.layout %%DATADIR%%/layouts/soul.module %%DATADIR%%/layouts/spie.layout %%DATADIR%%/layouts/stdcharstyles.inc @@ -3007,6 +3446,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/templates/Articles/REVTeX_%28V._4%29.lyx %%DATADIR%%/templates/Articles/REVTeX_%28V._4.1%29.lyx %%DATADIR%%/templates/Articles/R_Journal.lyx +%%DATADIR%%/templates/Articles/Springer_Nature_Journals.lyx %%DATADIR%%/templates/Articles/Springers_Global_Journal_Template_%28V._3%29.lyx %%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/00_Main_File.lyx %%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/01_Dedication.lyx diff --git a/print/plasma6-print-manager/distinfo b/print/plasma6-print-manager/distinfo index 0a5f30caecb8..fd6e990f595b 100644 --- a/print/plasma6-print-manager/distinfo +++ b/print/plasma6-print-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789610 -SHA256 (KDE/plasma/6.4.1/print-manager-6.4.1.tar.xz) = 9096c5f28b29f6199bf0ace9876361f3367b79f208e05c4a59339d17d4bc19f2 -SIZE (KDE/plasma/6.4.1/print-manager-6.4.1.tar.xz) = 370676 +TIMESTAMP = 1751380540 +SHA256 (KDE/plasma/6.4.2/print-manager-6.4.2.tar.xz) = 6eb93e00065ade17137ff6b4aeec48865b5149bcfc25f7f9c593df4d1a1668bd +SIZE (KDE/plasma/6.4.2/print-manager-6.4.2.tar.xz) = 370740 diff --git a/security/Makefile b/security/Makefile index fd6b6dafa7ea..77f3408b22bf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -456,6 +456,7 @@ SUBDIR += openssl31-quictls SUBDIR += openssl32 SUBDIR += openssl33 + SUBDIR += openssl33-quictls SUBDIR += openssl34 SUBDIR += openssl35 SUBDIR += openvas @@ -838,6 +839,8 @@ SUBDIR += php83-sodium SUBDIR += php84-filter SUBDIR += php84-sodium + SUBDIR += php85-filter + SUBDIR += php85-sodium SUBDIR += picocrypt SUBDIR += picosha2 SUBDIR += pidgin-encryption 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/boringssl/Makefile b/security/boringssl/Makefile index d72689f75660..ca47e59e4c7d 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2025.06.25.01 +PORTVERSION= 0.0.0.0.2025.07.01.01 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz @@ -19,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 78b48c1 +GH_TAGNAME= f3dcc46 CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 64e40c2a4f5f..2e858a1aa0eb 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750950234 +TIMESTAMP = 1751480474 SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65 SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809 SHA256 (filippo.io/edwards25519/@v/v1.1.0.mod) = 099556fc4d7e6f5cb135efdd8b6bb4c0932e38ea058c53fc5fa5ce285572fb61 @@ -11,5 +11,5 @@ SHA256 (golang.org/x/sys/@v/v0.32.0.zip) = 85d47075d21fd7ef35d9a47fc73f2356fb3cd SIZE (golang.org/x/sys/@v/v0.32.0.zip) = 1991164 SHA256 (golang.org/x/sys/@v/v0.32.0.mod) = f67e3e18f4c08e60a7e80726ab36b691fdcea5b81ae1c696ff64caf518bcfe3d SIZE (golang.org/x/sys/@v/v0.32.0.mod) = 35 -SHA256 (google-boringssl-0.0.0.0.2025.06.25.01-78b48c1_GH0.tar.gz) = 2cfaa5f01ecedb7d662d7b01cac6f2f5f873a52f694a44af69de9b8efcdb6e90 -SIZE (google-boringssl-0.0.0.0.2025.06.25.01-78b48c1_GH0.tar.gz) = 46168678 +SHA256 (google-boringssl-0.0.0.0.2025.07.01.01-f3dcc46_GH0.tar.gz) = b81478b62838ddaa32f4b304a39659ee4c858289263f73d52a3684364774f94e +SIZE (google-boringssl-0.0.0.0.2025.07.01.01-f3dcc46_GH0.tar.gz) = 46169690 diff --git a/security/cosign/Makefile b/security/cosign/Makefile index 50bc7042755e..25aa6f4e1082 100644 --- a/security/cosign/Makefile +++ b/security/cosign/Makefile @@ -1,6 +1,6 @@ PORTNAME= cosign DISTVERSIONPREFIX= v -DISTVERSION= 2.5.1 +DISTVERSION= 2.5.2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -23,7 +23,7 @@ GO_BUILDFLAGS= -ldflags="-buildid= \ PLIST_FILES= bin/${PORTNAME} -GIT_HASH= a7345fb2ce17b52b5bc687970fa31ff85bc2f7ca +GIT_HASH= af5a988bb15a03919ccaac7a2ddcad7a9d006f38 .include <bsd.port.pre.mk> diff --git a/security/cosign/distinfo b/security/cosign/distinfo index 6094ea46b910..621a1398dec8 100644 --- a/security/cosign/distinfo +++ b/security/cosign/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751272854 -SHA256 (go/security_cosign/cosign-v2.5.1/v2.5.1.mod) = 73cd50764e440cee0dc08dd15dbe489d880980170cef56164f3f351a3c861bac -SIZE (go/security_cosign/cosign-v2.5.1/v2.5.1.mod) = 15329 -SHA256 (go/security_cosign/cosign-v2.5.1/v2.5.1.zip) = d2a7631cb2b26181682af19fc7d067da852b9edee54e3124fddcf1b82c7663d4 -SIZE (go/security_cosign/cosign-v2.5.1/v2.5.1.zip) = 1274453 +TIMESTAMP = 1751444102 +SHA256 (go/security_cosign/cosign-v2.5.2/v2.5.2.mod) = 5bc5ad2f641929f53eeb4fcec33fba55b78a51cf707f53f74feae8a0e7ad0bae +SIZE (go/security_cosign/cosign-v2.5.2/v2.5.2.mod) = 15326 +SHA256 (go/security_cosign/cosign-v2.5.2/v2.5.2.zip) = 91f0aebf97ae40581273a4e44fad958ce7ff02dd232663f9fffd074596efa82e +SIZE (go/security_cosign/cosign-v2.5.2/v2.5.2.zip) = 1274354 diff --git a/security/kanidm/Makefile b/security/kanidm/Makefile index aed265502929..e79f46fee92e 100644 --- a/security/kanidm/Makefile +++ b/security/kanidm/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanidm DISTVERSIONPREFIX= v -DISTVERSION= 1.6.1 +DISTVERSION= 1.6.2 CATEGORIES= security net MAINTAINER= bofh@FreeBSD.org diff --git a/security/kanidm/Makefile.crates b/security/kanidm/Makefile.crates index ec2cd21bf07f..142b4ad552a5 100644 --- a/security/kanidm/Makefile.crates +++ b/security/kanidm/Makefile.crates @@ -651,4 +651,4 @@ CARGO_CRATES= addr2line-0.24.2 \ zxcvbn-3.1.0 \ sshkeys@git+https://github.com/Firstyear/rust-sshkeys.git?rev=3a081cbf7480628223bcb96fc8aaa8c19109d007\#3a081cbf7480628223bcb96fc8aaa8c19109d007 \ libnss@git+https://github.com/Firstyear/libnss-rs.git?branch=20250207-freebsd\#763da4beaadc1e475b89ed876de31a5e393f6d30 \ - compact_jwt@git+https://github.com/Firstyear/compact-jwt.git?rev=b3d2b5700cfe567d384c81df35d25537fbf7f110\#b3d2b5700cfe567d384c81df35d25537fbf7f110 + compact_jwt@git+https://github.com/Firstyear/compact-jwt.git?rev=043976842773dd035fe394261347edeb644e3091\#043976842773dd035fe394261347edeb644e3091 diff --git a/security/kanidm/distinfo b/security/kanidm/distinfo index 81d7c632cbe6..762a6b5cc73a 100644 --- a/security/kanidm/distinfo +++ b/security/kanidm/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751273631 +TIMESTAMP = 1751446844 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 @@ -1305,7 +1305,7 @@ SHA256 (Firstyear-rust-sshkeys-3a081cbf7480628223bcb96fc8aaa8c19109d007_GH0.tar. SIZE (Firstyear-rust-sshkeys-3a081cbf7480628223bcb96fc8aaa8c19109d007_GH0.tar.gz) = 31393 SHA256 (Firstyear-libnss-rs-763da4beaadc1e475b89ed876de31a5e393f6d30_GH0.tar.gz) = 0ac9d8c22288fc2d236ae447c867cfca07de5a44182631a68a96fb8587f23870 SIZE (Firstyear-libnss-rs-763da4beaadc1e475b89ed876de31a5e393f6d30_GH0.tar.gz) = 12094 -SHA256 (Firstyear-compact-jwt-b3d2b5700cfe567d384c81df35d25537fbf7f110_GH0.tar.gz) = f9308a607e2ad1755c67452f52acd1d7c0f3d30d40f15551d3e7ad3bacc4a3da -SIZE (Firstyear-compact-jwt-b3d2b5700cfe567d384c81df35d25537fbf7f110_GH0.tar.gz) = 62309 -SHA256 (kanidm-kanidm-v1.6.1_GH0.tar.gz) = 89e993c3b81720122385b82f47f04fff2acbfd5540af25b507a8cab713a70e86 -SIZE (kanidm-kanidm-v1.6.1_GH0.tar.gz) = 8649026 +SHA256 (Firstyear-compact-jwt-043976842773dd035fe394261347edeb644e3091_GH0.tar.gz) = 8ef6d8217b5cde04f624cac7eb27dd922b08aa3d815d38a11920a032115c5584 +SIZE (Firstyear-compact-jwt-043976842773dd035fe394261347edeb644e3091_GH0.tar.gz) = 62413 +SHA256 (kanidm-kanidm-v1.6.2_GH0.tar.gz) = 3283758b7c03da55d2dfc470be76d25a3fa845ed842d7196214f3f07c48ac917 +SIZE (kanidm-kanidm-v1.6.2_GH0.tar.gz) = 8649404 diff --git a/security/nss/Makefile b/security/nss/Makefile index 9078124dc1b9..b99ebcb77547 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nss -PORTVERSION= 3.113 +PORTVERSION= 3.113.1 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src diff --git a/security/nss/distinfo b/security/nss/distinfo index 1b9b86ef2940..fe38e674c30a 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750348960 -SHA256 (nss-3.113.tar.gz) = acef06b512d3bd81c87a63b3c8653d258bb689d2191fc0e64decf5a1efa01c0f -SIZE (nss-3.113.tar.gz) = 76625834 +TIMESTAMP = 1751391207 +SHA256 (nss-3.113.1.tar.gz) = b8c586cc0ac60b76477f62483f664f119c26000a8189dd9ef417df7dbd33a2cc +SIZE (nss-3.113.1.tar.gz) = 76626220 diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 863590936744..0c43cf9a6808 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= openssl -PORTVERSION= 3.0.16 +PORTVERSION= 3.0.17 PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ diff --git a/security/openssl/distinfo b/security/openssl/distinfo index a995eee15899..110c105d736f 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739293708 -SHA256 (openssl-3.0.16.tar.gz) = 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 -SIZE (openssl-3.0.16.tar.gz) = 15334967 +TIMESTAMP = 1751448128 +SHA256 (openssl-3.0.17.tar.gz) = dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce +SIZE (openssl-3.0.17.tar.gz) = 15344831 diff --git a/security/openssl31-quictls/Makefile b/security/openssl31-quictls/Makefile index 68804cb00ff3..f6b137be1d18 100644 --- a/security/openssl31-quictls/Makefile +++ b/security/openssl31-quictls/Makefile @@ -10,10 +10,13 @@ MAINTAINER= brnrd@FreeBSD.org COMMENT= QUIC capable fork of OpenSSL WWW= https://www.github.com/quictls/openssl +DEPRECATED= End-of-Life, please switch to security/quictls or OpenSSL 3.5 +EXPIRATION_DATE= 2025-03-14 + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3* openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3* openssl-quictls openssl33-quictls BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free diff --git a/security/openssl31/Makefile b/security/openssl31/Makefile index 3f98568e46a7..4ef745ce5e89 100644 --- a/security/openssl31/Makefile +++ b/security/openssl31/Makefile @@ -11,7 +11,8 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -#EXPIRATION_DATE= 2025-03-14 +DEPRECECATED= End-of-Life, will be removed when new vulnerabilities are reported or at end of quarter. Upgrade to security/openssl35 latest LTS. +EXPIRATION_DATE= 2025-03-14 CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[2345] openssl*-quictls diff --git a/security/openssl32/Makefile b/security/openssl32/Makefile index ae59b26936e6..597dd245415c 100644 --- a/security/openssl32/Makefile +++ b/security/openssl32/Makefile @@ -1,5 +1,5 @@ PORTNAME= openssl -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= security devel PKGNAMESUFFIX= 32 MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ @@ -11,6 +11,8 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +EXPIRATION_DATE= 2025-11-23 + CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[1345] openssl*-quictls HAS_CONFIGURE= yes diff --git a/security/openssl32/distinfo b/security/openssl32/distinfo index 24e08af5bfb9..a79020e9f3da 100644 --- a/security/openssl32/distinfo +++ b/security/openssl32/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739293970 -SHA256 (openssl-3.2.4.tar.gz) = b23ad7fd9f73e43ad1767e636040e88ba7c9e5775bfa5618436a0dd2c17c3716 -SIZE (openssl-3.2.4.tar.gz) = 17782746 +TIMESTAMP = 1751448354 +SHA256 (openssl-3.2.5.tar.gz) = b36347d024a0f5bd09fefcd6af7a58bb30946080eb8ce8f7be78562190d09879 +SIZE (openssl-3.2.5.tar.gz) = 17800797 diff --git a/security/openssl33-quictls/Makefile b/security/openssl33-quictls/Makefile new file mode 100644 index 000000000000..4d53a2b5a87d --- /dev/null +++ b/security/openssl33-quictls/Makefile @@ -0,0 +1,190 @@ +PORTNAME= openssl +DISTVERSIONPREFIX= ${PORTNAME}- +PORTVERSION= 3.3.0 +CATEGORIES= security devel +PKGNAMESUFFIX= 33-quictls + +MAINTAINER= brnrd@FreeBSD.org +COMMENT= QUIC capable fork of OpenSSL +WWW= https://www.github.com/quictls/quictls + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3* openssl*-quictls + +BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= config +CONFIGURE_ENV= PERL="${PERL}" +CONFIGURE_ARGS= --openssldir=${OPENSSLDIR} \ + --prefix=${PREFIX} + +USES= cpe perl5 +USE_PERL5= build +USE_GITHUB= yes +GH_ACCOUNT= quictls +GH_PROJECT= quictls + +TEST_TARGET= test + +LDFLAGS_i386= -Wl,-znotext + +MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive CNF_LDFLAGS="${LDFLAGS}" +MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= + +EXTRA_PATCHES+= ${.CURDIR}/../openssl/files/patch-crypto_async_arch_async__posix.h + +OPTIONS_GROUP= CIPHERS HASHES MODULES OPTIMIZE PROTOCOLS +OPTIONS_GROUP_CIPHERS= ARIA DES GOST IDEA SM4 RC2 RC4 RC5 WEAK-SSL-CIPHERS +OPTIONS_GROUP_HASHES= MD2 MD4 MDC2 RMD160 SM2 SM3 +OPTIONS_GROUP_OPTIMIZE= ASM SSE2 THREADS +OPTIONS_GROUP_MODULES= FIPS LEGACY +OPTIONS_DEFINE_i386= I386 +OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TLS1_1 TLS1_2 + +OPTIONS_DEFINE= ASYNC CT MAN3 RFC3779 SHARED ZLIB + +OPTIONS_DEFAULT=ASM ASYNC CT DES EC FIPS GOST MAN3 MD4 NEXTPROTONEG \ + RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2 + +OPTIONS_EXCLUDE_i386= FIPS + +OPTIONS_GROUP_OPTIMIZE_amd64= EC + +.if ${MACHINE_ARCH} == "amd64" +OPTIONS_GROUP_OPTIMIZE+= EC +.elif ${MACHINE_ARCH} == "mips64el" +OPTIONS_GROUP_OPTIMIZE+= EC +.endif + +OPTIONS_SUB= yes + +ARIA_DESC= ARIA (South Korean standard) +ASM_DESC= Assembler code +ASYNC_DESC= Asynchronous mode +CIPHERS_DESC= Block Cipher Support +CT_DESC= Certificate Transparency Support +DES_DESC= (Triple) Data Encryption Standard +EC_DESC= Optimize NIST elliptic curves +FIPS_DESC= Build FIPS provider (Note: NOT yet FIPS validated) +GOST_DESC= GOST (Russian standard) +HASHES_DESC= Hash Function Support +I386_DESC= i386 (instead of i486+) +IDEA_DESC= International Data Encryption Algorithm +LEGACY_DESC= Older algorithms +MAN3_DESC= Install API manpages (section 3, 7) +MD2_DESC= MD2 (obsolete) (requires LEGACY) +MD4_DESC= MD4 (unsafe) +MDC2_DESC= MDC-2 (patented, requires DES) +MODULES_DESC= Provider modules +NEXTPROTONEG_DESC= Next Protocol Negotiation (SPDY) +OPTIMIZE_DESC= Optimizations +PROTOCOLS_DESC= Protocol Support +RC2_DESC= RC2 (unsafe) +RC4_DESC= RC4 (unsafe) +RC5_DESC= RC5 (patented) +RMD160_DESC= RIPEMD-160 +RFC3779_DESC= RFC3779 support (BGP) +SCTP_DESC= SCTP (Stream Control Transmission) +SHARED_DESC= Build shared libraries +SM2_DESC= SM2 Elliptic Curve DH (Chinese standard) +SM3_DESC= SM3 256bit (Chinese standard) +SM4_DESC= SM4 128bit (Chinese standard) +SSE2_DESC= Runtime SSE2 detection +SSL3_DESC= SSLv3 (unsafe) +TLS1_DESC= TLSv1.0 (requires TLS1_1, TLS1_2) +TLS1_1_DESC= TLSv1.1 (requires TLS1_2) +TLS1_2_DESC= TLSv1.2 +WEAK-SSL-CIPHERS_DESC= Weak cipher support (unsafe) + +# Upstream default disabled options +.for _option in fips md2 ktls rc5 sctp ssl3 weak-ssl-ciphers zlib +${_option:tu}_CONFIGURE_ON= enable-${_option} +.endfor + +# Upstream default enabled options +.for _option in aria asm async ct des gost idea md4 mdc2 legacy \ + nextprotoneg rc2 rc4 rfc3779 rmd160 shared sm2 sm3 sm4 sse2 \ + threads tls1 tls1_1 tls1_2 +${_option:tu}_CONFIGURE_OFF= no-${_option} +.endfor + +MD2_IMPLIES= LEGACY +MDC2_IMPLIES= DES +TLS1_IMPLIES= TLS1_1 +TLS1_1_IMPLIES= TLS1_2 + +EC_CONFIGURE_ON= enable-ec_nistp_64_gcc_128 +FIPS_VARS= shlibs+=lib/ossl-modules/fips.so +I386_CONFIGURE_ON= 386 +LEGACY_VARS= shlibs+=lib/ossl-modules/legacy.so +MAN3_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-util_find-doc-nits +SHARED_MAKE_ENV= SHLIBVER=${OPENSSL_SHLIBVER} +SHARED_PLIST_SUB= SHLIBVER=${OPENSSL_SHLIBVER} +SHARED_USE= ldconfig=yes +SHARED_VARS= shlibs+="lib/libcrypto.so.${OPENSSL_SHLIBVER} \ + lib/libssl.so.${OPENSSL_SHLIBVER} \ + lib/engines-${OPENSSL_SHLIBVER}/capi.so \ + lib/engines-${OPENSSL_SHLIBVER}/devcrypto.so \ + lib/engines-${OPENSSL_SHLIBVER}/padlock.so" +SSL3_CONFIGURE_ON+= enable-ssl3-method +ZLIB_CONFIGURE_ON= zlib-dynamic + +SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so + +PORTSCOUT= limit:^${DISTVERSION:R:S/./\./g}\. + +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc64 +CONFIGURE_ARGS+= BSD-ppc64 +.elif ${ARCH} == powerpc64le +CONFIGURE_ARGS+= BSD-ppc64le +.elif ${ARCH} == riscv64 +CONFIGURE_ARGS+= BSD-riscv64 +.endif + +.include <bsd.port.pre.mk> +.if ${PREFIX} == /usr +IGNORE= the OpenSSL port can not be installed over the base version +.endif + +OPENSSLDIR?= ${PREFIX}/openssl +PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==} + +.include "version.mk" + +post-patch: + ${REINPLACE_CMD} -Ee 's|^MANDIR=.*$$|MANDIR=$$(INSTALLTOP)/share/man|' \ + -e 's|^(build\|install)_docs: .*|\1_docs: \1_man_docs|' \ + ${WRKSRC}/Configurations/unix-Makefile.tmpl + ${REINPLACE_CMD} 's|SHLIB_VERSION=3|SHLIB_VERSION=${OPENSSL_SHLIBVER}|' \ + ${WRKSRC}/VERSION.dat + +post-configure: + ( cd ${WRKSRC} ; ${PERL} configdata.pm --dump ) + +post-configure-MAN3-off: + ${REINPLACE_CMD} \ + -e 's|^build_man_docs:.*|build_man_docs: $$(MANDOCS1) $$(MANDOCS5)|' \ + -e 's|dummy $$(MANDOCS[37]); do |dummy; do |' \ + ${WRKSRC}/Makefile + +post-install-SHARED-on: +.for i in ${SHLIBS} + -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/$i +.endfor + +post-install-SHARED-off: + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/engines-${OPENSSL_SHLIBVER} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl + +post-install-MAN3-on: + ( cd ${STAGEDIR}/${PREFIX} ; find share/man/man3 -not -type d ; \ + find share/man/man7 -not -type d ) | sed 's/$$/.gz/' >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/security/openssl33-quictls/distinfo b/security/openssl33-quictls/distinfo new file mode 100644 index 000000000000..4003eb7cc283 --- /dev/null +++ b/security/openssl33-quictls/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751486314 +SHA256 (quictls-quictls-openssl-3.3.0_GH0.tar.gz) = ff194511e53c0bead06d316e6891deebb07e3713efc65ef938e22962a43579a4 +SIZE (quictls-quictls-openssl-3.3.0_GH0.tar.gz) = 18220759 diff --git a/security/openssl33-quictls/files/extra-patch-util_find-doc-nits b/security/openssl33-quictls/files/extra-patch-util_find-doc-nits new file mode 100644 index 000000000000..947f7447a445 --- /dev/null +++ b/security/openssl33-quictls/files/extra-patch-util_find-doc-nits @@ -0,0 +1,20 @@ +--- util/find-doc-nits.orig 2023-08-03 13:45:48 UTC ++++ util/find-doc-nits +@@ -80,7 +80,7 @@ my $temp = '/tmp/docnits.txt'; + my $OUT; + my $status = 0; + +-$opt_m = "man1,man3,man5,man7" unless $opt_m; ++$opt_m = "man1,man5" unless $opt_m; + die "Argument of -m option may contain only man1, man3, man5, and/or man7" + unless $opt_m =~ /^(man[1357][, ]?)*$/; + my @sections = ( split /[, ]/, $opt_m ); +@@ -725,7 +725,7 @@ sub check { + next if $target eq ''; # Skip if links within page, or + next if $target =~ /::/; # links to a Perl module, or + next if $target =~ /^https?:/; # is a URL link, or +- next if $target =~ /\([1357]\)$/; # it has a section ++ next if $target =~ /\([15]\)$/; # it has a section + err($id, "Missing man section number (likely, $mansect) in L<$target>") + } + # Check for proper links to commands. diff --git a/security/openssl33-quictls/files/patch-CVE-2024-9143 b/security/openssl33-quictls/files/patch-CVE-2024-9143 new file mode 100644 index 000000000000..f36b97f194f7 --- /dev/null +++ b/security/openssl33-quictls/files/patch-CVE-2024-9143 @@ -0,0 +1,198 @@ +From fdf6723362ca51bd883295efe206cb5b1cfa5154 Mon Sep 17 00:00:00 2001 +From: Viktor Dukhovni <viktor@openssl.org> +Date: Thu, 19 Sep 2024 01:02:40 +1000 +Subject: [PATCH] Harden BN_GF2m_poly2arr against misuse. + +The BN_GF2m_poly2arr() function converts characteristic-2 field +(GF_{2^m}) Galois polynomials from a representation as a BIGNUM bitmask, +to a compact array with just the exponents of the non-zero terms. + +These polynomials are then used in BN_GF2m_mod_arr() to perform modular +reduction. A precondition of calling BN_GF2m_mod_arr() is that the +polynomial must have a non-zero constant term (i.e. the array has `0` as +its final element). + +Internally, callers of BN_GF2m_poly2arr() did not verify that +precondition, and binary EC curve parameters with an invalid polynomial +could lead to out of bounds memory reads and writes in BN_GF2m_mod_arr(). + +The precondition is always true for polynomials that arise from the +standard form of EC parameters for characteristic-two fields (X9.62). +See the "Finite Field Identification" section of: + + https://www.itu.int/ITU-T/formal-language/itu-t/x/x894/2018-cor1/ANSI-X9-62.html + +The OpenSSL GF(2^m) code supports only the trinomial and pentanomial +basis X9.62 forms. + +This commit updates BN_GF2m_poly2arr() to return `0` (failure) when +the constant term is zero (i.e. the input bitmask BIGNUM is not odd). + +Additionally, the return value is made unambiguous when there is not +enough space to also pad the array with a final `-1` sentinel value. +The return value is now always the number of elements (including the +final `-1`) that would be filled when the output array is sufficiently +large. Previously the same count was returned both when the array has +just enough room for the final `-1` and when it had only enough space +for non-sentinel values. + +Finally, BN_GF2m_poly2arr() is updated to reject polynomials whose +degree exceeds `OPENSSL_ECC_MAX_FIELD_BITS`, this guards against +CPU exhausition attacks via excessively large inputs. + +The above issues do not arise in processing X.509 certificates. These +generally have EC keys from "named curves", and RFC5840 (Section 2.1.1) +disallows explicit EC parameters. The TLS code in OpenSSL enforces this +constraint only after the certificate is decoded, but, even if explicit +parameters are specified, they are in X9.62 form, which cannot represent +problem values as noted above. + +Initially reported as oss-fuzz issue 71623. + +A closely related issue was earlier reported in +<https://github.com/openssl/openssl/issues/19826>. + +Severity: Low, CVE-2024-9143 + +Reviewed-by: Matt Caswell <matt@openssl.org> +Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> +Reviewed-by: Paul Dale <ppzgs1@gmail.com> +Reviewed-by: Tomas Mraz <tomas@openssl.org> +(Merged from https://github.com/openssl/openssl/pull/25639) + +(cherry picked from commit 8e008cb8b23ec7dc75c45a66eeed09c815b11cd2) +--- + crypto/bn/bn_gf2m.c | 28 +++++++++++++++------- + test/ec_internal_test.c | 51 +++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 71 insertions(+), 8 deletions(-) + +diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c +index c811ae82d6b15..bcc66613cc14d 100644 +--- crypto/bn/bn_gf2m.c.orig ++++ crypto/bn/bn_gf2m.c +@@ -15,6 +15,7 @@ + #include "bn_local.h" + + #ifndef OPENSSL_NO_EC2M ++# include <openssl/ec.h> + + /* + * Maximum number of iterations before BN_GF2m_mod_solve_quad_arr should +@@ -1140,16 +1141,26 @@ int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + /* + * Convert the bit-string representation of a polynomial ( \sum_{i=0}^n a_i * + * x^i) into an array of integers corresponding to the bits with non-zero +- * coefficient. Array is terminated with -1. Up to max elements of the array +- * will be filled. Return value is total number of array elements that would +- * be filled if array was large enough. ++ * coefficient. The array is intended to be suitable for use with ++ * `BN_GF2m_mod_arr()`, and so the constant term of the polynomial must not be ++ * zero. This translates to a requirement that the input BIGNUM `a` is odd. ++ * ++ * Given sufficient room, the array is terminated with -1. Up to max elements ++ * of the array will be filled. ++ * ++ * The return value is total number of array elements that would be filled if ++ * array was large enough, including the terminating `-1`. It is `0` when `a` ++ * is not odd or the constant term is zero contrary to requirement. ++ * ++ * The return value is also `0` when the leading exponent exceeds ++ * `OPENSSL_ECC_MAX_FIELD_BITS`, this guards against CPU exhaustion attacks, + */ + int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) + { + int i, j, k = 0; + BN_ULONG mask; + +- if (BN_is_zero(a)) ++ if (!BN_is_odd(a)) + return 0; + + for (i = a->top - 1; i >= 0; i--) { +@@ -1167,12 +1178,13 @@ int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) + } + } + +- if (k < max) { ++ if (k > 0 && p[0] > OPENSSL_ECC_MAX_FIELD_BITS) ++ return 0; ++ ++ if (k < max) + p[k] = -1; +- k++; +- } + +- return k; ++ return k + 1; + } + + /* +diff --git a/test/ec_internal_test.c b/test/ec_internal_test.c +index 8c2cd05631696..02cfd4e9d8858 100644 +--- test/ec_internal_test.c.orig ++++ test/ec_internal_test.c +@@ -155,6 +155,56 @@ static int field_tests_ecp_mont(void) + } + + #ifndef OPENSSL_NO_EC2M ++/* Test that decoding of invalid GF2m field parameters fails. */ ++static int ec2m_field_sanity(void) ++{ ++ int ret = 0; ++ BN_CTX *ctx = BN_CTX_new(); ++ BIGNUM *p, *a, *b; ++ EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; ++ ++ TEST_info("Testing GF2m hardening\n"); ++ ++ BN_CTX_start(ctx); ++ p = BN_CTX_get(ctx); ++ a = BN_CTX_get(ctx); ++ if (!TEST_ptr(b = BN_CTX_get(ctx)) ++ || !TEST_true(BN_one(a)) ++ || !TEST_true(BN_one(b))) ++ goto out; ++ ++ /* Even pentanomial value should be rejected */ ++ if (!TEST_true(BN_set_word(p, 0xf2))) ++ goto out; ++ if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("Zero constant term accepted in GF2m polynomial"); ++ ++ /* Odd hexanomial should also be rejected */ ++ if (!TEST_true(BN_set_word(p, 0xf3))) ++ goto out; ++ if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("Hexanomial accepted as GF2m polynomial"); ++ ++ /* Excessive polynomial degree should also be rejected */ ++ if (!TEST_true(BN_set_word(p, 0x71)) ++ || !TEST_true(BN_set_bit(p, OPENSSL_ECC_MAX_FIELD_BITS + 1))) ++ goto out; ++ if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("GF2m polynomial degree > %d accepted", ++ OPENSSL_ECC_MAX_FIELD_BITS); ++ ++ ret = group1 == NULL && group2 == NULL && group3 == NULL; ++ ++ out: ++ EC_GROUP_free(group1); ++ EC_GROUP_free(group2); ++ EC_GROUP_free(group3); ++ BN_CTX_end(ctx); ++ BN_CTX_free(ctx); ++ ++ return ret; ++} ++ + /* test EC_GF2m_simple_method directly */ + static int field_tests_ec2_simple(void) + { +@@ -443,6 +493,7 @@ int setup_tests(void) + ADD_TEST(field_tests_ecp_simple); + ADD_TEST(field_tests_ecp_mont); + #ifndef OPENSSL_NO_EC2M ++ ADD_TEST(ec2m_field_sanity); + ADD_TEST(field_tests_ec2_simple); + #endif + ADD_ALL_TESTS(field_tests_default, crv_len); diff --git a/security/openssl33-quictls/pkg-descr b/security/openssl33-quictls/pkg-descr new file mode 100644 index 000000000000..0373df3f0b26 --- /dev/null +++ b/security/openssl33-quictls/pkg-descr @@ -0,0 +1,8 @@ +This is a fork of OpenSSL to enable QUIC. This fork adds API that can be +used by QUIC implementations for connection handshakes. + +There is a community need for a QUIC capable TLS library. This fork is +intended as stopgap solution to enable higher level frameworks and runtimes +to use QUIC with the proven and reliable TLS functionality from OpenSSL. +This fork will be maintained until OpenSSL officially provides reasonable +support for QUIC implementations. diff --git a/security/openssl33-quictls/pkg-message b/security/openssl33-quictls/pkg-message new file mode 100644 index 000000000000..7cd49c285a43 --- /dev/null +++ b/security/openssl33-quictls/pkg-message @@ -0,0 +1,20 @@ +[ +{ type: install + message: <<EOM + +This QUIC capable OpenSSL fork is in an ALPHA stage + +Do NOT use for production! + +EOM +} +{ type: upgrade + message: <<EOM + +This QUIC capable OpenSSL fork is in an ALPHA stage + +Do NOT use for production! + +EOM +} +] diff --git a/security/openssl33-quictls/pkg-plist b/security/openssl33-quictls/pkg-plist new file mode 100644 index 000000000000..3e3f644f4a2c --- /dev/null +++ b/security/openssl33-quictls/pkg-plist @@ -0,0 +1,281 @@ +bin/c_rehash +bin/openssl +include/openssl/aes.h +include/openssl/asn1.h +include/openssl/asn1_mac.h +include/openssl/asn1err.h +include/openssl/asn1t.h +include/openssl/async.h +include/openssl/asyncerr.h +include/openssl/bio.h +include/openssl/bioerr.h +include/openssl/blowfish.h +include/openssl/bn.h +include/openssl/bnerr.h +include/openssl/buffer.h +include/openssl/buffererr.h +include/openssl/camellia.h +include/openssl/cast.h +include/openssl/cmac.h +include/openssl/cmp.h +include/openssl/cmp_util.h +include/openssl/cmperr.h +include/openssl/cms.h +include/openssl/cmserr.h +include/openssl/comp.h +include/openssl/comperr.h +include/openssl/conf.h +include/openssl/conf_api.h +include/openssl/conferr.h +include/openssl/configuration.h +include/openssl/conftypes.h +include/openssl/core.h +include/openssl/core_dispatch.h +include/openssl/core_names.h +include/openssl/core_object.h +include/openssl/crmf.h +include/openssl/crmferr.h +include/openssl/crypto.h +include/openssl/cryptoerr.h +include/openssl/cryptoerr_legacy.h +include/openssl/ct.h +include/openssl/cterr.h +include/openssl/decoder.h +include/openssl/decodererr.h +include/openssl/des.h +include/openssl/dh.h +include/openssl/dherr.h +include/openssl/dsa.h +include/openssl/dsaerr.h +include/openssl/dtls1.h +include/openssl/e_os2.h +include/openssl/e_ostime.h +include/openssl/ebcdic.h +include/openssl/ec.h +include/openssl/ecdh.h +include/openssl/ecdsa.h +include/openssl/ecerr.h +include/openssl/encoder.h +include/openssl/encodererr.h +include/openssl/engine.h +include/openssl/engineerr.h +include/openssl/err.h +include/openssl/ess.h +include/openssl/esserr.h +include/openssl/evp.h +include/openssl/evperr.h +include/openssl/fips_names.h +include/openssl/fipskey.h +include/openssl/hmac.h +include/openssl/hpke.h +include/openssl/http.h +include/openssl/httperr.h +include/openssl/idea.h +include/openssl/kdf.h +include/openssl/kdferr.h +include/openssl/lhash.h +include/openssl/macros.h +include/openssl/md2.h +include/openssl/md4.h +include/openssl/md5.h +include/openssl/mdc2.h +include/openssl/modes.h +include/openssl/obj_mac.h +include/openssl/objects.h +include/openssl/objectserr.h +include/openssl/ocsp.h +include/openssl/ocsperr.h +include/openssl/opensslconf.h +include/openssl/opensslv.h +include/openssl/ossl_typ.h +include/openssl/param_build.h +include/openssl/params.h +include/openssl/pem.h +include/openssl/pem2.h +include/openssl/pemerr.h +include/openssl/pkcs12.h +include/openssl/pkcs12err.h +include/openssl/pkcs7.h +include/openssl/pkcs7err.h +include/openssl/prov_ssl.h +include/openssl/proverr.h +include/openssl/provider.h +include/openssl/quic.h +include/openssl/rand.h +include/openssl/randerr.h +include/openssl/rc2.h +include/openssl/rc4.h +include/openssl/rc5.h +include/openssl/ripemd.h +include/openssl/rsa.h +include/openssl/rsaerr.h +include/openssl/safestack.h +include/openssl/seed.h +include/openssl/self_test.h +include/openssl/sha.h +include/openssl/srp.h +include/openssl/srtp.h +include/openssl/ssl.h +include/openssl/ssl2.h +include/openssl/ssl3.h +include/openssl/sslerr.h +include/openssl/sslerr_legacy.h +include/openssl/stack.h +include/openssl/store.h +include/openssl/storeerr.h +include/openssl/symhacks.h +include/openssl/thread.h +include/openssl/tls1.h +include/openssl/trace.h +include/openssl/ts.h +include/openssl/tserr.h +include/openssl/txt_db.h +include/openssl/types.h +include/openssl/ui.h +include/openssl/uierr.h +include/openssl/whrlpool.h +include/openssl/x509.h +include/openssl/x509_vfy.h +include/openssl/x509err.h +include/openssl/x509v3.h +include/openssl/x509v3err.h +lib/cmake/OpenSSL/OpenSSLConfig.cmake +lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake +%%SHARED%%lib/engines-%%SHLIBVER%%/capi.so +%%SHARED%%lib/engines-%%SHLIBVER%%/devcrypto.so +%%SHARED%%lib/engines-%%SHLIBVER%%/loader_attic.so +%%SHARED%%lib/engines-%%SHLIBVER%%/padlock.so +lib/libcrypto.a +%%SHARED%%lib/libcrypto.so +%%SHARED%%lib/libcrypto.so.%%SHLIBVER%% +lib/libssl.a +%%SHARED%%lib/libssl.so +%%SHARED%%lib/libssl.so.%%SHLIBVER%% +%%FIPS%%%%SHARED%%lib/ossl-modules/fips.so +%%LEGACY%%%%SHARED%%lib/ossl-modules/legacy.so +libdata/pkgconfig/libcrypto.pc +libdata/pkgconfig/libssl.pc +libdata/pkgconfig/openssl.pc +share/man/man1/CA.pl.1ossl.gz +share/man/man1/asn1parse.1ossl.gz +share/man/man1/c_rehash.1ossl.gz +share/man/man1/ca.1ossl.gz +share/man/man1/ciphers.1ossl.gz +share/man/man1/cms.1ossl.gz +share/man/man1/cmp.1ossl.gz +share/man/man1/crl.1ossl.gz +share/man/man1/crl2pkcs7.1ossl.gz +share/man/man1/dgst.1ossl.gz +share/man/man1/dhparam.1ossl.gz +share/man/man1/dsa.1ossl.gz +share/man/man1/dsaparam.1ossl.gz +share/man/man1/ec.1ossl.gz +share/man/man1/ecparam.1ossl.gz +share/man/man1/enc.1ossl.gz +share/man/man1/engine.1ossl.gz +share/man/man1/errstr.1ossl.gz +share/man/man1/gendsa.1ossl.gz +share/man/man1/genpkey.1ossl.gz +share/man/man1/genrsa.1ossl.gz +share/man/man1/info.1ossl.gz +share/man/man1/kdf.1ossl.gz +share/man/man1/mac.1ossl.gz +share/man/man1/nseq.1ossl.gz +share/man/man1/ocsp.1ossl.gz +share/man/man1/openssl-asn1parse.1ossl.gz +share/man/man1/openssl-ca.1ossl.gz +share/man/man1/openssl-ciphers.1ossl.gz +share/man/man1/openssl-cmds.1ossl.gz +share/man/man1/openssl-cmp.1ossl.gz +share/man/man1/openssl-cms.1ossl.gz +share/man/man1/openssl-crl.1ossl.gz +share/man/man1/openssl-crl2pkcs7.1ossl.gz +share/man/man1/openssl-dgst.1ossl.gz +share/man/man1/openssl-dhparam.1ossl.gz +share/man/man1/openssl-dsa.1ossl.gz +share/man/man1/openssl-dsaparam.1ossl.gz +share/man/man1/openssl-ec.1ossl.gz +share/man/man1/openssl-ecparam.1ossl.gz +share/man/man1/openssl-enc.1ossl.gz +share/man/man1/openssl-engine.1ossl.gz +share/man/man1/openssl-errstr.1ossl.gz +share/man/man1/openssl-fipsinstall.1ossl.gz +share/man/man1/openssl-format-options.1ossl.gz +share/man/man1/openssl-gendsa.1ossl.gz +share/man/man1/openssl-genpkey.1ossl.gz +share/man/man1/openssl-genrsa.1ossl.gz +share/man/man1/openssl-info.1ossl.gz +share/man/man1/openssl-kdf.1ossl.gz +share/man/man1/openssl-list.1ossl.gz +share/man/man1/openssl-mac.1ossl.gz +share/man/man1/openssl-namedisplay-options.1ossl.gz +share/man/man1/openssl-nseq.1ossl.gz +share/man/man1/openssl-ocsp.1ossl.gz +share/man/man1/openssl-passphrase-options.1ossl.gz +share/man/man1/openssl-passwd.1ossl.gz +share/man/man1/openssl-pkcs12.1ossl.gz +share/man/man1/openssl-pkcs7.1ossl.gz +share/man/man1/openssl-pkcs8.1ossl.gz +share/man/man1/openssl-pkey.1ossl.gz +share/man/man1/openssl-pkeyparam.1ossl.gz +share/man/man1/openssl-pkeyutl.1ossl.gz +share/man/man1/openssl-prime.1ossl.gz +share/man/man1/openssl-rand.1ossl.gz +share/man/man1/openssl-rehash.1ossl.gz +share/man/man1/openssl-req.1ossl.gz +share/man/man1/openssl-rsa.1ossl.gz +share/man/man1/openssl-rsautl.1ossl.gz +share/man/man1/openssl-s_client.1ossl.gz +share/man/man1/openssl-s_server.1ossl.gz +share/man/man1/openssl-s_time.1ossl.gz +share/man/man1/openssl-sess_id.1ossl.gz +share/man/man1/openssl-smime.1ossl.gz +share/man/man1/openssl-speed.1ossl.gz +share/man/man1/openssl-spkac.1ossl.gz +share/man/man1/openssl-srp.1ossl.gz +share/man/man1/openssl-storeutl.1ossl.gz +share/man/man1/openssl-ts.1ossl.gz +share/man/man1/openssl-verification-options.1ossl.gz +share/man/man1/openssl-verify.1ossl.gz +share/man/man1/openssl-version.1ossl.gz +share/man/man1/openssl-x509.1ossl.gz +share/man/man1/openssl.1ossl.gz +share/man/man1/passwd.1ossl.gz +share/man/man1/pkcs12.1ossl.gz +share/man/man1/pkcs7.1ossl.gz +share/man/man1/pkcs8.1ossl.gz +share/man/man1/pkey.1ossl.gz +share/man/man1/pkeyparam.1ossl.gz +share/man/man1/pkeyutl.1ossl.gz +share/man/man1/prime.1ossl.gz +share/man/man1/rand.1ossl.gz +share/man/man1/rehash.1ossl.gz +share/man/man1/req.1ossl.gz +share/man/man1/rsa.1ossl.gz +share/man/man1/rsautl.1ossl.gz +share/man/man1/s_client.1ossl.gz +share/man/man1/s_server.1ossl.gz +share/man/man1/s_time.1ossl.gz +share/man/man1/sess_id.1ossl.gz +share/man/man1/smime.1ossl.gz +share/man/man1/speed.1ossl.gz +share/man/man1/spkac.1ossl.gz +share/man/man1/srp.1ossl.gz +share/man/man1/storeutl.1ossl.gz +share/man/man1/ts.1ossl.gz +share/man/man1/tsget.1ossl.gz +share/man/man1/verify.1ossl.gz +share/man/man1/version.1ossl.gz +share/man/man1/x509.1ossl.gz +share/man/man5/config.5ossl.gz +share/man/man5/fips_config.5ossl.gz +share/man/man5/x509v3_config.5ossl.gz +%%OPENSSLDIR%%/misc/CA.pl +@comment %%OPENSSLDIR%%/misc/tsget.pl +%%OPENSSLDIR%%/misc/tsget +@sample %%OPENSSLDIR%%/ct_log_list.cnf.dist %%OPENSSLDIR%%/ct_log_list.cnf +%%FIPS%%%%OPENSSLDIR%%/fipsmodule.cnf +@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf +@dir lib/ossl-modules +@dir %%OPENSSLDIR%%/private +@dir %%OPENSSLDIR%%/certs diff --git a/security/openssl33-quictls/version.mk b/security/openssl33-quictls/version.mk new file mode 100644 index 000000000000..c3fe2e51c987 --- /dev/null +++ b/security/openssl33-quictls/version.mk @@ -0,0 +1 @@ +OPENSSL_SHLIBVER?= 15 diff --git a/security/openssl33/Makefile b/security/openssl33/Makefile index 92b2a3b70d07..f4cdbb7a8866 100644 --- a/security/openssl33/Makefile +++ b/security/openssl33/Makefile @@ -1,5 +1,5 @@ PORTNAME= openssl -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= security devel PKGNAMESUFFIX= 33 MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ @@ -11,6 +11,8 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +EXPIRATION_DATE= 2026-04-09 + CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[1245] openssl*-quictls HAS_CONFIGURE= yes diff --git a/security/openssl33/distinfo b/security/openssl33/distinfo index ba314a4dcc7f..a6394ed16a43 100644 --- a/security/openssl33/distinfo +++ b/security/openssl33/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739294023 -SHA256 (openssl-3.3.3.tar.gz) = 712590fd20aaa60ec75d778fe5b810d6b829ca7fb1e530577917a131f9105539 -SIZE (openssl-3.3.3.tar.gz) = 18102481 +TIMESTAMP = 1751448373 +SHA256 (openssl-3.3.4.tar.gz) = 8d1a5fc323d3fd351dc05458457fd48f78652d2a498e1d70ffea07b4d0eb3fa8 +SIZE (openssl-3.3.4.tar.gz) = 18113350 diff --git a/security/openssl34/Makefile b/security/openssl34/Makefile index b1ab27b4efc0..4bc0fe6c59a2 100644 --- a/security/openssl34/Makefile +++ b/security/openssl34/Makefile @@ -1,5 +1,5 @@ PORTNAME= openssl -DISTVERSION= 3.4.1 +DISTVERSION= 3.4.2 CATEGORIES= security devel PKGNAMESUFFIX= 34 MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ @@ -11,6 +11,8 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +EXPIRATION_DATE= 2026-10-22 + CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[1235] openssl*-quictls HAS_CONFIGURE= yes diff --git a/security/openssl34/distinfo b/security/openssl34/distinfo index d8af1d8ae114..f57015331c43 100644 --- a/security/openssl34/distinfo +++ b/security/openssl34/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739294109 -SHA256 (openssl-3.4.1.tar.gz) = 002a2d6b30b58bf4bea46c43bdd96365aaf8daa6c428782aa4feee06da197df3 -SIZE (openssl-3.4.1.tar.gz) = 18346056 +TIMESTAMP = 1751448388 +SHA256 (openssl-3.4.2.tar.gz) = 17b02459fc28be415470cccaae7434f3496cac1306b86b52c83886580e82834c +SIZE (openssl-3.4.2.tar.gz) = 18357346 diff --git a/security/openssl35/Makefile b/security/openssl35/Makefile index 03c8a5cf9203..f98afc6ba292 100644 --- a/security/openssl35/Makefile +++ b/security/openssl35/Makefile @@ -1,6 +1,5 @@ PORTNAME= openssl -PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTVERSION= 3.5.1 CATEGORIES= security devel PKGNAMESUFFIX= 35 MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ diff --git a/security/openssl35/distinfo b/security/openssl35/distinfo index a607cb09a0e2..dbaa6f6357a6 100644 --- a/security/openssl35/distinfo +++ b/security/openssl35/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744140897 -SHA256 (openssl-3.5.0.tar.gz) = 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0 -SIZE (openssl-3.5.0.tar.gz) = 53136912 +TIMESTAMP = 1751448415 +SHA256 (openssl-3.5.1.tar.gz) = 529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f +SIZE (openssl-3.5.1.tar.gz) = 53158817 diff --git a/security/openssl35/files/patch-CVE-2025-4575 b/security/openssl35/files/patch-CVE-2025-4575 deleted file mode 100644 index 1bcec34bcb96..000000000000 --- a/security/openssl35/files/patch-CVE-2025-4575 +++ /dev/null @@ -1,61 +0,0 @@ -From e96d22446e633d117e6c9904cb15b4693e956eaa Mon Sep 17 00:00:00 2001 -From: Tomas Mraz <tomas@openssl.org> -Date: Tue, 20 May 2025 16:34:10 +0200 -Subject: [PATCH] apps/x509.c: Fix the -addreject option adding trust instead - of rejection - -Fixes CVE-2025-4575 - -Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> -Reviewed-by: Paul Dale <ppzgs1@gmail.com> -(Merged from https://github.com/openssl/openssl/pull/27672) - -(cherry picked from commit 0eb9acc24febb1f3f01f0320cfba9654cf66b0ac) ---- - apps/x509.c | 2 +- - test/recipes/25-test_x509.t | 12 +++++++++++- - 2 files changed, 12 insertions(+), 2 deletions(-) - -diff --git a/apps/x509.c b/apps/x509.c -index fdae8f383a667..0c340c15b321a 100644 ---- apps/x509.c.orig -+++ apps/x509.c -@@ -465,7 +465,7 @@ int x509_main(int argc, char **argv) - prog, opt_arg()); - goto opthelp; - } -- if (!sk_ASN1_OBJECT_push(trust, objtmp)) -+ if (!sk_ASN1_OBJECT_push(reject, objtmp)) - goto end; - trustout = 1; - break; -diff --git a/test/recipes/25-test_x509.t b/test/recipes/25-test_x509.t -index 09b61708ff8a5..dfa0a428f5f0c 100644 ---- test/recipes/25-test_x509.t.orig -+++ test/recipes/25-test_x509.t -@@ -16,7 +16,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/; - - setup("test_x509"); - --plan tests => 134; -+plan tests => 138; - - # Prevent MSys2 filename munging for arguments that look like file paths but - # aren't -@@ -110,6 +110,16 @@ ok(run(app(["openssl", "x509", "-new", "-force_pubkey", $key, "-subj", "/CN=EE", - && run(app(["openssl", "verify", "-no_check_time", - "-trusted", $ca, "-partial_chain", $caout]))); - -+# test trust decoration -+ok(run(app(["openssl", "x509", "-in", $ca, "-addtrust", "emailProtection", -+ "-out", "ca-trusted.pem"]))); -+cert_contains("ca-trusted.pem", "Trusted Uses: E-mail Protection", -+ 1, 'trusted use - E-mail Protection'); -+ok(run(app(["openssl", "x509", "-in", $ca, "-addreject", "emailProtection", -+ "-out", "ca-rejected.pem"]))); -+cert_contains("ca-rejected.pem", "Rejected Uses: E-mail Protection", -+ 1, 'rejected use - E-mail Protection'); -+ - subtest 'x509 -- x.509 v1 certificate' => sub { - tconversion( -type => 'x509', -prefix => 'x509v1', - -in => srctop_file("test", "testx509.pem") ); diff --git a/security/php85-filter/Makefile b/security/php85-filter/Makefile new file mode 100644 index 000000000000..1d4737ba51c9 --- /dev/null +++ b/security/php85-filter/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -filter + +.include "${MASTERDIR}/Makefile" diff --git a/security/php85-sodium/Makefile b/security/php85-sodium/Makefile new file mode 100644 index 000000000000..aff3c5308849 --- /dev/null +++ b/security/php85-sodium/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sodium + +.include "${MASTERDIR}/Makefile" diff --git a/security/plasma6-kscreenlocker/distinfo b/security/plasma6-kscreenlocker/distinfo index 9b45a355b193..b29b38d6d151 100644 --- a/security/plasma6-kscreenlocker/distinfo +++ b/security/plasma6-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789611 -SHA256 (KDE/plasma/6.4.1/kscreenlocker-6.4.1.tar.xz) = c849dc939a050a26f270393f8b59e8b86d671983a752e014af7c89a1c955b925 -SIZE (KDE/plasma/6.4.1/kscreenlocker-6.4.1.tar.xz) = 183776 +TIMESTAMP = 1751380541 +SHA256 (KDE/plasma/6.4.2/kscreenlocker-6.4.2.tar.xz) = ef2bc8c2f1f0df75c67778c4208a5ee02c0546356ef8352dd1ffdee867283cc4 +SIZE (KDE/plasma/6.4.2/kscreenlocker-6.4.2.tar.xz) = 183732 diff --git a/security/plasma6-ksshaskpass/distinfo b/security/plasma6-ksshaskpass/distinfo index 8196ba2a8c6e..87b4a2ee1759 100644 --- a/security/plasma6-ksshaskpass/distinfo +++ b/security/plasma6-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789611 -SHA256 (KDE/plasma/6.4.1/ksshaskpass-6.4.1.tar.xz) = 5495db2d45f9b2ac50a81382f7e38c99ab83d7ea34adcf72b05c260d9d8a3433 -SIZE (KDE/plasma/6.4.1/ksshaskpass-6.4.1.tar.xz) = 30796 +TIMESTAMP = 1751380542 +SHA256 (KDE/plasma/6.4.2/ksshaskpass-6.4.2.tar.xz) = 6ef3811239c2ec505859f6c483927d6d69a59fbd8d6da41b385a977c231efffc +SIZE (KDE/plasma/6.4.2/ksshaskpass-6.4.2.tar.xz) = 30792 diff --git a/security/plasma6-kwallet-pam/distinfo b/security/plasma6-kwallet-pam/distinfo index 81c94e309bb8..3eb96bb2863b 100644 --- a/security/plasma6-kwallet-pam/distinfo +++ b/security/plasma6-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789612 -SHA256 (KDE/plasma/6.4.1/kwallet-pam-6.4.1.tar.xz) = 04d4d7075cb93cac10a7e0504836d961c7a2eda4f08987bb500f927200298b7c -SIZE (KDE/plasma/6.4.1/kwallet-pam-6.4.1.tar.xz) = 22400 +TIMESTAMP = 1751380542 +SHA256 (KDE/plasma/6.4.2/kwallet-pam-6.4.2.tar.xz) = fc5578ae860d74ce7695cf0b561a72bcf4730636694d8debfc10c85e97296ae9 +SIZE (KDE/plasma/6.4.2/kwallet-pam-6.4.2.tar.xz) = 22396 diff --git a/security/snort3/Makefile b/security/snort3/Makefile index 50ff68cab2c4..833bdf00cb11 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,6 +1,5 @@ PORTNAME= snort -DISTVERSION= 3.8.1.0 -PORTREVISION= 1 +DISTVERSION= 3.9.0.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index 3b5d7f18d701..043da5daa3cb 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748521147 -SHA256 (snort3-snort3-3.8.1.0_GH0.tar.gz) = adbd958bd0f9b2c78997bfda5a36cbbc843f07a71712db0b56f085e2cd124164 -SIZE (snort3-snort3-3.8.1.0_GH0.tar.gz) = 3484205 +TIMESTAMP = 1751444666 +SHA256 (snort3-snort3-3.9.0.0_GH0.tar.gz) = a294be2921440ec39a265e770c15dc52ab011918c6fd288d99e442ceb12f961d +SIZE (snort3-snort3-3.9.0.0_GH0.tar.gz) = 3484705 diff --git a/security/snort3/pkg-plist b/security/snort3/pkg-plist index 5da84b8b5dd6..67291c403269 100644 --- a/security/snort3/pkg-plist +++ b/security/snort3/pkg-plist @@ -39,7 +39,6 @@ include/snort/flow/flow_key.h include/snort/flow/flow_stash.h include/snort/flow/ha.h include/snort/flow/session.h -include/snort/flow/stash_item.h include/snort/flow/stream_flow.h include/snort/framework/api_options.h include/snort/framework/base_api.h diff --git a/security/snuffleupagus/Makefile b/security/snuffleupagus/Makefile index 9b113b64de11..5783534cd0a0 100644 --- a/security/snuffleupagus/Makefile +++ b/security/snuffleupagus/Makefile @@ -21,7 +21,7 @@ USES= localbase:ldflags php:build,ext USE_GITHUB= yes GH_ACCOUNT= jvoisin USE_PHP= session:build -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= --enable-snuffleupagus 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/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 0070df448a11..fbceba5c7d7c 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,123 @@ + <vuln vid="5c777f88-40ff-4e1e-884b-ad63dfb9bb15"> + <topic>chromium -- multiple security fixes</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>138.0.7204.96</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>138.0.7204.96</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html"> + <p>This update includes 1 security fix:</p> + <ul> + <li>[427663123] High CVE-2025-6554: Type Confusion in V8.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6554</cvename> + <url>https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html</url> + </references> + <dates> + <discovery>2025-06-30</discovery> + <entry>2025-07-02</entry> + </dates> + </vuln> + + <vuln vid="9c91e1f8-f255-4b57-babe-2e385558f1dc"> + <topic>chromium -- multiple security fixes</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>138.0.7204.49</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>138.0.7204.49</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_24.html"> + <p>This update includes 11 security fixes:</p> + <ul> + <li>[407328533] Medium CVE-2025-6555: Use after free in Animation. Reported by Lyra Rebane (rebane2001) on 2025-03-30</li> + <li>[40062462] Low CVE-2025-6556: Insufficient policy enforcement in Loader. Reported by Shaheen Fazim on 2023-01-02</li> + <li>[406631048] Low CVE-2025-6557: Insufficient data validation in DevTools. Reported by Ameen Basha M K on 2025-03-27</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6555</cvename> + <cvename>CVE-2025-6556</cvename> + <cvename>CVE-2025-6557</cvename> + <url>https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_24.html</url> + </references> + <dates> + <discovery>2025-06-24</discovery> + <entry>2025-07-02</entry> + </dates> + </vuln> + + <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> diff --git a/sysutils/Makefile b/sysutils/Makefile index 5798873e3860..1fc727d0f973 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -941,6 +941,8 @@ SUBDIR += php83-posix SUBDIR += php84-fileinfo SUBDIR += php84-posix + SUBDIR += php85-fileinfo + SUBDIR += php85-posix SUBDIR += phybs SUBDIR += pick SUBDIR += pidof 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/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/opensbi/Makefile b/sysutils/opensbi/Makefile index 703e9218ed9f..48d1f5e554a9 100644 --- a/sysutils/opensbi/Makefile +++ b/sysutils/opensbi/Makefile @@ -1,6 +1,6 @@ PORTNAME= opensbi DISTVERSIONPREFIX=v -DISTVERSION= 1.6 +DISTVERSION= 1.7 CATEGORIES= sysutils MAINTAINER= mhorne@FreeBSD.org diff --git a/sysutils/opensbi/distinfo b/sysutils/opensbi/distinfo index 27de00840a02..4c670b9b189d 100644 --- a/sysutils/opensbi/distinfo +++ b/sysutils/opensbi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735930463 -SHA256 (riscv-software-src-opensbi-v1.6_GH0.tar.gz) = d11702103f177a2914e94eec57ce5ed820296d874f6b6525c4482e55d71a3667 -SIZE (riscv-software-src-opensbi-v1.6_GH0.tar.gz) = 476631 +TIMESTAMP = 1751304581 +SHA256 (riscv-software-src-opensbi-v1.7_GH0.tar.gz) = 2cf856a4e5e2e052948ddb54ba48232b1f698b7f52e0374fc7d17d51e8c8f7ce +SIZE (riscv-software-src-opensbi-v1.7_GH0.tar.gz) = 490131 diff --git a/sysutils/opensbi/files/patch-lib_sbi_sbi__hart.c b/sysutils/opensbi/files/patch-lib_sbi_sbi__hart.c index 73263b9d2715..e22fa1ab8d57 100644 --- a/sysutils/opensbi/files/patch-lib_sbi_sbi__hart.c +++ b/sysutils/opensbi/files/patch-lib_sbi_sbi__hart.c @@ -1,6 +1,6 @@ ---- lib/sbi/sbi_hart.c.orig 2023-12-27 03:02:58.000000000 -0400 -+++ lib/sbi/sbi_hart.c 2024-01-11 14:10:09.723340000 -0400 -@@ -523,6 +523,16 @@ +--- lib/sbi/sbi_hart.c.orig 2025-06-30 03:07:30 UTC ++++ lib/sbi/sbi_hart.c +@@ -567,6 +567,16 @@ int sbi_hart_pmp_configure(struct sbi_scratch *scratch if (!pmp_count) return 0; diff --git a/sysutils/opensbi/files/patch-platform_generic_platform.c b/sysutils/opensbi/files/patch-platform_generic_platform.c index 2e6ed1159868..c4e535de59b5 100644 --- a/sysutils/opensbi/files/patch-platform_generic_platform.c +++ b/sysutils/opensbi/files/patch-platform_generic_platform.c @@ -1,11 +1,11 @@ ---- platform/generic/platform.c.orig 2022-06-25 03:42:10 UTC +--- platform/generic/platform.c.orig 2025-06-30 03:07:30 UTC +++ platform/generic/platform.c -@@ -24,6 +24,8 @@ - #include <sbi_utils/ipi/fdt_ipi.h> - #include <sbi_utils/reset/fdt_reset.h> +@@ -30,6 +30,8 @@ + #include <sbi_utils/serial/semihosting.h> + #include <sbi_utils/timer/fdt_timer.h> +int need_pmp_war = false; + /* List of platform override modules generated at compile time */ - extern const struct platform_override *platform_override_modules[]; - extern unsigned long platform_override_modules_size; + extern const struct fdt_driver *const platform_override_modules[]; + diff --git a/sysutils/opensbi/files/patch-platform_generic_sifive_fu540.c b/sysutils/opensbi/files/patch-platform_generic_sifive_fu540.c index 9f776d796e1b..d721c7224afa 100644 --- a/sysutils/opensbi/files/patch-platform_generic_sifive_fu540.c +++ b/sysutils/opensbi/files/patch-platform_generic_sifive_fu540.c @@ -1,27 +1,26 @@ ---- platform/generic/sifive/fu540.c.orig 2022-06-26 14:27:30 UTC +--- platform/generic/sifive/fu540.c.orig 2025-06-30 03:07:30 UTC +++ platform/generic/sifive/fu540.c -@@ -11,6 +11,16 @@ +@@ -11,6 +11,15 @@ #include <sbi_utils/fdt/fdt_helper.h> #include <sbi_utils/fdt/fdt_fixup.h> +extern int need_pmp_war; + -+static int sifive_fu540_early_init(bool cold_boot, const void *fdt, -+ const struct fdt_match *match) ++static int sifive_fu540_early_init(bool cold_boot) +{ + need_pmp_war = true; + + return 0; +} + - static u64 sifive_fu540_tlbr_flush_limit(const struct fdt_match *match) + static u64 sifive_fu540_tlbr_flush_limit(void) { /* -@@ -41,6 +50,7 @@ const struct platform_override sifive_fu540 = { - }; +@@ -22,6 +31,7 @@ static int sifive_fu540_platform_init(const void *fdt, - const struct platform_override sifive_fu540 = { -+ .early_init = sifive_fu540_early_init, - .match_table = sifive_fu540_match, - .tlbr_flush_limit = sifive_fu540_tlbr_flush_limit, - .fdt_fixup = sifive_fu540_fdt_fixup, + static int sifive_fu540_platform_init(const void *fdt, int nodeoff, const struct fdt_match *match) + { ++ generic_platform_ops.early_init = sifive_fu540_early_init; + generic_platform_ops.get_tlbr_flush_limit = sifive_fu540_tlbr_flush_limit; + + return 0; diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 752f1eeb34c5..ecc4ea14f87c 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,6 +1,6 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 +DISTVERSION= 1.10.2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/opentofu/distinfo b/sysutils/opentofu/distinfo index d4ac1a41b544..414ced3ad22c 100644 --- a/sysutils/opentofu/distinfo +++ b/sysutils/opentofu/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751268730 -SHA256 (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.mod) = a89f161ef76903801f1a0beac5aab3deea6455825cde9faedb9f3a5f043e5d01 -SIZE (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.mod) = 14181 -SHA256 (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.zip) = ed69c7953abaf24fcb1ccf68fd8f403ded8a874b52c3cd7ff8d40a18bb6807ad -SIZE (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.zip) = 6739653 +TIMESTAMP = 1751444266 +SHA256 (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.mod) = fea0f5e89a464ced9d8221c821eb16163062f1c948389406a8479db8d18dc413 +SIZE (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.mod) = 14181 +SHA256 (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.zip) = 0ec1d5261c4a590b0bd2d07b9ac513c05c0c5fa6993a43d3ce6fd49387d3ca3f +SIZE (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.zip) = 6744361 diff --git a/sysutils/php85-fileinfo/Makefile b/sysutils/php85-fileinfo/Makefile new file mode 100644 index 000000000000..f7b8fe1610ee --- /dev/null +++ b/sysutils/php85-fileinfo/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -fileinfo + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/php85-posix/Makefile b/sysutils/php85-posix/Makefile new file mode 100644 index 000000000000..8fdc5be62d79 --- /dev/null +++ b/sysutils/php85-posix/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/plasma6-discover/distinfo b/sysutils/plasma6-discover/distinfo index 4a1f89401962..c6598e5274ef 100644 --- a/sysutils/plasma6-discover/distinfo +++ b/sysutils/plasma6-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789614 -SHA256 (KDE/plasma/6.4.1/discover-6.4.1.tar.xz) = f34cea438a8a0ae0bb6fd13e4164d49c7a2a9857e204300ccc276f2d5f898230 -SIZE (KDE/plasma/6.4.1/discover-6.4.1.tar.xz) = 1110016 +TIMESTAMP = 1751380546 +SHA256 (KDE/plasma/6.4.2/discover-6.4.2.tar.xz) = f1ddb51bcdd9815dc222c02d299424924da541b3a91a2cbf9727bd1b20dbd515 +SIZE (KDE/plasma/6.4.2/discover-6.4.2.tar.xz) = 1110056 diff --git a/sysutils/plasma6-kde-cli-tools/distinfo b/sysutils/plasma6-kde-cli-tools/distinfo index 56b50db7c2f8..d35a2d8300ff 100644 --- a/sysutils/plasma6-kde-cli-tools/distinfo +++ b/sysutils/plasma6-kde-cli-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789615 -SHA256 (KDE/plasma/6.4.1/kde-cli-tools-6.4.1.tar.xz) = 2d90ab0c034fb9d2816750da9ace39b708b712d3f7341663ebbbfe88d5b02ca4 -SIZE (KDE/plasma/6.4.1/kde-cli-tools-6.4.1.tar.xz) = 638508 +TIMESTAMP = 1751380547 +SHA256 (KDE/plasma/6.4.2/kde-cli-tools-6.4.2.tar.xz) = f622615044d5231a9ac933496a509b45a679e2f4f76ab9541daf19a0fedcefaa +SIZE (KDE/plasma/6.4.2/kde-cli-tools-6.4.2.tar.xz) = 638552 diff --git a/sysutils/plasma6-kinfocenter/distinfo b/sysutils/plasma6-kinfocenter/distinfo index 089fd5283ef2..ad8459ff8233 100644 --- a/sysutils/plasma6-kinfocenter/distinfo +++ b/sysutils/plasma6-kinfocenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789616 -SHA256 (KDE/plasma/6.4.1/kinfocenter-6.4.1.tar.xz) = 20eafbae78a437f767b8b6e9493875b230033f9760454732e810483c82127927 -SIZE (KDE/plasma/6.4.1/kinfocenter-6.4.1.tar.xz) = 758196 +TIMESTAMP = 1751380547 +SHA256 (KDE/plasma/6.4.2/kinfocenter-6.4.2.tar.xz) = 1d25ffed7904bdb7ae4d2ff56d4173b48a15384cb970a78a145127866dd199da +SIZE (KDE/plasma/6.4.2/kinfocenter-6.4.2.tar.xz) = 758388 diff --git a/sysutils/plasma6-kmenuedit/distinfo b/sysutils/plasma6-kmenuedit/distinfo index 5bf724c2af64..17a87aa70d8e 100644 --- a/sysutils/plasma6-kmenuedit/distinfo +++ b/sysutils/plasma6-kmenuedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789616 -SHA256 (KDE/plasma/6.4.1/kmenuedit-6.4.1.tar.xz) = 55db175f0f3deda6154bfb0c721adf183f63c134b77858c9fbbe0858ae9c7773 -SIZE (KDE/plasma/6.4.1/kmenuedit-6.4.1.tar.xz) = 884588 +TIMESTAMP = 1751380548 +SHA256 (KDE/plasma/6.4.2/kmenuedit-6.4.2.tar.xz) = a00fd850300ff08b17bd9a52ec19e8f69822344efda17734e8655a1cbeaa352b +SIZE (KDE/plasma/6.4.2/kmenuedit-6.4.2.tar.xz) = 884860 diff --git a/sysutils/plasma6-ksystemstats/distinfo b/sysutils/plasma6-ksystemstats/distinfo index e483eac81117..ffe08e5d7c34 100644 --- a/sysutils/plasma6-ksystemstats/distinfo +++ b/sysutils/plasma6-ksystemstats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789617 -SHA256 (KDE/plasma/6.4.1/ksystemstats-6.4.1.tar.xz) = a70a74d3bd24116f6001086b942cc9d69f7514f3f5b7c2a0382d5dc281e7f0aa -SIZE (KDE/plasma/6.4.1/ksystemstats-6.4.1.tar.xz) = 156608 +TIMESTAMP = 1751380549 +SHA256 (KDE/plasma/6.4.2/ksystemstats-6.4.2.tar.xz) = 516134ecc8ac46c7bcf099d57d8889e856cccf1a361275a0d32c66cd2f65c124 +SIZE (KDE/plasma/6.4.2/ksystemstats-6.4.2.tar.xz) = 156612 diff --git a/sysutils/plasma6-libksysguard/distinfo b/sysutils/plasma6-libksysguard/distinfo index e79c11159df0..b4dd6dbb73a0 100644 --- a/sysutils/plasma6-libksysguard/distinfo +++ b/sysutils/plasma6-libksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789618 -SHA256 (KDE/plasma/6.4.1/libksysguard-6.4.1.tar.xz) = 7c33949dbdccceece35fbefd244a4449b23b5071e0cad082f91aee64f7b281e1 -SIZE (KDE/plasma/6.4.1/libksysguard-6.4.1.tar.xz) = 333936 +TIMESTAMP = 1751380550 +SHA256 (KDE/plasma/6.4.2/libksysguard-6.4.2.tar.xz) = e571d84cdb0ba5c3de3c269b34a2766b294c523370ba2cb78d6f4e52a3bb47d9 +SIZE (KDE/plasma/6.4.2/libksysguard-6.4.2.tar.xz) = 334072 diff --git a/sysutils/plasma6-plasma-disks/distinfo b/sysutils/plasma6-plasma-disks/distinfo index 67586b754218..5e2527364361 100644 --- a/sysutils/plasma6-plasma-disks/distinfo +++ b/sysutils/plasma6-plasma-disks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789618 -SHA256 (KDE/plasma/6.4.1/plasma-disks-6.4.1.tar.xz) = c98f9a0d5322982a908497d7cc02867825486257b8e25462d197f336011c5314 -SIZE (KDE/plasma/6.4.1/plasma-disks-6.4.1.tar.xz) = 105220 +TIMESTAMP = 1751380551 +SHA256 (KDE/plasma/6.4.2/plasma-disks-6.4.2.tar.xz) = 719bcc150a46252b0ef164f909510b38c62eb0db11af16156c1d026f33465ad9 +SIZE (KDE/plasma/6.4.2/plasma-disks-6.4.2.tar.xz) = 105228 diff --git a/sysutils/plasma6-plasma-systemmonitor/distinfo b/sysutils/plasma6-plasma-systemmonitor/distinfo index 23da83c40cc6..4a4aeccac728 100644 --- a/sysutils/plasma6-plasma-systemmonitor/distinfo +++ b/sysutils/plasma6-plasma-systemmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789619 -SHA256 (KDE/plasma/6.4.1/plasma-systemmonitor-6.4.1.tar.xz) = b1810d329b81ac35afca75f5ff2887b724e2fc7b1f9c510198b87c29cb8bde5f -SIZE (KDE/plasma/6.4.1/plasma-systemmonitor-6.4.1.tar.xz) = 216880 +TIMESTAMP = 1751380552 +SHA256 (KDE/plasma/6.4.2/plasma-systemmonitor-6.4.2.tar.xz) = a4866160dbdc56fa7b85f48e632643b82d6d36674c754f9969fceadd6f3ea538 +SIZE (KDE/plasma/6.4.2/plasma-systemmonitor-6.4.2.tar.xz) = 217084 diff --git a/sysutils/plasma6-polkit-kde-agent-1/distinfo b/sysutils/plasma6-polkit-kde-agent-1/distinfo index 0547c56fd276..32fc33d3e794 100644 --- a/sysutils/plasma6-polkit-kde-agent-1/distinfo +++ b/sysutils/plasma6-polkit-kde-agent-1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789619 -SHA256 (KDE/plasma/6.4.1/polkit-kde-agent-1-6.4.1.tar.xz) = bb1cc037725368334439d13dc7de12c5f517b398385f1c9f529571a5392a9302 -SIZE (KDE/plasma/6.4.1/polkit-kde-agent-1-6.4.1.tar.xz) = 57548 +TIMESTAMP = 1751380553 +SHA256 (KDE/plasma/6.4.2/polkit-kde-agent-1-6.4.2.tar.xz) = 2aafae6b4d048018c398f49a15ff987219831aee22fec54d08f2078634170f9a +SIZE (KDE/plasma/6.4.2/polkit-kde-agent-1-6.4.2.tar.xz) = 57576 diff --git a/sysutils/plasma6-powerdevil/distinfo b/sysutils/plasma6-powerdevil/distinfo index cde01e852ee0..f566598914b5 100644 --- a/sysutils/plasma6-powerdevil/distinfo +++ b/sysutils/plasma6-powerdevil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789620 -SHA256 (KDE/plasma/6.4.1/powerdevil-6.4.1.tar.xz) = 93e4381f253f9e960787feb5fcb86ea1a7c0e2978e3b3009ae192a86ae73462f -SIZE (KDE/plasma/6.4.1/powerdevil-6.4.1.tar.xz) = 1229008 +TIMESTAMP = 1751380554 +SHA256 (KDE/plasma/6.4.2/powerdevil-6.4.2.tar.xz) = cbf89f25efc8cb87c47c52eb575781b236a353796f73172a43b88d441662c6c5 +SIZE (KDE/plasma/6.4.2/powerdevil-6.4.2.tar.xz) = 1229252 diff --git a/sysutils/plasma6-systemsettings/distinfo b/sysutils/plasma6-systemsettings/distinfo index c4cd89095f2a..7aeca2f576f2 100644 --- a/sysutils/plasma6-systemsettings/distinfo +++ b/sysutils/plasma6-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789621 -SHA256 (KDE/plasma/6.4.1/systemsettings-6.4.1.tar.xz) = a27f312a292ac4c5c3efa1af71e70ca834d7ec8e8f37a710cf85ae2d7bbeff95 -SIZE (KDE/plasma/6.4.1/systemsettings-6.4.1.tar.xz) = 219344 +TIMESTAMP = 1751380555 +SHA256 (KDE/plasma/6.4.2/systemsettings-6.4.2.tar.xz) = bc56680aed6da67dea026a0bc60574c3f3a5cfab3993131923b698d28102d60b +SIZE (KDE/plasma/6.4.2/systemsettings-6.4.2.tar.xz) = 219364 diff --git a/sysutils/superiotool/files/patch-Makefile b/sysutils/superiotool/files/patch-Makefile index a17b198c05b8..a7cca296f4ed 100644 --- a/sysutils/superiotool/files/patch-Makefile +++ b/sysutils/superiotool/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2022-10-16 20:14:31 UTC -+++ Makefile -@@ -8,7 +8,7 @@ PREFIX ?= /usr/local +--- Makefile.orig 2022-10-16 23:14:31.000000000 +0300 ++++ Makefile 2025-07-02 10:37:44.757402000 +0300 +@@ -8,7 +8,7 @@ # Set the superiotool version string to the output of 'git describe'. @@ -9,3 +9,12 @@ CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -Werror-implicit-function-declaration -ansi -pedantic $(VERSION) +@@ -23,7 +23,7 @@ + endif + ifeq ($(OS_ARCH), FreeBSD) + CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ +- -Werror-implicit-function-declaration -ansi $(VERSION) \ ++ -Werror-implicit-function-declaration -Wno-comment -ansi $(VERSION) \ + -I/usr/local/include + LDFLAGS += -L/usr/local/lib + LIBS = -lz diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile index 51643c092390..ea3f4d044cb0 100644 --- a/sysutils/u-boot-sifive-fu540/Makefile +++ b/sysutils/u-boot-sifive-fu540/Makefile @@ -1,6 +1,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.07=1 +U_BOOT_SLAVE_PORTREVISION_2025.04=1 MODEL= sifive-fu540 BOARD_CONFIG= sifive_unleashed_defconfig diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile index 98d38e935010..9fd0f9a3a8a2 100644 --- a/sysutils/u-boot-sifive-fu740/Makefile +++ b/sysutils/u-boot-sifive-fu740/Makefile @@ -1,6 +1,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.07=1 +U_BOOT_SLAVE_PORTREVISION_2025.04=1 MODEL= sifive-fu740 BOARD_CONFIG= sifive_unmatched_defconfig diff --git a/sysutils/u-boot-starfive-visionfive2/Makefile b/sysutils/u-boot-starfive-visionfive2/Makefile index 391d3b2321e6..52e8559b7713 100644 --- a/sysutils/u-boot-starfive-visionfive2/Makefile +++ b/sysutils/u-boot-starfive-visionfive2/Makefile @@ -1,6 +1,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2024.07=1 +U_BOOT_SLAVE_PORTREVISION_2025.04=1 MODEL= starfive-visionfive2 BOARD_CONFIG= starfive_visionfive2_defconfig diff --git a/textproc/Makefile b/textproc/Makefile index d826579ba5e4..cd5de1cc450d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1292,6 +1292,14 @@ SUBDIR += php84-xmlreader SUBDIR += php84-xmlwriter SUBDIR += php84-xsl + SUBDIR += php85-ctype + SUBDIR += php85-dom + SUBDIR += php85-enchant + SUBDIR += php85-simplexml + SUBDIR += php85-xml + SUBDIR += php85-xmlreader + SUBDIR += php85-xmlwriter + SUBDIR += php85-xsl SUBDIR += pict SUBDIR += po4a SUBDIR += pod2mdoc 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/enchant2/Makefile b/textproc/enchant2/Makefile index 8c07b6e66347..725b9e184070 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -1,5 +1,5 @@ PORTNAME= enchant -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.10 CATEGORIES= textproc gnome MASTER_SITES= https://github.com/rrthomas/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 2 @@ -54,9 +54,6 @@ ZEMBEREK_CONFIGURE_WITH= zemberek PLIST_SUB+= LIBVERSION="${PORTVERSION}" post-patch: - @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ - ${WRKSRC}/install-sh - @${REINPLACE_CMD} -e 's|groff -mandoc|mandoc -mdoc|' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/lib/Makefile.in diff --git a/textproc/enchant2/distinfo b/textproc/enchant2/distinfo index 4116a4bbdd95..2d5a5e9c7650 100644 --- a/textproc/enchant2/distinfo +++ b/textproc/enchant2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733129070 -SHA256 (enchant-2.8.2.tar.gz) = 8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375 -SIZE (enchant-2.8.2.tar.gz) = 1345097 +TIMESTAMP = 1750873768 +SHA256 (enchant-2.8.10.tar.gz) = 6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9 +SIZE (enchant-2.8.10.tar.gz) = 1259599 diff --git a/textproc/enchant2/pkg-plist b/textproc/enchant2/pkg-plist index f974f0daa896..c6f5f2b7bf17 100644 --- a/textproc/enchant2/pkg-plist +++ b/textproc/enchant2/pkg-plist @@ -2,15 +2,10 @@ bin/enchant-2 bin/enchant-lsmod-2 include/enchant-2/enchant++.h include/enchant-2/enchant.h -%%ASPELL%%lib/enchant-2/enchant_aspell.a %%ASPELL%%lib/enchant-2/enchant_aspell.so -%%HSPELL%%lib/enchant-2/enchant_hspell.a %%HSPELL%%lib/enchant-2/enchant_hspell.so -%%HUNSPELL%%lib/enchant-2/enchant_hunspell.a %%HUNSPELL%%lib/enchant-2/enchant_hunspell.so -%%NUSPELL%%lib/enchant-2/enchant_nuspell.a %%NUSPELL%%lib/enchant-2/enchant_nuspell.so -%%ZEMBEREK%%lib/enchant-2/enchant_zemberek.a %%ZEMBEREK%%lib/enchant-2/enchant_zemberek.so lib/libenchant-2.a lib/libenchant-2.so diff --git a/textproc/p5-Template-Tiny/Makefile b/textproc/p5-Template-Tiny/Makefile index 11e18abcc00d..1afaebf92d76 100644 --- a/textproc/p5-Template-Tiny/Makefile +++ b/textproc/p5-Template-Tiny/Makefile @@ -1,5 +1,5 @@ PORTNAME= Template-Tiny -DISTVERSION= 1.15 +DISTVERSION= 1.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-Template-Tiny/distinfo b/textproc/p5-Template-Tiny/distinfo index 671e0a722295..bbc7548f6d53 100644 --- a/textproc/p5-Template-Tiny/distinfo +++ b/textproc/p5-Template-Tiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751267207 -SHA256 (Template-Tiny-1.15.tar.gz) = 5d4f49e0e7430bd949dd1293dc0f67e25bbc356d3dae8389b2c8029b988b1c85 -SIZE (Template-Tiny-1.15.tar.gz) = 32214 +TIMESTAMP = 1751443956 +SHA256 (Template-Tiny-1.16.tar.gz) = cea4735220af81c72943dea70465a83f61beb499a2a2ba67ea55762e1cd8060e +SIZE (Template-Tiny-1.16.tar.gz) = 32349 diff --git a/textproc/php85-ctype/Makefile b/textproc/php85-ctype/Makefile new file mode 100644 index 000000000000..ba75413cef31 --- /dev/null +++ b/textproc/php85-ctype/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ctype + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-dom/Makefile b/textproc/php85-dom/Makefile new file mode 100644 index 000000000000..6f1e31e35297 --- /dev/null +++ b/textproc/php85-dom/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c new file mode 100644 index 000000000000..2d91481ddf5c --- /dev/null +++ b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c @@ -0,0 +1,11 @@ +--- lexbor/selectors-adapted/selectors.c.orig 2025-07-02 12:25:47 UTC ++++ lexbor/selectors-adapted/selectors.c +@@ -13,7 +13,7 @@ + #include <Zend/zend_API.h> + #include <php.h> + +-#include "ext/dom/lexbor/selectors-adapted/selectors.h" ++#include "selectors.h" + #include "../../namespace_compat.h" + #include "../../domexception.h" + #include "../../php_dom.h" diff --git a/textproc/php85-dom/files/patch-parentnode_css__selectors.c b/textproc/php85-dom/files/patch-parentnode_css__selectors.c new file mode 100644 index 000000000000..65f4d3670ad0 --- /dev/null +++ b/textproc/php85-dom/files/patch-parentnode_css__selectors.c @@ -0,0 +1,11 @@ +--- parentnode/css_selectors.c.orig 2025-07-02 12:24:35 UTC ++++ parentnode/css_selectors.c +@@ -23,7 +23,7 @@ + #include "../php_dom.h" + #include "../obj_map.h" + +-#include "ext/lexbor/lexbor/css/parser.h" ++#include "lexbor/css/parser.h" + #include "../lexbor/selectors-adapted/selectors.h" + + // TODO: optimization idea: cache the parsed selectors in an LRU fashion? diff --git a/textproc/php85-enchant/Makefile b/textproc/php85-enchant/Makefile new file mode 100644 index 000000000000..5442d92eab5b --- /dev/null +++ b/textproc/php85-enchant/Makefile @@ -0,0 +1,12 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -enchant + +post-patch: + ${REINPLACE_CMD} -e \ + 's|#include "../spl/spl_exceptions.h"|#include "ext/spl/spl_exceptions.h"|g' \ + ${WRKSRC}/enchant.c + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-simplexml/Makefile b/textproc/php85-simplexml/Makefile new file mode 100644 index 000000000000..5375e538bfc0 --- /dev/null +++ b/textproc/php85-simplexml/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -simplexml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xml/Makefile b/textproc/php85-xml/Makefile new file mode 100644 index 000000000000..e03512ead698 --- /dev/null +++ b/textproc/php85-xml/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xml/files/patch-compat.c b/textproc/php85-xml/files/patch-compat.c new file mode 100644 index 000000000000..0752de99e2da --- /dev/null +++ b/textproc/php85-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig 2023-06-06 15:54:29 UTC ++++ compat.c +@@ -14,6 +14,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" diff --git a/textproc/php85-xmlreader/Makefile b/textproc/php85-xmlreader/Makefile new file mode 100644 index 000000000000..988b8e5628fd --- /dev/null +++ b/textproc/php85-xmlreader/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xmlreader + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xmlwriter/Makefile b/textproc/php85-xmlwriter/Makefile new file mode 100644 index 000000000000..6bd6d56be8e6 --- /dev/null +++ b/textproc/php85-xmlwriter/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xmlwriter + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xsl/Makefile b/textproc/php85-xsl/Makefile new file mode 100644 index 000000000000..2b2ba0361e4c --- /dev/null +++ b/textproc/php85-xsl/Makefile @@ -0,0 +1,12 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xsl + +post-patch: + ${REINPLACE_CMD} -e \ + 's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \ + ${WRKSRC}/php_xsl.h + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index 5aae3a4568cb..3887307b1fd0 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,6 +1,5 @@ PORTNAME= pikepdf -DISTVERSION= 9.5.2 -PORTREVISION= 1 +DISTVERSION= 9.9.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,8 @@ WWW= https://github.com/pikepdf/pikepdf LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10.1:devel/py-pybind11@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10.1:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libqpdf.so:print/qpdf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ @@ -32,7 +32,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} USES= compiler:c++14-lang cpe localbase python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 CPE_VENDOR= pikepdf_project diff --git a/textproc/py-pikepdf/distinfo b/textproc/py-pikepdf/distinfo index 492eb8b06476..b4cd2edbd0b0 100644 --- a/textproc/py-pikepdf/distinfo +++ b/textproc/py-pikepdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739502864 -SHA256 (pikepdf-9.5.2.tar.gz) = 190b3bb4891a7a154315f505d7dcd557ef21e8130cea8b78eb9646f8d67072ed -SIZE (pikepdf-9.5.2.tar.gz) = 2916549 +TIMESTAMP = 1751330136 +SHA256 (pikepdf-9.9.0.tar.gz) = 948620612c5ee70c14b262a352b1db927386eab741d6ed77fdb1c4c8772734b9 +SIZE (pikepdf-9.9.0.tar.gz) = 4544960 diff --git a/textproc/py-pikepdf/files/patch-pyproject.toml b/textproc/py-pikepdf/files/patch-pyproject.toml new file mode 100644 index 000000000000..ec1907a0353d --- /dev/null +++ b/textproc/py-pikepdf/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-07-01 02:31:28 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ + # SPDX-License-Identifier: MPL-2.0 + + [build-system] +-requires = ["setuptools >= 77.0.3", "pybind11 >= 2.13.6"] ++requires = ["setuptools >= 63", "pybind11 >= 2.13.6"] + build-backend = "setuptools.build_meta" + + [project] +@@ -13,7 +13,7 @@ authors = [{ name = "James R. Barlow", email = "james@ + requires-python = ">=3.9" + keywords = ["PDF"] + authors = [{ name = "James R. Barlow", email = "james@purplerock.ca" }] +-license = "MPL-2.0" ++license = {text="MPL-2.0"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index c22ff15c33d9..9d8780ac32d6 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmlschema -DISTVERSION= 3.4.5 +DISTVERSION= 4.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo index 96ef8849c2a3..7fee1f157a37 100644 --- a/textproc/py-xmlschema/distinfo +++ b/textproc/py-xmlschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743857480 -SHA256 (xmlschema-3.4.5.tar.gz) = 243244743f151ec859ec0bbf1368fa3f70e5f29e977b77f72e1c9b8f8ae670f6 -SIZE (xmlschema-3.4.5.tar.gz) = 592281 +TIMESTAMP = 1751337448 +SHA256 (xmlschema-4.1.0.tar.gz) = 88ac771cf94d5fc6bbd1a763db8c157f3d683ad23120b0d0b8c46fe4537f2adf +SIZE (xmlschema-4.1.0.tar.gz) = 633811 diff --git a/textproc/py-xmlschema/files/patch-pyproject.toml b/textproc/py-xmlschema/files/patch-pyproject.toml new file mode 100644 index 000000000000..b4dfda07df35 --- /dev/null +++ b/textproc/py-xmlschema/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-07-01 02:41:45 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 77.0"] ++requires = ["setuptools >= 63.0"] + build-backend = "setuptools.build_meta" + + [project] +@@ -7,8 +7,8 @@ readme = "README.rst" + version = "4.1.0" + description = "An XML Schema validator and decoder" + readme = "README.rst" +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text="MIT"} ++#license-files = ["LICENSE"] + requires-python = ">=3.9" + authors = [ + { name = "Davide Brunato", email = "brunato@sissa.it" }, diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index ca561bbc56d0..2c1f7fa3ea2c 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= https://download.librdf.org/source/ PATCH_SITES= https://github.com/dajobe/raptor/commit/ PATCHFILES= 4dbc4c1da2a033c497d84a1291c46f416a9cac51.patch:-p1 -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland WWW= https://librdf.org/raptor/ diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index a6c327fffe9d..52870c8eb0c7 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -5,7 +5,7 @@ CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= High-level interface for RDF WWW= https://librdf.org/ diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 97b158cff6fd..8e658c83fe01 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= Language bindings for the Redland package WWW= https://librdf.org/bindings/ diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 198e442ce03c..a7a0c1763d09 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= High-level interface for RDF WWW= https://librdf.org diff --git a/www/Makefile b/www/Makefile index 2fe08748846f..78d0f62ce623 100644 --- a/www/Makefile +++ b/www/Makefile @@ -425,6 +425,7 @@ SUBDIR += mod_php82 SUBDIR += mod_php83 SUBDIR += mod_php84 + SUBDIR += mod_php85 SUBDIR += mod_proctitle SUBDIR += mod_qos SUBDIR += mod_realdoc @@ -1433,6 +1434,9 @@ SUBDIR += php84-opcache SUBDIR += php84-session SUBDIR += php84-tidy + SUBDIR += php85-opcache + SUBDIR += php85-session + SUBDIR += php85-tidy SUBDIR += phpbb3 SUBDIR += phpfpmtop SUBDIR += phpgroupware @@ -2505,6 +2509,7 @@ SUBDIR += surf SUBDIR += swiggle SUBDIR += sws + SUBDIR += tailwindcss3 SUBDIR += tcexam SUBDIR += tclhttpd SUBDIR += tclwebtest diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 1017ff55f224..3fa5a1eeb9ed 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,6 +1,5 @@ PORTNAME= chromium -PORTVERSION= 137.0.7151.119 -PORTREVISION= 1 +PORTVERSION= 138.0.7204.96 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 87c6b2edae3e..19705b90adc1 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1750318216 -SHA256 (chromium-137.0.7151.119.tar.xz) = 0deb4e0a63ff9bf1594c303781d67f55fa5b0bb35ab84bc71aef89ccd0b7e052 -SIZE (chromium-137.0.7151.119.tar.xz) = 7265398596 +TIMESTAMP = 1751436716 +SHA256 (chromium-138.0.7204.96.tar.xz) = bfc53392a6ba34241dab16aa954b045ceb6a0bc1273c36dedc2eaa068ec6d5ac +SIZE (chromium-138.0.7204.96.tar.xz) = 7271479656 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-137.0.7151.119-testdata.tar.xz) = d55249334245e14538a8e220949f18a136efd9ba8031a79cccb23613fbd5d7e3 -SIZE (chromium-137.0.7151.119-testdata.tar.xz) = 656683112 +SHA256 (chromium-138.0.7204.96-testdata.tar.xz) = e9dbadb897f674ecc534657ff1f22bc29323f460e9485fde5513ad274e670abe +SIZE (chromium-138.0.7204.96-testdata.tar.xz) = 922983984 diff --git a/www/chromium/files/patch-BUILD.gn b/www/chromium/files/patch-BUILD.gn index 4c8afffd8420..54c68fcb2332 100644 --- a/www/chromium/files/patch-BUILD.gn +++ b/www/chromium/files/patch-BUILD.gn @@ -1,4 +1,4 @@ ---- BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ BUILD.gn @@ -71,7 +71,7 @@ declare_args() { root_extra_deps = [] @@ -17,7 +17,7 @@ "//net:net_unittests", "//sandbox:sandbox_unittests", "//services:services_unittests", -@@ -449,7 +448,7 @@ group("gn_all") { +@@ -448,7 +447,7 @@ group("gn_all") { } } @@ -26,7 +26,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -636,6 +635,15 @@ group("gn_all") { +@@ -635,6 +634,15 @@ group("gn_all") { } } @@ -42,7 +42,7 @@ if (is_mac) { deps += [ "//third_party/breakpad:dump_syms($host_system_allocator_toolchain)", -@@ -684,7 +692,7 @@ group("gn_all") { +@@ -683,7 +691,7 @@ group("gn_all") { } } @@ -51,7 +51,7 @@ # The official builders use this binary from the default toolchain's # output directory after building in order to upload the symbols of that # binary. They build the binary like `ninja symupload` which requires the -@@ -719,7 +727,7 @@ group("gn_all") { +@@ -718,7 +726,7 @@ group("gn_all") { ] } @@ -60,7 +60,7 @@ deps += [ "//third_party/crashpad/crashpad:crashpad_tests", "//third_party/crashpad/crashpad/handler:crashpad_handler", -@@ -1128,7 +1136,7 @@ if (use_blink && !is_cronet_build) { +@@ -1127,7 +1135,7 @@ if (use_blink && !is_cronet_build) { "//third_party/blink/public:all_blink", ] @@ -69,7 +69,7 @@ deps += [ ":chrome_wpt_tests", ":headless_shell_wpt", -@@ -1275,7 +1283,7 @@ if (use_blink && !is_cronet_build) { +@@ -1274,7 +1282,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -78,7 +78,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1289,7 +1297,7 @@ if (use_blink && !is_cronet_build) { +@@ -1288,7 +1296,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//third_party/breakpad:dump_syms" ] } @@ -87,7 +87,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1743,7 +1751,7 @@ group("chromium_builder_perf") { +@@ -1742,7 +1750,7 @@ group("chromium_builder_perf") { data_deps += [ "//chrome/test:performance_browser_tests" ] } diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn index 308a1337a216..8b460ebbffe1 100644 --- a/www/chromium/files/patch-base_BUILD.gn +++ b/www/chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- base/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ base/BUILD.gn -@@ -1108,11 +1108,26 @@ component("base") { +@@ -1107,11 +1107,26 @@ component("base") { # Needed for <atomic> if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -28,7 +28,7 @@ if (use_allocator_shim) { if (is_apple) { sources += [ "allocator/early_zone_registration_apple.h" ] -@@ -1132,7 +1147,7 @@ component("base") { +@@ -1131,7 +1146,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2166,6 +2181,22 @@ component("base") { +@@ -2172,6 +2187,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2334,6 +2365,33 @@ component("base") { +@@ -2340,6 +2371,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2729,7 +2787,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2735,7 +2793,7 @@ buildflag_header("protected_memory_buildflags") { header = "protected_memory_buildflags.h" header_dir = "base/memory" @@ -103,7 +103,7 @@ (is_win || is_linux || is_android || is_mac) flags = [ "PROTECTED_MEMORY_ENABLED=$protected_memory_enabled" ] -@@ -3236,7 +3294,7 @@ if (is_apple) { +@@ -3242,7 +3300,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3924,7 +3982,7 @@ test("base_unittests") { +@@ -3931,7 +3989,7 @@ test("base_unittests") { ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3952,7 +4010,7 @@ test("base_unittests") { +@@ -3959,7 +4017,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -130,7 +130,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3963,7 +4021,7 @@ test("base_unittests") { +@@ -3970,7 +4028,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -4151,7 +4209,7 @@ test("base_unittests") { +@@ -4158,7 +4216,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni index aad547d1c8cb..f279b52b32c6 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-05-28 14:55:43 UTC +--- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/partition_alloc.gni @@ -91,7 +91,7 @@ if (is_nacl) { # TODO(crbug.com/329199197): Clean this up when experiments are complete. @@ -9,7 +9,7 @@ !is_hwasan && (is_linux || is_android) declare_args() { -@@ -353,7 +353,7 @@ declare_args() { +@@ -351,7 +351,7 @@ declare_args() { declare_args() { # Shadow metadata is still under development and only supports Linux # for now. @@ -18,7 +18,7 @@ } declare_args() { -@@ -496,7 +496,7 @@ assert(!use_asan_backup_ref_ptr || use_raw_ptr_hookabl +@@ -494,7 +494,7 @@ assert(!use_asan_backup_ref_ptr || use_raw_ptr_hookabl # dependencies that use partition_allocator are compiled in AOSP against a # version of glibc that does not include pkeys syscall numbers. is_pkeys_available = diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn index 222d8f398001..4e4d827927f3 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/src/partition_alloc/BUILD.gn -@@ -893,7 +893,7 @@ if (is_clang_or_gcc) { +@@ -892,7 +892,7 @@ if (is_clang_or_gcc) { configs -= [ partition_alloc_enable_arc_config ] } } diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc index c11438f7bcf6..f8aa0f73aaae 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc.orig 2024-08-26 12:06:38 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc -@@ -19,7 +19,7 @@ +@@ -15,7 +15,7 @@ #include "partition_alloc/partition_alloc_check.h" #if PA_BUILDFLAG(IS_LINUX) || PA_BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h index dd242942fe84..e4cfcf24bd5c 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h.orig 2024-11-14 07:57:23 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h -@@ -170,7 +170,7 @@ constexpr bool kUseLazyCommit = false; +@@ -164,7 +164,7 @@ constexpr bool kUseLazyCommit = false; // This may be required on more platforms in the future. #define PA_CONFIG_HAS_ATFORK_HANDLER() \ (PA_BUILDFLAG(IS_APPLE) || PA_BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Enable shadow metadata. // -@@ -233,7 +233,7 @@ constexpr bool kUseLazyCommit = false; +@@ -227,7 +227,7 @@ constexpr bool kUseLazyCommit = false; // Also enabled on ARM64 macOS and iOS, as the 16kiB pages on this platform lead // to larger slot spans. #if PA_BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h index 4a78e527d576..870385c2cbc6 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h.orig 2025-05-28 14:55:43 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h -@@ -312,7 +312,7 @@ PA_DEFINE_OPERATORS_FOR_FLAGS(PoolHandleMask); +@@ -308,7 +308,7 @@ PA_DEFINE_OPERATORS_FOR_FLAGS(PoolHandleMask); // 8GB for each of the glued pools). #if PA_BUILDFLAG(HAS_64_BIT_POINTERS) #if PA_BUILDFLAG(IS_ANDROID) || PA_BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ constexpr size_t kPoolMaxSize = 8 * kGiB; #else constexpr size_t kPoolMaxSize = 16 * kGiB; -@@ -429,7 +429,7 @@ PA_ALWAYS_INLINE constexpr size_t MaxDirectMapped() { +@@ -392,7 +392,7 @@ PA_ALWAYS_INLINE constexpr size_t MaxDirectMapped() { // TODO(casey.smalley@arm.com): under 64k pages we can end up in a situation // where a normal slot span will be large enough to contain multiple items, // but the address will go over the final partition page after being aligned. diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h index f6a75c332ad9..a643336a705f 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h @@ -1,16 +1,16 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h.orig 2023-12-10 06:10:27 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h -@@ -28,9 +28,13 @@ namespace internal { +@@ -29,9 +29,13 @@ namespace internal { // the second one 16. We could technically return something different for // malloc() and operator new(), but this would complicate things, and most of // our allocations are presumably coming from operator new() anyway. +#if defined(__i386__) && defined(OS_FREEBSD) +constexpr size_t kAlignment = 8; +#else - constexpr size_t kAlignment = + constexpr inline size_t kAlignment = std::max(alignof(max_align_t), static_cast<size_t>(__STDCPP_DEFAULT_NEW_ALIGNMENT__)); +#endif + static_assert(base::bits::HasSingleBit(kAlignment), + "Alignment must be power of two."); static_assert(kAlignment <= 16, - "PartitionAlloc doesn't support a fundamental alignment larger " - "than 16 bytes."); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc index 9861082196a1..1516d9efd50d 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_root.cc.orig 2025-05-28 14:55:43 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_root.cc.orig 2025-07-02 06:08:04 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_root.cc @@ -45,7 +45,7 @@ #include "wow64apiset.h" @@ -18,7 +18,7 @@ // When fork() is called, only the current thread continues to execute in the // child process. If the lock is held, but *not* by this thread when fork() is // called, we have a deadlock. -@@ -1118,7 +1118,7 @@ void PartitionRoot::Init(PartitionOptions opts) { +@@ -1110,7 +1110,7 @@ void PartitionRoot::Init(PartitionOptions opts) { // apple OSes. PA_CHECK((internal::SystemPageSize() == (size_t{1} << 12)) || (internal::SystemPageSize() == (size_t{1} << 14))); diff --git a/www/chromium/files/patch-base_compiler__specific.h b/www/chromium/files/patch-base_compiler__specific.h index 5ab44c84e57c..2b9c67c377df 100644 --- a/www/chromium/files/patch-base_compiler__specific.h +++ b/www/chromium/files/patch-base_compiler__specific.h @@ -1,6 +1,6 @@ ---- base/compiler_specific.h.orig 2025-03-05 08:14:56 UTC +--- base/compiler_specific.h.orig 2025-07-02 06:08:04 UTC +++ base/compiler_specific.h -@@ -729,6 +729,7 @@ inline constexpr bool AnalyzerAssumeTrue(bool arg) { +@@ -733,6 +733,7 @@ inline constexpr bool AnalyzerAssumeTrue(bool arg) { #if __has_cpp_attribute(clang::preserve_most) && \ (defined(ARCH_CPU_ARM64) || defined(ARCH_CPU_X86_64)) && \ !defined(COMPONENT_BUILD) && \ diff --git a/www/chromium/files/patch-base_debug_debugger__posix.cc b/www/chromium/files/patch-base_debug_debugger__posix.cc index 9da4c4c38225..b91499e6710a 100644 --- a/www/chromium/files/patch-base_debug_debugger__posix.cc +++ b/www/chromium/files/patch-base_debug_debugger__posix.cc @@ -1,6 +1,6 @@ ---- base/debug/debugger_posix.cc.orig 2025-05-28 14:55:43 UTC +--- base/debug/debugger_posix.cc.orig 2025-07-02 06:08:04 UTC +++ base/debug/debugger_posix.cc -@@ -42,6 +42,10 @@ +@@ -38,6 +38,10 @@ #include <sys/sysctl.h> #endif @@ -11,7 +11,7 @@ #if BUILDFLAG(IS_FREEBSD) #include <sys/user.h> #endif -@@ -100,33 +104,52 @@ bool BeingDebugged() { +@@ -96,33 +100,52 @@ bool BeingDebugged() { // Caution: struct kinfo_proc is marked __APPLE_API_UNSTABLE. The source and // binary interfaces may change. diff --git a/www/chromium/files/patch-base_memory_platform__shared__memory__region.h b/www/chromium/files/patch-base_memory_platform__shared__memory__region.h index 9270f19cc874..5b98ac1a8aca 100644 --- a/www/chromium/files/patch-base_memory_platform__shared__memory__region.h +++ b/www/chromium/files/patch-base_memory_platform__shared__memory__region.h @@ -1,6 +1,6 @@ ---- base/memory/platform_shared_memory_region.h.orig 2025-05-28 14:55:43 UTC +--- base/memory/platform_shared_memory_region.h.orig 2025-07-02 06:08:04 UTC +++ base/memory/platform_shared_memory_region.h -@@ -18,7 +18,7 @@ +@@ -19,7 +19,7 @@ #include "base/unguessable_token.h" #include "build/build_config.h" @@ -9,7 +9,7 @@ namespace content { class SandboxIPCHandler; } -@@ -85,7 +85,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { +@@ -86,7 +86,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { kMaxValue = GET_SHMEM_TEMP_DIR_FAILURE }; @@ -18,16 +18,7 @@ // Structure to limit access to executable region creation. struct ExecutableRegion { private: -@@ -217,7 +217,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { - CheckPlatformHandlePermissionsCorrespondToMode); - static PlatformSharedMemoryRegion Create(Mode mode, - size_t size --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - , - bool executable = false - #endif -@@ -236,7 +236,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { +@@ -125,7 +125,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { #if BUILDFLAG(IS_FUCHSIA) kNotVmo, #endif @@ -36,3 +27,12 @@ kFcntlFailed, kReadOnlyFdNotReadOnly, kUnexpectedReadOnlyFd, +@@ -256,7 +256,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { + CheckPlatformHandlePermissionsCorrespondToMode); + static PlatformSharedMemoryRegion Create(Mode mode, + size_t size +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + , + bool executable = false + #endif diff --git a/www/chromium/files/patch-base_memory_platform__shared__memory__region__posix.cc b/www/chromium/files/patch-base_memory_platform__shared__memory__region__posix.cc index dd4328869bb7..9b0d02ebffa8 100644 --- a/www/chromium/files/patch-base_memory_platform__shared__memory__region__posix.cc +++ b/www/chromium/files/patch-base_memory_platform__shared__memory__region__posix.cc @@ -1,4 +1,4 @@ ---- base/memory/platform_shared_memory_region_posix.cc.orig 2025-05-28 14:55:43 UTC +--- base/memory/platform_shared_memory_region_posix.cc.orig 2025-07-02 06:08:04 UTC +++ base/memory/platform_shared_memory_region_posix.cc @@ -61,7 +61,7 @@ std::optional<FDAccessModeError> CheckFDAccessMode(int @@ -9,7 +9,7 @@ // static ScopedFD PlatformSharedMemoryRegion::ExecutableRegion::CreateFD(size_t size) { PlatformSharedMemoryRegion region = -@@ -183,7 +183,7 @@ bool PlatformSharedMemoryRegion::ConvertToUnsafe() { +@@ -186,7 +186,7 @@ bool PlatformSharedMemoryRegion::ConvertToUnsafe() { // static PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Create(Mode mode, size_t size @@ -18,7 +18,7 @@ , bool executable #endif -@@ -212,7 +212,7 @@ PlatformSharedMemoryRegion PlatformSharedMemoryRegion: +@@ -215,7 +215,7 @@ PlatformSharedMemoryRegion PlatformSharedMemoryRegion: // flag. FilePath directory; if (!GetShmemTempDir( diff --git a/www/chromium/files/patch-base_process_internal__linux.h b/www/chromium/files/patch-base_process_internal__linux.h index 8d8e4f284eac..fa154978ba86 100644 --- a/www/chromium/files/patch-base_process_internal__linux.h +++ b/www/chromium/files/patch-base_process_internal__linux.h @@ -1,6 +1,6 @@ ---- base/process/internal_linux.h.orig 2025-04-04 08:52:13 UTC +--- base/process/internal_linux.h.orig 2025-07-02 06:08:04 UTC +++ base/process/internal_linux.h -@@ -144,6 +144,9 @@ TimeDelta ClockTicksToTimeDelta(int64_t clock_ticks); +@@ -146,6 +146,9 @@ TimeDelta ClockTicksToTimeDelta(int64_t clock_ticks); // arguments to the lambda. template <typename Lambda> void ForEachProcessTask(base::ProcessHandle process, Lambda&& lambda) { @@ -10,7 +10,7 @@ // Iterate through the different threads tracked in /proc/<pid>/task. FilePath fd_path = GetProcPidDir(process).Append("task"); -@@ -167,6 +170,7 @@ void ForEachProcessTask(base::ProcessHandle process, L +@@ -169,6 +172,7 @@ void ForEachProcessTask(base::ProcessHandle process, L FilePath task_path = fd_path.Append(tid_str); lambda(tid, task_path); } diff --git a/www/chromium/files/patch-base_process_process__posix.cc b/www/chromium/files/patch-base_process_process__posix.cc index 877dca1522a6..7f022ca00cbb 100644 --- a/www/chromium/files/patch-base_process_process__posix.cc +++ b/www/chromium/files/patch-base_process_process__posix.cc @@ -1,6 +1,6 @@ ---- base/process/process_posix.cc.orig 2025-02-19 07:43:18 UTC +--- base/process/process_posix.cc.orig 2025-07-02 06:08:04 UTC +++ base/process/process_posix.cc -@@ -23,10 +23,15 @@ +@@ -25,10 +25,15 @@ #include "base/trace_event/base_tracing.h" #include "build/build_config.h" @@ -17,7 +17,7 @@ #if BUILDFLAG(CLANG_PROFILING) #include "base/test/clang_profiling.h" #endif -@@ -100,7 +105,7 @@ bool WaitpidWithTimeout(base::ProcessHandle handle, +@@ -104,7 +109,7 @@ bool WaitpidWithTimeout(base::ProcessHandle handle, } #endif @@ -26,7 +26,7 @@ // Using kqueue on Mac so that we can wait on non-child processes. // We can't use kqueues on child processes because we need to reap // our own children using wait. -@@ -379,7 +384,7 @@ bool Process::WaitForExitWithTimeoutImpl(base::Process +@@ -387,7 +392,7 @@ bool Process::WaitForExitWithTimeoutImpl(base::Process const bool exited = (parent_pid < 0); if (!exited && parent_pid != our_pid) { @@ -35,7 +35,7 @@ // On Mac we can wait on non child processes. return WaitForSingleNonChildProcess(handle, timeout); #else -@@ -416,7 +421,56 @@ void Process::Exited(int exit_code) const { +@@ -424,7 +429,56 @@ void Process::Exited(int exit_code) const { int Process::GetOSPriority() const { DCHECK(IsValid()); diff --git a/www/chromium/files/patch-base_threading_platform__thread__unittest.cc b/www/chromium/files/patch-base_threading_platform__thread__unittest.cc index 6544f36c25d9..f0791854a0e8 100644 --- a/www/chromium/files/patch-base_threading_platform__thread__unittest.cc +++ b/www/chromium/files/patch-base_threading_platform__thread__unittest.cc @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_unittest.cc.orig 2025-04-04 08:52:13 UTC +--- base/threading/platform_thread_unittest.cc.orig 2025-07-02 06:08:04 UTC +++ base/threading/platform_thread_unittest.cc @@ -36,7 +36,7 @@ #include "base/time/time.h" @@ -9,7 +9,7 @@ #include <pthread.h> #include <sys/syscall.h> #include <sys/types.h> -@@ -370,7 +370,7 @@ TEST(PlatformThreadTest, +@@ -369,7 +369,7 @@ TEST(PlatformThreadTest, // and hardcodes what we know. Please inform scheduler-dev@chromium.org if this // proprerty changes for a given platform. TEST(PlatformThreadTest, CanChangeThreadType) { @@ -18,16 +18,7 @@ // On Ubuntu, RLIMIT_NICE and RLIMIT_RTPRIO are 0 by default, so we won't be // able to increase priority to any level unless we are root (euid == 0). bool kCanIncreasePriority = false; -@@ -435,7 +435,7 @@ TEST(PlatformThreadTest, SetCurrentThreadTypeTest) { - #if BUILDFLAG(IS_APPLE) - TestPriorityResultingFromThreadType(ThreadType::kResourceEfficient, - ThreadPriorityForTest::kUtility); --#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - TestPriorityResultingFromThreadType( - ThreadType::kResourceEfficient, - ThreadPriorityForTest::kResourceEfficient); -@@ -624,12 +624,16 @@ INSTANTIATE_TEST_SUITE_P( +@@ -606,12 +606,16 @@ INSTANTIATE_TEST_SUITE_P( #endif // BUILDFLAG(IS_APPLE) diff --git a/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc b/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc index 5b3e4277da06..d16f0a13265a 100644 --- a/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc +++ b/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc @@ -1,4 +1,4 @@ ---- base/trace_event/malloc_dump_provider.cc.orig 2025-03-05 08:14:56 UTC +--- base/trace_event/malloc_dump_provider.cc.orig 2025-07-02 06:08:04 UTC +++ base/trace_event/malloc_dump_provider.cc @@ -31,6 +31,8 @@ @@ -18,7 +18,7 @@ void ReportMallinfoStats(ProcessMemoryDump* pmd, size_t* total_virtual_size, size_t* resident_size, -@@ -370,6 +372,9 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDump +@@ -367,6 +369,9 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDump &allocated_objects_count); #elif BUILDFLAG(IS_FUCHSIA) // TODO(fuchsia): Port, see https://crbug.com/706592. diff --git a/www/chromium/files/patch-build_config_BUILDCONFIG.gn b/www/chromium/files/patch-build_config_BUILDCONFIG.gn index b0ec51d03b3a..3749850480a4 100644 --- a/www/chromium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/chromium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2025-05-05 10:57:53 UTC +--- build/config/BUILDCONFIG.gn.orig 2025-07-02 06:08:04 UTC +++ build/config/BUILDCONFIG.gn @@ -136,7 +136,8 @@ declare_args() { is_official_build = false @@ -21,16 +21,16 @@ } else { assert(false, "Unsupported host_os: $host_os") } -@@ -279,6 +284,8 @@ if (target_os == "android") { - _default_toolchain = "//build/toolchain/aix:$target_cpu" - } else if (target_os == "zos") { - _default_toolchain = "//build/toolchain/zos:$target_cpu" +@@ -284,6 +289,8 @@ if (target_os == "android") { + assert( + false, + "emscripten is not a supported target_os. It is available only as secondary toolchain.") +} else if (target_os == "openbsd" || target_os == "freebsd") { + _default_toolchain = host_toolchain } else { assert(false, "Unsupported target_os: $target_os") } -@@ -313,7 +320,11 @@ is_android = current_os == "android" +@@ -318,7 +325,11 @@ is_android = current_os == "android" is_chromeos = current_os == "chromeos" is_fuchsia = current_os == "fuchsia" is_ios = current_os == "ios" diff --git a/www/chromium/files/patch-build_config_clang_BUILD.gn b/www/chromium/files/patch-build_config_clang_BUILD.gn index 2f8062523c14..00cd3dbbf1cb 100644 --- a/www/chromium/files/patch-build_config_clang_BUILD.gn +++ b/www/chromium/files/patch-build_config_clang_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/clang/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- build/config/clang/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ build/config/clang/BUILD.gn -@@ -252,7 +252,12 @@ template("clang_lib") { +@@ -263,7 +263,12 @@ template("clang_lib") { # Adds a dependency on the Clang runtime library clang_rt.builtins. clang_lib("compiler_builtins") { diff --git a/www/chromium/files/patch-build_config_compiler_BUILD.gn b/www/chromium/files/patch-build_config_compiler_BUILD.gn index 8b317025b474..dcf99de92f05 100644 --- a/www/chromium/files/patch-build_config_compiler_BUILD.gn +++ b/www/chromium/files/patch-build_config_compiler_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/compiler/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- build/config/compiler/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ build/config/compiler/BUILD.gn -@@ -197,7 +197,7 @@ declare_args() { +@@ -199,7 +199,7 @@ declare_args() { # This greatly reduces the size of debug builds, at the cost of # debugging information which is required by some specialized # debugging tools. @@ -9,7 +9,7 @@ } declare_args() { -@@ -254,13 +254,16 @@ config("default_include_dirs") { +@@ -256,13 +256,16 @@ config("default_include_dirs") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. config("no_unresolved_symbols") { @@ -27,7 +27,7 @@ } # compiler --------------------------------------------------------------------- -@@ -509,6 +512,10 @@ config("compiler") { +@@ -521,6 +524,10 @@ config("compiler") { } } @@ -38,7 +38,7 @@ # Linux-specific compiler flags setup. # ------------------------------------ if (use_icf && (!is_apple || use_lld)) { -@@ -569,7 +576,7 @@ config("compiler") { +@@ -581,7 +588,7 @@ config("compiler") { ldflags += [ "-Wl,-z,keep-text-section-prefix" ] } @@ -47,7 +47,25 @@ cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -1227,7 +1234,7 @@ config("compiler_cpu_abi") { +@@ -1233,7 +1240,7 @@ config("compiler_cpu_abi") { + # simplicity we always explicitly set the architecture. + if (current_cpu == "x64") { + if (is_clang && !is_android && !is_nacl && !is_fuchsia && +- !is_chromeos_device) { ++ !is_chromeos_device && !is_bsd) { + cflags += [ "--target=x86_64-unknown-linux-gnu" ] + ldflags += [ "--target=x86_64-unknown-linux-gnu" ] + } else { +@@ -1242,7 +1249,7 @@ config("compiler_cpu_abi") { + } + cflags += [ "-msse3" ] + } else if (current_cpu == "x86") { +- if (is_clang && !is_android && !is_nacl && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_nacl && !is_chromeos_device && !is_bsd) { + cflags += [ "--target=i386-unknown-linux-gnu" ] + ldflags += [ "--target=i386-unknown-linux-gnu" ] + } else { +@@ -1256,7 +1263,7 @@ config("compiler_cpu_abi") { ] } } else if (current_cpu == "arm") { @@ -56,7 +74,7 @@ cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] } -@@ -1242,7 +1249,7 @@ config("compiler_cpu_abi") { +@@ -1271,7 +1278,7 @@ config("compiler_cpu_abi") { } } else if (current_cpu == "arm64") { if (is_clang && !is_android && !is_nacl && !is_fuchsia && @@ -65,7 +83,7 @@ cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1576,7 +1583,7 @@ config("compiler_deterministic") { +@@ -1617,7 +1624,7 @@ config("compiler_deterministic") { # different build directory like "out/feature_a" and "out/feature_b" if # we build same files with same compile flag. # Other paths are already given in relative, no need to normalize them. @@ -74,7 +92,7 @@ # TODO(https://crbug.com/1231236): Use -ffile-compilation-dir= here. cflags += [ "-Xclang", -@@ -1634,7 +1641,7 @@ config("compiler_deterministic") { +@@ -1683,7 +1690,7 @@ config("compiler_deterministic") { } config("clang_revision") { @@ -83,7 +101,7 @@ current_os != "zos") { _perform_consistency_checks = current_toolchain == default_toolchain if (llvm_force_head_revision) { -@@ -1719,7 +1726,7 @@ config("clang_revision") { +@@ -1775,7 +1782,7 @@ config("clang_revision") { # e.g. by setting in the the project's .gn file. config("clang_warning_suppression") { # Some build configs use older versions of clang that don't support WSMs @@ -92,7 +110,7 @@ !llvm_android_mainline && is_clang && clang_warning_suppression_file != "") { from_build_root = -@@ -2053,9 +2060,6 @@ config("default_warnings") { +@@ -2134,9 +2141,6 @@ config("default_warnings") { # TODO(crbug.com/40284799): Fix and re-enable. "-Wno-thread-safety-reference-return", @@ -102,7 +120,7 @@ ] cflags_cc += [ -@@ -2837,7 +2841,7 @@ config("afdo_optimize_size") { +@@ -2920,7 +2924,7 @@ config("afdo_optimize_size") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. config("afdo") { @@ -111,7 +129,7 @@ cflags = [] if (clang_emit_debug_info_for_profiling) { # Add the following flags to generate debug info for profiling. -@@ -2864,7 +2868,7 @@ config("afdo") { +@@ -2947,7 +2951,7 @@ config("afdo") { cflags += [ "-Wno-backend-plugin" ] inputs = [ _clang_sample_profile ] } @@ -120,7 +138,7 @@ cflags = [ "-fauto-profile=${auto_profile_path}" ] inputs = [ auto_profile_path ] } -@@ -3041,7 +3045,7 @@ config("symbols") { +@@ -3136,7 +3140,7 @@ config("symbols") { cflags += [ "-gomit-unreferenced-methods" ] } diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni index 749c97664ec5..b037f6e4a95b 100644 --- a/www/chromium/files/patch-build_config_rust.gni +++ b/www/chromium/files/patch-build_config_rust.gni @@ -1,13 +1,15 @@ ---- build/config/rust.gni.orig 2025-05-28 14:55:43 UTC +--- build/config/rust.gni.orig 2025-07-02 06:08:04 UTC +++ build/config/rust.gni -@@ -361,6 +361,10 @@ if (is_linux || is_chromeos) { +@@ -373,7 +373,11 @@ if (is_linux || is_chromeos) { } } +-if (toolchain_has_rust) { +if (is_bsd) { + rust_abi_target = string_replace(rust_abi_target, "linux-gnu", current_os) +} + - assert(!toolchain_has_rust || rust_abi_target != "") ++if (toolchain_has_rust && !is_bsd) { + assert(rust_abi_target != "") - # This variable is passed to the Rust libstd build. + _known_rust_target_triples_filepath = "//build/rust/known-target-triples.txt" diff --git a/www/chromium/files/patch-build_toolchain_toolchain.gni b/www/chromium/files/patch-build_toolchain_toolchain.gni index d06083c24da2..11f7d267813f 100644 --- a/www/chromium/files/patch-build_toolchain_toolchain.gni +++ b/www/chromium/files/patch-build_toolchain_toolchain.gni @@ -1,6 +1,6 @@ ---- build/toolchain/toolchain.gni.orig 2025-05-05 10:57:53 UTC +--- build/toolchain/toolchain.gni.orig 2025-07-02 06:08:04 UTC +++ build/toolchain/toolchain.gni -@@ -75,7 +75,7 @@ if (host_os == "mac") { +@@ -60,7 +60,7 @@ if (host_os == "mac") { host_shlib_extension = ".dylib" } else if (host_os == "win") { host_shlib_extension = ".dll" diff --git a/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc b/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc index 54fab21e658e..39a606b494bb 100644 --- a/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc +++ b/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc @@ -1,4 +1,4 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/app/chrome_main_delegate.cc @@ -147,7 +147,7 @@ #include "components/webui/about/credit_utils.h" @@ -9,7 +9,7 @@ #include "components/nacl/common/nacl_paths.h" #include "components/nacl/zygote/nacl_fork_delegate_linux.h" #endif -@@ -188,17 +188,17 @@ +@@ -187,17 +187,17 @@ #include "v8/include/v8.h" #endif @@ -30,7 +30,7 @@ #include "chrome/browser/policy/policy_path_parser.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -316,7 +316,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty +@@ -315,7 +315,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty // and resources loaded. bool SubprocessNeedsResourceBundle(const std::string& process_type) { return @@ -39,7 +39,7 @@ // The zygote process opens the resources for the renderers. process_type == switches::kZygoteProcess || #endif -@@ -399,7 +399,7 @@ bool HandleVersionSwitches(const base::CommandLine& co +@@ -398,7 +398,7 @@ bool HandleVersionSwitches(const base::CommandLine& co return false; } @@ -48,7 +48,7 @@ // Show the man page if --help or -h is on the command line. void HandleHelpSwitches(const base::CommandLine& command_line) { if (command_line.HasSwitch(switches::kHelp) || -@@ -411,7 +411,7 @@ void HandleHelpSwitches(const base::CommandLine& comma +@@ -410,7 +410,7 @@ void HandleHelpSwitches(const base::CommandLine& comma } #endif // BUILDFLAG(IS_LINUX) @@ -57,7 +57,7 @@ void SIGTERMProfilingShutdown(int signal) { content::Profiling::Stop(); struct sigaction sigact; -@@ -493,7 +493,7 @@ std::optional<int> AcquireProcessSingleton( +@@ -492,7 +492,7 @@ std::optional<int> AcquireProcessSingleton( // process can be exited. ChromeProcessSingleton::CreateInstance(user_data_dir); @@ -66,7 +66,7 @@ // Read the xdg-activation token and set it in the command line for the // duration of the notification in order to ensure this is propagated to an // already running browser process if it exists. -@@ -571,7 +571,7 @@ void InitializeUserDataDir(base::CommandLine* command_ +@@ -570,7 +570,7 @@ void InitializeUserDataDir(base::CommandLine* command_ std::string process_type = command_line->GetSwitchValueASCII(switches::kProcessType); @@ -75,7 +75,7 @@ // On Linux, Chrome does not support running multiple copies under different // DISPLAYs, so the profile directory can be specified in the environment to // support the virtual desktop use-case. -@@ -669,7 +669,7 @@ void RecordMainStartupMetrics(const StartupTimestamps& +@@ -668,7 +668,7 @@ void RecordMainStartupMetrics(const StartupTimestamps& #endif #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -84,7 +84,7 @@ // Record the startup process creation time on supported platforms. On Android // this is recorded in ChromeMainDelegateAndroid. startup_metric_utils::GetCommon().RecordStartupProcessCreationTime( -@@ -828,7 +828,7 @@ std::optional<int> ChromeMainDelegate::PostEarlyInitia +@@ -827,7 +827,7 @@ std::optional<int> ChromeMainDelegate::PostEarlyInitia #if BUILDFLAG(IS_OZONE) // Initialize Ozone platform and add required feature flags as per platform's // properties. @@ -93,7 +93,7 @@ ui::SetOzonePlatformForLinuxIfNeeded(*base::CommandLine::ForCurrentProcess()); #endif ui::OzonePlatform::PreEarlyInitialization(); -@@ -983,7 +983,7 @@ void ChromeMainDelegate::CommonEarlyInitialization(Inv +@@ -982,7 +982,7 @@ void ChromeMainDelegate::CommonEarlyInitialization() { const bool is_canary_dev = IsCanaryDev(); const bool emit_crashes = #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -102,7 +102,7 @@ is_canary_dev; #else false; -@@ -1131,7 +1131,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom +@@ -1130,7 +1130,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom return 0; // Got a --credits switch; exit with a success error code. } @@ -111,7 +111,7 @@ // This will directly exit if the user asked for help. HandleHelpSwitches(command_line); #endif -@@ -1156,7 +1156,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom +@@ -1155,7 +1155,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom ash::RegisterPathProvider(); chromeos::dbus_paths::RegisterPathProvider(); #endif @@ -120,7 +120,7 @@ nacl::RegisterPathProvider(); #endif -@@ -1444,7 +1444,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -1439,7 +1439,7 @@ void ChromeMainDelegate::PreSandboxStartup() { CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale; } @@ -129,7 +129,7 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != switches::kZygoteProcess && !command_line.HasSwitch(switches::kDisableCrashpadForTesting)) { -@@ -1532,13 +1532,13 @@ std::variant<int, content::MainFunctionParams> ChromeM +@@ -1527,13 +1527,13 @@ std::variant<int, content::MainFunctionParams> ChromeM #else #if BUILDFLAG(IS_MAC) || (BUILDFLAG(ENABLE_NACL) && !BUILDFLAG(IS_LINUX) && \ diff --git a/www/chromium/files/patch-chrome_browser_BUILD.gn b/www/chromium/files/patch-chrome_browser_BUILD.gn index 67d0a0e4bb11..a373b591fbb6 100644 --- a/www/chromium/files/patch-chrome_browser_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/BUILD.gn.orig 2025-06-17 06:32:04 UTC +--- chrome/browser/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/BUILD.gn -@@ -6913,6 +6913,13 @@ static_library("browser") { +@@ -7008,6 +7008,13 @@ static_library("browser") { [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] } diff --git a/www/chromium/files/patch-chrome_browser_about__flags.cc b/www/chromium/files/patch-chrome_browser_about__flags.cc index 7482f5040d74..fc138c40b813 100644 --- a/www/chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/chromium/files/patch-chrome_browser_about__flags.cc @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/about_flags.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/about_flags.cc -@@ -262,7 +262,7 @@ +@@ -263,7 +263,7 @@ #include "extensions/common/extension_features.h" #endif @@ -9,7 +9,7 @@ #include "base/allocator/buildflags.h" #endif -@@ -352,7 +352,7 @@ +@@ -353,7 +353,7 @@ #include "device/vr/public/cpp/switches.h" #endif @@ -18,7 +18,7 @@ #include "ui/ozone/public/ozone_switches.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -362,7 +362,7 @@ +@@ -363,7 +363,7 @@ #include "chrome/browser/win/mica_titlebar.h" #endif @@ -27,7 +27,7 @@ #include "chrome/browser/contextual_cueing/contextual_cueing_features.h" // nogncheck #include "chrome/browser/enterprise/profile_management/profile_management_features.h" #include "chrome/browser/enterprise/webstore/features.h" -@@ -374,7 +374,7 @@ +@@ -375,7 +375,7 @@ #include "components/user_education/common/user_education_features.h" // nogncheck #endif @@ -36,7 +36,7 @@ #include "chrome/browser/ui/ui_features.h" #include "ui/base/ui_base_features.h" #endif -@@ -426,7 +426,7 @@ const FeatureEntry::Choice kPullToRefreshChoices[] = { +@@ -427,7 +427,7 @@ const FeatureEntry::Choice kPullToRefreshChoices[] = { #endif // USE_AURA #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -45,7 +45,7 @@ const FeatureEntry::FeatureParam kLocalNetworkAccessChecksBlock[] = { {"LocalNetworkAccessChecksWarn", "false"}}; -@@ -542,7 +542,7 @@ const FeatureEntry::FeatureVariation kDXGIWaitableSwap +@@ -543,7 +543,7 @@ const FeatureEntry::FeatureVariation kDXGIWaitableSwap {"Max 3 Frames", &kDXGIWaitableSwapChain3Frames, 1, nullptr}}; #endif @@ -54,7 +54,7 @@ const FeatureEntry::Choice kOzonePlatformHintRuntimeChoices[] = { {flag_descriptions::kOzonePlatformHintChoiceDefault, "", ""}, {flag_descriptions::kOzonePlatformHintChoiceAuto, -@@ -899,6 +899,26 @@ const FeatureEntry::FeatureVariation +@@ -900,6 +900,26 @@ const FeatureEntry::FeatureVariation std::size(kWebIdentityDigitalIdentityCredentialHighRiskDialogParam), nullptr}}; @@ -81,7 +81,7 @@ const FeatureEntry::FeatureParam kClipboardMaximumAge60Seconds[] = { {"UIClipboardMaximumAge", "60"}}; const FeatureEntry::FeatureParam kClipboardMaximumAge90Seconds[] = { -@@ -1274,7 +1294,7 @@ constexpr FeatureEntry::FeatureVariation +@@ -1292,7 +1312,7 @@ constexpr FeatureEntry::FeatureVariation #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -90,7 +90,7 @@ const FeatureEntry::FeatureParam kHistoryEmbeddingsAtKeywordAcceleration[]{ {"AtKeywordAcceleration", "true"}, }; -@@ -1312,7 +1332,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada +@@ -1330,7 +1350,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -99,7 +99,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3720,7 +3740,7 @@ const FeatureEntry::FeatureVariation kAndroidThemeModu +@@ -3826,7 +3846,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -108,7 +108,7 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -4179,7 +4199,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -4261,7 +4281,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -117,7 +117,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4245,7 +4265,7 @@ const FeatureEntry::FeatureVariation +@@ -4321,7 +4341,7 @@ const FeatureEntry::FeatureVariation 1, nullptr}, }; @@ -126,7 +126,7 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -5175,7 +5195,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5264,7 +5284,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -135,7 +135,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -5467,7 +5487,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5555,7 +5575,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -144,16 +144,16 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -5689,7 +5709,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(features::kWebShare)}, - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) +@@ -5780,7 +5800,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, + #endif // BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -5730,6 +5750,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5821,6 +5841,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -170,16 +170,16 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -6629,7 +6659,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6709,7 +6739,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - {"omnibox-contextual-search-actions-at-top", - flag_descriptions::kOmniboxContextualSearchActionsAtTopName, - flag_descriptions::kOmniboxContextualSearchActionsAtTopDescription, -@@ -6933,7 +6963,7 @@ const FeatureEntry kFeatureEntries[] = { + {"contextual-search-box-uses-contextual-search-provider", + flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, + flag_descriptions:: +@@ -7061,7 +7091,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -188,7 +188,7 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_WITH_PARAMS_VALUE_TYPE(history_embeddings::kHistoryEmbeddings, -@@ -7421,7 +7451,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7560,7 +7590,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -197,7 +197,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -7691,7 +7721,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7851,7 +7881,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kSupportToolScreenshotDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kSupportToolScreenshot)}, @@ -206,7 +206,7 @@ {"wasm-tts-component-updater-enabled", flag_descriptions::kWasmTtsComponentUpdaterEnabledName, flag_descriptions::kWasmTtsComponentUpdaterEnabledDescription, kOsDesktop, -@@ -8373,7 +8403,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8523,7 +8553,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -215,7 +215,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9037,7 +9067,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9176,7 +9206,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ash::features::kWallpaperGooglePhotosSharedAlbums)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -224,7 +224,7 @@ {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(blink::features::kGetAllScreensMedia)}, -@@ -9062,7 +9092,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9201,7 +9231,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -233,7 +233,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9542,7 +9572,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9668,7 +9698,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -242,7 +242,16 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10214,7 +10244,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9830,7 +9860,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, + FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"reduce-user-agent-data-linux-platform-version", + flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, + flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, +@@ -10334,7 +10364,7 @@ const FeatureEntry kFeatureEntries[] = { kOsDesktop | kOsAndroid, FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)}, @@ -251,7 +260,7 @@ {"camera-mic-effects", flag_descriptions::kCameraMicEffectsName, flag_descriptions::kCameraMicEffectsDescription, static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux), -@@ -10338,7 +10368,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10458,7 +10488,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(chrome::android::kReadAloudTapToSeek)}, #endif @@ -260,7 +269,7 @@ {"third-party-profile-management", flag_descriptions::kThirdPartyProfileManagementName, flag_descriptions::kThirdPartyProfileManagementDescription, -@@ -10367,7 +10397,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10487,7 +10517,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -269,7 +278,7 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11085,7 +11115,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11223,7 +11253,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kCanvasHibernationDescription, kOsAll, FEATURE_VALUE_TYPE(blink::features::kCanvas2DHibernation)}, @@ -278,8 +287,8 @@ {"enable-history-sync-optin", flag_descriptions::kEnableHistorySyncOptinName, flag_descriptions::kEnableHistorySyncOptinDescription, -@@ -11187,7 +11217,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(switches::kForceSupervisedSigninWithCapabilities)}, +@@ -11334,7 +11364,7 @@ const FeatureEntry kFeatureEntries[] = { + "HistoryOptInEducationalTipVariations")}, #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) @@ -287,7 +296,7 @@ {"supervised-profile-safe-search", flag_descriptions::kSupervisedProfileSafeSearchName, flag_descriptions::kSupervisedProfileSafeSearchDescription, -@@ -11435,7 +11465,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11586,7 +11616,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -296,7 +305,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, kOsDesktop, -@@ -11536,7 +11566,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11687,7 +11717,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -305,7 +314,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11573,7 +11603,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11721,7 +11751,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -314,7 +323,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -11904,7 +11934,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12053,7 +12083,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -323,7 +332,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -11954,7 +11984,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12103,7 +12133,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -332,7 +341,7 @@ {"autofill-enable-amount-extraction-desktop", flag_descriptions::kAutofillEnableAmountExtractionDesktopName, flag_descriptions::kAutofillEnableAmountExtractionDesktopDescription, -@@ -11974,7 +12004,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12123,7 +12153,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(blink::features::kClipboardContentsId)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -341,7 +350,7 @@ {"autofill-enable-amount-extraction-allowlist-desktop", flag_descriptions::kAutofillEnableAmountExtractionAllowlistDesktopName, flag_descriptions:: -@@ -12092,7 +12122,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12241,7 +12271,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -350,7 +359,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12128,7 +12158,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12277,7 +12307,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -359,7 +368,7 @@ {"autofill-enable-amount-extraction-desktop-logging", flag_descriptions::kAutofillEnableAmountExtractionDesktopLoggingName, flag_descriptions:: -@@ -12151,7 +12181,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12300,7 +12330,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppUpdateTokenParsingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppEnableUpdateTokenParsing)}, @@ -368,7 +377,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12180,7 +12210,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12329,7 +12359,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -377,3 +386,21 @@ {"local-network-access-check", flag_descriptions::kLocalNetworkAccessChecksName, flag_descriptions::kLocalNetworkAccessChecksDescription, kOsDesktop, +@@ -12551,7 +12581,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // BUILDFLAG(IS_ANDROID) + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, + tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, + FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, +@@ -12629,7 +12659,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // BUILDFLAG(IS_ANDROID) + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"enable-site-search-allow-user-override-policy", + flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, + flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, diff --git a/www/chromium/files/patch-chrome_browser_browser__features.cc b/www/chromium/files/patch-chrome_browser_browser__features.cc index ed9fe2084511..9789ae5d2925 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.cc +++ b/www/chromium/files/patch-chrome_browser_browser__features.cc @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/browser_features.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/browser_features.cc @@ -75,7 +75,7 @@ BASE_FEATURE(kClearUserDataUponProfileDestruction, "ClearUserDataUponProfileDestruction", @@ -18,7 +18,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -227,7 +227,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, +@@ -232,7 +232,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, "SandboxExternalProtocolBlockedWarning", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-chrome_browser_browser__features.h b/www/chromium/files/patch-chrome_browser_browser__features.h index 5ba7e440c631..d65bb867aeb8 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.h +++ b/www/chromium/files/patch-chrome_browser_browser__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.h.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/browser_features.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/browser_features.h @@ -38,7 +38,7 @@ BASE_DECLARE_FEATURE(kCertificateTransparencyAskBefore BASE_DECLARE_FEATURE(kCertVerificationNetworkTime); @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kDbusSecretPortal); BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProvider); #endif -@@ -100,7 +100,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed +@@ -101,7 +101,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlocked); BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlockedWarning); diff --git a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc index e2791e15f85f..c2a2cf579ab0 100644 --- a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc +++ b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/browser_process_impl.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/browser_process_impl.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/browser_process_impl.cc -@@ -260,7 +260,7 @@ +@@ -256,7 +256,7 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/browser_features.h" #include "components/os_crypt/async/browser/fallback_linux_key_provider.h" #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" -@@ -272,7 +272,7 @@ +@@ -268,7 +268,7 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -18,7 +18,7 @@ // How often to check if the persistent instance of Chrome needs to restart // to install an update. static const int kUpdateCheckIntervalHours = 6; -@@ -1167,7 +1167,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim +@@ -1168,7 +1168,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim GoogleUpdateSettings::GetCollectStatsConsent()); registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true); @@ -27,7 +27,7 @@ os_crypt_async::SecretPortalKeyProvider::RegisterLocalPrefs(registry); #endif } -@@ -1435,7 +1435,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { +@@ -1436,7 +1436,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { local_state()))); #endif // BUILDFLAG(IS_WIN) @@ -36,7 +36,7 @@ base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore) != "basic") { -@@ -1719,7 +1719,7 @@ void BrowserProcessImpl::Unpin() { +@@ -1720,7 +1720,7 @@ void BrowserProcessImpl::Unpin() { } // Mac is currently not supported. diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc index b62184468091..d91fb3607a88 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/chrome_browser_interface_binders.cc -@@ -81,7 +81,7 @@ +@@ -80,7 +80,7 @@ #endif // BUILDFLAG(ENABLE_UNHANDLED_TAP) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void BindScreenAIAnnotator( content::RenderFrameHost* frame_host, mojo::PendingReceiver<screen_ai::mojom::ScreenAIAnnotator> receiver) { -@@ -520,7 +520,7 @@ void PopulateChromeFrameBinders( +@@ -522,7 +522,7 @@ void PopulateChromeFrameBinders( #endif // BUILDFLAG(ENABLE_SPEECH_SERVICE) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc index ec3f9f8c6682..4084d2ee4ef6 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/chrome_browser_interface_binders_webui.cc @@ -48,20 +48,20 @@ #include "content/public/browser/web_ui_controller_interface_binder.h" @@ -24,7 +24,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin.mojom.h" -@@ -452,7 +452,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -460,7 +460,7 @@ void PopulateChromeWebUIFrameBinders( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -33,7 +33,7 @@ RegisterWebUIControllerInterfaceBinder< connectors_internals::mojom::PageHandler, enterprise_connectors::ConnectorsInternalsUI>(map); -@@ -463,7 +463,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -471,7 +471,7 @@ void PopulateChromeWebUIFrameBinders( policy::DlpInternalsUI>(map); #endif @@ -42,7 +42,7 @@ RegisterWebUIControllerInterfaceBinder< app_management::mojom::PageHandlerFactory, WebAppSettingsUI>(map); -@@ -593,14 +593,14 @@ void PopulateChromeWebUIFrameBinders( +@@ -609,14 +609,14 @@ void PopulateChromeWebUIFrameBinders( HistoryClustersSidePanelUI, NewTabPageUI, BookmarksSidePanelUI>(map); } @@ -59,7 +59,7 @@ WhatsNewUI, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) NewTabPageUI>(map); -@@ -1133,7 +1133,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -1154,7 +1154,7 @@ void PopulateChromeWebUIFrameBinders( #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc index 6a6d9d990a7b..103089671434 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_main.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/chrome_browser_main.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/chrome_browser_main.cc @@ -150,7 +150,7 @@ #endif @@ -59,7 +59,7 @@ // Set the global activation token sent as a command line switch by another // browser process. This also removes the switch after use to prevent any side // effects of leaving it in the command line after this point. -@@ -1021,7 +1021,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1006,7 +1006,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { browser_creator_->AddFirstRunTabs(master_prefs_->new_tabs); } @@ -68,7 +68,7 @@ // Create directory for user-level Native Messaging manifest files. This // makes it less likely that the directory will be created by third-party // software with incorrect owner or permission. See crbug.com/725513 . -@@ -1066,7 +1066,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1051,7 +1051,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #endif // BUILDFLAG(IS_MAC) @@ -77,7 +77,7 @@ metrics::DesktopSessionDurationTracker::Initialize(); ProfileActivityMetricsRecorder::Initialize(); TouchModeStatsTracker::Initialize( -@@ -1262,7 +1262,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1247,7 +1247,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +86,7 @@ // Delete the media history database if it still exists. // TODO(crbug.com/40177301): Remove this. base::ThreadPool::PostTask( -@@ -1310,7 +1310,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1295,7 +1295,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* *UrlLanguageHistogramFactory::GetForBrowserContext(profile)); #endif @@ -95,7 +95,7 @@ if (headless::IsHeadlessMode()) { headless::ReportHeadlessActionMetrics(); } -@@ -1419,7 +1419,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( +@@ -1404,7 +1404,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( // In headless mode provide alternate SelectFileDialog factory overriding // any platform specific SelectFileDialog implementation that may have been // set. @@ -104,7 +104,7 @@ if (headless::IsHeadlessMode()) { headless::HeadlessSelectFileDialogFactory::SetUp(); } -@@ -1964,7 +1964,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat +@@ -1949,7 +1949,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat // Drop the request if headless mode is in effect or the request is from // a headless Chrome process. diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index 8d522995cced..f75ed139169f 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/chrome_content_browser_client.cc -@@ -506,7 +506,7 @@ +@@ -468,7 +468,7 @@ #include "components/user_manager/user_manager.h" #include "services/service_manager/public/mojom/interface_provider_spec.mojom.h" #include "storage/browser/file_system/external_mount_points.h" @@ -9,39 +9,25 @@ #include "chrome/browser/chrome_browser_main_linux.h" #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" #elif BUILDFLAG(IS_ANDROID) -@@ -621,11 +621,11 @@ +@@ -563,7 +563,7 @@ #include "services/network/public/mojom/permissions_policy/permissions_policy_feature.mojom.h" #endif // !BUILDFLAG(IS_ANDROID) --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/browser_switcher/browser_switcher_navigation_throttle.h" - #endif - -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "components/crash/core/app/crash_switches.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -636,7 +636,7 @@ - #include "chrome/browser/apps/link_capturing/web_app_link_capturing_delegate.h" +@@ -572,7 +572,7 @@ + #include "components/crash/content/browser/crash_handler_host_linux.h" #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) #include "chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h" - #include "chrome/browser/enterprise/profile_management/oidc_auth_response_capture_navigation_throttle.h" - #include "chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.h" -@@ -647,7 +647,7 @@ #endif - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "chrome/browser/enterprise/connectors/device_trust/navigation_throttle.h" - #include "chrome/browser/enterprise/incognito/incognito_navigation_throttle.h" - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -657,7 +657,7 @@ +@@ -580,7 +580,7 @@ #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h" #endif @@ -50,7 +36,7 @@ #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" #elif BUILDFLAG(IS_OZONE) #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" -@@ -1558,7 +1558,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre +@@ -1398,7 +1398,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre registry->RegisterBooleanPref(prefs::kDeviceNativeClientForceAllowedCache, false); #endif // BUILDFLAG(IS_CHROMEOS) @@ -59,16 +45,7 @@ registry->RegisterBooleanPref(prefs::kOutOfProcessSystemDnsResolutionEnabled, true); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) -@@ -1651,7 +1651,7 @@ void ChromeContentBrowserClient::RegisterProfilePrefs( - policy::policy_prefs::kForcePermissionPolicyUnloadDefaultEnabled, false); - - #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_LINUX) -+ BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - registry->RegisterListPref(prefs::kMandatoryExtensionsForIncognitoNavigation); - #endif - -@@ -1775,7 +1775,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1617,7 +1617,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo #elif BUILDFLAG(IS_CHROMEOS) main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( is_integration_test, &startup_data_); @@ -77,16 +54,16 @@ main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( is_integration_test, &startup_data_); #elif BUILDFLAG(IS_ANDROID) -@@ -1804,7 +1804,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - // Construct additional browser parts. Stages are called in the order in - // which they are added. +@@ -1648,7 +1648,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo + // Construct additional browser parts. Stages are called in the order in + // which they are added. #if defined(TOOLKIT_VIEWS) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) main_parts->AddParts( std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); #else -@@ -1821,7 +1821,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1665,7 +1665,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); #endif @@ -95,7 +72,7 @@ main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); #elif BUILDFLAG(IS_OZONE) main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); -@@ -1840,7 +1840,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1684,7 +1684,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo chrome::AddMetricsExtraParts(main_parts.get()); @@ -104,7 +81,7 @@ main_parts->AddParts( std::make_unique< enterprise_util::ChromeBrowserMainExtraPartsEnterprise>()); -@@ -2744,7 +2744,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( +@@ -2628,7 +2628,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) { @@ -114,7 +91,7 @@ #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -2753,7 +2755,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -2637,7 +2639,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin client_info->client_id); } #elif BUILDFLAG(IS_POSIX) @@ -123,7 +100,7 @@ pid_t pid; if (crash_reporter::GetHandlerSocket(nullptr, &pid)) { command_line->AppendSwitchASCII( -@@ -3117,7 +3119,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -3005,7 +3007,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } @@ -132,7 +109,7 @@ // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4067,7 +4069,7 @@ bool UpdatePreferredColorScheme(WebPreferences* web_pr +@@ -3994,7 +3996,7 @@ bool UpdatePreferredColorScheme(WebPreferences* web_pr return old_preferred_color_scheme != web_prefs->preferred_color_scheme; } @@ -141,7 +118,7 @@ // Sets the `root_scrollbar_theme_color` web pref if the user has enabled a // custom colored frame for the UI. void UpdateRootScrollbarThemeColor(Profile* profile, -@@ -4697,7 +4699,7 @@ void ChromeContentBrowserClient::OverrideWebPreference +@@ -4631,7 +4633,7 @@ void ChromeContentBrowserClient::OverrideWebPreference UpdatePreferredColorScheme(web_prefs, main_frame_site.GetSiteURL(), web_contents, GetWebTheme()); @@ -150,7 +127,7 @@ UpdateRootScrollbarThemeColor(profile, web_contents, web_prefs); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -5017,7 +5019,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -4956,7 +4958,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -159,43 +136,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -5529,7 +5531,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati - &throttles); - } - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - MaybeAddThrottle( - WebAppSettingsNavigationThrottle::MaybeCreateThrottleFor(handle), - &throttles); -@@ -5553,7 +5555,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - MaybeAddThrottle(enterprise_connectors::DeviceTrustNavigationThrottle:: - MaybeCreateThrottleFor(handle), - &throttles); -@@ -5594,7 +5596,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati - } - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - MaybeAddThrottle(browser_switcher::BrowserSwitcherNavigationThrottle:: - MaybeCreateThrottleFor(handle), - &throttles); -@@ -5716,7 +5718,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati - &throttles); - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (profile && profile->IsIncognitoProfile() && profile->IsOffTheRecord()) { - MaybeAddThrottle(enterprise_incognito::IncognitoNavigationThrottle:: - MaybeCreateThrottleFor(handle), -@@ -7544,7 +7546,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -7120,7 +7122,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { // This enterprise policy is supported on Android, but the feature will not be // launched there. diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h index a535b512a120..f0a2c6fd2ed0 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/chrome_content_browser_client.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/chrome_content_browser_client.h -@@ -560,7 +560,7 @@ class ChromeContentBrowserClient : public content::Con +@@ -577,7 +577,7 @@ class ChromeContentBrowserClient : public content::Con bool IsPluginAllowedToUseDevChannelAPIs( content::BrowserContext* browser_context, const GURL& url) override; diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc new file mode 100644 index 000000000000..0e9b92fa33a5 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc @@ -0,0 +1,38 @@ +--- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-07-02 06:08:04 UTC ++++ chrome/browser/chrome_content_browser_client_navigation_throttles.cc +@@ -123,7 +123,7 @@ + #include "chrome/browser/captive_portal/captive_portal_service_factory.h" + #endif // BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + #include "chrome/browser/browser_switcher/browser_switcher_navigation_throttle.h" + #include "chrome/browser/enterprise/profile_management/oidc_auth_response_capture_navigation_throttle.h" + #include "chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.h" +@@ -407,7 +407,7 @@ void CreateAndAddChromeThrottlesForNavigation( + TypedNavigationUpgradeThrottle::MaybeCreateAndAdd(registry); + } + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + WebAppSettingsNavigationThrottle::MaybeCreateAndAdd(registry); + profile_management::ProfileManagementNavigationThrottle::MaybeCreateAndAdd( + registry); +@@ -425,7 +425,7 @@ void CreateAndAddChromeThrottlesForNavigation( + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + enterprise_connectors::DeviceTrustNavigationThrottle::MaybeCreateAndAdd( + registry); + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || +@@ -457,7 +457,7 @@ void CreateAndAddChromeThrottlesForNavigation( + } + #endif // BUILDFLAG(SAFE_BROWSING_AVAILABLE) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + browser_switcher::BrowserSwitcherNavigationThrottle::MaybeCreateAndAdd( + registry); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-chrome_browser_component__updater_registration.cc b/www/chromium/files/patch-chrome_browser_component__updater_registration.cc index 2f9eeef13cf3..c47015903a39 100644 --- a/www/chromium/files/patch-chrome_browser_component__updater_registration.cc +++ b/www/chromium/files/patch-chrome_browser_component__updater_registration.cc @@ -1,6 +1,6 @@ ---- chrome/browser/component_updater/registration.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/component_updater/registration.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/component_updater/registration.cc -@@ -101,7 +101,7 @@ +@@ -102,7 +102,7 @@ #endif // BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/component_updater/installer_policies/amount_extraction_heuristic_regexes_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -114,7 +114,7 @@ +@@ -115,7 +115,7 @@ #include "chrome/browser/component_updater/lacros_component_remover.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ #include "chrome/browser/component_updater/wasm_tts_engine_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -261,12 +261,12 @@ void RegisterComponentsForUpdate() { +@@ -263,12 +263,12 @@ void RegisterComponentsForUpdate() { RegisterCookieReadinessListComponent(cus); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc b/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc index b3d65e03e419..cbfd429fc181 100644 --- a/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/download/chrome_download_manager_delegate.cc -@@ -1889,7 +1889,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe +@@ -1922,7 +1922,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe bool ChromeDownloadManagerDelegate::IsOpenInBrowserPreferredForFile( const base::FilePath& path) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ if (path.MatchesExtension(FILE_PATH_LITERAL(".pdf"))) { return !download_prefs_->ShouldOpenPdfInSystemReader(); } -@@ -2025,7 +2025,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow +@@ -2058,7 +2058,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow content::CheckDownloadAllowedCallback check_download_allowed_cb) { DCHECK_CURRENTLY_ON(BrowserThread::UI); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ // Don't download pdf if it is a file URL, as that might cause an infinite // download loop if Chrome is not the system pdf viewer. if (url.SchemeIsFile() && download_prefs_->ShouldOpenPdfInSystemReader()) { -@@ -2107,7 +2107,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl +@@ -2140,7 +2140,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl DCHECK(download_item->IsSavePackageDownload()); #if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc b/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc index 5bd8909f6e2e..e97709652b0b 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/browser_management/browser_management_service.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/enterprise/browser_management/browser_management_service.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/browser_management/browser_management_service.cc @@ -50,7 +50,7 @@ GetManagementStatusProviders(Profile* profile) { @@ -9,25 +9,34 @@ base::SequencedTaskRunner::GetCurrentDefault()->PostTask( FROM_HERE, base::BindOnce(&BrowserManagementService::UpdateManagementIconForProfile, -@@ -70,7 +70,7 @@ BrowserManagementService::BrowserManagementService(Pro +@@ -74,7 +74,7 @@ BrowserManagementService::BrowserManagementService(Pro } ui::ImageModel* BrowserManagementService::GetManagementIconForProfile() { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) | BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return management_icon_for_profile_.IsEmpty() ? nullptr : &management_icon_for_profile_; #else -@@ -83,7 +83,7 @@ void BrowserManagementService::TriggerPolicyStatusChan +@@ -83,7 +83,7 @@ ui::ImageModel* BrowserManagementService::GetManagemen + } + + gfx::Image* BrowserManagementService::GetManagementIconForBrowser() { +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return management_icon_for_browser_.IsEmpty() ? nullptr + : &management_icon_for_browser_; + #else +@@ -96,7 +96,7 @@ void BrowserManagementService::TriggerPolicyStatusChan OnPolicyStatusChanged(); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - void BrowserManagementService::StartListeningToPrefChanges(Profile* profile) { - pref_change_registrar_.Init(profile->GetPrefs()); - pref_change_registrar_.Add( -@@ -126,7 +126,7 @@ void BrowserManagementService::SetManagementIconForPro + void BrowserManagementService::SetBrowserManagementIconForTesting( + const gfx::Image& management_icon) { + CHECK_IS_TEST(); +@@ -171,7 +171,7 @@ void BrowserManagementService::SetManagementIconForBro #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) void BrowserManagementService::OnPolicyStatusChanged() { diff --git a/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h b/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h index 1454311de3d6..d366a7518bbf 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h +++ b/www/chromium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h @@ -1,6 +1,15 @@ ---- chrome/browser/enterprise/browser_management/browser_management_service.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/enterprise/browser_management/browser_management_service.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/browser_management/browser_management_service.h -@@ -44,7 +44,7 @@ class BrowserManagementService : public ManagementServ +@@ -41,7 +41,7 @@ class BrowserManagementService : public ManagementServ + + void TriggerPolicyStatusChangedForTesting() override; + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void SetBrowserManagementIconForTesting( + const gfx::Image& management_icon) override; + #endif +@@ -50,7 +50,7 @@ class BrowserManagementService : public ManagementServ // PolicyStatusProvider::Observer: void OnPolicyStatusChanged() override; diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc index a2390067c4e7..d1d2fac11c1f 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/connectors_service.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/enterprise/connectors/connectors_service.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/connectors/connectors_service.cc -@@ -476,7 +476,7 @@ policy::PolicyScope ConnectorsService::GetPolicyScope( +@@ -449,7 +449,7 @@ policy::PolicyScope ConnectorsService::GetPolicyScope( bool ConnectorsService::ConnectorsEnabled() const { Profile* profile = Profile::FromBrowserContext(context_); diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc index 607f6c8d7484..f20b4a68911c 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/reporting/crash_reporting_context.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/enterprise/connectors/reporting/crash_reporting_context.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/connectors/reporting/crash_reporting_context.cc -@@ -24,7 +24,7 @@ +@@ -28,7 +28,7 @@ namespace enterprise_connectors { diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h index f04d4f38f616..f8dbce911536 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h @@ -19,7 +19,7 @@ #include "components/keyed_service/core/keyed_service.h" @@ -9,7 +9,7 @@ #include "components/device_signals/core/browser/signals_types.h" #endif -@@ -113,7 +113,7 @@ class RealtimeReportingClient : public RealtimeReporti +@@ -116,7 +116,7 @@ class RealtimeReportingClient : public RealtimeReporti const std::string& dm_token) override; #endif @@ -18,7 +18,7 @@ // DEPRECATED: Use MaybeCollectDeviceSignalsAndReportEvent(Event, ...). void MaybeCollectDeviceSignalsAndReportEventDeprecated( base::Value::Dict event, -@@ -163,7 +163,7 @@ class RealtimeReportingClient : public RealtimeReporti +@@ -166,7 +166,7 @@ class RealtimeReportingClient : public RealtimeReporti base::WeakPtrFactory<RealtimeReportingClient> weak_ptr_factory_{this}; }; diff --git a/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc b/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc index f11e02fbdc9d..7c672ac5f5f6 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/reporting/cloud_profile_reporting_service_factory.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/enterprise/reporting/cloud_profile_reporting_service_factory.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/reporting/cloud_profile_reporting_service_factory.cc @@ -10,7 +10,7 @@ #include "components/enterprise/browser/reporting/report_scheduler.h" @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signals/signals_aggregator_factory.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) -@@ -47,7 +47,7 @@ CloudProfileReportingServiceFactory::CloudProfileRepor +@@ -48,7 +48,7 @@ CloudProfileReportingServiceFactory::CloudProfileRepor ProfileSelections::BuildForRegularProfile()) { DependsOn(enterprise::ProfileIdServiceFactory::GetInstance()); diff --git a/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc b/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc index 55642aa37eca..d94a8cc5ff77 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc @@ -1,6 +1,15 @@ ---- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/enterprise/util/managed_browser_utils.cc -@@ -222,7 +222,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -213,7 +213,7 @@ void SetUserAcceptedAccountManagement(Profile* profile + // The updated consent screen also ask the user for consent to share device + // signals. + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (accepted && base::FeatureList::IsEnabled( + features::kEnterpriseUpdatedProfileCreationScreen)) { + profile->GetPrefs()->SetBoolean( +@@ -225,7 +225,7 @@ void SetUserAcceptedAccountManagement(Profile* profile profile_manager->GetProfileAttributesStorage() .GetProfileAttributesWithPath(profile->GetPath()); if (entry) { @@ -9,7 +18,7 @@ SetEnterpriseProfileLabel(profile); #endif entry->SetUserAcceptedAccountManagement(accepted); -@@ -341,7 +341,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { +@@ -344,7 +344,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { } bool CanShowEnterpriseBadgingForNTPFooter(Profile* profile) { diff --git a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn index 270a9305398a..2468ea83d223 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1468,6 +1468,10 @@ source_set("extensions") { +@@ -1479,6 +1479,10 @@ source_set("extensions") { deps += [ "//chrome/services/printing/public/mojom" ] } diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc b/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc index f4aa5d99c883..481c02106e4b 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc -@@ -288,7 +288,9 @@ bool ChromeRuntimeAPIDelegate::GetPlatformInfo(Platfor +@@ -326,7 +326,9 @@ bool ChromeRuntimeAPIDelegate::GetPlatformInfo(Platfor } else if (strcmp(os, "linux") == 0) { info->os = extensions::api::runtime::PlatformOs::kLinux; } else if (strcmp(os, "openbsd") == 0) { @@ -8,6 +8,6 @@ + info->os = extensions::api::runtime::PlatformOs::kLinux; + } else if (strcmp(os, "freebsd") == 0) { + info->os = extensions::api::runtime::PlatformOs::kLinux; + } else if (strcmp(os, "android") == 0) { + info->os = extensions::api::runtime::PlatformOs::kAndroid; } else { - NOTREACHED() << "Platform not supported: " << os; - } diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc b/www/chromium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc index 305ef59bb999..51c91f333671 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/webstore_private/webstore_private_api.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/extensions/api/webstore_private/webstore_private_api.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/extensions/api/webstore_private/webstore_private_api.cc -@@ -914,7 +914,7 @@ void WebstorePrivateBeginInstallWithManifest3Function: +@@ -911,7 +911,7 @@ void WebstorePrivateBeginInstallWithManifest3Function: #if BUILDFLAG(IS_CHROMEOS) RequestExtensionApproval(contents); return; diff --git a/www/chromium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc b/www/chromium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc index 0fbde92c54da..8156dee230e9 100644 --- a/www/chromium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc +++ b/www/chromium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc @@ -1,6 +1,6 @@ ---- chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc -@@ -37,7 +37,7 @@ +@@ -38,7 +38,7 @@ #include "chrome/browser/ash/system_logs/ui_hierarchy_log_source.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/feedback/system_logs/log_sources/ozone_platform_state_dump_source.h" #endif -@@ -84,7 +84,7 @@ SystemLogsFetcher* BuildAboutSystemLogsFetcher(content +@@ -85,7 +85,7 @@ SystemLogsFetcher* BuildAboutSystemLogsFetcher(content fetcher->AddSource(std::make_unique<KeyboardInfoLogSource>()); #endif diff --git a/www/chromium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc b/www/chromium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc index 1576c0eba56b..a104f24e4610 100644 --- a/www/chromium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc +++ b/www/chromium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc @@ -1,6 +1,6 @@ ---- chrome/browser/feedback/system_logs/chrome_system_logs_fetcher.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/feedback/system_logs/chrome_system_logs_fetcher.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/feedback/system_logs/chrome_system_logs_fetcher.cc -@@ -44,7 +44,7 @@ +@@ -45,7 +45,7 @@ #include "services/network/public/cpp/shared_url_loader_factory.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/feedback/system_logs/log_sources/ozone_platform_state_dump_source.h" #endif -@@ -101,7 +101,7 @@ SystemLogsFetcher* BuildChromeSystemLogsFetcher(Profil +@@ -102,7 +102,7 @@ SystemLogsFetcher* BuildChromeSystemLogsFetcher(Profil fetcher->AddSource(std::make_unique<UiHierarchyLogSource>(scrub_data)); #endif diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc index 99f0a0e1aff2..5369ef1ca1b1 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc @@ -1,6 +1,6 @@ ---- chrome/browser/flag_descriptions.cc.orig 2025-06-19 07:31:53 UTC +--- chrome/browser/flag_descriptions.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/flag_descriptions.cc -@@ -617,7 +617,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB +@@ -659,7 +659,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB "Autofill suggestions on the allowlisted merchant websites."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const char kAutofillEnableAmountExtractionAllowlistDesktopName[] = "Enable loading and querying the checkout amount extraction allowlist on " "Chrome Desktop"; -@@ -641,7 +641,7 @@ const char kAutofillEnableAmountExtractionDesktopLoggi +@@ -683,7 +683,7 @@ const char kAutofillEnableAmountExtractionDesktopLoggi // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ const char kAutofillEnableBuyNowPayLaterName[] = "Enable buy now pay later on Autofill"; const char kAutofillEnableBuyNowPayLaterDescription[] = -@@ -1064,7 +1064,7 @@ const char kDevicePostureDescription[] = +@@ -1116,7 +1116,7 @@ const char kDevicePostureDescription[] = "Enables Device Posture API (foldable devices)"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -27,7 +27,7 @@ const char kDocumentPictureInPictureAnimateResizeName[] = "Document Picture-in-Picture Animate Resize"; const char kDocumentPictureInPictureAnimateResizeDescription[] = -@@ -1178,7 +1178,7 @@ const char kContextMenuEmptySpaceDescription[] = +@@ -1250,7 +1250,7 @@ const char kContextMenuEmptySpaceDescription[] = "space, a context menu containing page-related items will be shown."; #endif // BUILDFLAG(IS_ANDROID) @@ -36,7 +36,7 @@ const char kContextualCueingName[] = "Contextual cueing"; const char kContextualCueingDescription[] = "Enables the contextual cueing system to support showing actions."; -@@ -1604,7 +1604,7 @@ const char kEnableIsolatedWebAppDevModeName[] = +@@ -1633,7 +1633,7 @@ const char kEnableIsolatedWebAppDevModeName[] = const char kEnableIsolatedWebAppDevModeDescription[] = "Enables the installation of unverified Isolated Web Apps"; @@ -45,7 +45,16 @@ const char kEnableIwaKeyDistributionComponentName[] = "Enable the Iwa Key Distribution component"; const char kEnableIwaKeyDistributionComponentDescription[] = -@@ -3536,7 +3536,7 @@ const char kRetainOmniboxOnFocusDescription[] = +@@ -3596,7 +3596,7 @@ const char kReduceTransferSizeUpdatedIPCDescription[] + "When enabled, the network service will send TransferSizeUpdatedIPC IPC " + "only when DevTools is attached or the request is for an ad request."; + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + const char kReduceUserAgentDataLinuxPlatformVersionName[] = + "Reduce Linux platform version Client Hint"; + const char kReduceUserAgentDataLinuxPlatformVersionDescription[] = +@@ -3628,7 +3628,7 @@ const char kRetainOmniboxOnFocusDescription[] = "exhibit a change in behavior."; #endif // BUILDFLAG(IS_ANDROID) @@ -54,7 +63,7 @@ const char kRootScrollbarFollowsTheme[] = "Make scrollbar follow theme"; const char kRootScrollbarFollowsThemeDescription[] = "If enabled makes the root scrollbar follow the browser's theme color."; -@@ -3774,7 +3774,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = +@@ -3887,7 +3887,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = "SiteInstance."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -63,7 +72,7 @@ const char kPwaNavigationCapturingName[] = "Desktop PWA Link Capturing"; const char kPwaNavigationCapturingDescription[] = "Enables opening links from Chrome in an installed PWA. Currently under " -@@ -3990,7 +3990,7 @@ const char kTranslateForceTriggerOnEnglishDescription[ +@@ -4123,7 +4123,7 @@ const char kTranslateForceTriggerOnEnglishDescription[ "Force the Translate Triggering on English pages experiment to be enabled " "with the selected language model active."; @@ -72,7 +81,7 @@ const char kEnableHistorySyncOptinName[] = "History Sync Opt-in"; const char kEnableHistorySyncOptinDescription[] = "Enables the History Sync Opt-in screen on Desktop platforms. The screen " -@@ -5656,7 +5656,7 @@ const char kTranslateOpenSettingsDescription[] = +@@ -5840,7 +5840,7 @@ const char kTranslateOpenSettingsDescription[] = "Add an option to the translate bubble menu to open language settings."; #endif @@ -81,7 +90,7 @@ const char kWasmTtsComponentUpdaterEnabledName[] = "Enable Wasm TTS Extension Component"; const char kWasmTtsComponentUpdaterEnabledDescription[] = -@@ -7687,7 +7687,7 @@ const char kTetheringExperimentalFunctionalityDescript +@@ -7871,7 +7871,7 @@ const char kTetheringExperimentalFunctionalityDescript #endif // BUILDFLAG(IS_CHROMEOS) @@ -90,7 +99,7 @@ const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; const char kGetAllScreensMediaDescription[] = "When enabled, the getAllScreensMedia API for capturing multiple screens " -@@ -7916,7 +7916,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b +@@ -8100,7 +8100,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b // Linux ----------------------------------------------------------------------- @@ -99,7 +108,7 @@ const char kOzonePlatformHintChoiceDefault[] = "Default"; const char kOzonePlatformHintChoiceAuto[] = "Auto"; const char kOzonePlatformHintChoiceX11[] = "X11"; -@@ -7966,6 +7966,18 @@ const char kWaylandUiScalingDescription[] = +@@ -8150,6 +8150,18 @@ const char kWaylandUiScalingDescription[] = "Enable experimental support for text scaling in the Wayland backend " "backed by full UI scaling. Requires #wayland-per-window-scaling to be " "enabled too."; @@ -118,7 +127,7 @@ #endif // BUILDFLAG(IS_LINUX) // Random platform combinations ----------------------------------------------- -@@ -7978,7 +7990,7 @@ const char kZeroCopyVideoCaptureDescription[] = +@@ -8162,7 +8174,7 @@ const char kZeroCopyVideoCaptureDescription[] = #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -127,7 +136,7 @@ const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel"; const char kFollowingFeedSidepanelDescription[] = "Enables the following feed in the sidepanel."; -@@ -8021,7 +8033,7 @@ const char kGroupPromoPrototypeName[] = "Group Promo P +@@ -8205,7 +8217,7 @@ const char kGroupPromoPrototypeName[] = "Group Promo P const char kGroupPromoPrototypeDescription[] = "Enables prototype for group promo."; @@ -136,7 +145,7 @@ const char kEnableNetworkServiceSandboxName[] = "Enable the network service sandbox."; const char kEnableNetworkServiceSandboxDescription[] = -@@ -8049,7 +8061,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti +@@ -8226,7 +8238,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti "Bluetooth"; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) @@ -145,7 +154,7 @@ #if BUILDFLAG(ENABLE_PRINTING) const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; const char kCupsIppPrintingBackendDescription[] = -@@ -8192,7 +8204,7 @@ const char kElementCaptureDescription[] = +@@ -8369,7 +8381,7 @@ const char kElementCaptureDescription[] = "media track into a track capturing just a specific DOM element."; #endif // !BUILDFLAG(IS_ANDROID) @@ -154,7 +163,7 @@ const char kUIDebugToolsName[] = "Debugging tools for UI"; const char kUIDebugToolsDescription[] = "Enables additional keyboard shortcuts to help debugging."; -@@ -8243,7 +8255,7 @@ const char kComposeUpfrontInputModesDescription[] = +@@ -8420,7 +8432,7 @@ const char kComposeUpfrontInputModesDescription[] = "Enables upfront input modes in the Compose dialog"; #endif // BUILDFLAG(ENABLE_COMPOSE) @@ -163,7 +172,7 @@ const char kThirdPartyProfileManagementName[] = "Third party profile management"; const char kThirdPartyProfileManagementDescription[] = -@@ -8381,7 +8393,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = +@@ -8538,7 +8550,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = const char kSupervisedUserBlockInterstitialV3Description[] = "Enables URL filter interstitial V3 for Family Link users."; diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.h b/www/chromium/files/patch-chrome_browser_flag__descriptions.h index cb775f068bfe..7a867c777655 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.h +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.h @@ -1,6 +1,6 @@ ---- chrome/browser/flag_descriptions.h.orig 2025-06-19 07:31:53 UTC +--- chrome/browser/flag_descriptions.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/flag_descriptions.h -@@ -383,7 +383,7 @@ extern const char +@@ -413,7 +413,7 @@ extern const char kAutofillEnableAllowlistForBmoCardCategoryBenefitsDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ extern const char kAutofillEnableAmountExtractionAllowlistDesktopName[]; extern const char kAutofillEnableAmountExtractionAllowlistDesktopDescription[]; extern const char kAutofillEnableAmountExtractionDesktopName[]; -@@ -394,7 +394,7 @@ extern const char kAutofillEnableAmountExtractionDeskt +@@ -424,7 +424,7 @@ extern const char kAutofillEnableAmountExtractionDeskt // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ extern const char kAutofillEnableBuyNowPayLaterName[]; extern const char kAutofillEnableBuyNowPayLaterDescription[]; -@@ -620,7 +620,7 @@ extern const char kContextMenuEmptySpaceName[]; +@@ -656,7 +656,7 @@ extern const char kContextMenuEmptySpaceName[]; extern const char kContextMenuEmptySpaceDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -27,7 +27,7 @@ extern const char kContextualCueingName[]; extern const char kContextualCueingDescription[]; extern const char kGlicZeroStateSuggestionsName[]; -@@ -813,7 +813,7 @@ extern const char kDevicePostureName[]; +@@ -847,7 +847,7 @@ extern const char kDevicePostureName[]; extern const char kDevicePostureDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -36,7 +36,7 @@ extern const char kDocumentPictureInPictureAnimateResizeName[]; extern const char kDocumentPictureInPictureAnimateResizeDescription[]; -@@ -975,7 +975,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri +@@ -1006,7 +1006,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri extern const char kEnableIsolatedWebAppDevModeName[]; extern const char kEnableIsolatedWebAppDevModeDescription[]; @@ -45,7 +45,7 @@ extern const char kEnableIwaKeyDistributionComponentName[]; extern const char kEnableIwaKeyDistributionComponentDescription[]; #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2023,7 +2023,7 @@ extern const char kRetainOmniboxOnFocusName[]; +@@ -2079,7 +2079,7 @@ extern const char kRetainOmniboxOnFocusName[]; extern const char kRetainOmniboxOnFocusDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -54,7 +54,7 @@ extern const char kRootScrollbarFollowsTheme[]; extern const char kRootScrollbarFollowsThemeDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -2161,7 +2161,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; +@@ -2226,7 +2226,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; extern const char kDefaultSiteInstanceGroupsDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -63,7 +63,7 @@ extern const char kPwaNavigationCapturingName[]; extern const char kPwaNavigationCapturingDescription[]; #endif -@@ -2308,7 +2308,7 @@ extern const char kTouchTextEditingRedesignDescription +@@ -2386,7 +2386,7 @@ extern const char kTouchTextEditingRedesignDescription extern const char kTranslateForceTriggerOnEnglishName[]; extern const char kTranslateForceTriggerOnEnglishDescription[]; @@ -72,7 +72,16 @@ extern const char kEnableHistorySyncOptinName[]; extern const char kEnableHistorySyncOptinDescription[]; -@@ -3318,7 +3318,7 @@ extern const char kTranslateOpenSettingsName[]; +@@ -2641,7 +2641,7 @@ extern const char kReduceAcceptLanguageDescription[]; + extern const char kReduceTransferSizeUpdatedIPCName[]; + extern const char kReduceTransferSizeUpdatedIPCDescription[]; + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + extern const char kReduceUserAgentDataLinuxPlatformVersionName[]; + extern const char kReduceUserAgentDataLinuxPlatformVersionDescription[]; + #endif // #if BUILDFLAG(IS_LINUX) +@@ -3430,7 +3430,7 @@ extern const char kTranslateOpenSettingsName[]; extern const char kTranslateOpenSettingsDescription[]; #endif @@ -81,7 +90,7 @@ extern const char kWasmTtsComponentUpdaterEnabledName[]; extern const char kWasmTtsComponentUpdaterEnabledDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -4524,7 +4524,7 @@ extern const char kTetheringExperimentalFunctionalityD +@@ -4630,7 +4630,7 @@ extern const char kTetheringExperimentalFunctionalityD #endif // #if BUILDFLAG(IS_CHROMEOS) @@ -90,7 +99,7 @@ extern const char kGetAllScreensMediaName[]; extern const char kGetAllScreensMediaDescription[]; #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -4659,7 +4659,7 @@ extern const char kEnableArmHwdrmDescription[]; +@@ -4765,7 +4765,7 @@ extern const char kEnableArmHwdrmDescription[]; // Linux --------------------------------------------------------------------- @@ -99,7 +108,7 @@ extern const char kOzonePlatformHintChoiceDefault[]; extern const char kOzonePlatformHintChoiceAuto[]; extern const char kOzonePlatformHintChoiceX11[]; -@@ -4690,6 +4690,9 @@ extern const char kWaylandTextInputV3Description[]; +@@ -4796,6 +4796,9 @@ extern const char kWaylandTextInputV3Description[]; extern const char kWaylandUiScalingName[]; extern const char kWaylandUiScalingDescription[]; @@ -109,7 +118,7 @@ #endif // BUILDFLAG(IS_LINUX) // Random platform combinations ----------------------------------------------- -@@ -4709,7 +4712,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa +@@ -4810,7 +4813,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa extern const char kWebBluetoothConfirmPairingSupportDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) @@ -118,7 +127,7 @@ #if BUILDFLAG(ENABLE_PRINTING) extern const char kCupsIppPrintingBackendName[]; extern const char kCupsIppPrintingBackendDescription[]; -@@ -4722,7 +4725,7 @@ extern const char kScreenlockReauthCardDescription[]; +@@ -4823,7 +4826,7 @@ extern const char kScreenlockReauthCardDescription[]; #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -127,7 +136,7 @@ extern const char kFollowingFeedSidepanelName[]; extern const char kFollowingFeedSidepanelDescription[]; -@@ -4739,7 +4742,7 @@ extern const char kTaskManagerDesktopRefreshName[]; +@@ -4840,7 +4843,7 @@ extern const char kTaskManagerDesktopRefreshName[]; extern const char kTaskManagerDesktopRefreshDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -136,7 +145,7 @@ extern const char kEnableNetworkServiceSandboxName[]; extern const char kEnableNetworkServiceSandboxDescription[]; -@@ -4831,7 +4834,7 @@ extern const char kElementCaptureName[]; +@@ -4932,7 +4935,7 @@ extern const char kElementCaptureName[]; extern const char kElementCaptureDescription[]; #endif // !BUILDFLAG(IS_ANDROID) @@ -145,7 +154,7 @@ extern const char kUIDebugToolsName[]; extern const char kUIDebugToolsDescription[]; #endif -@@ -4870,7 +4873,7 @@ extern const char kComposeUpfrontInputModesName[]; +@@ -4971,7 +4974,7 @@ extern const char kComposeUpfrontInputModesName[]; extern const char kComposeUpfrontInputModesDescription[]; #endif // BUILDFLAG(ENABLE_COMPOSE) @@ -154,7 +163,7 @@ extern const char kThirdPartyProfileManagementName[]; extern const char kThirdPartyProfileManagementDescription[]; -@@ -4953,7 +4956,7 @@ extern const char kEnablePolicyPromotionBannerDescript +@@ -5045,7 +5048,7 @@ extern const char kEnablePolicyPromotionBannerDescript extern const char kSupervisedUserBlockInterstitialV3Name[]; extern const char kSupervisedUserBlockInterstitialV3Description[]; diff --git a/www/chromium/files/patch-chrome_browser_global__features.cc b/www/chromium/files/patch-chrome_browser_global__features.cc index caf84d729624..0fb41d80914c 100644 --- a/www/chromium/files/patch-chrome_browser_global__features.cc +++ b/www/chromium/files/patch-chrome_browser_global__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/global_features.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/global_features.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/global_features.cc -@@ -23,7 +23,7 @@ +@@ -24,7 +24,7 @@ #include "chrome/browser/glic/host/glic_synthetic_trial_manager.h" // nogncheck #endif @@ -9,7 +9,7 @@ // This causes a gn error on Android builds, because gn does not understand // buildflags, so we include it only on platforms where it is used. #include "chrome/browser/ui/webui/whats_new/whats_new_registrar.h" -@@ -62,7 +62,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( +@@ -70,7 +70,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( void GlobalFeatures::Init() { system_permissions_platform_handle_ = CreateSystemPermissionsPlatformHandle(); @@ -18,7 +18,7 @@ whats_new_registry_ = CreateWhatsNewRegistry(); #endif -@@ -96,7 +96,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( +@@ -120,7 +120,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( return system_permission_settings::PlatformHandle::Create(); } diff --git a/www/chromium/files/patch-chrome_browser_global__features.h b/www/chromium/files/patch-chrome_browser_global__features.h index 4388b04bbc7f..de0fbe47272a 100644 --- a/www/chromium/files/patch-chrome_browser_global__features.h +++ b/www/chromium/files/patch-chrome_browser_global__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/global_features.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/global_features.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/global_features.h -@@ -14,7 +14,7 @@ +@@ -15,7 +15,7 @@ namespace system_permission_settings { class PlatformHandle; } // namespace system_permission_settings @@ -9,7 +9,7 @@ namespace whats_new { class WhatsNewRegistry; } // namespace whats_new -@@ -58,7 +58,7 @@ class GlobalFeatures { +@@ -63,7 +63,7 @@ class GlobalFeatures { system_permissions_platform_handle() { return system_permissions_platform_handle_.get(); } @@ -18,7 +18,7 @@ whats_new::WhatsNewRegistry* whats_new_registry() { return whats_new_registry_.get(); } -@@ -91,7 +91,7 @@ class GlobalFeatures { +@@ -103,7 +103,7 @@ class GlobalFeatures { virtual std::unique_ptr<system_permission_settings::PlatformHandle> CreateSystemPermissionsPlatformHandle(); @@ -27,7 +27,7 @@ virtual std::unique_ptr<whats_new::WhatsNewRegistry> CreateWhatsNewRegistry(); #endif -@@ -101,7 +101,7 @@ class GlobalFeatures { +@@ -113,7 +113,7 @@ class GlobalFeatures { std::unique_ptr<system_permission_settings::PlatformHandle> system_permissions_platform_handle_; diff --git a/www/chromium/files/patch-chrome_browser_headless_headless__mode__util.cc b/www/chromium/files/patch-chrome_browser_headless_headless__mode__util.cc index 9742599b59ab..2d5a2a7c4f0b 100644 --- a/www/chromium/files/patch-chrome_browser_headless_headless__mode__util.cc +++ b/www/chromium/files/patch-chrome_browser_headless_headless__mode__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/headless/headless_mode_util.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/headless/headless_mode_util.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/headless/headless_mode_util.cc @@ -10,7 +10,7 @@ // New headless mode is available on Linux, Windows and Mac platforms. @@ -9,16 +9,16 @@ #include "base/base_switches.h" #include "base/files/file_path.h" -@@ -20,7 +20,7 @@ +@@ -19,7 +19,7 @@ + #include "chrome/common/chrome_switches.h" #include "content/public/common/content_switches.h" - #include "ui/base/ui_base_switches.h" -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "ui/gl/gl_switches.h" // nogncheck #include "ui/ozone/public/ozone_switches.h" // nogncheck #endif // BUILDFLAG(IS_LINUX) -@@ -95,7 +95,7 @@ class HeadlessModeHandleImpl : public HeadlessModeHand +@@ -94,7 +94,7 @@ class HeadlessModeHandleImpl : public HeadlessModeHand } } diff --git a/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc b/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc index d789ebbdc603..c1339afa9c32 100644 --- a/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc +++ b/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc.orig 2024-08-26 12:06:38 UTC +--- chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc -@@ -40,10 +40,12 @@ void MTPDeviceMapService::RegisterMTPFileSystem( +@@ -39,10 +39,12 @@ void MTPDeviceMapService::RegisterMTPFileSystem( // Note that this initializes the delegate asynchronously, but since // the delegate will only be used from the IO thread, it is guaranteed // to be created before use of it expects it to be there. diff --git a/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc b/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc index e2a2d256eb0d..7faca10b2e88 100644 --- a/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc +++ b/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc @@ -1,6 +1,6 @@ ---- chrome/browser/media_galleries/media_file_system_registry.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/media_galleries/media_file_system_registry.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/media_galleries/media_file_system_registry.cc -@@ -583,7 +583,12 @@ class MediaFileSystemRegistry::MediaFileSystemContextI +@@ -582,7 +582,12 @@ class MediaFileSystemRegistry::MediaFileSystemContextI // Constructor in 'private' section because depends on private class definition. MediaFileSystemRegistry::MediaFileSystemRegistry() : file_system_context_(new MediaFileSystemContextImpl) { diff --git a/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc b/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc index e2f0a19165e4..eda0ae407386 100644 --- a/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc +++ b/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc @@ -1,6 +1,6 @@ ---- chrome/browser/media/webrtc/webrtc_log_uploader.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/media/webrtc/webrtc_log_uploader.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/media/webrtc/webrtc_log_uploader.cc -@@ -105,7 +105,7 @@ std::string GetLogUploadProduct() { +@@ -101,7 +101,7 @@ std::string GetLogUploadProduct() { const char product[] = "Chrome"; #elif BUILDFLAG(IS_MAC) const char product[] = "Chrome_Mac"; diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc index 43b64ddfacc7..61509ed380e1 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc @@ -85,7 +85,7 @@ #include "chrome/browser/flags/android/chrome_session_state.h" @@ -27,7 +27,7 @@ #include "components/power_metrics/system_power_monitor.h" #endif -@@ -898,7 +898,7 @@ void RecordStartupMetrics() { +@@ -899,7 +899,7 @@ void RecordStartupMetrics() { // Record whether Chrome is the default browser or not. // Disabled on Linux due to hanging browser tests, see crbug.com/1216328. @@ -36,7 +36,7 @@ shell_integration::DefaultWebClientState default_state = shell_integration::GetDefaultBrowser(); base::UmaHistogramEnumeration("DefaultBrowser.State", default_state, -@@ -1211,11 +1211,11 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt +@@ -1210,11 +1210,11 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt std::make_unique<web_app::SamplingMetricsProvider>(); #endif // !BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc index 530934f9d437..c024d5dac097 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/metrics/chrome_metrics_service_client.cc -@@ -201,11 +201,11 @@ +@@ -202,11 +202,11 @@ #include "chrome/browser/metrics/google_update_metrics_provider_mac.h" #endif @@ -14,7 +14,7 @@ #include "chrome/browser/metrics/chrome_metrics_service_crash_reporter.h" #endif -@@ -237,7 +237,7 @@ const int kMaxHistogramGatheringWaitDuration = 60000; +@@ -238,7 +238,7 @@ const int kMaxHistogramGatheringWaitDuration = 60000; // Needs to be kept in sync with the writer in // third_party/crashpad/crashpad/handler/handler_main.cc. const char kCrashpadHistogramAllocatorName[] = "CrashpadMetrics"; @@ -23,7 +23,7 @@ base::LazyInstance<ChromeMetricsServiceCrashReporter>::Leaky g_crash_reporter = LAZY_INSTANCE_INITIALIZER; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -541,7 +541,7 @@ void ChromeMetricsServiceClient::RegisterPrefs(PrefReg +@@ -542,7 +542,7 @@ void ChromeMetricsServiceClient::RegisterPrefs(PrefReg #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -32,7 +32,7 @@ metrics::structured::StructuredMetricsService::RegisterPrefs(registry); #if !BUILDFLAG(IS_CHROMEOS) -@@ -623,7 +623,7 @@ std::string ChromeMetricsServiceClient::GetVersionStri +@@ -624,7 +624,7 @@ std::string ChromeMetricsServiceClient::GetVersionStri void ChromeMetricsServiceClient::OnEnvironmentUpdate(std::string* environment) { // TODO(https://bugs.chromium.org/p/crashpad/issues/detail?id=135): call this // on Mac when the Crashpad API supports it. @@ -41,7 +41,7 @@ // Register the environment with the crash reporter. Note that there is a // window from startup to this point during which crash reports will not have // an environment set. -@@ -725,7 +725,7 @@ void ChromeMetricsServiceClient::Initialize() { +@@ -726,7 +726,7 @@ void ChromeMetricsServiceClient::Initialize() { std::make_unique<metrics::dwa::DwaService>(this, local_state); } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -50,7 +50,7 @@ metrics::structured::Recorder::GetInstance()->SetUiTaskRunner( base::SequencedTaskRunner::GetCurrentDefault()); #endif -@@ -785,7 +785,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -786,7 +786,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic metrics_service_->RegisterMetricsProvider( std::make_unique<metrics::CPUMetricsProvider>()); @@ -59,7 +59,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<metrics::MotherboardMetricsProvider>()); #endif -@@ -874,7 +874,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -875,7 +875,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<GoogleUpdateMetricsProviderMac>()); #endif @@ -68,7 +68,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<DesktopPlatformFeaturesMetricsProvider>()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -978,7 +978,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -984,7 +984,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<PowerMetricsProvider>()); #endif @@ -77,7 +77,7 @@ metrics_service_->RegisterMetricsProvider( metrics::CreateDesktopSessionMetricsProvider()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) -@@ -1169,7 +1169,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve +@@ -1175,7 +1175,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve } #endif @@ -86,7 +86,7 @@ // This creates the DesktopProfileSessionDurationsServices if it didn't exist // already. metrics::DesktopProfileSessionDurationsServiceFactory::GetForBrowserContext( -@@ -1518,7 +1518,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri +@@ -1524,7 +1524,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri recorder = base::MakeRefCounted<metrics::structured::AshStructuredMetricsRecorder>( cros_system_profile_provider_.get()); diff --git a/www/chromium/files/patch-chrome_browser_metrics_power_process__monitor.cc b/www/chromium/files/patch-chrome_browser_metrics_power_process__monitor.cc index 4a084d702819..208fbcd73480 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_power_process__monitor.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_power_process__monitor.cc @@ -1,6 +1,6 @@ ---- chrome/browser/metrics/power/process_monitor.cc.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/metrics/power/process_monitor.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/metrics/power/process_monitor.cc -@@ -65,7 +65,7 @@ ProcessMonitor::Metrics SampleMetrics(base::ProcessMet +@@ -64,7 +64,7 @@ ProcessMonitor::Metrics SampleMetrics(base::ProcessMet process_metrics.GetPlatformIndependentCPUUsage()); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ metrics.idle_wakeups = process_metrics.GetIdleWakeupsPerSecond(); #endif #if BUILDFLAG(IS_MAC) -@@ -83,7 +83,7 @@ void ScaleMetrics(ProcessMonitor::Metrics* metrics, do +@@ -82,7 +82,7 @@ void ScaleMetrics(ProcessMonitor::Metrics* metrics, do } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ metrics->idle_wakeups *= factor; #endif -@@ -157,7 +157,7 @@ ProcessMonitor::Metrics& operator+=(ProcessMonitor::Me +@@ -156,7 +156,7 @@ ProcessMonitor::Metrics& operator+=(ProcessMonitor::Me } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc index 53d471c22b00..a2d97eee0cab 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/net/system_network_context_manager.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/net/system_network_context_manager.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/net/system_network_context_manager.cc -@@ -135,7 +135,7 @@ SystemNetworkContextManager* g_system_network_context_ +@@ -140,7 +140,7 @@ SystemNetworkContextManager* g_system_network_context_ // received a failed launch for a sandboxed network service. bool g_previously_failed_to_launch_sandboxed_service = false; @@ -9,7 +9,7 @@ // Whether kerberos library loading will work in the network service due to the // sandbox. bool g_network_service_will_allow_gssapi_library_load = false; -@@ -143,7 +143,7 @@ bool g_network_service_will_allow_gssapi_library_load +@@ -148,7 +148,7 @@ bool g_network_service_will_allow_gssapi_library_load const char* kGssapiDesiredPref = #if BUILDFLAG(IS_CHROMEOS) prefs::kKerberosEnabled; @@ -18,7 +18,7 @@ prefs::kReceivedHttpAuthNegotiateHeader; #endif #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -189,7 +189,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut +@@ -194,7 +194,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut auth_dynamic_params->basic_over_http_enabled = local_state->GetBoolean(prefs::kBasicAuthOverHttpEnabled); @@ -27,7 +27,7 @@ auth_dynamic_params->delegate_by_kdc_policy = local_state->GetBoolean(prefs::kAuthNegotiateDelegateByKdcPolicy); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -204,7 +204,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut +@@ -209,7 +209,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut local_state->GetString(prefs::kAuthAndroidNegotiateAccountType); #endif // BUILDFLAG(IS_ANDROID) @@ -36,7 +36,7 @@ auth_dynamic_params->allow_gssapi_library_load = local_state->GetBoolean(kGssapiDesiredPref); #endif // BUILDFLAG(IS_CHROMEOS) -@@ -214,7 +214,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut +@@ -219,7 +219,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut void OnNewHttpAuthDynamicParams( network::mojom::HttpAuthDynamicParamsPtr& params) { @@ -45,7 +45,7 @@ // The kerberos library is incompatible with the network service sandbox, so // if library loading is now enabled, the network service needs to be // restarted. It will be restarted unsandboxed because is -@@ -256,11 +256,11 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() +@@ -261,11 +261,11 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() if (g_previously_failed_to_launch_sandboxed_service) { return NetworkSandboxState::kDisabledBecauseOfFailedLaunch; } @@ -59,7 +59,7 @@ // The network service sandbox and the kerberos library are incompatible. // If kerberos is enabled by policy, disable the network service sandbox. if (g_network_service_will_allow_gssapi_library_load || -@@ -276,7 +276,7 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() +@@ -281,7 +281,7 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() } #endif // BUILDFLAG(IS_WIN) @@ -68,7 +68,7 @@ if (local_state && local_state->HasPrefPath(prefs::kNetworkServiceSandboxEnabled)) { return local_state->GetBoolean(prefs::kNetworkServiceSandboxEnabled) -@@ -522,7 +522,7 @@ void SystemNetworkContextManager::DeleteInstance() { +@@ -527,7 +527,7 @@ void SystemNetworkContextManager::DeleteInstance() { g_system_network_context_manager = nullptr; } @@ -77,7 +77,7 @@ SystemNetworkContextManager::GssapiLibraryLoadObserver:: GssapiLibraryLoadObserver(SystemNetworkContextManager* owner) : owner_(owner) {} -@@ -580,7 +580,7 @@ SystemNetworkContextManager::SystemNetworkContextManag +@@ -585,7 +585,7 @@ SystemNetworkContextManager::SystemNetworkContextManag pref_change_registrar_.Add(prefs::kAllHttpAuthSchemesAllowedForOrigins, auth_pref_callback); @@ -86,7 +86,7 @@ pref_change_registrar_.Add(prefs::kAuthNegotiateDelegateByKdcPolicy, auth_pref_callback); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -594,7 +594,7 @@ SystemNetworkContextManager::SystemNetworkContextManag +@@ -599,7 +599,7 @@ SystemNetworkContextManager::SystemNetworkContextManag auth_pref_callback); #endif // BUILDFLAG(IS_ANDROID) @@ -95,7 +95,7 @@ pref_change_registrar_.Add(kGssapiDesiredPref, auth_pref_callback); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -659,7 +659,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe +@@ -670,7 +670,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe registry->RegisterStringPref(prefs::kAuthNegotiateDelegateAllowlist, std::string()); @@ -104,7 +104,7 @@ registry->RegisterBooleanPref(prefs::kAuthNegotiateDelegateByKdcPolicy, false); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -684,11 +684,11 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe +@@ -695,11 +695,11 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe registry->RegisterListPref(prefs::kExplicitlyAllowedNetworkPorts); @@ -118,7 +118,7 @@ registry->RegisterBooleanPref(prefs::kReceivedHttpAuthNegotiateHeader, false); #endif // BUILDFLAG(IS_LINUX) -@@ -739,7 +739,7 @@ void SystemNetworkContextManager::OnNetworkServiceCrea +@@ -753,7 +753,7 @@ void SystemNetworkContextManager::OnNetworkServiceCrea OnNewHttpAuthDynamicParams(http_auth_dynamic_params); network_service->ConfigureHttpAuthPrefs(std::move(http_auth_dynamic_params)); @@ -127,7 +127,7 @@ gssapi_library_loader_observer_.Install(network_service); #endif // BUILDFLAG(IS_LINUX) -@@ -957,7 +957,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab +@@ -975,7 +975,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab break; } diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h index 58d1b2cf4328..a7bca37bc021 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h @@ -1,4 +1,4 @@ ---- chrome/browser/net/system_network_context_manager.h.orig 2024-10-22 08:31:56 UTC +--- chrome/browser/net/system_network_context_manager.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/net/system_network_context_manager.h @@ -198,7 +198,7 @@ class SystemNetworkContextManager { class URLLoaderFactoryForSystem; @@ -9,7 +9,7 @@ class GssapiLibraryLoadObserver : public network::mojom::GssapiLibraryLoadObserver { public: -@@ -279,7 +279,7 @@ class SystemNetworkContextManager { +@@ -281,7 +281,7 @@ class SystemNetworkContextManager { std::unique_ptr<NetworkAnnotationMonitor> network_annotation_monitor_; #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc b/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc index f800cdd52988..31152f4d2ecd 100644 --- a/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc +++ b/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/new_tab_page/new_tab_page_util.cc -@@ -28,7 +28,7 @@ bool IsOsSupportedForCart() { +@@ -29,7 +29,7 @@ bool IsOsSupportedForCart() { } bool IsOsSupportedForDrive() { diff --git a/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc b/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc index 6e893b755876..23ea9455b4fe 100644 --- a/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc +++ b/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/password_manager/chrome_password_manager_client.cc -@@ -664,7 +664,7 @@ void ChromePasswordManagerClient:: +@@ -658,7 +658,7 @@ void ChromePasswordManagerClient:: bool ChromePasswordManagerClient::IsReauthBeforeFillingRequired( device_reauth::DeviceAuthenticator* authenticator) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ if (!GetLocalStatePrefs() || !GetPrefs() || !authenticator) { return false; } -@@ -942,7 +942,7 @@ void ChromePasswordManagerClient::NotifyUserCredential +@@ -936,7 +936,7 @@ void ChromePasswordManagerClient::NotifyUserCredential } void ChromePasswordManagerClient::NotifyKeychainError() { @@ -18,3 +18,21 @@ PasswordsClientUIDelegate* manage_passwords_ui_controller = PasswordsClientUIDelegateFromWebContents(web_contents()); if (manage_passwords_ui_controller) { +@@ -2043,7 +2043,7 @@ void ChromePasswordManagerClient::HideFillingUI() { + bool ChromePasswordManagerClient::IsPasswordManagementEnabledForCurrentPage( + const GURL& url) const { + #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (IsPasswordManagerForUrlDisallowedByPolicy(url)) { + return false; + } +@@ -2082,7 +2082,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement + } + + #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + bool ChromePasswordManagerClient::IsPasswordManagerForUrlDisallowedByPolicy( + const GURL& url) const { + if (!GetPrefs() || !GetPrefs()->HasPrefPath( diff --git a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc index 3ebc1e81afcb..0809f9f0139a 100644 --- a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc +++ b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc @@ -1,45 +1,15 @@ ---- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/policy/configuration_policy_handler_list_factory.cc -@@ -256,19 +256,19 @@ +@@ -249,7 +249,7 @@ #include "components/spellcheck/browser/pref_names.h" #endif // BUILDFLAG(ENABLE_SPELLCHECK) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/idle/action.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" - #include "components/device_signals/core/browser/pref_names.h" // nogncheck due to crbug.com/1125897 - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - #include "components/enterprise/idle/idle_timeout_policy_handler.h" - #endif - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - #include "chrome/browser/privacy_sandbox/privacy_sandbox_policy_handler.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -282,13 +282,13 @@ - #endif // BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "chrome/browser/policy/battery_saver_policy_handler.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - // BUILDFLAG(IS_CHROMEOS) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "components/search_engines/enterprise/search_aggregator_policy_handler.h" - #include "components/search_engines/enterprise/site_search_policy_handler.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || -@@ -597,7 +597,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -570,7 +570,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kManagedDefaultSmartCardConnectSetting, base::Value::Type::INTEGER }, #endif @@ -48,17 +18,17 @@ { key::kDeletingUndecryptablePasswordsEnabled, password_manager::prefs::kDeletingUndecryptablePasswordsEnabled, base::Value::Type::BOOLEAN }, -@@ -964,7 +964,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = - prefs::kManagedDefaultGeolocationSetting, - base::Value::Type::INTEGER }, +@@ -939,7 +939,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + base::Value::Type::LIST }, + #endif // BUILDFLAG(ENABLE_EXTENSIONS_CORE) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) \ - || BUILDFLAG(IS_MAC) + || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - { key::kMandatoryExtensionsForIncognitoNavigation, - prefs::kMandatoryExtensionsForIncognitoNavigation, - base::Value::Type::LIST }, -@@ -976,7 +976,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + { key::kRequireOnlineRevocationChecksForLocalAnchors, + prefs::kCertRevocationCheckingRequiredLocalAnchors, base::Value::Type::BOOLEAN }, +@@ -951,7 +951,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + base::Value::Type::LIST }, #endif // #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) // || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) @@ -66,7 +36,7 @@ { key::kFullscreenAllowed, prefs::kFullscreenAllowed, base::Value::Type::BOOLEAN }, -@@ -1852,7 +1852,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1830,7 +1830,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::INTEGER}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -75,7 +45,7 @@ { key::kGSSAPILibraryName, prefs::kGSSAPILibraryName, base::Value::Type::STRING }, -@@ -1911,7 +1911,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1889,7 +1889,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) @@ -84,7 +54,7 @@ { key::kNetworkServiceSandboxEnabled, prefs::kNetworkServiceSandboxEnabled, base::Value::Type::BOOLEAN }, -@@ -1931,12 +1931,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1909,12 +1909,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kTotalMemoryLimitMb, base::Value::Type::INTEGER }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -99,7 +69,7 @@ { key::kUnmanagedDeviceSignalsConsentFlowEnabled, device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled, base::Value::Type::BOOLEAN }, -@@ -1950,7 +1950,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1928,7 +1928,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kLiveTranslateEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -108,7 +78,7 @@ { key::kDefaultBrowserSettingEnabled, prefs::kDefaultBrowserSettingEnabled, base::Value::Type::BOOLEAN }, -@@ -1962,7 +1962,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1940,7 +1940,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \ @@ -117,7 +87,7 @@ { key::kAutoplayAllowed, prefs::kAutoplayAllowed, base::Value::Type::BOOLEAN }, -@@ -2063,7 +2063,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2041,7 +2041,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) @@ -126,7 +96,7 @@ { key::kAlternativeBrowserPath, browser_switcher::prefs::kAlternativeBrowserPath, base::Value::Type::STRING }, -@@ -2164,7 +2164,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2142,7 +2142,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -135,16 +105,16 @@ { key::kAuthNegotiateDelegateByKdcPolicy, prefs::kAuthNegotiateDelegateByKdcPolicy, base::Value::Type::BOOLEAN }, -@@ -2235,7 +2235,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2216,7 +2216,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = ash::prefs::kUrlParameterToAutofillSAMLUsername, base::Value::Type::STRING }, #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - { key::kTabDiscardingExceptions, - performance_manager::user_tuning::prefs::kManagedTabDiscardingExceptions, - base::Value::Type::LIST }, -@@ -2264,7 +2264,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + { key::kNTPFooterExtensionAttributionEnabled, + prefs::kNTPFooterExtensionAttributionEnabled, + base::Value::Type::BOOLEAN }, +@@ -2248,7 +2248,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kUiAutomationProviderEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) @@ -153,7 +123,7 @@ { key::kOutOfProcessSystemDnsResolutionEnabled, prefs::kOutOfProcessSystemDnsResolutionEnabled, base::Value::Type::BOOLEAN }, -@@ -2304,7 +2304,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2285,7 +2285,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::INTEGER }, #endif #if BUILDFLAG(ENABLE_EXTENSIONS) @@ -162,7 +132,7 @@ { key::kExtensionInstallTypeBlocklist, extensions::pref_names::kExtensionInstallTypeBlocklist, base::Value::Type::LIST}, -@@ -2327,7 +2327,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2308,7 +2308,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { key::kTabCompareSettings, optimization_guide::prefs::kProductSpecificationsEnterprisePolicyAllowed, base::Value::Type::INTEGER}, @@ -171,16 +141,16 @@ { key::kChromeForTestingAllowed, prefs::kChromeForTestingAllowed, base::Value::Type::BOOLEAN }, -@@ -2397,7 +2397,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2382,7 +2382,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = policy_prefs::kBuiltInAIAPIsEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_FUCHSIA) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - { key::kNTPFooterThemeAttributionEnabled, - prefs::kNTPFooterThemeAttributionEnabled, + { key::kNTPFooterManagementNoticeEnabled, + prefs::kNTPFooterManagementNoticeEnabled, base::Value::Type::BOOLEAN }, -@@ -2532,7 +2532,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2520,7 +2520,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH // Policies for all platforms - End #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -189,16 +159,7 @@ handlers->AddHandler(std::make_unique<IntRangePolicyHandler>( key::kMemorySaverModeSavings, performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness, -@@ -2752,7 +2752,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH - #endif // !BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - handlers->AddHandler( - std::make_unique<enterprise_idle::IdleTimeoutPolicyHandler>()); - handlers->AddHandler( -@@ -2811,7 +2811,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2794,7 +2794,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime, chrome_schema)); @@ -207,7 +168,7 @@ handlers->AddHandler(std::make_unique<GuestModePolicyHandler>()); handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>()); handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>()); -@@ -2911,7 +2911,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2894,7 +2894,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<std::unique_ptr<ConfigurationPolicyHandler>> signin_legacy_policies; #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -216,7 +177,7 @@ signin_legacy_policies.push_back(std::make_unique<SimplePolicyHandler>( key::kForceBrowserSignin, prefs::kForceBrowserSignin, base::Value::Type::BOOLEAN)); -@@ -3283,7 +3283,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3264,7 +3264,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif #if BUILDFLAG(ENABLE_SPELLCHECK) @@ -225,7 +186,7 @@ handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>()); handlers->AddHandler( std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>( -@@ -3291,7 +3291,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3272,7 +3272,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -234,25 +195,7 @@ handlers->AddHandler(std::make_unique<SimplePolicyHandler>( key::kAllowSystemNotifications, prefs::kAllowSystemNotifications, base::Value::Type::BOOLEAN)); -@@ -3309,7 +3309,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH - first_party_sets::FirstPartySetsOverridesPolicyHandler>( - key::kRelatedWebsiteSetsOverrides, chrome_schema))); - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - handlers->AddHandler(std::make_unique<PrivacySandboxPolicyHandler>()); - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -3332,7 +3332,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH - base::Value::Type::BOOLEAN))); - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - handlers->AddHandler(std::make_unique<BatterySaverPolicyHandler>()); - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - // BUILDFLAG(IS_CHROMEOS) -@@ -3350,7 +3350,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3325,7 +3325,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<GenAiDefaultSettingsPolicyHandler::GenAiPolicyDetails> gen_ai_default_policies; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc index dfe33b85c30b..fbbf0601ee56 100644 --- a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/prefs/browser_prefs.cc -@@ -323,7 +323,7 @@ +@@ -324,7 +324,7 @@ #include "chrome/browser/devtools/devtools_window.h" #endif // BUILDFLAG(ENABLE_DEVTOOLS_FRONTEND) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -494,11 +494,11 @@ +@@ -495,11 +495,11 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -526,7 +526,7 @@ +@@ -527,7 +527,7 @@ #include "chrome/browser/sessions/session_service_log.h" #endif @@ -32,7 +32,7 @@ #include "ui/color/system_theme.h" #endif -@@ -1679,7 +1679,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1714,7 +1714,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) on_device_translation::RegisterLocalStatePrefs(registry); #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) @@ -41,7 +41,7 @@ WhatsNewUI::RegisterLocalStatePrefs(registry); #endif -@@ -1836,7 +1836,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1871,7 +1871,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) #endif // BUILDFLAG(ENABLE_PDF) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -50,7 +50,7 @@ registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true); #endif -@@ -2200,12 +2200,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2235,12 +2235,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc index 935acbf55fea..981de7b44b68 100644 --- a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc +++ b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc @@ -1,24 +1,24 @@ ---- chrome/browser/printing/print_backend_service_manager.cc.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/printing/print_backend_service_manager.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/printing/print_backend_service_manager.cc -@@ -36,7 +36,7 @@ +@@ -35,7 +35,7 @@ #include "printing/printing_context.h" #include "printing/printing_features.h" -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "content/public/common/content_switches.h" + #include "ui/linux/linux_ui.h" #endif +@@ -879,7 +879,7 @@ PrintBackendServiceManager::GetServiceFromBundle( + << remote_id << "`"; -@@ -883,7 +883,7 @@ PrintBackendServiceManager::GetServiceFromBundle( - host.BindNewPipeAndPassReceiver(), - content::ServiceProcessHost::Options() - .WithDisplayName(IDS_UTILITY_PROCESS_PRINT_BACKEND_SERVICE_NAME) + std::vector<std::string> extra_switches; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - .WithExtraCommandLineSwitches({switches::kMessageLoopTypeUi}) - #endif - .Pass()); -@@ -1060,7 +1060,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate + if (auto* linux_ui = ui::LinuxUi::instance()) { + extra_switches = linux_ui->GetCmdLineFlagsForCopy(); + } +@@ -1065,7 +1065,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate return kNoClientsRegisteredResetOnIdleTimeout; case ClientType::kQueryWithUi: diff --git a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc index 62ff01930ded..f86f86bfe42e 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc -@@ -362,7 +362,7 @@ +@@ -368,7 +368,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/idle/idle_service_factory.h" #endif -@@ -404,7 +404,7 @@ +@@ -410,7 +410,7 @@ #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,7 +18,7 @@ #include "chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.h" #include "chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.h" #include "chrome/browser/enterprise/signals/user_permission_service_factory.h" -@@ -412,7 +412,7 @@ +@@ -418,7 +418,7 @@ #include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_utils.h" #endif @@ -27,7 +27,7 @@ #include "chrome/browser/policy/messaging_layer/util/manual_test_heartbeat_event_factory.h" #endif -@@ -420,7 +420,7 @@ +@@ -426,7 +426,7 @@ #include "chrome/browser/history_embeddings/history_embeddings_service_factory.h" #endif @@ -36,7 +36,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_store_factory.h" -@@ -738,7 +738,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -750,7 +750,7 @@ void ChromeBrowserMainExtraPartsProfiles:: DiceBoundSessionCookieServiceFactory::GetInstance(); #endif #endif @@ -45,7 +45,7 @@ browser_switcher::BrowserSwitcherServiceFactory::GetInstance(); #endif browser_sync::UserEventServiceFactory::GetInstance(); -@@ -793,13 +793,13 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -805,13 +805,13 @@ void ChromeBrowserMainExtraPartsProfiles:: collaboration::CollaborationServiceFactory::GetInstance(); collaboration::messaging::MessagingBackendServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -61,7 +61,7 @@ contextual_cueing::ContextualCueingServiceFactory::GetInstance(); #endif CookieControlsServiceFactory::GetInstance(); -@@ -860,31 +860,31 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -873,31 +873,31 @@ void ChromeBrowserMainExtraPartsProfiles:: enterprise_connectors::ConnectorsServiceFactory::GetInstance(); enterprise_connectors::ReportingEventRouterFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -99,7 +99,7 @@ enterprise_signin::EnterpriseSigninServiceFactory::GetInstance(); #endif #if BUILDFLAG(ENABLE_SESSION_SERVICE) -@@ -1015,7 +1015,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1029,7 +1029,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_ANDROID) MerchantViewerDataManagerFactory::GetInstance(); #endif @@ -108,7 +108,7 @@ metrics::DesktopProfileSessionDurationsServiceFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -1134,7 +1134,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1156,7 +1156,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_CHROMEOS) policy::PolicyCertServiceFactory::GetInstance(); #endif @@ -117,7 +117,7 @@ policy::ProfileTokenPolicyWebSigninServiceFactory::GetInstance(); policy::UserPolicyOidcSigninServiceFactory::GetInstance(); #endif -@@ -1180,7 +1180,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1202,7 +1202,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) ProfileStatisticsFactory::GetInstance(); #endif @@ -126,7 +126,7 @@ ProfileTokenWebSigninInterceptorFactory::GetInstance(); OidcAuthenticationSigninInterceptorFactory::GetInstance(); #endif -@@ -1200,7 +1200,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1222,7 +1222,7 @@ void ChromeBrowserMainExtraPartsProfiles:: ReduceAcceptLanguageFactory::GetInstance(); RendererUpdaterFactory::GetInstance(); regional_capabilities::RegionalCapabilitiesServiceFactory::GetInstance(); diff --git a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc index e67848c14ce6..dad6497ea5fa 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profile_impl.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/profiles/profile_impl.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/profiles/profile_impl.cc -@@ -270,6 +270,10 @@ +@@ -269,6 +269,10 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -11,7 +11,7 @@ using bookmarks::BookmarkModel; using content::BrowserThread; using content::DownloadManagerDelegate; -@@ -594,7 +598,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async +@@ -593,7 +597,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async policy_provider = GetUserCloudPolicyManagerAsh(); #else // !BUILDFLAG(IS_CHROMEOS) { @@ -20,7 +20,7 @@ ProfileManager* profile_manager = g_browser_process->profile_manager(); ProfileAttributesEntry* entry = profile_manager->GetProfileAttributesStorage() -@@ -890,7 +894,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) +@@ -889,7 +893,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) } base::FilePath ProfileImpl::last_selected_directory() { diff --git a/www/chromium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__client.cc b/www/chromium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__client.cc index 405556ee5075..aff313dad577 100644 --- a/www/chromium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__client.cc +++ b/www/chromium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/regional_capabilities/regional_capabilities_service_client.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/regional_capabilities/regional_capabilities_service_client.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/regional_capabilities/regional_capabilities_service_client.cc -@@ -107,7 +107,7 @@ void RegionalCapabilitiesServiceClient::FetchCountryId +@@ -133,7 +133,7 @@ void RegionalCapabilitiesServiceClient::FetchCountryId base::android::AttachCurrentThread(), reinterpret_cast<intptr_t>(heap_callback.release())); } diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc b/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc index 72a321d39c9d..d0a42d73e87d 100644 --- a/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc +++ b/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc -@@ -694,7 +694,7 @@ void IncidentReportingService::OnEnvironmentDataCollec +@@ -693,7 +693,7 @@ void IncidentReportingService::OnEnvironmentDataCollec // Process::Current().CreationTime() is missing on some platforms. #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_screen__ai_screen__ai__service__router.cc b/www/chromium/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc index 0d35b4338ea4..5fd16bb70ed1 100644 --- a/www/chromium/files/patch-chrome_browser_screen__ai_screen__ai__service__router.cc +++ b/www/chromium/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc @@ -1,6 +1,6 @@ ---- chrome/browser/screen_ai/screen_ai_service_router.cc.orig 2025-05-28 14:55:43 UTC -+++ chrome/browser/screen_ai/screen_ai_service_router.cc -@@ -405,7 +405,7 @@ void ScreenAIServiceRouter::LaunchIfNotRunning() { +--- chrome/browser/screen_ai/screen_ai_service_handler_base.cc.orig 2025-07-02 06:08:04 UTC ++++ chrome/browser/screen_ai/screen_ai_service_handler_base.cc +@@ -253,7 +253,7 @@ void ScreenAIServiceHandlerBase::LaunchIfNotRunning() base::FilePath binary_path = state_instance->get_component_binary_path(); #if BUILDFLAG(IS_WIN) std::vector<base::FilePath> preload_libraries = {binary_path}; @@ -9,7 +9,7 @@ std::vector<std::string> extra_switches = { base::StringPrintf("--%s=%s", screen_ai::GetBinaryPathSwitch(), binary_path.MaybeAsASCII().c_str())}; -@@ -419,7 +419,7 @@ void ScreenAIServiceRouter::LaunchIfNotRunning() { +@@ -268,7 +268,7 @@ void ScreenAIServiceHandlerBase::LaunchIfNotRunning() .WithPreloadedLibraries( preload_libraries, content::ServiceProcessHostPreloadLibraries::GetPassKey()) @@ -17,4 +17,4 @@ +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) .WithExtraCommandLineSwitches(extra_switches) #endif // BUILDFLAG(IS_WIN) - .Pass()); + .WithProcessCallback( diff --git a/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc b/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc index 4664a24287d1..591d50a7b636 100644 --- a/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc +++ b/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc @@ -1,4 +1,4 @@ ---- chrome/browser/sessions/session_restore.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/sessions/session_restore.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/sessions/session_restore.cc @@ -108,7 +108,7 @@ #include "ui/wm/core/scoped_animation_disabler.h" @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_fetcher.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -1117,7 +1117,7 @@ class SessionRestoreImpl : public BrowserListObserver +@@ -1118,7 +1118,7 @@ class SessionRestoreImpl : public BrowserListObserver bool is_first_tab = true; for (const auto& startup_tab : startup_tabs) { const GURL& url = startup_tab.url; diff --git a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc index 0a44d7b1cc45..60a562b6e09d 100644 --- a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc +++ b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_manager.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_manager.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_manager.cc -@@ -348,7 +348,7 @@ void SupervisedUserExtensionsManager:: +@@ -350,7 +350,7 @@ void SupervisedUserExtensionsManager:: ActivateManagementPolicyAndUpdateRegistration() { SetActiveForSupervisedUsers(); UpdateManagementPolicyRegistration(); @@ -9,7 +9,7 @@ MaybeMarkExtensionsLocallyParentApproved(); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) } -@@ -448,7 +448,7 @@ bool SupervisedUserExtensionsManager::ShouldBlockExten +@@ -449,7 +449,7 @@ bool SupervisedUserExtensionsManager::ShouldBlockExten return false; } diff --git a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h index f444e72dde56..10d107927fda 100644 --- a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h +++ b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h @@ -1,6 +1,6 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_manager.h -@@ -153,7 +153,7 @@ class SupervisedUserExtensionsManager : public Extensi +@@ -154,7 +154,7 @@ class SupervisedUserExtensionsManager : public Extensi // launched. bool ShouldBlockExtension(const std::string& extension_id) const; diff --git a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h index 7e00f7b85976..2eea6fa2ee81 100644 --- a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h +++ b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h @@ -1,6 +1,6 @@ ---- chrome/browser/task_manager/sampling/task_group.h.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/task_manager/sampling/task_group.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/task_manager/sampling/task_group.h -@@ -41,7 +41,7 @@ constexpr int kUnsupportedVMRefreshFlags = +@@ -41,7 +41,7 @@ inline constexpr int kUnsupportedVMRefreshFlags = REFRESH_TYPE_WEBCACHE_STATS | REFRESH_TYPE_NETWORK_USAGE | REFRESH_TYPE_NACL | REFRESH_TYPE_IDLE_WAKEUPS | REFRESH_TYPE_HANDLES | REFRESH_TYPE_START_TIME | REFRESH_TYPE_CPU_TIME | REFRESH_TYPE_PRIORITY | diff --git a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc index 5c7472ee96ec..8fda8549035a 100644 --- a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc +++ b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/task_manager/sampling/task_manager_impl.cc -@@ -235,7 +235,7 @@ void TaskManagerImpl::GetUSERHandles(TaskId task_id, +@@ -234,7 +234,7 @@ void TaskManagerImpl::GetUSERHandles(TaskId task_id, } int TaskManagerImpl::GetOpenFdCount(TaskId task_id) const { diff --git a/www/chromium/files/patch-chrome_browser_themes_theme__service.cc b/www/chromium/files/patch-chrome_browser_themes_theme__service.cc index 7b934e2558a8..4a6a92c74a54 100644 --- a/www/chromium/files/patch-chrome_browser_themes_theme__service.cc +++ b/www/chromium/files/patch-chrome_browser_themes_theme__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/themes/theme_service.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/themes/theme_service.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/themes/theme_service.cc @@ -72,7 +72,7 @@ #include "extensions/browser/extension_registry_observer.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #include "ui/ozone/public/ozone_platform.h" // nogncheck #endif -@@ -332,7 +332,7 @@ CustomThemeSupplier* ThemeService::GetThemeSupplier() +@@ -331,7 +331,7 @@ CustomThemeSupplier* ThemeService::GetThemeSupplier() } bool ThemeService::ShouldUseCustomFrame() const { diff --git a/www/chromium/files/patch-chrome_browser_themes_theme__service__factory.cc b/www/chromium/files/patch-chrome_browser_themes_theme__service__factory.cc index 9b220a90423e..321cbbbe3aaf 100644 --- a/www/chromium/files/patch-chrome_browser_themes_theme__service__factory.cc +++ b/www/chromium/files/patch-chrome_browser_themes_theme__service__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/themes/theme_service_factory.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/themes/theme_service_factory.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/themes/theme_service_factory.cc -@@ -24,7 +24,7 @@ +@@ -25,7 +25,7 @@ #include "chrome/browser/themes/theme_helper_win.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/themes/theme_service_aura_linux.h" #include "ui/linux/linux_ui_factory.h" #endif -@@ -103,7 +103,7 @@ ThemeServiceFactory::~ThemeServiceFactory() = default; +@@ -105,7 +105,7 @@ ThemeServiceFactory::~ThemeServiceFactory() = default; std::unique_ptr<KeyedService> ThemeServiceFactory::BuildServiceInstanceForBrowserContext( content::BrowserContext* profile) const { @@ -18,7 +18,7 @@ using ThemeService = ThemeServiceAuraLinux; #endif -@@ -115,7 +115,7 @@ ThemeServiceFactory::BuildServiceInstanceForBrowserCon +@@ -117,7 +117,7 @@ ThemeServiceFactory::BuildServiceInstanceForBrowserCon void ThemeServiceFactory::RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) { diff --git a/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h b/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h index 72c181edfd6f..cfb21d9103ec 100644 --- a/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h +++ b/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/actions/chrome_action_id.h -@@ -501,7 +501,7 @@ +@@ -503,7 +503,7 @@ #if BUILDFLAG(IS_CHROMEOS) #define CHROME_PLATFORM_SPECIFIC_ACTION_IDS \ E(kToggleMultitaskMenu, IDC_TOGGLE_MULTITASK_MENU) diff --git a/www/chromium/files/patch-chrome_browser_ui_browser.h b/www/chromium/files/patch-chrome_browser_ui_browser.h index c2bb0430604d..61fb590b9476 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser.h +++ b/www/chromium/files/patch-chrome_browser_ui_browser.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser.h.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/browser.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/browser.h -@@ -301,7 +301,7 @@ class Browser : public TabStripModelObserver, +@@ -300,7 +300,7 @@ class Browser : public TabStripModelObserver, std::optional<int64_t> display_id; #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc b/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc index e13b91f4e4fb..bd6c6a084f9e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/browser_command_controller.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/browser_command_controller.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/browser_command_controller.cc @@ -127,7 +127,7 @@ #include "components/user_manager/user_manager.h" @@ -18,7 +18,7 @@ #include "chrome/browser/ui/shortcuts/desktop_shortcuts_utils.h" #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -349,7 +349,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( +@@ -363,7 +363,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( #endif } @@ -27,7 +27,7 @@ // If this key was registered by the user as a content editing hotkey, then // it is not reserved. auto* linux_ui = ui::LinuxUi::instance(); -@@ -612,7 +612,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -632,7 +632,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; #endif @@ -36,7 +36,7 @@ case IDC_MINIMIZE_WINDOW: browser_->window()->Minimize(); break; -@@ -829,7 +829,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -849,7 +849,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; case IDC_CREATE_SHORTCUT: base::RecordAction(base::UserMetricsAction("CreateShortcut")); @@ -45,7 +45,7 @@ chrome::CreateDesktopShortcutForActiveWebContents(browser_); #else web_app::CreateWebAppFromCurrentWebContents( -@@ -995,7 +995,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -1015,7 +1015,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) case IDC_CHROME_WHATS_NEW: #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -54,7 +54,7 @@ ShowChromeWhatsNew(browser_); break; #else -@@ -1372,7 +1372,7 @@ void BrowserCommandController::InitCommandState() { +@@ -1392,7 +1392,7 @@ void BrowserCommandController::InitCommandState() { command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_4, true); command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_5, true); #endif @@ -63,12 +63,12 @@ command_updater_.UpdateCommandEnabled(IDC_MINIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_MAXIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_RESTORE_WINDOW, true); -@@ -1728,7 +1728,7 @@ void BrowserCommandController::UpdateCommandsForTabSta +@@ -1747,7 +1747,7 @@ void BrowserCommandController::UpdateCommandsForTabSta bool can_create_web_app = web_app::CanCreateWebApp(browser_); command_updater_.UpdateCommandEnabled(IDC_INSTALL_PWA, can_create_web_app); -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) command_updater_.UpdateCommandEnabled( - IDC_CREATE_SHORTCUT, shortcuts::CanCreateDesktopShortcut(browser_)); - #else + IDC_CREATE_SHORTCUT, + shortcuts::CanCreateDesktopShortcut(current_web_contents)); diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc b/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc index e989e06d77f6..c9a34d01198b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_commands.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/browser_commands.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/browser_commands.cc -@@ -2090,7 +2090,7 @@ void OpenUpdateChromeDialog(Browser* browser) { +@@ -2185,7 +2185,7 @@ void OpenUpdateChromeDialog(Browser* browser) { } else if (UpgradeDetector::GetInstance()->is_outdated_install_no_au()) { UpgradeDetector::GetInstance()->NotifyOutdatedInstallNoAutoUpdate(); } else { diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index 5bad392fd667..9c3d5df4696e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -64,7 +64,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry +@@ -80,7 +80,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry registry->RegisterTimePref(prefs::kPdfInfoBarLastShown, base::Time()); registry->RegisterIntegerPref(prefs::kPdfInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser, std::string()); registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -185,7 +185,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -203,7 +203,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); diff --git a/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc b/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc index afe68115c9f6..0bc1586eae70 100644 --- a/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc +++ b/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/chrome_pages.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/chrome_pages.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/chrome_pages.cc -@@ -84,7 +84,7 @@ +@@ -85,7 +85,7 @@ #include "components/signin/public/identity_manager/identity_manager.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/web_applications/web_app_utils.h" #endif -@@ -381,7 +381,7 @@ void ShowChromeTips(Browser* browser) { +@@ -382,7 +382,7 @@ void ShowChromeTips(Browser* browser) { ShowSingletonTab(browser, GURL(kChromeTipsURL)); } @@ -18,7 +18,7 @@ void ShowChromeWhatsNew(Browser* browser) { ShowSingletonTab(browser, GURL(kChromeUIWhatsNewURL)); } -@@ -699,7 +699,7 @@ void ShowShortcutCustomizationApp(Profile* profile, +@@ -706,7 +706,7 @@ void ShowShortcutCustomizationApp(Profile* profile, } #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_browser_ui_chrome__pages.h b/www/chromium/files/patch-chrome_browser_ui_chrome__pages.h index 0d2fd1d22305..7beb9033b7a3 100644 --- a/www/chromium/files/patch-chrome_browser_ui_chrome__pages.h +++ b/www/chromium/files/patch-chrome_browser_ui_chrome__pages.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/chrome_pages.h.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/ui/chrome_pages.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/chrome_pages.h @@ -39,7 +39,7 @@ namespace signin { enum class ConsentLevel; @@ -9,7 +9,7 @@ namespace web_app { enum class AppSettingsPageEntryPoint; } // namespace web_app -@@ -174,7 +174,7 @@ void ShowShortcutCustomizationApp(Profile* profile, +@@ -177,7 +177,7 @@ void ShowShortcutCustomizationApp(Profile* profile, const std::string& category); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc index fc148a743c6a..a12645c7dbe2 100644 --- a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc @@ -1,6 +1,15 @@ ---- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/signin/signin_view_controller.cc @@ -444,7 +444,7 @@ void SigninViewController::ShowModalSyncConfirmationDi + GetOnModalDialogClosedCallback()); + } + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void SigninViewController::ShowModalHistorySyncOptInDialog() { + CHECK(base::FeatureList::IsEnabled(switches::kEnableHistorySyncOptin)); + CloseModalSignin(); +@@ -457,7 +457,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi void SigninViewController::ShowModalManagedUserNoticeDialog( std::unique_ptr<signin::EnterpriseProfileCreationDialogParams> create_param) { diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h new file mode 100644 index 000000000000..439c5891f96d --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h @@ -0,0 +1,11 @@ +--- chrome/browser/ui/signin/signin_view_controller.h.orig 2025-07-02 06:08:04 UTC ++++ chrome/browser/ui/signin/signin_view_controller.h +@@ -150,7 +150,7 @@ class SigninViewController { + void ShowModalSyncConfirmationDialog(bool is_signin_intercept, + bool is_sync_promo); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Shows the modal history sync opt in dialog as a browser-modal dialog on top + // of the `browser_`'s window. + void ShowModalHistorySyncOptInDialog(); diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h index 90fecd823dbf..222e0242949b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h @@ -1,6 +1,15 @@ ---- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/signin/signin_view_controller_delegate.h -@@ -79,7 +79,7 @@ class SigninViewControllerDelegate { +@@ -48,7 +48,7 @@ class SigninViewControllerDelegate { + SyncConfirmationStyle style, + bool is_sync_promo); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Returns a platform-specific SigninViewControllerDelegate instance that + // displays the modal history sync opt in dialog. The returned object should + // delete itself when the window it's managing is closed. +@@ -87,7 +87,7 @@ class SigninViewControllerDelegate { SignoutConfirmationCallback callback); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc index 5cc74f75ece0..b7e43507def3 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/startup/startup_browser_creator.cc @@ -134,7 +134,7 @@ #include "chrome/credential_provider/common/gcp_strings.h" @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #include "chrome/browser/ui/startup/web_app_info_recorder_utils.h" #include "components/headless/policy/headless_mode_policy.h" -@@ -978,7 +978,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -984,7 +984,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( TRACE_EVENT0("startup", "StartupBrowserCreator::ProcessCmdLineImpl"); ComputeAndRecordLaunchMode(command_line); @@ -18,7 +18,7 @@ if (headless::IsHeadlessMode() && headless::HeadlessModePolicy::IsHeadlessModeDisabled( g_browser_process->local_state())) { -@@ -1081,7 +1081,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1087,7 +1087,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( silent_launch = true; } @@ -27,7 +27,7 @@ // Writes open and installed web apps to the specified file without // launching a new browser window or tab. if (base::FeatureList::IsEnabled(features::kListWebAppsSwitch) && -@@ -1298,7 +1298,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1304,7 +1304,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( CHECK_EQ(profile_info.mode, StartupProfileMode::kBrowserWindow) << "Failed launch with app: couldn't pick a profile"; std::string app_id = command_line.GetSwitchValueASCII(switches::kAppId); diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc b/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc index f3752513ccd7..3d24423ea634 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/startup/startup_tab_provider.cc -@@ -62,7 +62,7 @@ +@@ -63,7 +63,7 @@ #include "extensions/browser/extension_registry.h" #endif // !BUILDFLAG(IS_ANDROID) @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #endif -@@ -101,7 +101,7 @@ bool ValidateUrl(const GURL& url) { +@@ -102,7 +102,7 @@ bool ValidateUrl(const GURL& url) { #endif // BUILDFLAG(IS_CHROMEOS) bool url_scheme_is_chrome = false; diff --git a/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc b/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc index 8fb987820f02..696199c53244 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tab_helpers.cc.orig 2025-06-17 06:32:04 UTC +--- chrome/browser/ui/tab_helpers.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/tab_helpers.cc -@@ -220,7 +220,7 @@ +@@ -218,7 +218,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/blocked_content/framebust_block_tab_helper.h" #include "chrome/browser/ui/browser_finder.h" #include "chrome/browser/ui/hats/hats_helper.h" -@@ -705,12 +705,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con +@@ -706,12 +706,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con webapps::PreRedirectionURLObserver::CreateForWebContents(web_contents); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc index b2d703dc161d..c791b36bb2e5 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/features.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/tabs/features.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/tabs/features.cc -@@ -51,7 +51,7 @@ bool CanShowTabSearchPositionSetting() { +@@ -53,7 +53,7 @@ bool CanShowTabSearchPositionSetting() { } // Mac and other platforms will always have the tab search position in the // correct location, cros/linux/win git the user the option to change. diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc index 54318398d1aa..459d29b1838a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_features.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/tabs/tab_features.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/tabs/tab_features.cc -@@ -311,7 +311,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro +@@ -340,7 +340,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro task_manager::WebContentsTags::CreateForTabContents(tab.GetContents()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc b/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc index 9d508c1982d3..4f24e7558f74 100644 --- a/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc +++ b/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/task_manager/task_manager_table_model.cc -@@ -423,7 +423,7 @@ TaskManagerTableModel::~TaskManagerTableModel() { +@@ -419,7 +419,7 @@ TaskManagerTableModel::~TaskManagerTableModel() { // Note: system_total_time_ is used for both since there is no functional // difference between browser & system (they are essentially the same tab). // Instead, the data is routed to the platform appropriate bucket. @@ -9,7 +9,7 @@ task_manager::RecordTabSwitchEvent(CategoryRecord::kBrowser, system_total_time_); #elif BUILDFLAG(IS_CHROMEOS) -@@ -564,7 +564,7 @@ std::u16string TaskManagerTableModel::GetText(size_t r +@@ -560,7 +560,7 @@ std::u16string TaskManagerTableModel::GetText(size_t r ? stringifier_->backgrounded_string() : stringifier_->foregrounded_string(); @@ -18,7 +18,7 @@ case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: { const int fd_count = observed_task_manager()->GetOpenFdCount(tasks_[row]); return fd_count >= 0 ? base::FormatNumber(fd_count) -@@ -727,7 +727,7 @@ int TaskManagerTableModel::CompareValues(size_t row1, +@@ -723,7 +723,7 @@ int TaskManagerTableModel::CompareValues(size_t row1, return BooleanCompare(is_proc1_bg, is_proc2_bg); } @@ -27,7 +27,7 @@ case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: { const int proc1_fd_count = observed_task_manager()->GetOpenFdCount(tasks_[row1]); -@@ -1044,7 +1044,7 @@ void TaskManagerTableModel::UpdateRefreshTypes(int col +@@ -1040,7 +1040,7 @@ void TaskManagerTableModel::UpdateRefreshTypes(int col type = REFRESH_TYPE_KEEPALIVE_COUNT; break; diff --git a/www/chromium/files/patch-chrome_browser_ui_test_popup__browsertest.cc b/www/chromium/files/patch-chrome_browser_ui_test_popup__browsertest.cc index ca78194f2b26..8d86dd76291a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_test_popup__browsertest.cc +++ b/www/chromium/files/patch-chrome_browser_ui_test_popup__browsertest.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/test/popup_browsertest.cc.orig 2024-09-30 07:45:04 UTC +--- chrome/browser/ui/test/popup_browsertest.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/test/popup_browsertest.cc -@@ -75,7 +75,7 @@ IN_PROC_BROWSER_TEST_F(PopupTest, OpenLeftAndTopZeroCo +@@ -76,7 +76,7 @@ IN_PROC_BROWSER_TEST_F(PopupTest, OpenLeftAndTopZeroCo const display::Display display = GetDisplayNearestBrowser(popup); gfx::Rect expected(popup->window()->GetBounds().size()); expected.AdjustToFit(display.work_area()); @@ -9,7 +9,7 @@ // TODO(crbug.com/40815883) Desktop Linux window bounds are inaccurate. expected.Outset(50); EXPECT_TRUE(expected.Contains(popup->window()->GetBounds())) -@@ -107,7 +107,7 @@ IN_PROC_BROWSER_TEST_F(PopupTest, OpenClampedToCurrent +@@ -108,7 +108,7 @@ IN_PROC_BROWSER_TEST_F(PopupTest, OpenClampedToCurrent // The popup should be constrained to the opener's available display space. EXPECT_EQ(display, GetDisplayNearestBrowser(popup)); gfx::Rect work_area(display.work_area()); diff --git a/www/chromium/files/patch-chrome_browser_ui_ui__features.cc b/www/chromium/files/patch-chrome_browser_ui_ui__features.cc index df7be3335e5b..e5c96ff7b26b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_ui__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_ui__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/ui_features.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/ui_features.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/ui_features.cc -@@ -35,7 +35,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, +@@ -38,7 +38,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, "CloseOmniboxPopupOnInactiveAreaClick", base::FEATURE_ENABLED_BY_DEFAULT); @@ -9,7 +9,7 @@ // Enables the feature to remove the last confirmation dialog when relaunching // to update Chrome. BASE_FEATURE(kFewerUpdateConfirmations, -@@ -339,7 +339,7 @@ BASE_FEATURE(kViewsJSAppModalDialog, +@@ -359,7 +359,7 @@ BASE_FEATURE(kViewsJSAppModalDialog, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_ui__features.h b/www/chromium/files/patch-chrome_browser_ui_ui__features.h index 5d55f33d37e6..f58df6b23b3d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_ui__features.h +++ b/www/chromium/files/patch-chrome_browser_ui_ui__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/ui_features.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/ui_features.h @@ -28,7 +28,7 @@ BASE_DECLARE_FEATURE(kAllowEyeDropperWGCScreenCapture) @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kFewerUpdateConfirmations); #endif -@@ -214,7 +214,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); +@@ -225,7 +225,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc b/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc index b4af8e011380..67daf648cbce 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/accelerator_table.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/accelerator_table.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/accelerator_table.cc -@@ -69,11 +69,11 @@ const AcceleratorMapping kAcceleratorMap[] = { +@@ -72,11 +72,11 @@ const AcceleratorMapping kAcceleratorMap[] = { {ui::VKEY_S, ui::EF_PLATFORM_ACCELERATOR, IDC_SAVE_PAGE}, {ui::VKEY_9, ui::EF_PLATFORM_ACCELERATOR, IDC_SELECT_LAST_TAB}, {ui::VKEY_NUMPAD9, ui::EF_PLATFORM_ACCELERATOR, IDC_SELECT_LAST_TAB}, @@ -14,7 +14,7 @@ {ui::VKEY_NEXT, ui::EF_CONTROL_DOWN | ui::EF_SHIFT_DOWN, IDC_MOVE_TAB_NEXT}, {ui::VKEY_PRIOR, ui::EF_CONTROL_DOWN | ui::EF_SHIFT_DOWN, IDC_MOVE_TAB_PREVIOUS}, -@@ -101,7 +101,7 @@ const AcceleratorMapping kAcceleratorMap[] = { +@@ -104,7 +104,7 @@ const AcceleratorMapping kAcceleratorMap[] = { {ui::VKEY_NUMPAD7, ui::EF_PLATFORM_ACCELERATOR, IDC_SELECT_TAB_6}, {ui::VKEY_8, ui::EF_PLATFORM_ACCELERATOR, IDC_SELECT_TAB_7}, {ui::VKEY_NUMPAD8, ui::EF_PLATFORM_ACCELERATOR, IDC_SELECT_TAB_7}, @@ -23,7 +23,7 @@ {ui::VKEY_1, ui::EF_ALT_DOWN, IDC_SELECT_TAB_0}, {ui::VKEY_NUMPAD1, ui::EF_ALT_DOWN, IDC_SELECT_TAB_0}, {ui::VKEY_2, ui::EF_ALT_DOWN, IDC_SELECT_TAB_1}, -@@ -153,7 +153,7 @@ const AcceleratorMapping kAcceleratorMap[] = { +@@ -156,7 +156,7 @@ const AcceleratorMapping kAcceleratorMap[] = { IDC_SHOW_AVATAR_MENU}, // Platform-specific key maps. diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index ce71b71bcb44..7897da458f14 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-06-17 06:32:04 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/frame/browser_view.cc -@@ -2635,7 +2635,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating +@@ -2740,7 +2740,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } void BrowserView::TabDraggingStatusChanged(bool is_dragging) { @@ -9,7 +9,7 @@ GetContentsWebView()->SetFastResize(is_dragging); if (multi_contents_view_) { multi_contents_view_->GetInactiveContentsView()->SetFastResize(is_dragging); -@@ -5964,7 +5964,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { +@@ -6044,7 +6044,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc b/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc new file mode 100644 index 000000000000..dca33b2f538a --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc @@ -0,0 +1,11 @@ +--- chrome/browser/ui/views/new_tab_footer/footer_controller.cc.orig 2025-07-02 06:08:04 UTC ++++ chrome/browser/ui/views/new_tab_footer/footer_controller.cc +@@ -55,7 +55,7 @@ NewTabFooterController::NewTabFooterController(Browser + base::BindRepeating(&NewTabFooterController::UpdateFooterVisibility, + weak_factory_.GetWeakPtr(), + /*log_on_load_metric=*/false)); +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + local_state_pref_change_registrar_.Init(g_browser_process->local_state()); + local_state_pref_change_registrar_.Add( + prefs::kNTPFooterManagementNoticeEnabled, diff --git a/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc index b3a969ad91ca..789ef71b5c88 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/omnibox/omnibox_view_views.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/omnibox/omnibox_view_views.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/omnibox/omnibox_view_views.cc -@@ -2090,7 +2090,7 @@ void OmniboxViewViews::MaybeAddSendTabToSelfItem( +@@ -2175,7 +2175,7 @@ void OmniboxViewViews::MaybeAddSendTabToSelfItem( } void OmniboxViewViews::OnPopupOpened() { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc index fd58c51790de..76671ba6b16a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.cc -@@ -346,7 +346,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() +@@ -317,7 +317,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() } } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h index 14f0a85fd1bc..b437054a304d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.h -@@ -88,7 +88,7 @@ class AvatarToolbarButton : public ToolbarButton { +@@ -90,7 +90,7 @@ class AvatarToolbarButton : public ToolbarButton { // Attempts showing the In-Produce-Help for profile Switching. void MaybeShowProfileSwitchIPH(); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc index f9164e501c70..b065e827a82a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/profile_menu_coordinator.cc -@@ -52,7 +52,7 @@ void ProfileMenuCoordinator::Show( +@@ -46,7 +46,7 @@ void ProfileMenuCoordinator::Show( browser.window()->NotifyFeaturePromoFeatureUsed( feature_engagement::kIPHProfileSwitchFeature, FeaturePromoFeatureUsedAction::kClosePromoIfPresent); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc index ecbe5f880f6a..1e154ec51e6d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/profile_menu_view.cc @@ -92,7 +92,7 @@ #include "ui/strings/grit/ui_strings.h" @@ -9,7 +9,16 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -495,7 +495,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { +@@ -418,7 +418,7 @@ void ProfileMenuView::OnSigninButtonClicked( + } + GetWidget()->CloseWithReason(views::Widget::ClosedReason::kUnspecified); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // TODO(crbug.com/404807488): Update the button and the dialog strings. + if (base::FeatureList::IsEnabled(switches::kEnableHistorySyncOptin)) { + browser()->signin_view_controller()->ShowModalHistorySyncOptInDialog(); +@@ -555,7 +555,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { case signin_util::SignedInState::kSignedOut: case signin_util::SignedInState::kWebOnlySignedIn: { std::string profile_user_display_name, profile_user_email; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view__base.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view__base.cc index 4c91d015e5c4..ca5852764981 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view__base.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view__base.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_menu_view_base.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/profiles/profile_menu_view_base.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/profile_menu_view_base.cc -@@ -415,7 +415,7 @@ void ProfileMenuViewBase::SetProfileIdentityInfo( +@@ -464,7 +464,7 @@ void ProfileMenuViewBase::SetProfileIdentityInfo( kIdentityImageBorder, /*has_dotted_ring=*/false); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc index e67259ef9b6a..393855d2e4e3 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_picker_view.cc.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/ui/views/profiles/profile_picker_view.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/profile_picker_view.cc -@@ -85,7 +85,7 @@ +@@ -84,7 +84,7 @@ #include "chrome/browser/global_keyboard_shortcuts_mac.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/shell_integration_linux.h" #endif -@@ -115,7 +115,7 @@ class ProfilePickerWidget : public views::Widget { +@@ -114,7 +114,7 @@ class ProfilePickerWidget : public views::Widget { views::Widget::InitParams params( views::Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET); params.delegate = profile_picker_view_; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc index 29db2e4d4b88..ae3cda6f09f4 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc @@ -1,6 +1,14 @@ ---- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc -@@ -66,7 +66,7 @@ +@@ -62,14 +62,14 @@ + #include "chrome/browser/ui/webui/signin/signout_confirmation/signout_confirmation_ui.h" + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin_ui.h" + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) + namespace { const int kModalDialogWidth = 448; @@ -9,7 +17,16 @@ const int kManagedUserNoticeConfirmationDialogWidth = 512; const int kManagedUserNoticeConfirmationDialogHeight = 576; const int kManagedUserNoticeConfirmationUpdatedDialogWidth = 780; -@@ -198,7 +198,7 @@ SigninViewControllerDelegateViews::CreateSignoutConfir +@@ -138,7 +138,7 @@ SigninViewControllerDelegateViews::CreateSyncConfirmat + kSyncConfirmationDialogWidth, InitializeSigninWebDialogUI(true)); + } + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + std::unique_ptr<views::WebView> + SigninViewControllerDelegateViews::CreateHistorySyncOptInWebView( + Browser* browser) { +@@ -224,7 +224,7 @@ SigninViewControllerDelegateViews::CreateSignoutConfir } #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) @@ -18,7 +35,7 @@ // static std::unique_ptr<views::WebView> SigninViewControllerDelegateViews::CreateManagedUserNoticeConfirmationWebView( -@@ -383,7 +383,7 @@ SigninViewControllerDelegateViews::SigninViewControlle +@@ -409,7 +409,7 @@ SigninViewControllerDelegateViews::SigninViewControlle SetButtons(static_cast<int>(ui::mojom::DialogButton::kNone)); @@ -27,7 +44,7 @@ // On the local profile creation dialog, cancelling the dialog (for instance // through the VKEY_ESCAPE accelerator) should delete the profile. if (delete_profile_on_cancel) { -@@ -475,7 +475,7 @@ void SigninViewControllerDelegateViews::DisplayModal() +@@ -501,7 +501,7 @@ void SigninViewControllerDelegateViews::DisplayModal() content_view_->RequestFocus(); } @@ -36,7 +53,16 @@ void SigninViewControllerDelegateViews::DeleteProfileOnCancel() { ProfileAttributesEntry* entry = g_browser_process->profile_manager() -@@ -556,7 +556,7 @@ SigninViewControllerDelegate::CreateSignoutConfirmatio +@@ -541,7 +541,7 @@ SigninViewControllerDelegate::CreateSyncConfirmationDe + /*animate_on_resize=*/true); + } + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // static + SigninViewControllerDelegate* + SigninViewControllerDelegate::CreateSyncHistoryOptInDelegate(Browser* browser) { +@@ -595,7 +595,7 @@ SigninViewControllerDelegate::CreateSignoutConfirmatio } #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h index 5183bd3c8757..4148b24bc48d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h @@ -1,6 +1,15 @@ ---- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h -@@ -73,7 +73,7 @@ class SigninViewControllerDelegateViews +@@ -57,7 +57,7 @@ class SigninViewControllerDelegateViews + SyncConfirmationStyle style, + bool is_sync_promo); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + static std::unique_ptr<views::WebView> CreateHistorySyncOptInWebView( + Browser* browser); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +@@ -78,7 +78,7 @@ class SigninViewControllerDelegateViews SignoutConfirmationCallback callback); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) @@ -9,7 +18,7 @@ static std::unique_ptr<views::WebView> CreateManagedUserNoticeConfirmationWebView( Browser* browser, -@@ -144,7 +144,7 @@ class SigninViewControllerDelegateViews +@@ -149,7 +149,7 @@ class SigninViewControllerDelegateViews std::optional<int> dialog_width, InitializeSigninWebDialogUI initialize_signin_web_dialog_ui); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc index 659e0da201cb..7b05a8019709 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc -@@ -190,7 +190,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { +@@ -193,7 +193,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { void UpdateSystemDnDDragImage(TabDragContext* attached_context, const gfx::ImageSkia& image) { @@ -9,7 +9,7 @@ VLOG(1) << __func__ << " image size=" << image.size().ToString(); aura::Window* root_window = attached_context->GetWidget()->GetNativeWindow()->GetRootWindow(); -@@ -381,7 +381,7 @@ TabDragController::Liveness TabDragController::Init( +@@ -384,7 +384,7 @@ TabDragController::Liveness TabDragController::Init( // synchronous on desktop Linux, so use that. // - ChromeOS Ash // Releasing capture on Ash cancels gestures so avoid it. @@ -18,7 +18,7 @@ ref->can_release_capture_ = false; #endif ref->start_point_in_screen_ = -@@ -889,7 +889,7 @@ TabDragController::Liveness TabDragController::DragBro +@@ -892,7 +892,7 @@ TabDragController::Liveness TabDragController::DragBro CHECK_EQ(SetCapture(target_context), Liveness::ALIVE); } @@ -27,7 +27,7 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -1922,7 +1922,7 @@ void TabDragController::CompleteDrag() { +@@ -2024,7 +2024,7 @@ void TabDragController::CompleteDrag() { } // If source window was maximized - maximize the new window as well. @@ -36,7 +36,7 @@ // Keeping maximized state breaks snap to Grid on Windows when dragging // tabs from maximized windows. TODO:(crbug.com/727051) Explore doing this // for other desktop OS's. kMaximizedStateRetainedOnTabDrag in -@@ -2339,7 +2339,7 @@ TabDragController::Liveness TabDragController::GetLoca +@@ -2441,7 +2441,7 @@ TabDragController::Liveness TabDragController::GetLoca } } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc index 8a65774ab1eb..a40b3a551ca8 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab_strip_combo_button.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/views/tabs/tab_strip_combo_button.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/tabs/tab_strip_combo_button.cc -@@ -97,7 +97,7 @@ TabStripComboButton::TabStripComboButton(BrowserWindow +@@ -94,7 +94,7 @@ TabStripComboButton::TabStripComboButton(BrowserWindow base::BindRepeating(&TabStripComboButton::OnNewTabButtonStateChanged, base::Unretained(this)))); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc index bb71371e708c..80f8ce5107db 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/tabs/tab_style_views.cc -@@ -563,7 +563,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con +@@ -573,7 +573,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con if (!IsHoverAnimationActive()) { return base_opacity; } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc b/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc index d9728e0c84d4..f607ad0ca066 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/user_education/browser_user_education_service.cc -@@ -1010,7 +1010,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1059,7 +1059,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered when a shared tab becomes the active tab."))); } @@ -9,7 +9,7 @@ // kIPHSupervisedUserProfileSigninFeature registry.RegisterFeature(std::move( FeaturePromoSpecification::CreateForCustomAction( -@@ -1289,7 +1289,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1317,7 +1317,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered to inform users of the availability of the " "new translate screen feature on the Lens Overlay."))); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc b/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc index fab85d355162..ba7968b3da66 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc -@@ -510,7 +510,7 @@ std::string GetFileExtension(FileExtension file_extens +@@ -511,7 +511,7 @@ std::string GetFileExtension(FileExtension file_extens } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ SiteConfig GetSiteConfigurationFromAppName(const std::string& app_name) { SiteConfig config; bool is_app_found = false; -@@ -2057,7 +2057,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc +@@ -2069,7 +2069,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc if (app_name.empty()) { app_name = GetSiteConfiguration(site).app_name; } @@ -18,7 +18,7 @@ ASSERT_TRUE(override_registration_->test_override().IsShortcutCreated( profile(), app_id, app_name)); ASSERT_TRUE( -@@ -3377,7 +3377,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna +@@ -3389,7 +3389,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna app_state->id, app_state->name); ASSERT_TRUE(icon_color.has_value()); ASSERT_THAT(site_config.icon_color, testing::Eq(icon_color.value())); @@ -27,7 +27,7 @@ ASSERT_TRUE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3392,7 +3392,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3404,7 +3404,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis GetAppBySiteMode(after_state_change_action_state_.get(), profile(), site); ASSERT_TRUE(app_state); base::ScopedAllowBlockingForTesting allow_blocking; @@ -36,7 +36,7 @@ ASSERT_FALSE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3402,7 +3402,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3414,7 +3414,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis void WebAppIntegrationTestDriver::CheckSiteHandlesFile( Site site, FileExtension file_extension) { @@ -45,7 +45,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -3418,7 +3418,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile +@@ -3430,7 +3430,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile void WebAppIntegrationTestDriver::CheckSiteNotHandlesFile( Site site, FileExtension file_extension) { @@ -54,7 +54,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -4243,7 +4243,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu +@@ -4255,7 +4255,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu base::FilePath shortcut_dir, const std::string& app_name, const webapps::AppId& app_id) { @@ -63,7 +63,7 @@ return override_registration_->test_override().GetShortcutPath( profile(), shortcut_dir, app_id, app_name); #else -@@ -4443,7 +4443,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre +@@ -4455,7 +4455,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre const webapps::AppId& id) { base::ScopedAllowBlockingForTesting allow_blocking; bool is_shortcut_and_icon_correct = false; @@ -72,7 +72,7 @@ bool is_shortcut_correct = override_registration_->test_override().IsShortcutCreated(profile, id, name); -@@ -4487,7 +4487,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr +@@ -4499,7 +4499,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr do_icon_colors_match = (expected_icon_pixel_color == shortcut_pixel_color_apps_folder.value()); } diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc index d242a4b372e9..18054983ad6b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc -@@ -519,7 +519,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun +@@ -531,7 +531,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun Browser* browser, Profile* profile, const std::string& app_id) { @@ -9,7 +9,7 @@ WebAppProvider* provider = WebAppProvider::GetForWebApps(profile); CHECK(provider); -@@ -748,7 +748,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( +@@ -760,7 +760,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( } } diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h index 0d08e86949d2..abfdb47b38af 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.h -@@ -225,7 +225,7 @@ class WebAppUiManagerImpl : public BrowserListObserver +@@ -231,7 +231,7 @@ class WebAppUiManagerImpl : public BrowserListObserver UninstallCompleteCallback uninstall_complete_callback, webapps::UninstallResultCode uninstall_code); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.cc b/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.cc index b22497d44d7f..d192a16ffb1f 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.cc @@ -1,15 +1,15 @@ ---- chrome/browser/ui/webui/about/about_ui.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/ui/webui/about/about_ui.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/about/about_ui.cc -@@ -496,7 +496,7 @@ std::string ChromeURLs(content::BrowserContext* browse - return html; - } +@@ -416,7 +416,7 @@ using about_ui::AppendHeader; + + namespace { -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OPENBSD) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) std::string AboutLinuxProxyConfig() { std::string data; AppendHeader(&data, -@@ -538,7 +538,7 @@ TermsUIConfig::TermsUIConfig() +@@ -446,7 +446,7 @@ TermsUIConfig::TermsUIConfig() : AboutUIConfigBase(chrome::kChromeUITermsHost) {} #endif @@ -18,7 +18,7 @@ LinuxProxyConfigUI::LinuxProxyConfigUI() : AboutUIConfigBase(chrome::kChromeUILinuxProxyConfigHost) {} #endif -@@ -590,7 +590,7 @@ void AboutUIHTMLSource::StartDataRequest( +@@ -496,7 +496,7 @@ void AboutUIHTMLSource::StartDataRequest( response = ui::ResourceBundle::GetSharedInstance().LoadDataResourceString(idr); } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.h b/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.h index bcb6cbc3d960..b51fd5a256b1 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.h +++ b/www/chromium/files/patch-chrome_browser_ui_webui_about_about__ui.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/about/about_ui.h.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/ui/webui/about/about_ui.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/about/about_ui.h -@@ -55,7 +55,7 @@ class TermsUIConfig : public AboutUIConfigBase { +@@ -43,7 +43,7 @@ class TermsUIConfig : public AboutUIConfigBase { }; #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc index b14565ab2fb9..97d2237b14cf 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/app_home/app_home_page_handler.cc -@@ -61,7 +61,7 @@ +@@ -62,7 +62,7 @@ #include "ui/base/window_open_disposition_utils.h" #include "url/gurl.h" diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h b/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h index 14eacdc19043..681645e54952 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h +++ b/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h @@ -1,11 +1,11 @@ ---- chrome/browser/ui/webui/app_home/app_home_page_handler.h.orig 2024-07-30 11:12:21 UTC +--- chrome/browser/ui/webui/app_home/app_home_page_handler.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/app_home/app_home_page_handler.h -@@ -24,7 +24,7 @@ +@@ -23,7 +23,7 @@ #include "mojo/public/cpp/bindings/receiver.h" #include "mojo/public/cpp/bindings/remote.h" -static_assert(BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)); +static_assert(BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)); + class Browser; class ExtensionEnableFlow; - diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc b/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc index b25a2bc1fe0e..7aaf7b187f85 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc @@ -54,7 +54,7 @@ #include "net/ssl/client_cert_store_mac.h" @@ -54,7 +54,7 @@ std::unique_ptr<CertificateManagerPageHandler::CertSource> CreateProvisionedClientCertSource(Profile* profile) { return std::make_unique<ClientCertSource>( -@@ -1156,7 +1156,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow +@@ -1157,7 +1157,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow return client_cert_policy_ == ClientCertificateManagementPermission::kAll; } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc index aaa82535ac4c..415b28486f88 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/chrome_web_ui_configs.cc -@@ -140,7 +140,7 @@ +@@ -148,7 +148,7 @@ #include "chrome/browser/ui/webui/conflicts/conflicts_ui.h" #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/browser_switch/browser_switch_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin_ui.h" -@@ -148,19 +148,19 @@ +@@ -156,19 +156,19 @@ #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -32,7 +32,7 @@ #include "chrome/browser/ui/webui/discards/discards_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) -@@ -188,7 +188,7 @@ +@@ -196,7 +196,7 @@ #include "chrome/browser/ui/webui/signin/signin_error_ui.h" #endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) @@ -41,7 +41,7 @@ #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -329,7 +329,7 @@ void RegisterChromeWebUIConfigs() { +@@ -340,7 +340,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<WebUIJsErrorUIConfig>()); #endif // BUILDFLAG(IS_ANDROID) @@ -50,7 +50,7 @@ map.AddWebUIConfig(std::make_unique<LinuxProxyConfigUI>()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || // BUILDFLAG(IS_OPENBSD) -@@ -354,7 +354,7 @@ void RegisterChromeWebUIConfigs() { +@@ -370,7 +370,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<ConflictsUIConfig>()); #endif // BUILDFLAG(IS_WIN) @@ -59,7 +59,7 @@ map.AddWebUIConfig(std::make_unique<BrowserSwitchUIConfig>()); map.AddWebUIConfig(std::make_unique<HistorySyncOptinUIConfig>()); map.AddWebUIConfig(std::make_unique<OnDeviceTranslationInternalsUIConfig>()); -@@ -363,20 +363,20 @@ void RegisterChromeWebUIConfigs() { +@@ -379,20 +379,20 @@ void RegisterChromeWebUIConfigs() { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc index 94dbb7b66aba..e7baae19468a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc -@@ -118,16 +118,16 @@ +@@ -117,16 +117,16 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -20,7 +20,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -411,7 +411,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -410,7 +410,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: return NewTabPageUI::GetFaviconResourceBytes(scale_factor); } @@ -29,7 +29,7 @@ if (page_url.host_piece() == chrome::kChromeUIWhatsNewHost) { return WhatsNewUI::GetFaviconResourceBytes(scale_factor); } -@@ -450,7 +450,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -449,7 +449,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc b/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc index daf00823639b..09f96200046b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/connectors_internals/device_trust_utils.cc.orig 2024-05-21 18:07:39 UTC +--- chrome/browser/ui/webui/connectors_internals/device_trust_utils.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/connectors_internals/device_trust_utils.cc @@ -7,7 +7,7 @@ #include "build/build_config.h" @@ -9,7 +9,7 @@ #include "base/base64url.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/policy/chrome_browser_policy_connector.h" -@@ -38,7 +38,7 @@ namespace enterprise_connectors::utils { +@@ -39,7 +39,7 @@ namespace enterprise_connectors::utils { namespace { @@ -18,7 +18,7 @@ connectors_internals::mojom::KeyTrustLevel ParseTrustLevel( BPKUR::KeyTrustLevel trust_level) { -@@ -173,7 +173,7 @@ connectors_internals::mojom::CertificateMetadataPtr Co +@@ -176,7 +176,7 @@ connectors_internals::mojom::CertificateMetadataPtr Co } // namespace connectors_internals::mojom::KeyInfoPtr GetKeyInfo() { diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc b/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc index b03d128657ac..60a15121d8a4 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/interstitials/interstitial_ui.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/ui/webui/interstitials/interstitial_ui.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/interstitials/interstitial_ui.cc @@ -77,7 +77,7 @@ #include "components/security_interstitials/content/captive_portal_blocking_page.h" @@ -9,7 +9,7 @@ #include "chrome/browser/supervised_user/supervised_user_verification_controller_client.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_blocked_sites.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_youtube.h" -@@ -424,7 +424,7 @@ std::unique_ptr<EnterpriseWarnPage> CreateEnterpriseWa +@@ -413,7 +413,7 @@ std::unique_ptr<EnterpriseWarnPage> CreateEnterpriseWa } #endif @@ -18,7 +18,7 @@ std::unique_ptr<SupervisedUserVerificationPageForYouTube> CreateSupervisedUserVerificationPageForYouTube( content::WebContents* web_contents, -@@ -651,7 +651,7 @@ void InterstitialHTMLSource::StartDataRequest( +@@ -640,7 +640,7 @@ void InterstitialHTMLSource::StartDataRequest( interstitial_delegate = CreateInsecureFormPage(web_contents); } else if (path_without_query == "/https_only") { interstitial_delegate = CreateHttpsOnlyModePage(web_contents); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h index 44ef30792b02..ed4fe91cb02c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h +++ b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/management/management_ui_handler.h.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/ui/webui/management/management_ui_handler.h.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/management/management_ui_handler.h -@@ -30,7 +30,7 @@ namespace policy { +@@ -29,7 +29,7 @@ namespace policy { class PolicyService; } // namespace policy @@ -9,7 +9,7 @@ namespace device_signals { class UserPermissionService; } // namespace device_signals -@@ -71,7 +71,7 @@ class ManagementUIHandler : public content::WebUIMessa +@@ -70,7 +70,7 @@ class ManagementUIHandler : public content::WebUIMessa base::Value::List GetManagedWebsitesInfo(Profile* profile) const; base::Value::List GetApplicationsInfo(Profile* profile) const; virtual policy::PolicyService* GetPolicyService(); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc index 9ec27e0556ae..a349bf185a40 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/searchbox/searchbox_handler.cc -@@ -118,7 +118,7 @@ const char* kMacShareIconResourceName = +@@ -120,7 +120,7 @@ const char* kMacShareIconResourceName = #elif BUILDFLAG(IS_WIN) const char* kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share.svg"; @@ -9,7 +9,7 @@ const char* kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share.svg"; #else -@@ -178,7 +178,7 @@ static void DefineChromeRefreshRealboxIcons() { +@@ -180,7 +180,7 @@ static void DefineChromeRefreshRealboxIcons() { #elif BUILDFLAG(IS_WIN) kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share_cr23.svg"; @@ -18,7 +18,7 @@ kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share_cr23.svg"; #else -@@ -622,7 +622,7 @@ std::string SearchboxHandler::ActionVectorIconToResour +@@ -634,7 +634,7 @@ std::string SearchboxHandler::ActionVectorIconToResour icon.name == omnibox::kShareWinChromeRefreshIcon.name) { return kWinShareIconResourceName; } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc b/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc index 5f5d4c5043d9..4149426a1653 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc @@ -139,7 +139,7 @@ #include "chrome/browser/ui/webui/settings/system_handler.h" @@ -9,16 +9,16 @@ #include "ui/display/screen.h" #endif -@@ -158,7 +158,7 @@ - #include "chrome/browser/ui/webui/certificate_manager_localized_strings_provider.h" - #endif +@@ -154,7 +154,7 @@ + #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) + #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "ui/linux/linux_ui_factory.h" #include "ui/ozone/public/ozone_platform.h" #endif -@@ -287,7 +287,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou +@@ -283,7 +283,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou {"toastAlertLevelDescription", IDS_SETTINGS_ACCESSIBILITY_TOAST_FREQUENCY_DESCRIPTION}, #endif @@ -27,7 +27,7 @@ {"overscrollHistoryNavigationTitle", IDS_SETTINGS_OVERSCROLL_HISTORY_NAVIGATION_TITLE}, {"overscrollHistoryNavigationSubtitle", -@@ -578,7 +578,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -553,7 +553,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"uiFeatureAlignLeft", IDS_SETTINGS_UI_FEATURE_ALIGN_LEFT}, {"uiFeatureAlignRight", IDS_SETTINGS_UI_FEATURE_ALIGN_RIGHT}, {"resetToDefault", IDS_SETTINGS_RESET_TO_DEFAULT}, @@ -36,7 +36,7 @@ {"gtkTheme", IDS_SETTINGS_GTK_THEME}, {"useGtkTheme", IDS_SETTINGS_USE_GTK_THEME}, {"qtTheme", IDS_SETTINGS_QT_THEME}, -@@ -586,7 +586,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -561,7 +561,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"classicTheme", IDS_SETTINGS_CLASSIC_THEME}, {"useClassicTheme", IDS_SETTINGS_USE_CLASSIC_THEME}, #endif @@ -45,7 +45,7 @@ {"showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS}, #endif #if BUILDFLAG(IS_MAC) -@@ -608,7 +608,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -583,7 +583,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht html_source->AddBoolean("tabSearchIsRightAlignedAtStartup", tabs::GetTabSearchTrailingTabstrip(profile)); @@ -54,7 +54,7 @@ bool show_custom_chrome_frame = ui::OzonePlatform::GetInstance() ->GetPlatformRuntimeProperties() .supports_server_side_window_decorations; -@@ -1530,7 +1530,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* +@@ -1513,7 +1513,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* g_browser_process->GetApplicationLocale()) .spec(); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc b/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc index 4a3511503db6..109de189f155 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc @@ -45,7 +45,7 @@ #include "ui/base/l10n/l10n_util.h" @@ -18,7 +18,7 @@ return g_browser_process->GetFeatures()->whats_new_registry(); #else return nullptr; -@@ -823,7 +823,7 @@ void UserEducationInternalsPageHandlerImpl::ClearWhats +@@ -821,7 +821,7 @@ void UserEducationInternalsPageHandlerImpl::ClearWhats } void UserEducationInternalsPageHandlerImpl::LaunchWhatsNewStaging() { diff --git a/www/chromium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc b/www/chromium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc index e8e5aad85452..75565d9ac98c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc +++ b/www/chromium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/window_sizer/window_sizer.cc.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/ui/window_sizer/window_sizer.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/ui/window_sizer/window_sizer.cc -@@ -220,7 +220,7 @@ void WindowSizer::GetBrowserWindowBoundsAndShowState( +@@ -219,7 +219,7 @@ void WindowSizer::GetBrowserWindowBoundsAndShowState( browser, window_bounds, show_state); } diff --git a/www/chromium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc b/www/chromium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc index 55114735ee08..80efce56a6b2 100644 --- a/www/chromium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc +++ b/www/chromium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc @@ -1,6 +1,6 @@ ---- chrome/browser/web_applications/commands/set_user_display_mode_command.cc.orig 2024-08-26 12:06:38 UTC +--- chrome/browser/web_applications/commands/set_user_display_mode_command.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/web_applications/commands/set_user_display_mode_command.cc -@@ -57,7 +57,7 @@ void SetUserDisplayModeCommand::StartWithLock( +@@ -56,7 +56,7 @@ void SetUserDisplayModeCommand::StartWithLock( // OsIntegrationTestOverride can use the xdg install command to detect // install. SynchronizeOsOptions options; diff --git a/www/chromium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc b/www/chromium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc index b94f6bc19694..3aa180b6d795 100644 --- a/www/chromium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc +++ b/www/chromium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/web_applications/policy/web_app_policy_manager.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/web_applications/policy/web_app_policy_manager.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/web_applications/policy/web_app_policy_manager.cc -@@ -108,7 +108,7 @@ namespace web_app { +@@ -111,7 +111,7 @@ namespace web_app { BASE_FEATURE(kDesktopPWAsForceUnregisterOSIntegration, "DesktopPWAsForceUnregisterOSIntegration", diff --git a/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc b/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc index 6d439ab78ff0..079c5ea84035 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/webauthn/chrome_authenticator_request_delegate.cc -@@ -574,7 +574,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc +@@ -578,7 +578,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc g_observer->ConfiguringCable(request_type); } diff --git a/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc b/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc index 9bd376355a64..bd45efaef0d3 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/enclave_manager.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/webauthn/enclave_manager.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/browser/webauthn/enclave_manager.cc -@@ -686,7 +686,7 @@ base::flat_set<GaiaId> GetGaiaIDs( +@@ -687,7 +687,7 @@ base::flat_set<GaiaId> GetGaiaIDs( std::string UserVerifyingLabelToString(crypto::UserVerifyingKeyLabel label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ return label; #else return std::string("placeholder"); -@@ -696,7 +696,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer +@@ -697,7 +697,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer std::optional<crypto::UserVerifyingKeyLabel> UserVerifyingKeyLabelFromString( std::string saved_label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_common_chrome__features.cc b/www/chromium/files/patch-chrome_common_chrome__features.cc index d045e21fce51..4c46706cda00 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/chromium/files/patch-chrome_common_chrome__features.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.cc.orig 2025-06-17 06:32:04 UTC +--- chrome/common/chrome_features.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/common/chrome_features.cc @@ -81,7 +81,7 @@ BASE_FEATURE(kUseAdHocSigningForWebAppShims, #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ // Enables the Restart background mode optimization. When all Chrome UI is // closed and it goes in the background, allows to restart the browser to // discard memory. -@@ -231,7 +231,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, +@@ -249,7 +249,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, BASE_FEATURE(kDesktopPWAsRunOnOsLogin, "DesktopPWAsRunOnOsLogin", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -264,7 +264,7 @@ BASE_FEATURE(kDisplayEdgeToEdgeFullscreen, +@@ -282,7 +282,7 @@ BASE_FEATURE(kDisplayEdgeToEdgeFullscreen, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -36,7 +36,7 @@ // Controls whether Chrome Apps are supported. See https://crbug.com/1221251. // If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome // Apps will not launch and will be marked in the UI as deprecated. -@@ -1000,7 +1000,7 @@ BASE_FEATURE(kKAnonymityServiceStorage, +@@ -995,7 +995,7 @@ BASE_FEATURE(kKAnonymityServiceStorage, "KAnonymityServiceStorage", base::FEATURE_ENABLED_BY_DEFAULT); @@ -45,7 +45,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, "LinuxLowMemoryMonitor", base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1013,7 +1013,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1008,7 +1008,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index 1f1e49ec6565..d3a02a97ac4a 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.h +++ b/www/chromium/files/patch-chrome_common_chrome__features.h @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.h.orig 2025-05-28 14:55:43 UTC +--- chrome/common/chrome_features.h.orig 2025-07-02 06:08:04 UTC +++ chrome/common/chrome_features.h @@ -50,13 +50,13 @@ BASE_DECLARE_FEATURE(kUseAdHocSigningForWebAppShims); #endif // BUILDFLAG(IS_MAC) @@ -16,7 +16,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kBackgroundModeAllowRestart); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -148,7 +148,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); +@@ -150,7 +150,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); @@ -25,7 +25,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -581,7 +581,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -578,7 +578,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -589,7 +589,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -586,7 +586,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc index 1a96db6dcdff..f34b78586fb6 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.cc +++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/common/chrome_switches.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/common/chrome_switches.cc -@@ -884,7 +884,7 @@ const char kAllowNaClSocketAPI[] = "allow-nacl-socket- +@@ -892,7 +892,7 @@ const char kAllowNaClSocketAPI[] = "allow-nacl-socket- #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode. -@@ -913,7 +913,7 @@ const char kGlicDev[] = "glic-dev"; +@@ -921,7 +921,7 @@ const char kGlicDev[] = "glic-dev"; const char kGlicHostLogging[] = "glic-host-logging"; #endif diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.h b/www/chromium/files/patch-chrome_common_chrome__switches.h index 7379eeb184b5..bc899c2fadb7 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.h +++ b/www/chromium/files/patch-chrome_common_chrome__switches.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.h.orig 2025-05-28 14:55:43 UTC +--- chrome/common/chrome_switches.h.orig 2025-07-02 06:08:04 UTC +++ chrome/common/chrome_switches.h -@@ -273,7 +273,7 @@ extern const char kAllowNaClSocketAPI[]; +@@ -275,7 +275,7 @@ extern const char kAllowNaClSocketAPI[]; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ extern const char kEnableNewAppMenuIcon[]; extern const char kGuest[]; extern const char kForceNtpMobilePromo[]; -@@ -291,7 +291,7 @@ extern const char kGlicDev[]; +@@ -293,7 +293,7 @@ extern const char kGlicDev[]; extern const char kGlicHostLogging[]; #endif diff --git a/www/chromium/files/patch-chrome_common_extensions_extension__constants.h b/www/chromium/files/patch-chrome_common_extensions_extension__constants.h index f987daea1bc4..89a9b4015664 100644 --- a/www/chromium/files/patch-chrome_common_extensions_extension__constants.h +++ b/www/chromium/files/patch-chrome_common_extensions_extension__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/extensions/extension_constants.h.orig 2025-04-04 08:52:13 UTC +--- chrome/common/extensions/extension_constants.h.orig 2025-07-02 06:08:04 UTC +++ chrome/common/extensions/extension_constants.h -@@ -310,7 +310,7 @@ inline constexpr char kReadingModeGDocsHelperExtension +@@ -311,7 +311,7 @@ inline constexpr char kReadingModeGDocsHelperExtension inline constexpr base::FilePath::CharType kReadingModeGDocsHelperManifestFilename[] = FILE_PATH_LITERAL("reading_mode_gdocs_helper_manifest.json"); diff --git a/www/chromium/files/patch-chrome_common_media_cdm__registration.cc b/www/chromium/files/patch-chrome_common_media_cdm__registration.cc index 093204df1b59..30396285b858 100644 --- a/www/chromium/files/patch-chrome_common_media_cdm__registration.cc +++ b/www/chromium/files/patch-chrome_common_media_cdm__registration.cc @@ -1,6 +1,6 @@ ---- chrome/common/media/cdm_registration.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/common/media/cdm_registration.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/common/media/cdm_registration.cc -@@ -32,7 +32,7 @@ +@@ -34,7 +34,7 @@ #if BUILDFLAG(ENABLE_WIDEVINE) #include "components/cdm/common/cdm_manifest.h" #include "third_party/widevine/cdm/widevine_cdm_common.h" // nogncheck @@ -9,7 +9,7 @@ #include "base/native_library.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/media/component_widevine_cdm_hint_file_linux.h" -@@ -51,7 +51,7 @@ using Robustness = content::CdmInfo::Robustness; +@@ -59,7 +59,7 @@ using Robustness = content::CdmInfo::Robustness; #if BUILDFLAG(ENABLE_WIDEVINE) #if (BUILDFLAG(BUNDLE_WIDEVINE_CDM) || \ BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT)) && \ @@ -18,7 +18,7 @@ // Create a CdmInfo for a Widevine CDM, using |version|, |cdm_library_path|, and // |capability|. std::unique_ptr<content::CdmInfo> CreateWidevineCdmInfo( -@@ -93,7 +93,7 @@ std::unique_ptr<content::CdmInfo> CreateCdmInfoFromWid +@@ -101,7 +101,7 @@ std::unique_ptr<content::CdmInfo> CreateCdmInfoFromWid // BUILDFLAG(IS_CHROMEOS)) #if BUILDFLAG(BUNDLE_WIDEVINE_CDM) && \ @@ -27,7 +27,7 @@ // On Linux/ChromeOS we have to preload the CDM since it uses the zygote // sandbox. On Windows and Mac, CDM registration is handled by Component // Update (as the CDM can be loaded only when needed). -@@ -117,7 +117,7 @@ std::unique_ptr<content::CdmInfo> GetBundledWidevine() +@@ -125,7 +125,7 @@ std::unique_ptr<content::CdmInfo> GetBundledWidevine() // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) #if (BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT) && \ @@ -36,7 +36,7 @@ // This code checks to see if Component Updater picked a version of the Widevine // CDM to be used last time it ran. (Component Updater may choose the bundled // CDM if there is not a new version available for download.) If there is one -@@ -159,7 +159,7 @@ void AddSoftwareSecureWidevine(std::vector<content::Cd +@@ -167,7 +167,7 @@ void AddSoftwareSecureWidevine(std::vector<content::Cd /*supports_sub_key_systems=*/false, kWidevineCdmDisplayName, kWidevineCdmType, base::FilePath()); @@ -45,7 +45,7 @@ // The Widevine CDM on Linux/ChromeOS needs to be registered (and loaded) // before the zygote is locked down. The CDM can be found from the version // bundled with Chrome (if BUNDLE_WIDEVINE_CDM = true) and/or the version -@@ -385,7 +385,7 @@ void RegisterCdmInfo(std::vector<content::CdmInfo>* cd +@@ -434,7 +434,7 @@ void RegisterCdmInfo(std::vector<content::CdmInfo>* cd } #if BUILDFLAG(ENABLE_WIDEVINE) && \ diff --git a/www/chromium/files/patch-chrome_common_pref__names.h b/www/chromium/files/patch-chrome_common_pref__names.h index 0f894f1a5f03..13df9870ad50 100644 --- a/www/chromium/files/patch-chrome_common_pref__names.h +++ b/www/chromium/files/patch-chrome_common_pref__names.h @@ -1,14 +1,5 @@ ---- chrome/common/pref_names.h.orig 2025-05-28 14:55:43 UTC +--- chrome/common/pref_names.h.orig 2025-07-02 06:08:04 UTC +++ chrome/common/pref_names.h -@@ -451,7 +451,7 @@ inline constexpr char kPreinstalledAppsInstallState[] - "default_apps_install_state"; - - #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_LINUX) -+ BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // A list of extensions ids that have to be allowed to run in Incognito by the - // user in order to use Incognito mode. - inline constexpr char kMandatoryExtensionsForIncognitoNavigation[] = @@ -1334,7 +1334,7 @@ inline constexpr char kGeminiSettings[] = "browser.gem inline constexpr char kAllowedDomainsForApps[] = "settings.allowed_domains_for_apps"; @@ -18,7 +9,7 @@ // Linux specific preference on whether we should match the system theme. inline constexpr char kSystemTheme[] = "extensions.theme.system_theme"; #endif -@@ -1511,7 +1511,7 @@ inline constexpr char kShowUpdatePromotionInfoBar[] = +@@ -1504,7 +1504,7 @@ inline constexpr char kShowUpdatePromotionInfoBar[] = "browser.show_update_promotion_info_bar"; #endif @@ -27,7 +18,7 @@ // Boolean that is false if we should show window manager decorations. If // true, we draw a custom chrome frame (thicker title bar and blue border). inline constexpr char kUseCustomChromeFrame[] = "browser.custom_chrome_frame"; -@@ -2156,7 +2156,7 @@ inline constexpr char kDownloadDefaultDirectory[] = +@@ -2151,7 +2151,7 @@ inline constexpr char kDownloadDefaultDirectory[] = inline constexpr char kDownloadDirUpgraded[] = "download.directory_upgrade"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -36,7 +27,7 @@ inline constexpr char kOpenPdfDownloadInSystemReader[] = "download.open_pdf_in_system_reader"; #endif -@@ -2651,14 +2651,14 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s +@@ -2654,14 +2654,14 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s inline constexpr char kMediaCdmOriginData[] = "media.cdm.origin_data"; #endif // BUILDFLAG(IS_WIN) @@ -53,7 +44,7 @@ // Records whether the user has seen an HTTP auth "negotiate" header. inline constexpr char kReceivedHttpAuthNegotiateHeader[] = "net.received_http_auth_negotiate_headers"; -@@ -2750,7 +2750,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ +@@ -2753,7 +2753,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ inline constexpr char kIsolatedWebAppPendingInitializationCount[] = "profile.isolated_web_app.install.pending_initialization_count"; @@ -62,7 +53,7 @@ // Boolean that specifies whether OK-AS-DELEGATE flag from KDC is respected // along with kAuthNegotiateDelegateAllowlist. inline constexpr char kAuthNegotiateDelegateByKdcPolicy[] = -@@ -3269,7 +3269,7 @@ inline constexpr char kKioskChromeAppsForceAllowed[] = +@@ -3271,7 +3271,7 @@ inline constexpr char kKioskChromeAppsForceAllowed[] = #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -71,7 +62,7 @@ // Defines administrator-set availability of Chrome for Testing. inline constexpr char kChromeForTestingAllowed[] = "chrome_for_testing.allowed"; #endif -@@ -3795,7 +3795,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo +@@ -3797,7 +3797,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo inline constexpr char kSandboxExternalProtocolBlocked[] = "profile.sandbox_external_protocol_blocked"; @@ -80,7 +71,7 @@ // Boolean that indicates if system notifications are allowed to be used in // place of Chrome notifications. inline constexpr char kAllowSystemNotifications[] = -@@ -3991,7 +3991,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = +@@ -3995,7 +3995,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = "policy.lens_desktop_ntp_search_enabled"; #endif @@ -89,7 +80,7 @@ // A dict mapping the edition name with the major version it was shown. inline constexpr char kWhatsNewEditionUsed[] = "browser.whats_new.edition_used"; // A list containing the features of each module in order of when they -@@ -4088,7 +4088,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ +@@ -4092,7 +4092,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ "printing.oauth2_authorization_servers"; #endif diff --git a/www/chromium/files/patch-chrome_common_url__constants.h b/www/chromium/files/patch-chrome_common_url__constants.h index 19226d6fa236..b1ecc8fff477 100644 --- a/www/chromium/files/patch-chrome_common_url__constants.h +++ b/www/chromium/files/patch-chrome_common_url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/url_constants.h.orig 2025-05-28 14:55:43 UTC +--- chrome/common/url_constants.h.orig 2025-07-02 06:08:04 UTC +++ chrome/common/url_constants.h -@@ -992,7 +992,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = +@@ -997,7 +997,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = inline constexpr char kPhoneHubPermissionLearnMoreURL[] = "https://support.google.com/chromebook?p=multidevice"; diff --git a/www/chromium/files/patch-chrome_common_webui__url__constants.h b/www/chromium/files/patch-chrome_common_webui__url__constants.h index f4ad34c86fb3..a41e27245484 100644 --- a/www/chromium/files/patch-chrome_common_webui__url__constants.h +++ b/www/chromium/files/patch-chrome_common_webui__url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.h.orig 2025-05-28 14:55:43 UTC +--- chrome/common/webui_url_constants.h.orig 2025-07-02 06:08:04 UTC +++ chrome/common/webui_url_constants.h -@@ -524,18 +524,18 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome +@@ -540,18 +540,18 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -22,7 +22,7 @@ inline constexpr char kChromeUIWebAppSettingsHost[] = "app-settings"; inline constexpr char kChromeUIWebAppSettingsURL[] = "chrome://app-settings/"; inline constexpr char kChromeUIWhatsNewHost[] = "whats-new"; -@@ -547,11 +547,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] +@@ -563,11 +563,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -36,7 +36,7 @@ inline constexpr char kChromeUIBrowserSwitchHost[] = "browser-switch"; inline constexpr char kChromeUIBrowserSwitchURL[] = "chrome://browser-switch/"; inline constexpr char kChromeUIIntroDefaultBrowserSubPage[] = "default-browser"; -@@ -576,7 +576,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = +@@ -592,7 +592,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = "chrome://history-sync-optin/"; #endif diff --git a/www/chromium/files/patch-chrome_services_printing_print__backend__service__impl.cc b/www/chromium/files/patch-chrome_services_printing_print__backend__service__impl.cc index 47dbb5122d44..1934911d37a4 100644 --- a/www/chromium/files/patch-chrome_services_printing_print__backend__service__impl.cc +++ b/www/chromium/files/patch-chrome_services_printing_print__backend__service__impl.cc @@ -1,6 +1,6 @@ ---- chrome/services/printing/print_backend_service_impl.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/services/printing/print_backend_service_impl.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/services/printing/print_backend_service_impl.cc -@@ -49,7 +49,7 @@ +@@ -48,7 +48,7 @@ #include "printing/backend/cups_connection_pool.h" #endif @@ -9,7 +9,7 @@ #include "base/no_destructor.h" #include "ui/linux/linux_ui.h" #include "ui/linux/linux_ui_delegate_stub.h" -@@ -76,7 +76,7 @@ namespace printing { +@@ -75,7 +75,7 @@ namespace printing { namespace { @@ -18,7 +18,7 @@ void InstantiateLinuxUiDelegate() { // TODO(crbug.com/40561724) Until a real UI can be used in a utility process, // need to use the stub version. -@@ -85,7 +85,7 @@ void InstantiateLinuxUiDelegate() { +@@ -84,7 +84,7 @@ void InstantiateLinuxUiDelegate() { #endif scoped_refptr<base::SequencedTaskRunner> GetPrintingTaskRunner() { @@ -27,7 +27,7 @@ // Use task runner associated with equivalent of UI thread. Needed for calls // made through `PrintDialogLinuxInterface` to properly execute. CHECK(base::SequencedTaskRunner::HasCurrentDefault()); -@@ -468,7 +468,7 @@ void PrintBackendServiceImpl::Init( +@@ -467,7 +467,7 @@ void PrintBackendServiceImpl::Init( // `InitCommon()`. InitializeProcessForPrinting(); print_backend_ = PrintBackend::CreateInstance(locale); @@ -36,7 +36,7 @@ // Test framework already initializes the UI, so this should not go in // `InitCommon()`. Additionally, low-level Linux UI is not needed when tests // are using `TestPrintingContext`. -@@ -689,7 +689,7 @@ void PrintBackendServiceImpl::UpdatePrintSettings( +@@ -688,7 +688,7 @@ void PrintBackendServiceImpl::UpdatePrintSettings( crash_keys_ = std::make_unique<crash_keys::ScopedPrinterInfo>( *printer_name, print_backend_->GetPrinterDriverInfo(*printer_name)); diff --git a/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc b/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc index c4d029edcf6d..a566027a861c 100644 --- a/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc +++ b/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc @@ -1,6 +1,6 @@ ---- chrome/test/chromedriver/chrome_launcher.cc.orig 2023-12-10 06:10:27 UTC +--- chrome/test/chromedriver/chrome_launcher.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/test/chromedriver/chrome_launcher.cc -@@ -73,6 +73,7 @@ +@@ -74,6 +74,7 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> diff --git a/www/chromium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc b/www/chromium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc index 4159ee106a85..a3ffb2e37b9e 100644 --- a/www/chromium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc +++ b/www/chromium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc @@ -1,6 +1,6 @@ ---- chrome/test/chromedriver/key_converter_unittest.cc.orig 2025-02-19 07:43:18 UTC +--- chrome/test/chromedriver/key_converter_unittest.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/test/chromedriver/key_converter_unittest.cc -@@ -252,7 +252,7 @@ TEST(KeyConverter, ToggleModifiers) { +@@ -248,7 +248,7 @@ TEST(KeyConverter, ToggleModifiers) { CheckEventsReleaseModifiers(keys, key_events); } @@ -9,7 +9,7 @@ // Fails on bots: crbug.com/174962 #define MAYBE_AllEnglishKeyboardSymbols DISABLED_AllEnglishKeyboardSymbols #else -@@ -310,7 +310,7 @@ TEST(KeyConverter, AllEnglishKeyboardTextChars) { +@@ -306,7 +306,7 @@ TEST(KeyConverter, AllEnglishKeyboardTextChars) { TEST(KeyConverter, AllSpecialWebDriverKeysOnEnglishKeyboard) { ui::ScopedKeyboardLayout keyboard_layout(ui::KEYBOARD_LAYOUT_ENGLISH_US); const auto kTextForKeys = std::to_array<char>({ diff --git a/www/chromium/files/patch-chrome_updater_app_app__uninstall.cc b/www/chromium/files/patch-chrome_updater_app_app__uninstall.cc index da7e8df5d26e..e855e7b73646 100644 --- a/www/chromium/files/patch-chrome_updater_app_app__uninstall.cc +++ b/www/chromium/files/patch-chrome_updater_app_app__uninstall.cc @@ -1,6 +1,6 @@ ---- chrome/updater/app/app_uninstall.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/updater/app/app_uninstall.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/updater/app/app_uninstall.cc -@@ -172,7 +172,7 @@ void UninstallInThreadPool(UpdaterScope scope, +@@ -181,7 +181,7 @@ void UninstallInThreadPool(UpdaterScope scope, } if (int result = UninstallOtherVersions(scope); result != kErrorOk) { diff --git a/www/chromium/files/patch-chrome_updater_configurator.cc b/www/chromium/files/patch-chrome_updater_configurator.cc index e3b3c4be436b..74b73c1460a4 100644 --- a/www/chromium/files/patch-chrome_updater_configurator.cc +++ b/www/chromium/files/patch-chrome_updater_configurator.cc @@ -1,6 +1,6 @@ ---- chrome/updater/configurator.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/updater/configurator.cc.orig 2025-07-02 06:08:04 UTC +++ chrome/updater/configurator.cc -@@ -73,7 +73,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> +@@ -91,7 +91,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> return std::nullopt; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) }()) { diff --git a/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc b/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc index 0defcb9bbe54..d35852ea340a 100644 --- a/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc +++ b/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc @@ -1,4 +1,4 @@ ---- chromecast/browser/cast_browser_main_parts.cc.orig 2025-05-28 14:55:43 UTC +--- chromecast/browser/cast_browser_main_parts.cc.orig 2025-07-02 06:08:04 UTC +++ chromecast/browser/cast_browser_main_parts.cc @@ -100,7 +100,7 @@ #include "ui/ozone/public/ozone_platform.h" @@ -9,7 +9,7 @@ #include <fontconfig/fontconfig.h> #include <signal.h> #include <sys/prctl.h> -@@ -273,7 +273,7 @@ class CastViewsDelegate : public views::ViewsDelegate +@@ -282,7 +282,7 @@ class CastViewsDelegate : public views::ViewsDelegate #endif // defined(USE_AURA) @@ -18,7 +18,7 @@ base::FilePath GetApplicationFontsDir() { std::unique_ptr<base::Environment> env(base::Environment::Create()); -@@ -318,7 +318,7 @@ const DefaultCommandLineSwitch kDefaultSwitches[] = { +@@ -327,7 +327,7 @@ const DefaultCommandLineSwitch kDefaultSwitches[] = { {switches::kDisableThreadedAnimation, ""}, #endif // BUILDFLAG(IS_ANDROID) #endif // BUILDFLAG(IS_CAST_AUDIO_ONLY) @@ -27,7 +27,7 @@ #if defined(ARCH_CPU_X86_FAMILY) // This is needed for now to enable the x11 Ozone platform to work with // current Linux/NVidia OpenGL drivers. -@@ -495,7 +495,7 @@ void CastBrowserMainParts::ToolkitInitialized() { +@@ -504,7 +504,7 @@ void CastBrowserMainParts::ToolkitInitialized() { views_delegate_ = std::make_unique<CastViewsDelegate>(); #endif // defined(USE_AURA) diff --git a/www/chromium/files/patch-components_BUILD.gn b/www/chromium/files/patch-components_BUILD.gn index 0c4be4c1e3d2..2b277a5e2219 100644 --- a/www/chromium/files/patch-components_BUILD.gn +++ b/www/chromium/files/patch-components_BUILD.gn @@ -1,6 +1,6 @@ ---- components/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- components/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ components/BUILD.gn -@@ -210,7 +210,6 @@ test("components_unittests") { +@@ -211,7 +211,6 @@ test("components_unittests") { "//components/content_settings/core/browser:unit_tests", "//components/content_settings/core/common:unit_tests", "//components/country_codes:unit_tests", @@ -8,7 +8,7 @@ "//components/cross_device/logging:unit_tests", "//components/crx_file:unit_tests", "//components/data_sharing:unit_tests", -@@ -614,7 +613,7 @@ test("components_unittests") { +@@ -616,7 +615,7 @@ test("components_unittests") { deps += [ "//components/cast:unit_tests" ] } @@ -17,7 +17,7 @@ deps += [ "//components/crash/content/browser:unit_tests", "//components/crash/core/app:unit_tests", -@@ -774,7 +773,7 @@ test("components_unittests") { +@@ -780,7 +779,7 @@ test("components_unittests") { deps += [ "//components/constrained_window:unit_tests" ] } diff --git a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc index 8887458885a0..e60d357bd42a 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.cc -@@ -466,7 +466,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( +@@ -472,7 +472,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( bool PaymentsDataManager::ShouldShowBnplSettings() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Check `kAutofillEnableBuyNowPayLater` only if the user has seen a BNPL // suggestion before, or there are already linked issuers present, to avoid // unnecessary feature flag checks. The linked issuer check is due to the fact -@@ -971,7 +971,7 @@ void PaymentsDataManager::SetPrefService(PrefService* +@@ -983,7 +983,7 @@ void PaymentsDataManager::SetPrefService(PrefService* &PaymentsDataManager::OnAutofillPaymentsCardBenefitsPrefChange, base::Unretained(this))); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ pref_registrar_.Add( prefs::kAutofillBnplEnabled, base::BindRepeating(&PaymentsDataManager::OnBnplEnabledPrefChange, -@@ -1047,7 +1047,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { +@@ -1067,7 +1067,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ bool PaymentsDataManager::IsAutofillHasSeenBnplPrefEnabled() const { return prefs::HasSeenBnpl(pref_service_); } -@@ -2029,7 +2029,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( +@@ -2060,7 +2060,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( bool PaymentsDataManager::AreBnplIssuersSupported() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +36,7 @@ return app_locale_ == "en-US" && GetCountryCodeForExperimentGroup() == "US" && base::FeatureList::IsEnabled( features::kAutofillEnableBuyNowPayLaterSyncing); -@@ -2062,7 +2062,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() +@@ -2093,7 +2093,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h index fad4f1ccc89c..39bd47289926 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h +++ b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.h -@@ -360,7 +360,7 @@ class PaymentsDataManager : public AutofillWebDataServ +@@ -365,7 +365,7 @@ class PaymentsDataManager : public AutofillWebDataServ void SetAutofillHasSeenIban(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Returns the value of the kAutofillHasSeenBnpl pref. bool IsAutofillHasSeenBnplPrefEnabled() const; -@@ -680,7 +680,7 @@ class PaymentsDataManager : public AutofillWebDataServ +@@ -685,7 +685,7 @@ class PaymentsDataManager : public AutofillWebDataServ void ClearAllCreditCardBenefits(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc index af81852d632b..f63dc61e3a3c 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/browser/foundations/browser_autofill_manager.cc -@@ -728,7 +728,7 @@ BrowserAutofillManager::GetCreditCardAccessManager() c +@@ -740,7 +740,7 @@ BrowserAutofillManager::GetCreditCardAccessManager() c payments::BnplManager* BrowserAutofillManager::GetPaymentsBnplManager() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc index 89ed04671ebb..5246dc8a8727 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/browser/payments/amount_extraction_manager.cc -@@ -109,7 +109,7 @@ bool AmountExtractionManager::ShouldTriggerAmountExtra +@@ -109,7 +109,7 @@ AmountExtractionManager::GetEligibleFeatures(const Sug } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -9,16 +9,7 @@ if (base::FeatureList::IsEnabled( ::autofill::features:: kAutofillEnableAmountExtractionDesktopLogging)) { -@@ -123,7 +123,7 @@ bool AmountExtractionManager::ShouldTriggerAmountExtra - } - - if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || -- BUILDFLAG(IS_CHROMEOS)) { -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) { - return base::FeatureList::IsEnabled( - ::autofill::features::kAutofillEnableAmountExtractionDesktop); - } else { -@@ -190,7 +190,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived +@@ -188,7 +188,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived bnpl_manager->OnAmountExtractionReturned(parsed_extracted_amount); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -27,7 +18,7 @@ if (base::FeatureList::IsEnabled( ::autofill::features:: kAutofillEnableAmountExtractionDesktopLogging)) { -@@ -214,7 +214,7 @@ void AmountExtractionManager::OnTimeoutReached() { +@@ -212,7 +212,7 @@ void AmountExtractionManager::OnTimeoutReached() { autofill_metrics::AmountExtractionResult::kTimeout); // TODO(crbug.com/378517983): Add BNPL flow action logic here. if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -36,3 +27,12 @@ if (base::FeatureList::IsEnabled( ::autofill::features:: kAutofillEnableAmountExtractionDesktopLogging)) { +@@ -232,7 +232,7 @@ AmountExtractionManager::CheckEligiblilityForFeaturesR + // Check eligibility of BNPL feature. + // Currently, BNPL is only offered for desktop platforms. + if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || +- BUILDFLAG(IS_CHROMEOS)) { ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) { + if (BnplManager* bnpl_manager = autofill_manager_->GetPaymentsBnplManager(); + bnpl_manager && bnpl_manager->IsEligibleForBnpl()) { + eligible_features.insert(EligibleFeature::kBnpl); diff --git a/www/chromium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc b/www/chromium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc index acbbb04a755b..8310a08bf8b7 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.cc.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.cc.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.cc -@@ -1226,7 +1226,7 @@ bool AreMaskedBankAccountSupported() { +@@ -1261,7 +1261,7 @@ bool AreMaskedBankAccountSupported() { bool IsBnplIssuerSupported() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc index 048d09db0ae1..0c520495559d 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_payments_features.cc.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/common/autofill_payments_features.cc.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/common/autofill_payments_features.cc -@@ -297,7 +297,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, +@@ -326,7 +326,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, #endif // BUILDFLAG(IS_ANDROID) bool ShouldShowImprovedUserConsentForCreditCardSave() { diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc index 66432d161eab..d22f8a1e7ba4 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_prefs.cc.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/common/autofill_prefs.cc.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/common/autofill_prefs.cc -@@ -99,7 +99,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -101,7 +101,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ registry->RegisterBooleanPref( kAutofillBnplEnabled, true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); -@@ -278,7 +278,7 @@ bool IsFacilitatedPaymentsEwalletEnabled(const PrefSer +@@ -280,7 +280,7 @@ bool IsFacilitatedPaymentsEwalletEnabled(const PrefSer } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value) { prefs->SetBoolean(kAutofillBnplEnabled, value); } -@@ -287,7 +287,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -289,7 +289,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ return prefs->GetBoolean(kAutofillBnplEnabled); #else return false; -@@ -296,7 +296,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { +@@ -298,7 +298,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h index 397fb9e11e8b..d179d2dcb9fb 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_prefs.h.orig 2025-05-28 14:55:43 UTC +--- components/autofill/core/common/autofill_prefs.h.orig 2025-07-02 06:08:04 UTC +++ components/autofill/core/common/autofill_prefs.h @@ -32,7 +32,7 @@ inline constexpr std::string_view kAutofillAblationSee inline constexpr char kAutofillAiOptInStatus[] = @@ -9,7 +9,7 @@ // Boolean that is true if BNPL on Autofill is enabled. inline constexpr char kAutofillBnplEnabled[] = "autofill.bnpl_enabled"; // Boolean that is true if the user has ever seen a BNPL suggestion. -@@ -214,7 +214,7 @@ void SetFacilitatedPaymentsEwallet(PrefService* prefs, +@@ -220,7 +220,7 @@ void SetFacilitatedPaymentsEwallet(PrefService* prefs, bool IsFacilitatedPaymentsEwalletEnabled(const PrefService* prefs); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -222,7 +222,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -228,7 +228,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc b/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc index 3ba6b67a728e..71ddede40ea4 100644 --- a/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc +++ b/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc @@ -1,6 +1,6 @@ ---- components/commerce/core/commerce_feature_list.cc.orig 2025-05-05 10:57:53 UTC +--- components/commerce/core/commerce_feature_list.cc.orig 2025-07-02 06:08:04 UTC +++ components/commerce/core/commerce_feature_list.cc -@@ -156,7 +156,8 @@ BASE_FEATURE(kPriceInsights, +@@ -157,7 +157,8 @@ BASE_FEATURE(kPriceInsights, "PriceInsights", base::FEATURE_DISABLED_BY_DEFAULT); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -10,7 +10,7 @@ BASE_FEATURE(kPriceInsightsRegionLaunched, "PriceInsightsRegionLaunched", base::FEATURE_ENABLED_BY_DEFAULT); -@@ -227,7 +228,7 @@ BASE_FEATURE(kEnableDiscountInfoApi, +@@ -230,7 +231,7 @@ BASE_FEATURE(kEnableDiscountInfoApi, const char kDiscountOnShoppyPageParam[] = "discount-on-shoppy-page"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -19,7 +19,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ &kEnableDiscountInfoApi, kDiscountOnShoppyPageParam, true}; #else -@@ -236,7 +237,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ +@@ -239,7 +240,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -28,7 +28,7 @@ BASE_FEATURE(kEnableDiscountInfoApiRegionLaunched, "EnableDiscountInfoApiRegionLaunched", base::FEATURE_ENABLED_BY_DEFAULT); -@@ -251,7 +252,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi +@@ -254,7 +255,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi const char kNonMerchantWideBehaviorParam[] = "non-merchant-wide-behavior"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_constrained__window_constrained__window__views.cc b/www/chromium/files/patch-components_constrained__window_constrained__window__views.cc index 13d3873812d9..28e32aa3ee58 100644 --- a/www/chromium/files/patch-components_constrained__window_constrained__window__views.cc +++ b/www/chromium/files/patch-components_constrained__window_constrained__window__views.cc @@ -1,6 +1,6 @@ ---- components/constrained_window/constrained_window_views.cc.orig 2025-05-28 14:55:43 UTC +--- components/constrained_window/constrained_window_views.cc.orig 2025-07-02 06:08:04 UTC +++ components/constrained_window/constrained_window_views.cc -@@ -385,7 +385,7 @@ bool SupportsGlobalScreenCoordinates() { +@@ -392,7 +392,7 @@ bool SupportsGlobalScreenCoordinates() { } bool PlatformClipsChildrenToViewport() { diff --git a/www/chromium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc b/www/chromium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc index 581002920768..bc9e20f6709d 100644 --- a/www/chromium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc +++ b/www/chromium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc @@ -1,7 +1,7 @@ ---- components/enterprise/connectors/core/realtime_reporting_client_base.cc.orig 2025-05-28 14:55:43 UTC +--- components/enterprise/connectors/core/realtime_reporting_client_base.cc.orig 2025-07-02 06:08:04 UTC +++ components/enterprise/connectors/core/realtime_reporting_client_base.cc @@ -191,7 +191,7 @@ void RealtimeReportingClientBase::ReportEvent( - event.mutable_time()->set_nanos((timestamp_millis % 1000) * 1000000); + *event.mutable_time() = ToProtoTimestamp(base::Time::Now()); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc index 76f9f373bebc..3b623983a6d6 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_configurations.cc.orig 2025-05-28 14:55:43 UTC +--- components/feature_engagement/public/feature_configurations.cc.orig 2025-07-02 06:08:04 UTC +++ components/feature_engagement/public/feature_configurations.cc @@ -100,7 +100,7 @@ std::optional<FeatureConfig> CreateNewUserGestureInPro @@ -18,7 +18,7 @@ if (kIPHPasswordsManagementBubbleAfterSaveFeature.name == feature->name) { FeatureConfig config; config.valid = true; -@@ -1851,7 +1851,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi +@@ -1885,7 +1885,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc index 3e3a7f5c74d4..357bf3681d78 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc @@ -1,7 +1,7 @@ ---- components/feature_engagement/public/feature_constants.cc.orig 2025-05-28 14:55:43 UTC +--- components/feature_engagement/public/feature_constants.cc.orig 2025-07-02 06:08:04 UTC +++ components/feature_engagement/public/feature_constants.cc -@@ -19,7 +19,7 @@ BASE_FEATURE(kIPHDemoMode, "IPH_DemoMode", base::FEATU - BASE_FEATURE(kIPHDummyFeature, "IPH_Dummy", base::FEATURE_DISABLED_BY_DEFAULT); +@@ -28,7 +28,7 @@ bool IsOnDeviceStorageEnabled() { + } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) BASE_FEATURE(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo", -@@ -759,7 +759,7 @@ BASE_FEATURE(kDefaultBrowserTriggerCriteriaExperiment, +@@ -793,7 +793,7 @@ BASE_FEATURE(kDefaultBrowserTriggerCriteriaExperiment, #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) BASE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion", -@@ -909,7 +909,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, +@@ -943,7 +943,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h index fc3281e86b2a..1722652f0e15 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_constants.h.orig 2025-05-28 14:55:43 UTC +--- components/feature_engagement/public/feature_constants.h.orig 2025-07-02 06:08:04 UTC +++ components/feature_engagement/public/feature_constants.h -@@ -27,7 +27,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDemoMode); +@@ -30,7 +30,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDemoMode); FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDummyFeature); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) FEATURE_CONSTANTS_DECLARE_FEATURE(kEsbDownloadRowPromoFeature); #endif -@@ -336,7 +336,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kDefaultBrowserTrigg +@@ -358,7 +358,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kDefaultBrowserTrigg #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature); FEATURE_CONSTANTS_DECLARE_FEATURE( -@@ -397,7 +397,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA +@@ -419,7 +419,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphGamingFeature); #endif diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc index 6329735dbe6f..7b3da6813e8e 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc @@ -1,7 +1,7 @@ ---- components/feature_engagement/public/feature_list.cc.orig 2025-05-28 14:55:43 UTC +--- components/feature_engagement/public/feature_list.cc.orig 2025-07-02 06:08:04 UTC +++ components/feature_engagement/public/feature_list.cc -@@ -186,7 +186,7 @@ const base::Feature* const kAllFeatures[] = { - &kIPHiOSWelcomeBackFeature, +@@ -189,7 +189,7 @@ const base::Feature* const kAllFeatures[] = { + &kIPHIOSGLICPromoFeature, #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) &kEsbDownloadRowPromoFeature, #endif -@@ -261,7 +261,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -264,7 +264,7 @@ const base::Feature* const kAllFeatures[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) &kIPHAutofillAiOptInFeature, &kIPHAutofillBnplAffirmOrZipSuggestionFeature, -@@ -316,7 +316,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -319,7 +319,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHScalableIphGamingFeature, #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__list.h b/www/chromium/files/patch-components_feature__engagement_public_feature__list.h index 279a46d6aaea..8e3bc8cac25e 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__list.h +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__list.h @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.h.orig 2025-05-28 14:55:43 UTC +--- components/feature_engagement/public/feature_list.h.orig 2025-07-02 06:08:04 UTC +++ components/feature_engagement/public/feature_list.h -@@ -332,7 +332,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSWelcomeBackFeature, "IPH +@@ -336,7 +336,7 @@ DEFINE_VARIATION_PARAM(kIPHIOSGLICPromoFeature, "IPH_I #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) DEFINE_VARIATION_PARAM(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo"); #endif -@@ -453,7 +453,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF +@@ -458,7 +458,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -19,7 +19,7 @@ DEFINE_VARIATION_PARAM(kIPHAutofillAiOptInFeature, "IPH_AutofillAiOptIn"); DEFINE_VARIATION_PARAM(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion"); -@@ -549,7 +550,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF +@@ -554,7 +555,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF DEFINE_VARIATION_PARAM(kIPHScalableIphGamingFeature, "IPH_ScalableIphGaming"); #endif // BUILDFLAG(IS_CHROMEOS) @@ -28,16 +28,16 @@ DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunch, "IPH_DesktopPWAsLinkCapturingLaunch"); DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunchAppInTab, -@@ -735,7 +736,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat - VARIATION_ENTRY(kIPHiOSDownloadAutoDeletionFeature), +@@ -742,7 +743,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHiOSWelcomeBackFeature), + VARIATION_ENTRY(kIPHIOSGLICPromoFeature), #elif BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) VARIATION_ENTRY(kIPHAutofillEnableLoyaltyCardsFeature), VARIATION_ENTRY(kIPHBatterySaverModeFeature), VARIATION_ENTRY(kIPHCompanionSidePanelFeature), -@@ -798,7 +799,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -804,7 +805,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -47,7 +47,7 @@ VARIATION_ENTRY(kIPHAutofillAiOptInFeature), VARIATION_ENTRY(kIPHAutofillCreditCardBenefitFeature), VARIATION_ENTRY(kIPHAutofillCardInfoRetrievalSuggestionFeature), -@@ -851,7 +853,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -857,7 +859,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHScalableIphGamingFeature), #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_feed_core_v2_proto__util.cc b/www/chromium/files/patch-components_feed_core_v2_proto__util.cc index 73d5ec0eb760..89112dbb99b7 100644 --- a/www/chromium/files/patch-components_feed_core_v2_proto__util.cc +++ b/www/chromium/files/patch-components_feed_core_v2_proto__util.cc @@ -1,6 +1,6 @@ ---- components/feed/core/v2/proto_util.cc.orig 2023-07-16 15:47:57 UTC +--- components/feed/core/v2/proto_util.cc.orig 2025-07-02 06:08:04 UTC +++ components/feed/core/v2/proto_util.cc -@@ -93,8 +93,8 @@ feedwire::Version GetPlatformVersionMessage() { +@@ -92,8 +92,8 @@ feedwire::Version GetPlatformVersionMessage() { int32_t major, minor, revision; base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &revision); @@ -11,7 +11,7 @@ result.set_revision(revision); #if BUILDFLAG(IS_ANDROID) result.set_api_version(base::android::BuildInfo::GetInstance()->sdk_int()); -@@ -109,8 +109,8 @@ feedwire::Version GetAppVersionMessage(const ChromeInf +@@ -108,8 +108,8 @@ feedwire::Version GetAppVersionMessage(const ChromeInf // Chrome's version is in the format: MAJOR,MINOR,BUILD,PATCH. const std::vector<uint32_t>& numbers = chrome_info.version.components(); if (numbers.size() > 3) { diff --git a/www/chromium/files/patch-components_feed_core_v2_proto__util__unittest.cc b/www/chromium/files/patch-components_feed_core_v2_proto__util__unittest.cc index 6c41a4a82910..24c72d1b4031 100644 --- a/www/chromium/files/patch-components_feed_core_v2_proto__util__unittest.cc +++ b/www/chromium/files/patch-components_feed_core_v2_proto__util__unittest.cc @@ -1,6 +1,6 @@ ---- components/feed/core/v2/proto_util_unittest.cc.orig 2024-08-26 12:06:38 UTC +--- components/feed/core/v2/proto_util_unittest.cc.orig 2025-07-02 06:08:04 UTC +++ components/feed/core/v2/proto_util_unittest.cc -@@ -43,8 +43,8 @@ TEST(ProtoUtilTest, CreateClientInfo) { +@@ -42,8 +42,8 @@ TEST(ProtoUtilTest, CreateClientInfo) { feedwire::ClientInfo result = CreateClientInfo(request_metadata); EXPECT_EQ(feedwire::ClientInfo::CHROME_ANDROID, result.app_type()); EXPECT_EQ(feedwire::Version::RELEASE, result.app_version().build_type()); diff --git a/www/chromium/files/patch-components_metrics_metrics__log.cc b/www/chromium/files/patch-components_metrics_metrics__log.cc index b7473a13c23d..b3c42657cd0b 100644 --- a/www/chromium/files/patch-components_metrics_metrics__log.cc +++ b/www/chromium/files/patch-components_metrics_metrics__log.cc @@ -1,6 +1,6 @@ ---- components/metrics/metrics_log.cc.orig 2025-05-05 10:57:53 UTC +--- components/metrics/metrics_log.cc.orig 2025-07-02 06:08:04 UTC +++ components/metrics/metrics_log.cc -@@ -62,7 +62,7 @@ +@@ -58,7 +58,7 @@ #include "base/win/current_module.h" #endif @@ -9,7 +9,7 @@ #include "base/environment.h" #include "base/nix/xdg_util.h" #endif -@@ -158,7 +158,7 @@ void RecordCurrentTime( +@@ -154,7 +154,7 @@ void RecordCurrentTime( } } @@ -18,7 +18,7 @@ metrics::SystemProfileProto::OS::XdgSessionType ToProtoSessionType( base::nix::SessionType session_type) { switch (session_type) { -@@ -441,7 +441,7 @@ void MetricsLog::RecordCoreSystemProfile( +@@ -437,7 +437,7 @@ void MetricsLog::RecordCoreSystemProfile( // OperatingSystemVersion refers to the ChromeOS release version. #if BUILDFLAG(IS_CHROMEOS) os->set_kernel_version(base::SysInfo::KernelVersion()); @@ -27,7 +27,7 @@ // Linux operating system version is copied over into kernel version to be // consistent. os->set_kernel_version(base::SysInfo::OperatingSystemVersion()); -@@ -458,7 +458,7 @@ void MetricsLog::RecordCoreSystemProfile( +@@ -454,7 +454,7 @@ void MetricsLog::RecordCoreSystemProfile( os->set_build_number(base::SysInfo::GetIOSBuildNumber()); #endif diff --git a/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h b/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h index 57d424286e5c..b71296e7b06e 100644 --- a/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h +++ b/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h @@ -1,15 +1,15 @@ ---- components/os_crypt/sync/os_crypt.h.orig 2025-04-04 08:52:13 UTC +--- components/os_crypt/sync/os_crypt.h.orig 2025-07-02 06:08:04 UTC +++ components/os_crypt/sync/os_crypt.h -@@ -16,7 +16,7 @@ - #include "build/chromecast_buildflags.h" - #include "crypto/subtle_passkey.h" +@@ -22,7 +22,7 @@ class AppleKeychain; + } + #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) class KeyStorageLinux; #endif // BUILDFLAG(IS_LINUX) -@@ -32,7 +32,7 @@ struct Config; +@@ -38,7 +38,7 @@ struct Config; // Temporary interface due to OSCrypt refactor. See OSCryptImpl for descriptions // of what each function does. namespace OSCrypt { @@ -18,7 +18,7 @@ COMPONENT_EXPORT(OS_CRYPT) void SetConfig(std::unique_ptr<os_crypt::Config> config); #endif // BUILDFLAG(IS_LINUX) -@@ -77,7 +77,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b +@@ -83,7 +83,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b COMPONENT_EXPORT(OS_CRYPT) void SetLegacyEncryptionForTesting(bool legacy); COMPONENT_EXPORT(OS_CRYPT) void ResetStateForTesting(); #endif // BUILDFLAG(IS_WIN) @@ -27,7 +27,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyStorageForTesting( base::OnceCallback<std::unique_ptr<KeyStorageLinux>()> -@@ -111,7 +111,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -117,7 +117,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { // Returns singleton instance of OSCryptImpl. static OSCryptImpl* GetInstance(); @@ -36,7 +36,7 @@ // Set the configuration of OSCryptImpl. // This method, or SetRawEncryptionKey(), must be called before using // EncryptString() and DecryptString(). -@@ -207,7 +207,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -213,7 +213,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { void ResetStateForTesting(); #endif @@ -45,7 +45,7 @@ // For unit testing purposes, inject methods to be used. // |storage_provider_factory| provides the desired |KeyStorage| // implementation. If the provider returns |nullptr|, a hardcoded password -@@ -231,13 +231,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -240,13 +240,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { bool DeriveKey(); #endif // BUILDFLAG(IS_APPLE) diff --git a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc index a4c8b63869da..290372f263c1 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.cc.orig 2025-05-28 14:55:43 UTC +--- components/password_manager/core/browser/features/password_features.cc.orig 2025-07-02 06:08:04 UTC +++ components/password_manager/core/browser/features/password_features.cc -@@ -40,7 +40,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, +@@ -47,7 +47,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, BASE_FEATURE(kClearUndecryptablePasswordsOnSync, "ClearUndecryptablePasswordsInSync", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -116,7 +116,7 @@ BASE_FEATURE(kReuseDetectionBasedOnPasswordHashes, +@@ -120,7 +120,7 @@ BASE_FEATURE(kReuseDetectionBasedOnPasswordHashes, "ReuseDetectionBasedOnPasswordHashes", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h index d0f5315e414c..a47850fd900e 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.h.orig 2025-05-28 14:55:43 UTC +--- components/password_manager/core/browser/features/password_features.h.orig 2025-07-02 06:08:04 UTC +++ components/password_manager/core/browser/features/password_features.h -@@ -114,7 +114,7 @@ BASE_DECLARE_FEATURE(kPostponeOnLoginSuccessful); +@@ -115,7 +115,7 @@ BASE_DECLARE_FEATURE(kPasswordManagerLogToTerminal); // Detects password reuse based on hashed password values. BASE_DECLARE_FEATURE(kReuseDetectionBasedOnPasswordHashes); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc index a384d8aa90bc..419129b5c5e7 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_manager.cc.orig 2025-05-28 14:55:43 UTC +--- components/password_manager/core/browser/password_manager.cc.orig 2025-07-02 06:08:04 UTC +++ components/password_manager/core/browser/password_manager.cc -@@ -509,7 +509,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -507,7 +507,7 @@ void PasswordManager::RegisterProfilePrefs( prefs::kAutofillableCredentialsAccountStoreLoginDatabase, false); #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS) registry->RegisterBooleanPref(prefs::kPasswordSharingEnabled, true); @@ -9,7 +9,7 @@ registry->RegisterIntegerPref(prefs::kRelaunchChromeBubbleDismissedCounter, 0); #endif -@@ -522,7 +522,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -520,7 +520,7 @@ void PasswordManager::RegisterProfilePrefs( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h b/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h index e5751d75dc97..a2b83e110097 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manager_client.h.orig 2025-05-05 10:57:53 UTC +--- components/password_manager/core/browser/password_manager_client.h.orig 2025-07-02 06:08:04 UTC +++ components/password_manager/core/browser/password_manager_client.h @@ -31,7 +31,7 @@ #include "net/cert/cert_status_flags.h" @@ -9,7 +9,7 @@ #include "base/i18n/rtl.h" #include "components/password_manager/core/browser/password_cross_domain_confirmation_popup_controller.h" #include "ui/gfx/geometry/rect_f.h" -@@ -533,7 +533,7 @@ class PasswordManagerClient { +@@ -540,7 +540,7 @@ class PasswordManagerClient { virtual void TriggerSignIn(signin_metrics::AccessPoint access_point) const; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h b/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h index 3b5e7954e02a..a16f5a0c0d0e 100644 --- a/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h +++ b/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/common/password_manager_pref_names.h.orig 2025-05-28 14:55:43 UTC +--- components/password_manager/core/common/password_manager_pref_names.h.orig 2025-07-02 06:08:04 UTC +++ components/password_manager/core/common/password_manager_pref_names.h @@ -59,7 +59,7 @@ inline constexpr char kCredentialProviderEnabledOnStar #endif @@ -9,7 +9,7 @@ // Boolean pref controlled by the DeletingUndecryptablePasswordsEnabled policy. // If set to false it blocks deleting undecryptable passwords, otherwise the // deletion can happen. -@@ -350,7 +350,7 @@ inline constexpr char kAutofillableCredentialsAccountS +@@ -346,7 +346,7 @@ inline constexpr char kAutofillableCredentialsAccountS inline constexpr char kPasswordSharingEnabled[] = "password_manager.password_sharing_enabled"; diff --git a/www/chromium/files/patch-components_permissions_prediction__service_prediction__common.cc b/www/chromium/files/patch-components_permissions_prediction__service_prediction__common.cc index ce2536aaf44d..bda26ddbd358 100644 --- a/www/chromium/files/patch-components_permissions_prediction__service_prediction__common.cc +++ b/www/chromium/files/patch-components_permissions_prediction__service_prediction__common.cc @@ -1,6 +1,6 @@ ---- components/permissions/prediction_service/prediction_common.cc.orig 2025-04-04 08:52:13 UTC +--- components/permissions/prediction_service/prediction_common.cc.orig 2025-07-02 06:08:04 UTC +++ components/permissions/prediction_service/prediction_common.cc -@@ -34,7 +34,7 @@ int BucketizeValue(int count) { +@@ -36,7 +36,7 @@ int BucketizeValue(int count) { ClientFeatures_Platform GetCurrentPlatformProto() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ return permissions::ClientFeatures_Platform_PLATFORM_DESKTOP; #elif BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) return permissions::ClientFeatures_Platform_PLATFORM_MOBILE; -@@ -45,7 +45,7 @@ ClientFeatures_Platform GetCurrentPlatformProto() { +@@ -47,7 +47,7 @@ ClientFeatures_Platform GetCurrentPlatformProto() { ClientFeatures_PlatformEnum GetCurrentPlatformEnumProto() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-components_policy_core_browser_url__blocklist__manager.cc b/www/chromium/files/patch-components_policy_core_browser_url__blocklist__manager.cc new file mode 100644 index 000000000000..dfa041dc7fde --- /dev/null +++ b/www/chromium/files/patch-components_policy_core_browser_url__blocklist__manager.cc @@ -0,0 +1,11 @@ +--- components/policy/core/browser/url_blocklist_manager.cc.orig 2025-07-02 06:08:04 UTC ++++ components/policy/core/browser/url_blocklist_manager.cc +@@ -377,7 +377,7 @@ void URLBlocklistManager::RegisterProfilePrefs( + policy_prefs::kSafeSitesFilterBehavior, + static_cast<int>(SafeSitesFilterBehavior::kSafeSitesFilterDisabled)); + #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_MAC) ++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) + registry->RegisterListPref(policy_prefs::kPasswordManagerBlocklist); + #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || + // BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc b/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc index 60f2af30117f..bc46407c78c3 100644 --- a/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc +++ b/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc @@ -1,6 +1,6 @@ ---- components/policy/core/common/cloud/cloud_policy_client.cc.orig 2025-05-05 10:57:53 UTC +--- components/policy/core/common/cloud/cloud_policy_client.cc.orig 2025-07-02 06:08:04 UTC +++ components/policy/core/common/cloud/cloud_policy_client.cc -@@ -742,7 +742,7 @@ void CloudPolicyClient::FetchPolicy(PolicyFetchReason +@@ -762,7 +762,7 @@ void CloudPolicyClient::FetchPolicy(PolicyFetchReason fetch_request->set_invalidation_payload(invalidation_payload_); } } diff --git a/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc new file mode 100644 index 000000000000..45c534994983 --- /dev/null +++ b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc @@ -0,0 +1,11 @@ +--- components/policy/core/common/policy_pref_names.cc.orig 2025-07-02 06:08:04 UTC ++++ components/policy/core/common/policy_pref_names.cc +@@ -191,7 +191,7 @@ const char kFloatingWorkspaceEnabled[] = "ash.floating + // A boolean value indicating whether the built-in AI APIs are enabled. + const char kBuiltInAIAPIsEnabled[] = "policy.built_in_ai_apis_enabled"; + #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_MAC) ++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) + // List of urls for which password manager is disabled/blocked. + const char kPasswordManagerBlocklist[] = "policy.password_manager_blocklist"; + #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || diff --git a/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h new file mode 100644 index 000000000000..3d3f80beb506 --- /dev/null +++ b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h @@ -0,0 +1,11 @@ +--- components/policy/core/common/policy_pref_names.h.orig 2025-07-02 06:08:04 UTC ++++ components/policy/core/common/policy_pref_names.h +@@ -91,7 +91,7 @@ extern const char kFloatingWorkspaceEnabled[]; + #endif + extern const char kBuiltInAIAPIsEnabled[]; + #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_MAC) ++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) + extern const char kPasswordManagerBlocklist[]; + #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || + // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc b/www/chromium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc index c24bcbad0e03..7415d5e7665e 100644 --- a/www/chromium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc +++ b/www/chromium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc @@ -1,6 +1,6 @@ ---- components/safe_browsing/core/browser/realtime/url_lookup_service_base.cc.orig 2025-05-28 14:55:43 UTC +--- components/safe_browsing/core/browser/realtime/url_lookup_service_base.cc.orig 2025-07-02 06:08:04 UTC +++ components/safe_browsing/core/browser/realtime/url_lookup_service_base.cc -@@ -113,7 +113,7 @@ RTLookupRequest::OSType GetRTLookupRequestOSType() { +@@ -112,7 +112,7 @@ RTLookupRequest::OSType GetRTLookupRequestOSType() { return RTLookupRequest::OS_TYPE_CHROME_OS; #elif BUILDFLAG(IS_IOS) return RTLookupRequest::OS_TYPE_IOS; diff --git a/www/chromium/files/patch-components_search__engines_template__url__service.cc b/www/chromium/files/patch-components_search__engines_template__url__service.cc index e0120bcf5890..bb8d6a340eb9 100644 --- a/www/chromium/files/patch-components_search__engines_template__url__service.cc +++ b/www/chromium/files/patch-components_search__engines_template__url__service.cc @@ -1,6 +1,6 @@ ---- components/search_engines/template_url_service.cc.orig 2025-05-28 14:55:43 UTC +--- components/search_engines/template_url_service.cc.orig 2025-07-02 06:08:04 UTC +++ components/search_engines/template_url_service.cc -@@ -3557,7 +3557,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( +@@ -3561,7 +3561,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( std::unique_ptr<EnterpriseSearchManager> TemplateURLService::GetEnterpriseSearchManager(PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_signin_public_base_signin__switches.cc b/www/chromium/files/patch-components_signin_public_base_signin__switches.cc index 31ad90450cf5..6b4ba47a31b6 100644 --- a/www/chromium/files/patch-components_signin_public_base_signin__switches.cc +++ b/www/chromium/files/patch-components_signin_public_base_signin__switches.cc @@ -1,6 +1,6 @@ ---- components/signin/public/base/signin_switches.cc.orig 2025-05-28 14:55:43 UTC +--- components/signin/public/base/signin_switches.cc.orig 2025-07-02 06:08:04 UTC +++ components/signin/public/base/signin_switches.cc -@@ -62,7 +62,7 @@ BASE_FEATURE(kUseHostedDomainForManagementCheckOnSigni +@@ -64,7 +64,7 @@ BASE_FEATURE(kFullscreenSignInPromoUseDate, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/chromium/files/patch-components_signin_public_base_signin__switches.h b/www/chromium/files/patch-components_signin_public_base_signin__switches.h index 50165801de08..3438afb6235c 100644 --- a/www/chromium/files/patch-components_signin_public_base_signin__switches.h +++ b/www/chromium/files/patch-components_signin_public_base_signin__switches.h @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.h.orig 2025-05-28 14:55:43 UTC +--- components/signin/public/base/signin_switches.h.orig 2025-07-02 06:08:04 UTC +++ components/signin/public/base/signin_switches.h -@@ -55,7 +55,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) - BASE_DECLARE_FEATURE(kUseHostedDomainForManagementCheckOnSignin); +@@ -58,7 +58,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kFullscreenSignInPromoUseDate); #endif -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc b/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc index 9239ced9307f..3ed3978a9764 100644 --- a/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc +++ b/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc @@ -1,9 +1,9 @@ ---- components/supervised_user/core/browser/supervised_user_metrics_service.cc.orig 2024-07-30 11:12:21 UTC +--- components/supervised_user/core/browser/supervised_user_metrics_service.cc.orig 2025-07-02 06:08:04 UTC +++ components/supervised_user/core/browser/supervised_user_metrics_service.cc -@@ -47,7 +47,7 @@ SupervisedUserMetricsService::SupervisedUserMetricsSer +@@ -68,7 +68,7 @@ SupervisedUserMetricsService::SupervisedUserMetricsSer extensions_metrics_delegate_(std::move(extensions_metrics_delegate)) { DCHECK(pref_service_); - DCHECK(url_filter_); + supervised_user_service_observation_.Observe(&supervised_user_service); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) CHECK(extensions_metrics_delegate_) diff --git a/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc b/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc index 03bf2e31cfca..962ba8b9f69d 100644 --- a/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc +++ b/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc @@ -1,6 +1,6 @@ ---- components/supervised_user/core/browser/supervised_user_preferences.cc.orig 2025-05-05 10:57:53 UTC +--- components/supervised_user/core/browser/supervised_user_preferences.cc.orig 2025-07-02 06:08:04 UTC +++ components/supervised_user/core/browser/supervised_user_preferences.cc -@@ -147,7 +147,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry +@@ -153,7 +153,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry registry->RegisterBooleanPref(prefs::kChildAccountStatusKnown, false); registry->RegisterStringPref(prefs::kFamilyLinkUserMemberRole, std::string()); #if BUILDFLAG(ENABLE_EXTENSIONS) && \ diff --git a/www/chromium/files/patch-components_sync_service_sync__prefs.cc b/www/chromium/files/patch-components_sync_service_sync__prefs.cc new file mode 100644 index 000000000000..0a500e15d0be --- /dev/null +++ b/www/chromium/files/patch-components_sync_service_sync__prefs.cc @@ -0,0 +1,11 @@ +--- components/sync/service/sync_prefs.cc.orig 2025-07-02 06:08:04 UTC ++++ components/sync/service/sync_prefs.cc +@@ -776,7 +776,7 @@ bool SyncPrefs::IsTypeSupportedInTransportMode(UserSel + // transport mode everywhere. + return true; + case UserSelectableType::kHistory: +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(kReplaceSyncPromosWithSignInPromos) || + base::FeatureList::IsEnabled(switches::kEnableHistorySyncOptin); + #else diff --git a/www/chromium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc b/www/chromium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc index 072d543f52bf..b0ababc7a986 100644 --- a/www/chromium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc +++ b/www/chromium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc @@ -1,6 +1,6 @@ ---- components/trusted_vault/trusted_vault_connection_impl.cc.orig 2025-05-05 10:57:53 UTC +--- components/trusted_vault/trusted_vault_connection_impl.cc.orig 2025-07-02 06:08:04 UTC +++ components/trusted_vault/trusted_vault_connection_impl.cc -@@ -103,7 +103,7 @@ GetLocalPhysicalDeviceType() { +@@ -105,7 +105,7 @@ GetLocalPhysicalDeviceType() { // currently used or even built on all platforms. #if BUILDFLAG(IS_CHROMEOS) return trusted_vault_pb::PhysicalDeviceMetadata::DEVICE_TYPE_CHROMEOS; diff --git a/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc b/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc index facc86a960f5..6533a7ab2ff3 100644 --- a/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc +++ b/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-05-28 14:55:43 UTC +--- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-07-02 06:08:04 UTC +++ components/viz/service/display_embedder/skia_output_surface_impl.cc -@@ -1500,7 +1500,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor +@@ -1503,7 +1503,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor ->GetVulkanPhysicalDevice(), VK_IMAGE_TILING_OPTIMAL, vk_format, si_format, yuv_color_space, ycbcr_info); diff --git a/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h b/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h index f7f1ac6e87d6..e82b6f040c13 100644 --- a/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h +++ b/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h @@ -1,6 +1,6 @@ ---- components/viz/service/display_embedder/software_output_surface.h.orig 2025-02-19 07:43:18 UTC +--- components/viz/service/display_embedder/software_output_surface.h.orig 2025-07-02 06:08:04 UTC +++ components/viz/service/display_embedder/software_output_surface.h -@@ -41,7 +41,7 @@ class VIZ_SERVICE_EXPORT SoftwareOutputSurface : publi +@@ -40,7 +40,7 @@ class VIZ_SERVICE_EXPORT SoftwareOutputSurface : publi UpdateVSyncParametersCallback callback) override; void SetDisplayTransformHint(gfx::OverlayTransform transform) override {} gfx::OverlayTransform GetDisplayTransform() override; @@ -9,7 +9,7 @@ void SetNeedsSwapSizeNotifications( bool needs_swap_size_notifications) override; #endif -@@ -59,7 +59,7 @@ class VIZ_SERVICE_EXPORT SoftwareOutputSurface : publi +@@ -58,7 +58,7 @@ class VIZ_SERVICE_EXPORT SoftwareOutputSurface : publi base::TimeTicks refresh_timebase_; base::TimeDelta refresh_interval_ = BeginFrameArgs::DefaultInterval(); diff --git a/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc b/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc index 2cb9c8495056..037b84a2fafb 100644 --- a/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc +++ b/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display/skia_renderer.cc.orig 2025-05-28 14:55:43 UTC +--- components/viz/service/display/skia_renderer.cc.orig 2025-07-02 06:08:04 UTC +++ components/viz/service/display/skia_renderer.cc -@@ -1384,7 +1384,7 @@ void SkiaRenderer::ClearFramebuffer() { +@@ -1380,7 +1380,7 @@ void SkiaRenderer::ClearFramebuffer() { if (current_frame()->current_render_pass->has_transparent_background) { ClearCanvas(SkColors::kTransparent); } else { diff --git a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc index 9dc58ffa097d..bd9c7304e002 100644 --- a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc +++ b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc @@ -1,4 +1,4 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-05-28 14:55:43 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-07-02 06:08:04 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc @@ -141,7 +141,7 @@ RootCompositorFrameSinkImpl::Create( output_surface->SetNeedsSwapSizeNotifications( @@ -9,7 +9,7 @@ // For X11, we need notify client about swap completion after resizing, so the // client can use it for synchronize with X11 WM. output_surface->SetNeedsSwapSizeNotifications(true); -@@ -934,7 +934,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw +@@ -930,7 +930,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw if (display_client_ && enable_swap_completion_callback_) { display_client_->DidCompleteSwapWithSize(pixel_size); } diff --git a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc new file mode 100644 index 000000000000..4fe0ed10104f --- /dev/null +++ b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc @@ -0,0 +1,20 @@ +--- components/viz/service/gl/gpu_service_impl.cc.orig 2025-07-02 06:08:04 UTC ++++ components/viz/service/gl/gpu_service_impl.cc +@@ -515,7 +515,7 @@ void GpuServiceImpl::InitializeWithHostInternal( + + mojo::Remote<mojom::GpuHost> gpu_host(std::move(pending_gpu_host)); + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + gpu_extra_info_.is_gmb_nv12_supported = IsGMBNV12Supported(); + #endif + +@@ -1351,7 +1351,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg + return true; + } + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + bool GpuServiceImpl::IsGMBNV12Supported() { + CHECK(main_runner_->BelongsToCurrentThread()); + auto buffer_format = gfx::BufferFormat::YUV_420_BIPLANAR; diff --git a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h new file mode 100644 index 000000000000..955bd62f4058 --- /dev/null +++ b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h @@ -0,0 +1,11 @@ +--- components/viz/service/gl/gpu_service_impl.h.orig 2025-07-02 06:08:04 UTC ++++ components/viz/service/gl/gpu_service_impl.h +@@ -487,7 +487,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl + + void OnBeginFrameOnIO(const BeginFrameArgs& args); + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + bool IsGMBNV12Supported(); + #endif + diff --git a/www/chromium/files/patch-components_webui_flags_flags__state.cc b/www/chromium/files/patch-components_webui_flags_flags__state.cc index d5a4ef72d31e..fe99ec26dbde 100644 --- a/www/chromium/files/patch-components_webui_flags_flags__state.cc +++ b/www/chromium/files/patch-components_webui_flags_flags__state.cc @@ -1,6 +1,6 @@ ---- components/webui/flags/flags_state.cc.orig 2025-05-05 10:57:53 UTC +--- components/webui/flags/flags_state.cc.orig 2025-07-02 06:08:04 UTC +++ components/webui/flags/flags_state.cc -@@ -782,7 +782,7 @@ unsigned short FlagsState::GetCurrentPlatform() { +@@ -781,7 +781,7 @@ unsigned short FlagsState::GetCurrentPlatform() { return kOsWin; #elif BUILDFLAG(IS_CHROMEOS) return kOsCrOS; diff --git a/www/chromium/files/patch-content_app_content__main.cc b/www/chromium/files/patch-content_app_content__main.cc index fae9d12fe425..4f637b07a483 100644 --- a/www/chromium/files/patch-content_app_content__main.cc +++ b/www/chromium/files/patch-content_app_content__main.cc @@ -1,6 +1,6 @@ ---- content/app/content_main.cc.orig 2025-04-04 08:52:13 UTC +--- content/app/content_main.cc.orig 2025-07-02 06:08:04 UTC +++ content/app/content_main.cc -@@ -227,7 +227,7 @@ NO_STACK_PROTECTOR int RunContentProcess( +@@ -233,7 +233,7 @@ NO_STACK_PROTECTOR int RunContentProcess( base::EnableTerminationOnOutOfMemory(); logging::RegisterAbslAbortHook(); @@ -9,7 +9,7 @@ // The various desktop environments set this environment variable that // allows the dbus client library to connect directly to the bus. When this // variable is not set (test environments like xvfb-run), the dbus client -@@ -317,7 +317,7 @@ NO_STACK_PROTECTOR int RunContentProcess( +@@ -332,7 +332,7 @@ NO_STACK_PROTECTOR int RunContentProcess( #endif #endif diff --git a/www/chromium/files/patch-content_app_content__main__runner__impl.cc b/www/chromium/files/patch-content_app_content__main__runner__impl.cc index 718021da5322..b059dda05cc1 100644 --- a/www/chromium/files/patch-content_app_content__main__runner__impl.cc +++ b/www/chromium/files/patch-content_app_content__main__runner__impl.cc @@ -1,4 +1,4 @@ ---- content/app/content_main_runner_impl.cc.orig 2025-05-28 14:55:43 UTC +--- content/app/content_main_runner_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/app/content_main_runner_impl.cc @@ -148,18 +148,20 @@ #include "content/browser/posix_file_descriptor_info_impl.h" @@ -71,7 +71,7 @@ #if BUILDFLAG(ENABLE_PPAPI) // Ensure access to the Pepper plugins before the sandbox is turned on. -@@ -752,7 +768,7 @@ NO_STACK_PROTECTOR int RunOtherNamedProcessTypeMain( +@@ -763,7 +779,7 @@ NO_STACK_PROTECTOR int RunOtherNamedProcessTypeMain( unregister_thread_closure = base::HangWatcher::RegisterThread( base::HangWatcher::ThreadType::kMainThread); bool start_hang_watcher_now; @@ -80,7 +80,7 @@ // On Linux/ChromeOS, the HangWatcher can't start until after the sandbox is // initialized, because the sandbox can't be started with multiple threads. // TODO(mpdenton): start the HangWatcher after the sandbox is initialized. -@@ -865,11 +881,10 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam +@@ -876,11 +892,10 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam base::GlobalDescriptors::kBaseDescriptor); #endif // !BUILDFLAG(IS_ANDROID) @@ -94,7 +94,7 @@ #endif // !BUILDFLAG(IS_WIN) -@@ -1050,10 +1065,22 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam +@@ -1073,10 +1088,22 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam process_type == switches::kZygoteProcess) { PreSandboxInit(); } @@ -117,7 +117,7 @@ delegate_->SandboxInitialized(process_type); #if BUILDFLAG(USE_ZYGOTE) -@@ -1150,6 +1177,11 @@ NO_STACK_PROTECTOR int ContentMainRunnerImpl::Run() { +@@ -1176,6 +1203,11 @@ NO_STACK_PROTECTOR int ContentMainRunnerImpl::Run() { content_main_params_.reset(); RegisterMainThreadFactories(); diff --git a/www/chromium/files/patch-content_browser_BUILD.gn b/www/chromium/files/patch-content_browser_BUILD.gn index ac0789f54fe9..bbd14b12b2c6 100644 --- a/www/chromium/files/patch-content_browser_BUILD.gn +++ b/www/chromium/files/patch-content_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- content/browser/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- content/browser/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ content/browser/BUILD.gn -@@ -2571,6 +2571,14 @@ source_set("browser") { +@@ -2580,6 +2580,14 @@ source_set("browser") { ] } @@ -15,7 +15,7 @@ if (is_linux || is_chromeos) { sources -= [ "file_system_access/file_path_watcher/file_path_watcher_stub.cc" ] -@@ -2616,6 +2624,15 @@ source_set("browser") { +@@ -2628,6 +2636,15 @@ source_set("browser") { if (allow_oop_video_decoder) { sources += [ "media/oop_video_decoder_factory.cc" ] deps += [ "//media/mojo/mojom" ] diff --git a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc index 4b87f11e8659..588100f05d65 100644 --- a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc +++ b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/accessibility/browser_accessibility_state_impl.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/accessibility/browser_accessibility_state_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/accessibility/browser_accessibility_state_impl.cc -@@ -181,7 +181,7 @@ BrowserAccessibilityStateImpl* BrowserAccessibilitySta +@@ -278,7 +278,7 @@ BrowserAccessibilityStateImpl* BrowserAccessibilitySta // On Android, Mac, Windows and Linux there are platform-specific subclasses. #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && \ diff --git a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc index 06fd1952e3e4..aee5426cbcd1 100644 --- a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc +++ b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc @@ -1,6 +1,6 @@ ---- content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc.orig 2025-05-05 10:57:53 UTC +--- content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc -@@ -32,7 +32,11 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al +@@ -33,7 +33,11 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al std::string cmdline; std::stringstream ss(cmdline_all); while (std::getline(ss, cmdline, '\0')) { @@ -12,7 +12,7 @@ if (re2::RE2::PartialMatch(cmdline, orca_regex)) { return true; // Orca was found } -@@ -42,6 +46,10 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al +@@ -43,6 +47,10 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al // Returns true if Orca is active. bool DiscoverOrca() { @@ -23,7 +23,7 @@ // NOTE: this method is run from another thread to reduce jank, since // there's no guarantee these system calls will return quickly. std::unique_ptr<DIR, decltype(&CloseDir)> proc_dir(opendir("/proc"), -@@ -79,6 +87,7 @@ bool DiscoverOrca() { +@@ -80,6 +88,7 @@ bool DiscoverOrca() { } return is_orca_active; diff --git a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc index 8f58b1d86100..0922fcb37da7 100644 --- a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc +++ b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_child_process_host_impl.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/browser_child_process_host_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/browser_child_process_host_impl.cc -@@ -327,6 +327,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo +@@ -326,6 +326,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo switches::kLogBestEffortTasks, switches::kPerfettoDisableInterning, switches::kTraceToConsole, @@ -8,7 +8,7 @@ }; cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches); -@@ -697,7 +698,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() +@@ -696,7 +697,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() ->child_process()); #endif diff --git a/www/chromium/files/patch-content_browser_child__process__launcher__helper.h b/www/chromium/files/patch-content_browser_child__process__launcher__helper.h deleted file mode 100644 index d371acee9152..000000000000 --- a/www/chromium/files/patch-content_browser_child__process__launcher__helper.h +++ /dev/null @@ -1,11 +0,0 @@ ---- content/browser/child_process_launcher_helper.h.orig 2025-03-05 08:14:56 UTC -+++ content/browser/child_process_launcher_helper.h -@@ -308,7 +308,7 @@ class ChildProcessLauncherHelper - std::optional<base::ProcessId> process_id_ = std::nullopt; - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // The priority of the process. The state is stored to avoid changing the - // setting repeatedly. - std::optional<base::Process::Priority> priority_; diff --git a/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc b/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc index 6303dfc38e0c..5d29abddf530 100644 --- a/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc +++ b/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc @@ -1,4 +1,4 @@ ---- content/browser/child_process_launcher_helper_linux.cc.orig 2024-06-17 12:56:06 UTC +--- content/browser/child_process_launcher_helper_linux.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/child_process_launcher_helper_linux.cc @@ -22,7 +22,9 @@ #include "content/public/common/result_codes.h" @@ -109,7 +109,7 @@ } void ChildProcessLauncherHelper::SetProcessPriorityOnLauncherThread( -@@ -182,11 +202,13 @@ void ChildProcessLauncherHelper::SetProcessPriorityOnL +@@ -181,11 +201,13 @@ void ChildProcessLauncherHelper::SetProcessPriorityOnL } } diff --git a/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc b/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc index e0e7c87d1bc2..1a42fbd56aa1 100644 --- a/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc +++ b/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc @@ -1,6 +1,6 @@ ---- content/browser/compositor/viz_process_transport_factory.cc.orig 2025-05-05 10:57:53 UTC +--- content/browser/compositor/viz_process_transport_factory.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/compositor/viz_process_transport_factory.cc -@@ -105,7 +105,7 @@ class HostDisplayClient : public viz::HostDisplayClien +@@ -104,7 +104,7 @@ class HostDisplayClient : public viz::HostDisplayClien HostDisplayClient& operator=(const HostDisplayClient&) = delete; // viz::HostDisplayClient: diff --git a/www/chromium/files/patch-content_browser_gpu_compositor__util.cc b/www/chromium/files/patch-content_browser_gpu_compositor__util.cc index 70d79ed32a1b..b74c9a0a6e43 100644 --- a/www/chromium/files/patch-content_browser_gpu_compositor__util.cc +++ b/www/chromium/files/patch-content_browser_gpu_compositor__util.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/compositor_util.cc.orig 2025-05-05 10:57:53 UTC +--- content/browser/gpu/compositor_util.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/gpu/compositor_util.cc -@@ -142,7 +142,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( +@@ -143,7 +143,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( "video_decode", SafeGetFeatureStatus( gpu_feature_info, gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE, @@ -9,7 +9,7 @@ !base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) || #endif // BUILDFLAG(IS_LINUX) command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode)), -@@ -154,7 +154,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( +@@ -155,7 +155,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( "video_encode", SafeGetFeatureStatus( gpu_feature_info, gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE, diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h index 4de2e60c1a58..c23acf32e286 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h +++ b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h @@ -1,4 +1,4 @@ ---- content/browser/gpu/gpu_data_manager_impl.h.orig 2025-05-05 10:57:53 UTC +--- content/browser/gpu/gpu_data_manager_impl.h.orig 2025-07-02 06:08:04 UTC +++ content/browser/gpu/gpu_data_manager_impl.h @@ -225,7 +225,7 @@ class CONTENT_EXPORT GpuDataManagerImpl : public GpuDa void OnDisplayMetricsChanged(const display::Display& display, @@ -7,5 +7,5 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) bool IsGpuMemoryBufferNV12Supported(); - void SetGpuMemoryBufferNV12Supported(bool supported); #endif // BUILDFLAG(IS_LINUX) + diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc index a44f4638cd8d..6a3bf2832a78 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc +++ b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc @@ -1,11 +1,11 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/gpu/gpu_data_manager_impl_private.cc -@@ -1697,7 +1697,7 @@ void GpuDataManagerImplPrivate::RecordCompositingMode( +@@ -1696,7 +1696,7 @@ void GpuDataManagerImplPrivate::RecordCompositingMode( UMA_HISTOGRAM_ENUMERATION("GPU.CompositingMode", compositing_mode); } -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) bool GpuDataManagerImplPrivate::IsGpuMemoryBufferNV12Supported() { - return is_gpu_memory_buffer_NV12_supported_; + return gpu_extra_info_.is_gmb_nv12_supported; } diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h index 912b99f74c70..5e6993cbb4bc 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h +++ b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h @@ -1,4 +1,4 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.h.orig 2025-05-05 10:57:53 UTC +--- content/browser/gpu/gpu_data_manager_impl_private.h.orig 2025-07-02 06:08:04 UTC +++ content/browser/gpu/gpu_data_manager_impl_private.h @@ -149,7 +149,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate { void OnDisplayMetricsChanged(const display::Display& display, @@ -7,9 +7,9 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) bool IsGpuMemoryBufferNV12Supported(); - void SetGpuMemoryBufferNV12Supported(bool supported); #endif // BUILDFLAG(IS_LINUX) -@@ -313,7 +313,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate { + +@@ -312,7 +312,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate { bool application_is_visible_ = true; bool disable_gpu_compositing_ = false; diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__memory__buffer__manager__singleton.cc b/www/chromium/files/patch-content_browser_gpu_gpu__memory__buffer__manager__singleton.cc deleted file mode 100644 index 2d3222b37c31..000000000000 --- a/www/chromium/files/patch-content_browser_gpu_gpu__memory__buffer__manager__singleton.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/browser/gpu/gpu_memory_buffer_manager_singleton.cc.orig 2025-01-15 09:18:26 UTC -+++ content/browser/gpu/gpu_memory_buffer_manager_singleton.cc -@@ -46,7 +46,7 @@ scoped_refptr<base::SingleThreadTaskRunner> GetTaskRun - #endif - } - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool IsGpuMemoryBufferNV12Supported() { - static bool is_computed = false; - static bool supported = false; -@@ -111,7 +111,7 @@ void GpuMemoryBufferManagerSingleton::RemoveObserver( - } - - void GpuMemoryBufferManagerSingleton::OnGpuExtraInfoUpdate() { --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Dynamic check whether the NV12 format is supported as it may be - // inconsistent between the system GBM (Generic Buffer Management) and - // chromium miniGBM. diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc b/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc index 4a526178d632..5d31ab2094d2 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc +++ b/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_process_host.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/gpu/gpu_process_host.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/gpu/gpu_process_host.cc -@@ -275,6 +275,7 @@ static const char* const kSwitchNames[] = { +@@ -274,6 +274,7 @@ static const char* const kSwitchNames[] = { switches::kDisableSkiaGraphite, switches::kDisableSkiaGraphitePrecompilation, switches::kDisableLowEndDeviceMode, @@ -8,7 +8,7 @@ switches::kProfilingAtStart, switches::kProfilingFile, switches::kProfilingFlush, -@@ -303,7 +304,7 @@ static const char* const kSwitchNames[] = { +@@ -302,7 +303,7 @@ static const char* const kSwitchNames[] = { switches::kEnableNativeGpuMemoryBuffers, switches::kRenderNodeOverride, #endif diff --git a/www/chromium/files/patch-content_browser_network__service__instance__impl.cc b/www/chromium/files/patch-content_browser_network__service__instance__impl.cc index d8f7315e3ad8..74bcc08b0254 100644 --- a/www/chromium/files/patch-content_browser_network__service__instance__impl.cc +++ b/www/chromium/files/patch-content_browser_network__service__instance__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/network_service_instance_impl.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/network_service_instance_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/network_service_instance_impl.cc @@ -85,7 +85,7 @@ #include "content/browser/network/network_service_process_tracker_win.h" @@ -9,7 +9,7 @@ #include "content/browser/system_dns_resolution/system_dns_resolver.h" #include "services/network/public/mojom/system_dns_resolution.mojom-forward.h" #endif -@@ -343,7 +343,7 @@ void CreateInProcessNetworkService( +@@ -335,7 +335,7 @@ void CreateInProcessNetworkService( std::move(receiver))); } @@ -18,7 +18,7 @@ // Runs a self-owned SystemDnsResolverMojoImpl. This is meant to run on a // high-priority thread pool. void RunSystemDnsResolverOnThreadPool( -@@ -411,7 +411,7 @@ network::mojom::NetworkServiceParamsPtr CreateNetworkS +@@ -402,7 +402,7 @@ network::mojom::NetworkServiceParamsPtr CreateNetworkS } #endif // BUILDFLAG(IS_POSIX) diff --git a/www/chromium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc b/www/chromium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc index e369683fd528..967501873d0b 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/media/service_video_capture_device_launcher.cc.orig 2025-03-05 08:14:56 UTC +--- content/browser/renderer_host/media/service_video_capture_device_launcher.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/renderer_host/media/service_video_capture_device_launcher.cc -@@ -26,7 +26,7 @@ +@@ -29,7 +29,7 @@ #include "media/base/media_switches.h" #endif @@ -9,7 +9,7 @@ #include "content/browser/gpu/gpu_data_manager_impl.h" #endif -@@ -183,7 +183,7 @@ void ServiceVideoCaptureDeviceLauncher::LaunchDeviceAs +@@ -188,7 +188,7 @@ void ServiceVideoCaptureDeviceLauncher::LaunchDeviceAs } #else if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled()) { diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc index a6eee53ecbcb..d095f6398b2d 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/renderer_host/render_process_host_impl.cc @@ -222,7 +222,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" @@ -9,7 +9,7 @@ #include <sys/resource.h> #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck -@@ -1120,7 +1120,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = +@@ -1126,7 +1126,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = // to indicate failure and std::numeric_limits<size_t>::max() to indicate // unlimited. size_t GetPlatformProcessLimit() { @@ -18,7 +18,7 @@ struct rlimit limit; if (getrlimit(RLIMIT_NPROC, &limit) != 0) return kUnknownPlatformProcessLimit; -@@ -1327,7 +1327,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost +@@ -1333,7 +1333,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost void RenderProcessHostImpl::IOThreadHostImpl::SetPid( base::ProcessId child_pid) { @@ -27,7 +27,7 @@ child_thread_type_switcher_.SetPid(child_pid); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) } -@@ -3408,7 +3408,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( +@@ -3426,7 +3426,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( base::TimeTicks::UnixEpoch().since_origin().InMicroseconds())); } @@ -36,15 +36,15 @@ // Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support // for NV12 GPU memory buffer. if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() && -@@ -3463,6 +3463,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin +@@ -3480,6 +3480,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin + switches::kDisableSkiaRuntimeOpts, switches::kDisableSpeechAPI, switches::kDisableThreadedCompositing, - switches::kDisableTouchDragDrop, + switches::kDisableUnveil, switches::kDisableV8IdleTasks, switches::kDisableVideoCaptureUseGpuMemoryBuffer, switches::kDisableWebGLImageChromium, -@@ -5313,7 +5314,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr +@@ -5329,7 +5330,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr // - Win: https://crbug.com/707022 . uint64_t total_size = 0; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h index 177d7aa8a389..131fa6beb0c6 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.h.orig 2025-05-28 14:55:43 UTC +--- content/browser/renderer_host/render_process_host_impl.h.orig 2025-07-02 06:08:04 UTC +++ content/browser/renderer_host/render_process_host_impl.h @@ -101,7 +101,7 @@ #include "media/fuchsia_media_codec_provider_impl.h" @@ -9,16 +9,16 @@ #include "content/browser/child_thread_type_switcher_linux.h" #include "media/mojo/mojom/video_encode_accelerator.mojom.h" #endif -@@ -985,7 +985,7 @@ class CONTENT_EXPORT RenderProcessHostImpl - std::unique_ptr<service_manager::BinderRegistry> binders_; - mojo::Receiver<mojom::ChildProcessHost> receiver_{this}; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) +@@ -995,7 +995,7 @@ class CONTENT_EXPORT RenderProcessHostImpl mojo::Remote<media::mojom::VideoEncodeAcceleratorProviderFactory> video_encode_accelerator_factory_remote_; + #endif +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) ChildThreadTypeSwitcher child_thread_type_switcher_; -@@ -1230,7 +1230,7 @@ class CONTENT_EXPORT RenderProcessHostImpl + #endif + }; +@@ -1238,7 +1238,7 @@ class CONTENT_EXPORT RenderProcessHostImpl // if the request isn't handled on the IO thread. void OnBindHostReceiver(mojo::GenericPendingReceiver receiver); diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc index 815ddc2f3a80..2a44264eb401 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc -@@ -50,7 +50,7 @@ +@@ -51,7 +51,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" #endif @@ -8,8 +8,8 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck #include "content/browser/font_service.h" // nogncheck - #include "content/browser/media/video_encode_accelerator_provider_launcher.h" -@@ -332,7 +332,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost + #endif +@@ -336,7 +336,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost } #endif @@ -18,3 +18,12 @@ if (auto font_receiver = receiver.As<font_service::mojom::FontService>()) { ConnectToFontService(std::move(font_receiver)); return; +@@ -364,7 +364,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost + } + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (auto r = receiver.As<mojom::ThreadTypeSwitcher>()) { + child_thread_type_switcher_.Bind(std::move(r)); + return; diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc b/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc index 20b6b8c7fc8d..a8bb5458fa6e 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_view_host_impl.cc.orig 2025-05-28 14:55:43 UTC +--- content/browser/renderer_host/render_view_host_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/renderer_host/render_view_host_impl.cc -@@ -273,7 +273,7 @@ void RenderViewHostImpl::GetPlatformSpecificPrefs( +@@ -271,7 +271,7 @@ void RenderViewHostImpl::GetPlatformSpecificPrefs( display::win::GetScreenWin()->GetSystemMetricsInDIP(SM_CYVSCROLL); prefs->arrow_bitmap_width_horizontal_scroll_bar_in_dips = display::win::GetScreenWin()->GetSystemMetricsInDIP(SM_CXHSCROLL); diff --git a/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc b/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc index 1067df3a7afc..dcf5437a0601 100644 --- a/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc +++ b/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc @@ -1,4 +1,4 @@ ---- content/browser/service_host/utility_process_host.cc.orig 2025-05-05 10:57:53 UTC +--- content/browser/service_host/utility_process_host.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/service_host/utility_process_host.cc @@ -68,7 +68,7 @@ #include "content/browser/v8_snapshot_files.h" @@ -18,21 +18,21 @@ base::ScopedFD PassNetworkContextParentDirs( std::vector<base::FilePath> network_context_parent_dirs) { base::Pickle pickle; -@@ -427,7 +427,7 @@ bool UtilityProcessHost::StartProcess() { - file_data_->files_to_preload.merge(GetV8SnapshotFilesToPreload(*cmd_line)); +@@ -491,7 +491,7 @@ bool UtilityProcessHost::StartProcess() { + GetV8SnapshotFilesToPreload(*cmd_line)); #endif // BUILDFLAG(IS_POSIX) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // The network service should have access to the parent directories - // necessary for its usage. - if (sandbox_type_ == sandbox::mojom::Sandbox::kNetwork) { -@@ -444,7 +444,7 @@ bool UtilityProcessHost::StartProcess() { - if (metrics_name_ == video_capture::mojom::VideoCaptureService::Name_) { - bool pass_gpu_buffer_flag = - switches::IsVideoCaptureUseGpuMemoryBufferEnabled(); + // The network service should have access to the parent directories + // necessary for its usage. + if (options_.sandbox_type_ == sandbox::mojom::Sandbox::kNetwork) { +@@ -509,7 +509,7 @@ bool UtilityProcessHost::StartProcess() { + video_capture::mojom::VideoCaptureService::Name_) { + bool pass_gpu_buffer_flag = + switches::IsVideoCaptureUseGpuMemoryBufferEnabled(); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Check if NV12 GPU memory buffer supported at the same time. - pass_gpu_buffer_flag = - pass_gpu_buffer_flag && + // Check if NV12 GPU memory buffer supported at the same time. + pass_gpu_buffer_flag = + pass_gpu_buffer_flag && diff --git a/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc b/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc index 5189d397b710..0956ff8d29f0 100644 --- a/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc +++ b/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc @@ -1,15 +1,6 @@ ---- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-04-04 08:52:13 UTC +--- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ content/browser/service_host/utility_sandbox_delegate.cc -@@ -77,7 +77,7 @@ UtilitySandboxedProcessLauncherDelegate:: - #if BUILDFLAG(IS_FUCHSIA) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoCapture || - #endif --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoDecoding || - sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoEncoding || - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -90,14 +90,14 @@ UtilitySandboxedProcessLauncherDelegate:: +@@ -91,14 +91,14 @@ UtilitySandboxedProcessLauncherDelegate:: #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -27,16 +18,7 @@ sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -@@ -144,7 +144,7 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe - // process upon startup. - if (sandbox_type_ == sandbox::mojom::Sandbox::kNetwork || - sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceModelExecution || --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoDecoding || - sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoEncoding || - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -158,11 +158,11 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe +@@ -159,11 +159,11 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe #endif // BUILDFLAG(IS_CHROMEOS) sandbox_type_ == sandbox::mojom::Sandbox::kAudio || #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-content_common_features.cc b/www/chromium/files/patch-content_common_features.cc index 6510b275595a..9ec523b4f515 100644 --- a/www/chromium/files/patch-content_common_features.cc +++ b/www/chromium/files/patch-content_common_features.cc @@ -1,6 +1,6 @@ ---- content/common/features.cc.orig 2025-05-28 14:55:43 UTC +--- content/common/features.cc.orig 2025-07-02 06:08:04 UTC +++ content/common/features.cc -@@ -163,7 +163,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn, +@@ -170,7 +170,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn, base::FEATURE_DISABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host diff --git a/www/chromium/files/patch-content_common_features.h b/www/chromium/files/patch-content_common_features.h index 15de6dab94f5..4f17dd3bce7f 100644 --- a/www/chromium/files/patch-content_common_features.h +++ b/www/chromium/files/patch-content_common_features.h @@ -1,6 +1,6 @@ ---- content/common/features.h.orig 2025-05-28 14:55:43 UTC +--- content/common/features.h.orig 2025-07-02 06:08:04 UTC +++ content/common/features.h -@@ -59,7 +59,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginEn +@@ -60,7 +60,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginEn CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginTracking); CONTENT_EXPORT BASE_DECLARE_FEATURE(kCriticalClientHint); CONTENT_EXPORT BASE_DECLARE_FEATURE(kDocumentPolicyNegotiation); diff --git a/www/chromium/files/patch-content_gpu_gpu__main.cc b/www/chromium/files/patch-content_gpu_gpu__main.cc index a3b8d4fd8eb0..90a517be3aab 100644 --- a/www/chromium/files/patch-content_gpu_gpu__main.cc +++ b/www/chromium/files/patch-content_gpu_gpu__main.cc @@ -1,6 +1,6 @@ ---- content/gpu/gpu_main.cc.orig 2025-05-28 14:55:43 UTC +--- content/gpu/gpu_main.cc.orig 2025-07-02 06:08:04 UTC +++ content/gpu/gpu_main.cc -@@ -95,10 +95,14 @@ +@@ -105,10 +105,14 @@ #include "sandbox/win/src/sandbox.h" #endif @@ -16,7 +16,7 @@ #include "sandbox/policy/sandbox_type.h" #endif -@@ -116,7 +120,7 @@ namespace content { +@@ -126,7 +130,7 @@ namespace content { namespace { @@ -25,7 +25,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread*, const gpu::GPUInfo*, const gpu::GpuPreferences&); -@@ -176,7 +180,7 @@ class ContentSandboxHelper : public gpu::GpuSandboxHel +@@ -188,7 +192,7 @@ class ContentSandboxHelper : public gpu::GpuSandboxHel const gpu::GPUInfo* gpu_info, const gpu::GpuPreferences& gpu_prefs) override { GPU_STARTUP_TRACE_EVENT("gpu_main::EnsureSandboxInitialized"); @@ -34,7 +34,7 @@ return StartSandboxLinux(watchdog_thread, gpu_info, gpu_prefs); #elif BUILDFLAG(IS_WIN) return StartSandboxWindows(sandbox_info_); -@@ -289,7 +293,7 @@ int GpuMain(MainFunctionParams parameters) { +@@ -304,7 +308,7 @@ int GpuMain(MainFunctionParams parameters) { std::make_unique<base::SingleThreadTaskExecutor>( gpu_preferences.message_pump_type); } @@ -43,7 +43,7 @@ #error "Unsupported Linux platform." #elif BUILDFLAG(IS_MAC) // Cross-process CoreAnimation requires a CFRunLoop to function at all, and -@@ -315,7 +319,8 @@ int GpuMain(MainFunctionParams parameters) { +@@ -329,7 +333,8 @@ int GpuMain(MainFunctionParams parameters) { base::PlatformThread::SetName("CrGpuMain"); mojo::InterfaceEndpointClient::SetThreadNameSuffixForMetrics("GpuMain"); @@ -53,7 +53,7 @@ // Thread type delegate of the process should be registered before // thread type change below for the main thread and for thread pool in // ChildProcess constructor. -@@ -448,7 +453,7 @@ int GpuMain(MainFunctionParams parameters) { +@@ -461,7 +466,7 @@ int GpuMain(MainFunctionParams parameters) { namespace { @@ -62,7 +62,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread* watchdog_thread, const gpu::GPUInfo* gpu_info, const gpu::GpuPreferences& gpu_prefs) { -@@ -488,7 +493,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread* watchdo +@@ -509,7 +514,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread* watchdo sandbox_options.accelerated_video_encode_enabled = !gpu_prefs.disable_accelerated_video_encode; diff --git a/www/chromium/files/patch-content_public_browser_content__browser__client.cc b/www/chromium/files/patch-content_public_browser_content__browser__client.cc index 89aed8823a0e..2ed8ac354006 100644 --- a/www/chromium/files/patch-content_public_browser_content__browser__client.cc +++ b/www/chromium/files/patch-content_public_browser_content__browser__client.cc @@ -1,6 +1,6 @@ ---- content/public/browser/content_browser_client.cc.orig 2025-05-28 14:55:43 UTC +--- content/public/browser/content_browser_client.cc.orig 2025-07-02 06:08:04 UTC +++ content/public/browser/content_browser_client.cc -@@ -1394,7 +1394,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem +@@ -1418,7 +1418,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem // that can be adequately sandboxed. // Currently Android's network service will not run out of process or sandboxed, // so OutOfProcessSystemDnsResolution is not currently enabled on Android. diff --git a/www/chromium/files/patch-content_public_common_content__features.cc b/www/chromium/files/patch-content_public_common_content__features.cc index 7c8aa0d03414..2b7639e3f7f8 100644 --- a/www/chromium/files/patch-content_public_common_content__features.cc +++ b/www/chromium/files/patch-content_public_common_content__features.cc @@ -1,6 +1,6 @@ ---- content/public/common/content_features.cc.orig 2025-05-28 14:55:43 UTC +--- content/public/common/content_features.cc.orig 2025-07-02 06:08:04 UTC +++ content/public/common/content_features.cc -@@ -80,7 +80,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, +@@ -87,7 +87,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, // Runs the audio service in a separate process. BASE_FEATURE(kAudioServiceOutOfProcess, "AudioServiceOutOfProcess", @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1275,9 +1275,9 @@ BASE_FEATURE(kWebAssemblyTiering, +@@ -1268,9 +1268,9 @@ BASE_FEATURE(kWebAssemblyTiering, BASE_FEATURE(kWebAssemblyTrapHandler, "WebAssemblyTrapHandler", #if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -21,7 +21,7 @@ defined(ARCH_CPU_ARM64)) base::FEATURE_ENABLED_BY_DEFAULT #else -@@ -1334,7 +1334,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, +@@ -1327,7 +1327,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, // Controls whether the WebUSB API is enabled: // https://wicg.github.io/webusb diff --git a/www/chromium/files/patch-content_renderer_render__thread__impl.cc b/www/chromium/files/patch-content_renderer_render__thread__impl.cc index fb3000764db5..5c2470edebc0 100644 --- a/www/chromium/files/patch-content_renderer_render__thread__impl.cc +++ b/www/chromium/files/patch-content_renderer_render__thread__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/render_thread_impl.cc.orig 2025-05-05 10:57:53 UTC +--- content/renderer/render_thread_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/renderer/render_thread_impl.cc -@@ -207,6 +207,8 @@ +@@ -204,6 +204,8 @@ #if BUILDFLAG(IS_APPLE) #include <malloc/malloc.h> @@ -9,7 +9,7 @@ #else #include <malloc.h> #endif -@@ -1069,7 +1071,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -1066,7 +1068,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: kGpuStreamIdMedia, kGpuStreamPriorityMedia); const bool enable_video_decode_accelerator = @@ -18,7 +18,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) && #endif // BUILDFLAG(IS_LINUX) !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoDecode) && -@@ -1078,7 +1080,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -1075,7 +1077,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: gpu::kGpuFeatureStatusEnabled); const bool enable_video_encode_accelerator = @@ -27,7 +27,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoEncodeLinux) && #else !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoEncode) && -@@ -1870,7 +1872,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( +@@ -1850,7 +1852,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( bool enable_video_encode_accelerator) { mojo::PendingRemote<media::mojom::VideoEncodeAcceleratorProvider> vea_provider; diff --git a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc index 15b6b6d5dc80..1ebc4e9e1eba 100644 --- a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc +++ b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2025-05-05 10:57:53 UTC +--- content/renderer/renderer_blink_platform_impl.cc.orig 2025-07-02 06:08:04 UTC +++ content/renderer/renderer_blink_platform_impl.cc -@@ -124,7 +124,7 @@ +@@ -123,7 +123,7 @@ #if BUILDFLAG(IS_MAC) #include "content/child/child_process_sandbox_support_impl_mac.h" @@ -9,7 +9,7 @@ #include "content/child/child_process_sandbox_support_impl_linux.h" #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -192,13 +192,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -191,13 +191,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( is_locked_to_site_(false), main_thread_scheduler_(main_thread_scheduler), next_frame_sink_id_(uint32_t{std::numeric_limits<int32_t>::max()} + 1) { @@ -25,7 +25,7 @@ mojo::PendingRemote<font_service::mojom::FontService> font_service; RenderThreadImpl::current()->BindHostReceiver( font_service.InitWithNewPipeAndPassReceiver()); -@@ -223,7 +223,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -222,7 +222,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -34,7 +34,7 @@ if (sandboxEnabled()) { #if BUILDFLAG(IS_MAC) sandbox_support_ = std::make_unique<WebSandboxSupportMac>(); -@@ -296,7 +296,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes +@@ -295,7 +295,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes blink::WebSandboxSupport* RendererBlinkPlatformImpl::GetSandboxSupport() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc b/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc index f94d43ace5fc..46de71dd125c 100644 --- a/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc +++ b/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- content/shell/app/shell_main_delegate.cc.orig 2024-11-14 07:57:23 UTC +--- content/shell/app/shell_main_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ content/shell/app/shell_main_delegate.cc -@@ -269,7 +269,7 @@ void ShellMainDelegate::PreSandboxStartup() { +@@ -270,7 +270,7 @@ void ShellMainDelegate::PreSandboxStartup() { // Reporting for sub-processes will be initialized in ZygoteForked. if (process_type != switches::kZygoteProcess) { crash_reporter::InitializeCrashpad(process_type.empty(), process_type); diff --git a/www/chromium/files/patch-content_shell_browser_shell__paths.cc b/www/chromium/files/patch-content_shell_browser_shell__paths.cc deleted file mode 100644 index c00a1c66a5a2..000000000000 --- a/www/chromium/files/patch-content_shell_browser_shell__paths.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/shell/browser/shell_paths.cc.orig 2022-02-28 16:54:41 UTC -+++ content/shell/browser/shell_paths.cc -@@ -13,7 +13,7 @@ - - #if BUILDFLAG(IS_FUCHSIA) - #include "base/fuchsia/file_utils.h" --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "base/nix/xdg_util.h" - #endif - -@@ -25,7 +25,7 @@ bool GetDefaultUserDataDirectory(base::FilePath* resul - #if BUILDFLAG(IS_WIN) - CHECK(base::PathService::Get(base::DIR_LOCAL_APP_DATA, result)); - *result = result->Append(std::wstring(L"content_shell")); --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - std::unique_ptr<base::Environment> env(base::Environment::Create()); - base::FilePath config_dir(base::nix::GetXDGDirectory( - env.get(), base::nix::kXdgConfigHomeEnvVar, base::nix::kDotConfigDir)); diff --git a/www/chromium/files/patch-content_utility_services.cc b/www/chromium/files/patch-content_utility_services.cc index 8df3e47d4b6f..2f938f3a09db 100644 --- a/www/chromium/files/patch-content_utility_services.cc +++ b/www/chromium/files/patch-content_utility_services.cc @@ -1,4 +1,4 @@ ---- content/utility/services.cc.orig 2025-05-05 10:57:53 UTC +--- content/utility/services.cc.orig 2025-07-02 06:08:04 UTC +++ content/utility/services.cc @@ -73,7 +73,7 @@ extern sandbox::TargetServices* g_utility_target_services; @@ -6,19 +6,10 @@ -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "media/mojo/services/mojo_video_encode_accelerator_provider_factory.h" #include "sandbox/linux/services/libc_interceptor.h" #include "sandbox/policy/mojom/sandbox.mojom.h" -@@ -101,7 +101,7 @@ extern sandbox::TargetServices* g_utility_target_servi - #endif // BUILDFLAG(IS_CHROMEOS) && (BUILDFLAG(USE_VAAPI) || - // BUILDFLAG(USE_V4L2_CODEC)) - --#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ - (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - #include "content/common/features.h" - #include "media/mojo/services/oop_video_decoder_factory_process_service.h" // nogncheck -@@ -237,7 +237,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi + #include "sandbox/policy/sandbox_type.h" +@@ -233,7 +233,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi << "task_policy_set TASK_QOS_POLICY"; #endif @@ -27,39 +18,3 @@ auto* command_line = base::CommandLine::ForCurrentProcess(); if (sandbox::policy::SandboxTypeFromCommandLine(*command_line) == sandbox::mojom::Sandbox::kNoSandbox) { -@@ -381,7 +381,7 @@ auto RunOOPArcVideoAcceleratorFactoryService( - #endif // BUILDFLAG(IS_CHROMEOS) && \ - // (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - --#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ - (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - auto RunOOPVideoDecoderFactoryProcessService( - mojo::PendingReceiver<media::mojom::VideoDecoderFactoryProcess> receiver) { -@@ -391,7 +391,7 @@ auto RunOOPVideoDecoderFactoryProcessService( - #endif // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && - // (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - auto RunVideoEncodeAcceleratorProviderFactory( - mojo::PendingReceiver<media::mojom::VideoEncodeAcceleratorProviderFactory> - receiver) { -@@ -414,7 +414,7 @@ void RegisterIOThreadServices(mojo::ServiceFactory& se - // loop of type IO that can get notified when pipes have data. - services.Add(RunNetworkService); - --#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ - (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - services.Add(RunOOPVideoDecoderFactoryProcessService); - #endif // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && -@@ -467,7 +467,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& - #endif // BUILDFLAG(IS_CHROMEOS) && \ - // (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - services.Add(RunVideoEncodeAcceleratorProviderFactory); - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - diff --git a/www/chromium/files/patch-content_utility_utility__main.cc b/www/chromium/files/patch-content_utility_utility__main.cc index aef51005fa6f..f8b3e99ab9e0 100644 --- a/www/chromium/files/patch-content_utility_utility__main.cc +++ b/www/chromium/files/patch-content_utility_utility__main.cc @@ -1,6 +1,6 @@ ---- content/utility/utility_main.cc.orig 2025-05-05 10:57:53 UTC +--- content/utility/utility_main.cc.orig 2025-07-02 06:08:04 UTC +++ content/utility/utility_main.cc -@@ -36,18 +36,22 @@ +@@ -37,15 +37,19 @@ #include "services/tracing/public/cpp/trace_startup.h" #include "services/video_effects/public/cpp/buildflags.h" @@ -10,35 +10,32 @@ #include "base/files/file_util.h" #include "base/pickle.h" #include "content/child/sandboxed_process_thread_type_handler.h" -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) ++#if !BUILDFLAG(IS_BSD) #include "content/common/gpu_pre_sandbox_hook_linux.h" +#endif #include "content/public/common/content_descriptor_keys.h" #include "content/utility/speech/speech_recognition_sandbox_hook_linux.h" - #include "gpu/config/gpu_info_collector.h" - #include "media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.h" - #include "media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h" +#if !BUILDFLAG(IS_BSD) #include "sandbox/policy/linux/sandbox_linux.h" +#endif #include "services/audio/audio_sandbox_hook_linux.h" #include "services/network/network_sandbox_hook_linux.h" #include "services/screen_ai/buildflags/buildflags.h" -@@ -66,7 +70,12 @@ +@@ -70,7 +74,12 @@ #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) --#if BUILDFLAG(IS_LINUX) +-#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_BSD) +#include "sandbox/policy/sandbox.h" +#include "content/common/gpu_pre_sandbox_hook_bsd.h" +#endif + -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) #include "services/video_effects/video_effects_sandbox_hook_linux.h" // nogncheck #endif // BUILDFLAG(IS_LINUX) -@@ -101,7 +110,7 @@ +@@ -105,7 +114,7 @@ sandbox::TargetServices* g_utility_target_services = nullptr; #endif // BUILDFLAG(IS_WIN) @@ -47,7 +44,7 @@ #include "components/services/on_device_translation/sandbox_hook.h" #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) && BUILDFLAG(IS_LINUX) -@@ -109,7 +118,7 @@ namespace content { +@@ -113,7 +122,7 @@ namespace content { namespace { @@ -56,7 +53,7 @@ std::vector<std::string> GetNetworkContextsParentDirectories() { base::MemoryMappedFile::Region region; base::ScopedFD read_pipe_fd = base::FileDescriptorStore::GetInstance().TakeFD( -@@ -247,7 +256,8 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -252,7 +261,8 @@ int UtilityMain(MainFunctionParams parameters) { CHECK(on_device_model::OnDeviceModelService::PreSandboxInit()); } @@ -66,7 +63,7 @@ // Thread type delegate of the process should be registered before first // thread type change in ChildProcess constructor. It also needs to be // registered before the process has multiple threads, which may race with -@@ -255,7 +265,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -260,7 +270,7 @@ int UtilityMain(MainFunctionParams parameters) { SandboxedProcessThreadTypeHandler::Create(); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -75,7 +72,7 @@ // Initializes the sandbox before any threads are created. // TODO(jorgelo): move this after GTK initialization when we enable a strict // Seccomp-BPF policy. -@@ -287,7 +297,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -292,7 +302,7 @@ int UtilityMain(MainFunctionParams parameters) { pre_sandbox_hook = base::BindOnce(&speech::SpeechRecognitionPreSandboxHook); break; @@ -84,23 +81,16 @@ case sandbox::mojom::Sandbox::kOnDeviceTranslation: pre_sandbox_hook = base::BindOnce( &on_device_translation::OnDeviceTranslationSandboxHook); -@@ -303,13 +313,13 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -308,7 +318,7 @@ int UtilityMain(MainFunctionParams parameters) { #else NOTREACHED(); #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) case sandbox::mojom::Sandbox::kVideoEffects: + #if BUILDFLAG(ENABLE_VIDEO_EFFECTS) pre_sandbox_hook = - base::BindOnce(&video_effects::VideoEffectsPreSandboxHook); - break; - #endif // BUILDFLAG(IS_LINUX) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - case sandbox::mojom::Sandbox::kHardwareVideoDecoding: - pre_sandbox_hook = - base::BindOnce(&media::HardwareVideoDecodingPreSandboxHook); -@@ -336,6 +346,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -343,6 +353,7 @@ int UtilityMain(MainFunctionParams parameters) { default: break; } @@ -108,7 +98,7 @@ if (!sandbox::policy::IsUnsandboxedSandboxType(sandbox_type) && (parameters.zygote_child || !pre_sandbox_hook.is_null())) { sandbox_options.use_amd_specific_policies = -@@ -343,6 +354,11 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -350,6 +361,11 @@ int UtilityMain(MainFunctionParams parameters) { sandbox::policy::Sandbox::Initialize( sandbox_type, std::move(pre_sandbox_hook), sandbox_options); } diff --git a/www/chromium/files/patch-device_gamepad_gamepad__provider.cc b/www/chromium/files/patch-device_gamepad_gamepad__provider.cc index daed35fef868..8730f7e560f7 100644 --- a/www/chromium/files/patch-device_gamepad_gamepad__provider.cc +++ b/www/chromium/files/patch-device_gamepad_gamepad__provider.cc @@ -1,6 +1,6 @@ ---- device/gamepad/gamepad_provider.cc.orig 2025-02-19 07:43:18 UTC +--- device/gamepad/gamepad_provider.cc.orig 2025-07-02 06:08:04 UTC +++ device/gamepad/gamepad_provider.cc -@@ -159,7 +159,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep +@@ -155,7 +155,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep if (!polling_thread_) polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread"); diff --git a/www/chromium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc b/www/chromium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc index 9f09f76f4a1b..588baacf87fa 100644 --- a/www/chromium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc +++ b/www/chromium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc @@ -1,6 +1,6 @@ ---- extensions/browser/api/api_browser_context_keyed_service_factories.cc.orig 2025-05-05 10:57:53 UTC +--- extensions/browser/api/api_browser_context_keyed_service_factories.cc.orig 2025-07-02 06:08:04 UTC +++ extensions/browser/api/api_browser_context_keyed_service_factories.cc -@@ -120,7 +120,7 @@ void EnsureApiBrowserContextKeyedServiceFactoriesBuilt +@@ -121,7 +121,7 @@ void EnsureApiBrowserContextKeyedServiceFactoriesBuilt MediaPerceptionAPIManager::GetFactoryInstance(); #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ diff --git a/www/chromium/files/patch-extensions_shell_app_shell__main__delegate.cc b/www/chromium/files/patch-extensions_shell_app_shell__main__delegate.cc index 5557832dac4e..e3c204b6ebad 100644 --- a/www/chromium/files/patch-extensions_shell_app_shell__main__delegate.cc +++ b/www/chromium/files/patch-extensions_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- extensions/shell/app/shell_main_delegate.cc.orig 2025-01-15 09:18:26 UTC +--- extensions/shell/app/shell_main_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ extensions/shell/app/shell_main_delegate.cc -@@ -40,7 +40,7 @@ +@@ -41,7 +41,7 @@ #if BUILDFLAG(IS_WIN) #include "base/base_paths_win.h" #include "base/process/process_info.h" @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #elif BUILDFLAG(IS_MAC) #include "base/base_paths_mac.h" -@@ -60,7 +60,7 @@ base::FilePath GetDataPath() { +@@ -61,7 +61,7 @@ base::FilePath GetDataPath() { } base::FilePath data_dir; diff --git a/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.cc b/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.cc index 69709d4ee7bb..adcb4cf7cc94 100644 --- a/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.cc +++ b/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.cc @@ -1,6 +1,6 @@ ---- media/video/fake_gpu_memory_buffer.cc.orig 2025-05-28 14:55:43 UTC -+++ media/video/fake_gpu_memory_buffer.cc -@@ -15,7 +15,7 @@ +--- gpu/command_buffer/client/fake_gpu_memory_buffer.cc.orig 2025-07-02 06:08:04 UTC ++++ gpu/command_buffer/client/fake_gpu_memory_buffer.cc +@@ -14,7 +14,7 @@ #include "media/base/format_utils.h" #include "media/base/video_frame.h" @@ -9,7 +9,7 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> -@@ -30,7 +30,7 @@ namespace media { +@@ -29,7 +29,7 @@ namespace gpu { namespace { @@ -18,7 +18,7 @@ base::ScopedFD GetDummyFD() { base::ScopedFD fd(open("/dev/zero", O_RDWR)); DCHECK(fd.is_valid()); -@@ -74,7 +74,7 @@ static base::AtomicSequenceNumber buffer_id_generator; +@@ -41,7 +41,7 @@ static base::AtomicSequenceNumber buffer_id_generator; } // namespace diff --git a/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.h b/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.h index 391c188cac97..aed66a84d9b0 100644 --- a/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.h +++ b/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.h @@ -1,8 +1,8 @@ ---- media/video/fake_gpu_memory_buffer.h.orig 2025-05-28 14:55:43 UTC -+++ media/video/fake_gpu_memory_buffer.h +--- gpu/command_buffer/client/fake_gpu_memory_buffer.h.orig 2025-07-02 06:08:04 UTC ++++ gpu/command_buffer/client/fake_gpu_memory_buffer.h @@ -12,7 +12,7 @@ - namespace media { + namespace gpu { -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc b/www/chromium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc index 5614c62b85ac..7db455f200a2 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/dawn_context_provider.cc.orig 2025-05-28 14:55:43 UTC +--- gpu/command_buffer/service/dawn_context_provider.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/dawn_context_provider.cc -@@ -383,7 +383,7 @@ wgpu::BackendType DawnContextProvider::GetDefaultBacke +@@ -396,7 +396,7 @@ wgpu::BackendType DawnContextProvider::GetDefaultBacke return base::FeatureList::IsEnabled(features::kSkiaGraphiteDawnUseD3D12) ? wgpu::BackendType::D3D12 : wgpu::BackendType::D3D11; diff --git a/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc b/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc index 377d3eea4d54..4a062bec01bf 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-05-28 14:55:43 UTC +--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/gles2_cmd_decoder.cc -@@ -2863,7 +2863,7 @@ GLES2Decoder* GLES2Decoder::Create( +@@ -2862,7 +2862,7 @@ GLES2Decoder* GLES2Decoder::Create( } // Allow linux to run fuzzers. diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc index 9c746e043939..daf8f8db357d 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-01-15 09:18:26 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing.cc -@@ -57,7 +57,7 @@ +@@ -56,7 +56,7 @@ #include "ui/gl/gl_version_info.h" #include "ui/gl/scoped_binders.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/shared_image/external_vk_image_dawn_representation.h" #if BUILDFLAG(DAWN_ENABLE_BACKEND_OPENGLES) #include "gpu/command_buffer/service/shared_image/dawn_gl_texture_representation.h" -@@ -702,7 +702,7 @@ std::unique_ptr<DawnImageRepresentation> ExternalVkIma +@@ -696,7 +696,7 @@ std::unique_ptr<DawnImageRepresentation> ExternalVkIma wgpu::BackendType backend_type, std::vector<wgpu::TextureFormat> view_formats, scoped_refptr<SharedContextState> context_state) { diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc index f77ec578d715..9f59e2184d48 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-04-04 08:52:13 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc -@@ -143,7 +143,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, +@@ -140,7 +140,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, SharedImageUsageSet SupportedUsage() { SharedImageUsageSet supported_usage = diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc index a5473bf1296f..4f0c643ec56a 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-05-05 10:57:53 UTC +--- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/shared_image/shared_image_factory.cc @@ -48,7 +48,7 @@ #include "gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.h" @@ -27,7 +27,7 @@ return gfx::GpuMemoryBufferType::NATIVE_PIXMAP; #elif BUILDFLAG(IS_WIN) return gfx::GpuMemoryBufferType::DXGI_SHARED_HANDLE; -@@ -326,7 +326,7 @@ SharedImageFactory::SharedImageFactory( +@@ -294,7 +294,7 @@ SharedImageFactory::SharedImageFactory( context_state_, workarounds_); factories_.push_back(std::move(ozone_factory)); } diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc index 814740ab325c..3ec9f6f00512 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-04-04 08:52:13 UTC +--- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/shared_image/shared_image_manager.cc -@@ -756,7 +756,7 @@ bool SharedImageManager::SupportsScanoutImages() { +@@ -736,7 +736,7 @@ bool SharedImageManager::SupportsScanoutImages() { return true; #elif BUILDFLAG(IS_ANDROID) return base::AndroidHardwareBufferCompat::IsSupportAvailable(); diff --git a/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc b/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc index dba935ff49a9..bd6250e8477f 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc @@ -1,15 +1,15 @@ ---- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-05-28 14:55:43 UTC +--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/service/webgpu_decoder_impl.cc -@@ -1787,7 +1787,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte +@@ -1790,7 +1790,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte backend_types = {wgpu::BackendType::D3D12}; - #elif BUILDFLAG(IS_MAC) + #elif BUILDFLAG(IS_APPLE) backend_types = {wgpu::BackendType::Metal}; -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) if (shared_context_state_->GrContextIsVulkan() || shared_context_state_->IsGraphiteDawnVulkan()) { backend_types = {wgpu::BackendType::Vulkan}; -@@ -2029,7 +2029,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( +@@ -2032,7 +2032,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( } #if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \ diff --git a/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc b/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc index 609d863abf68..707a5fb6af81 100644 --- a/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc +++ b/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc.orig 2025-05-28 14:55:43 UTC +--- gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc -@@ -33,7 +33,7 @@ +@@ -29,7 +29,7 @@ #include "ui/gfx/half_float.h" #include "ui/gl/test/gl_test_support.h" @@ -9,7 +9,7 @@ #include "gpu/ipc/common/gpu_memory_buffer_impl_native_pixmap.h" #include "ui/gfx/linux/client_native_pixmap_factory_dmabuf.h" #endif -@@ -76,7 +76,7 @@ class GpuMemoryBufferTest : public testing::TestWithPa +@@ -72,7 +72,7 @@ class GpuMemoryBufferTest : public testing::TestWithPa GLManager gl_; }; diff --git a/www/chromium/files/patch-gpu_config_gpu__control__list.cc b/www/chromium/files/patch-gpu_config_gpu__control__list.cc index e80daceea285..0627315ce916 100644 --- a/www/chromium/files/patch-gpu_config_gpu__control__list.cc +++ b/www/chromium/files/patch-gpu_config_gpu__control__list.cc @@ -1,6 +1,6 @@ ---- gpu/config/gpu_control_list.cc.orig 2025-02-19 07:43:18 UTC +--- gpu/config/gpu_control_list.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/config/gpu_control_list.cc -@@ -831,7 +831,7 @@ GpuControlList::OsType GpuControlList::GetOsType() { +@@ -830,7 +830,7 @@ GpuControlList::OsType GpuControlList::GetOsType() { return kOsAndroid; #elif BUILDFLAG(IS_FUCHSIA) return kOsFuchsia; diff --git a/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc b/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc index f5034872fbaf..17da50b389d7 100644 --- a/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc +++ b/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc @@ -1,6 +1,6 @@ ---- gpu/ipc/service/gpu_init.cc.orig 2025-05-28 14:55:43 UTC +--- gpu/ipc/service/gpu_init.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/ipc/service/gpu_init.cc -@@ -153,7 +153,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in +@@ -156,7 +156,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CASTOS) bool CanAccessDeviceFile(const GPUInfo& gpu_info) { @@ -9,7 +9,7 @@ if (gpu_info.gpu.vendor_id != 0x10de || // NVIDIA gpu_info.gpu.driver_vendor != "NVIDIA") return true; -@@ -389,7 +389,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -392,7 +392,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL enable_watchdog = false; #endif @@ -18,7 +18,7 @@ bool gpu_sandbox_start_early = gpu_preferences_.gpu_sandbox_start_early; #else // !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) // For some reasons MacOSX's VideoToolbox might crash when called after -@@ -427,7 +427,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -430,7 +430,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } bool attempted_startsandbox = false; @@ -27,7 +27,7 @@ // On Chrome OS ARM Mali, GPU driver userspace creates threads when // initializing a GL context, so start the sandbox early. // TODO(zmo): Need to collect OS version before this. -@@ -524,7 +524,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -527,7 +527,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL gpu_preferences_.gr_context_type = GrContextType::kGL; } @@ -36,7 +36,7 @@ // The ContentSandboxHelper is currently the only one implementation of // GpuSandboxHelper and it has no dependency. Except on Linux where // VaapiWrapper checks the GL implementation to determine which display -@@ -582,7 +582,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -585,7 +585,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL command_line, gpu_feature_info_, gpu_preferences_.disable_software_rasterizer, false); if (gl_use_swiftshader_) { @@ -45,7 +45,7 @@ VLOG(1) << "Quit GPU process launch to fallback to SwiftShader cleanly " << "on Linux"; return false; -@@ -750,7 +750,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -753,7 +753,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL ->GetSupportedFormatsForGLNativePixmapImport(); #endif // BUILDFLAG(IS_OZONE) @@ -54,7 +54,7 @@ // Driver may create a compatibility profile context when collect graphics // information on Linux platform. Try to collect graphics information // based on core profile context after disabling platform extensions. -@@ -802,7 +802,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -805,7 +805,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } } } @@ -63,7 +63,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1004,7 +1004,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1007,7 +1007,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } bool gl_disabled = gl::GetGLImplementation() == gl::kGLImplementationDisabled; @@ -72,7 +72,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1059,7 +1059,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1063,7 +1063,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } } diff --git a/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc b/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc index bae5091372a1..743631be52a5 100644 --- a/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc +++ b/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc @@ -1,6 +1,6 @@ ---- gpu/vulkan/vulkan_util.cc.orig 2025-04-04 08:52:13 UTC +--- gpu/vulkan/vulkan_util.cc.orig 2025-07-02 06:08:04 UTC +++ gpu/vulkan/vulkan_util.cc -@@ -467,7 +467,7 @@ bool CheckVulkanCompatibilities( +@@ -476,7 +476,7 @@ bool CheckVulkanCompatibilities( } } diff --git a/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc b/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc index 1d357e84bd0f..7cd7c023e54b 100644 --- a/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc +++ b/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_content_browser_client.cc.orig 2025-04-04 08:52:13 UTC +--- headless/lib/browser/headless_content_browser_client.cc.orig 2025-07-02 06:08:04 UTC +++ headless/lib/browser/headless_content_browser_client.cc -@@ -58,7 +58,7 @@ +@@ -59,7 +59,7 @@ #include "content/public/common/content_descriptors.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -9,7 +9,7 @@ #include "components/os_crypt/sync/os_crypt.h" // nogncheck #include "content/public/browser/network_service_util.h" #endif -@@ -520,7 +520,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll +@@ -557,7 +557,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll void HeadlessContentBrowserClient::SetEncryptionKey( ::network::mojom::NetworkService* network_service) { diff --git a/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h b/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h index 161bb2c43960..28ad303dd518 100644 --- a/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h +++ b/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_content_browser_client.h.orig 2025-04-04 08:52:13 UTC +--- headless/lib/browser/headless_content_browser_client.h.orig 2025-07-02 06:08:04 UTC +++ headless/lib/browser/headless_content_browser_client.h -@@ -47,7 +47,7 @@ class HeadlessContentBrowserClient : public content::C +@@ -48,7 +48,7 @@ class HeadlessContentBrowserClient : public content::C CreateDevToolsManagerDelegate() override; content::GeneratedCodeCacheSettings GetGeneratedCodeCacheSettings( content::BrowserContext* context) override; diff --git a/www/chromium/files/patch-media_audio_BUILD.gn b/www/chromium/files/patch-media_audio_BUILD.gn index 77078fca9562..4bf583135073 100644 --- a/www/chromium/files/patch-media_audio_BUILD.gn +++ b/www/chromium/files/patch-media_audio_BUILD.gn @@ -1,6 +1,6 @@ ---- media/audio/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- media/audio/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ media/audio/BUILD.gn -@@ -275,9 +275,23 @@ source_set("audio") { +@@ -286,9 +286,23 @@ source_set("audio") { deps += [ "//media/base/android:media_jni_headers" ] } diff --git a/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.cc b/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.cc index 67902e92d5c1..77ef6c87435e 100644 --- a/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.cc +++ b/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.cc @@ -1,4 +1,4 @@ ---- media/audio/sndio/audio_manager_sndio.cc.orig 2024-07-30 11:12:21 UTC +--- media/audio/sndio/audio_manager_sndio.cc.orig 2025-07-02 06:08:04 UTC +++ media/audio/sndio/audio_manager_sndio.cc @@ -0,0 +1,213 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -62,7 +62,7 @@ +} + +#if defined(USE_SNDIO) -+const char* AudioManagerSndio::GetName() { ++const std::string_view AudioManagerSndio::GetName() { + return "SNDIO"; +} +#endif diff --git a/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.h b/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.h index 33428cfc37d1..d3fcce40a8d0 100644 --- a/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.h +++ b/www/chromium/files/patch-media_audio_sndio_audio__manager__sndio.h @@ -1,4 +1,4 @@ ---- media/audio/sndio/audio_manager_sndio.h.orig 2022-02-07 13:39:41 UTC +--- media/audio/sndio/audio_manager_sndio.h.orig 2025-07-02 06:08:04 UTC +++ media/audio/sndio/audio_manager_sndio.h @@ -0,0 +1,66 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -34,7 +34,7 @@ + void GetAudioOutputDeviceNames(AudioDeviceNames* device_names) override; + AudioParameters GetInputStreamParameters( + const std::string& device_id) override; -+ const char* GetName() override; ++ const std::string_view GetName() override; + + // Implementation of AudioManagerBase. + AudioOutputStream* MakeLinearOutputStream( diff --git a/www/chromium/files/patch-media_base_media__switches.cc b/www/chromium/files/patch-media_base_media__switches.cc index 72dd202e06cc..66b77e24fbf9 100644 --- a/www/chromium/files/patch-media_base_media__switches.cc +++ b/www/chromium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2025-05-28 14:55:43 UTC +--- media/base/media_switches.cc.orig 2025-07-02 06:08:04 UTC +++ media/base/media_switches.cc @@ -19,7 +19,7 @@ #include "ui/gl/gl_features.h" @@ -94,7 +94,7 @@ // Enable H264 temporal layer encoding with V4L2 HW encoder on ChromeOS. BASE_FEATURE(kV4L2H264TemporalLayerHWEncoding, "V4L2H264TemporalLayerHWEncoding", -@@ -1340,7 +1362,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, +@@ -1355,7 +1377,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, ); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) @@ -103,7 +103,7 @@ // Spawn utility processes to perform hardware encode acceleration instead of // using the GPU process. BASE_FEATURE(kUseOutOfProcessVideoEncoding, -@@ -1422,7 +1444,7 @@ BASE_FEATURE(kRecordWebAudioEngagement, +@@ -1437,7 +1459,7 @@ BASE_FEATURE(kRecordWebAudioEngagement, "RecordWebAudioEngagement", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-media_base_media__switches.h b/www/chromium/files/patch-media_base_media__switches.h index 01bb38b76bfd..89432227bff0 100644 --- a/www/chromium/files/patch-media_base_media__switches.h +++ b/www/chromium/files/patch-media_base_media__switches.h @@ -1,6 +1,6 @@ ---- media/base/media_switches.h.orig 2025-05-28 14:55:43 UTC +--- media/base/media_switches.h.orig 2025-07-02 06:08:04 UTC +++ media/base/media_switches.h -@@ -334,13 +334,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu +@@ -336,13 +336,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu MEDIA_EXPORT BASE_DECLARE_FEATURE(kPlaybackSpeedButton); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMediaEngagementData); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMetadataSuspend); @@ -28,7 +28,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kReduceHardwareVideoDecoderBuffers); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kResumeBackgroundVideo); -@@ -354,7 +366,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kSuspendMutedAudio); +@@ -356,7 +368,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kSuspendMutedAudio); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseAndroidOverlayForSecureOnly); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseFakeDeviceForMediaStream); @@ -37,7 +37,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinux); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinuxGL); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoEncodeLinux); -@@ -370,7 +382,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay +@@ -372,7 +384,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiVp9SModeHWEncoding); MEDIA_EXPORT BASE_DECLARE_FEATURE(kVSyncMjpegDecoding); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -46,7 +46,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kV4L2H264TemporalLayerHWEncoding); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kVideoBlitColorAccuracy); -@@ -490,7 +502,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening +@@ -493,7 +505,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVideoDecoding); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) diff --git a/www/chromium/files/patch-media_base_video__frame.cc b/www/chromium/files/patch-media_base_video__frame.cc index 93b4ad2dd9bb..9e081b0035db 100644 --- a/www/chromium/files/patch-media_base_video__frame.cc +++ b/www/chromium/files/patch-media_base_video__frame.cc @@ -1,4 +1,4 @@ ---- media/base/video_frame.cc.orig 2025-05-28 14:55:43 UTC +--- media/base/video_frame.cc.orig 2025-07-02 06:08:04 UTC +++ media/base/video_frame.cc @@ -92,7 +92,7 @@ std::string VideoFrame::StorageTypeToString( return "OWNED_MEMORY"; @@ -18,7 +18,7 @@ // This is not strictly needed but makes explicit that, at VideoFrame // level, DmaBufs are not mappable from userspace. storage_type != VideoFrame::STORAGE_DMABUFS && -@@ -420,7 +420,7 @@ VideoFrame::CreateFrameForGpuMemoryBufferOrMappableSII +@@ -417,7 +417,7 @@ VideoFrame::CreateFrameForGpuMemoryBufferOrMappableSII plane_size.width() * VideoFrame::BytesPerElement(*format, plane); } uint64_t modifier = gfx::NativePixmapHandle::kNoModifier; @@ -27,7 +27,7 @@ bool is_native_buffer = gpu_memory_buffer ? (gpu_memory_buffer->GetType() != gfx::SHARED_MEMORY_BUFFER) -@@ -890,7 +890,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM +@@ -889,7 +889,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM return frame; } @@ -36,7 +36,7 @@ // static scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs( const VideoFrameLayout& layout, -@@ -1577,7 +1577,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar +@@ -1573,7 +1573,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar return wrapped_frame_ ? wrapped_frame_->shared_image() : shared_image_; } diff --git a/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py b/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py index fa92847848e2..9b83eed1f968 100644 --- a/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py +++ b/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py @@ -1,4 +1,4 @@ ---- media/ffmpeg/scripts/build_ffmpeg.py.orig 2024-07-30 11:12:21 UTC +--- media/ffmpeg/scripts/build_ffmpeg.py.orig 2025-07-02 06:08:04 UTC +++ media/ffmpeg/scripts/build_ffmpeg.py @@ -33,7 +33,7 @@ NDK_ROOT_DIR = os.path.abspath( SUCCESS_TOKEN = 'THIS_BUILD_WORKED' @@ -27,7 +27,7 @@ return 'lib%s.so.%s' % (dso_name, dso_version) elif target_os == 'mac': return 'lib%s.%s.dylib' % (dso_name, dso_version) -@@ -475,7 +477,7 @@ def BuildFFmpeg(target_os, target_arch, host_os, host_ +@@ -473,7 +475,7 @@ def BuildFFmpeg(target_os, target_arch, host_os, host_ # removing <sys/sysctl.h> soon, so this is needed to silence a deprecation # #warning which will be converted to an error via -Werror. # There is also no prctl.h @@ -36,7 +36,7 @@ pre_make_rewrites += [ (r'(#define HAVE_SYSCTL [01])', r'#define HAVE_SYSCTL 0 /* \1 -- forced to 0 for Fuchsia */'), -@@ -598,7 +600,7 @@ def main(argv): +@@ -596,7 +598,7 @@ def main(argv): configure_args = args[2:] if target_os not in ('android', 'linux', 'linux-noasm', 'mac', 'win', @@ -45,7 +45,7 @@ parser.print_help() return 1 -@@ -712,7 +714,7 @@ def ConfigureAndBuild(target_arch, target_os, host_os, +@@ -710,7 +712,7 @@ def ConfigureAndBuild(target_arch, target_os, host_os, '--optflags="-O2"', ]) @@ -54,7 +54,7 @@ if target_arch == 'x64': if target_os == 'android': configure_flags['Common'].extend([ -@@ -827,9 +829,6 @@ def ConfigureAndBuild(target_arch, target_os, host_os, +@@ -825,9 +827,6 @@ def ConfigureAndBuild(target_arch, target_os, host_os, configure_flags['Common'].extend([ '--target-os=linux', diff --git a/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc b/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc index ed05741def70..c8ada7c79f9d 100644 --- a/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc +++ b/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-04-04 08:52:13 UTC +--- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-07-02 06:08:04 UTC +++ media/gpu/chromeos/platform_video_frame_utils.cc -@@ -68,7 +68,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( +@@ -69,7 +69,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( const base::FilePath dev_path(FILE_PATH_LITERAL( base::StrCat({drm_node_file_prefix, base::NumberToString(i)}))); @@ -9,7 +9,7 @@ const bool is_render_node = base::Contains(drm_node_file_prefix, "render"); // TODO(b/313513760): don't guard base::File::FLAG_WRITE behind -@@ -193,7 +193,7 @@ class GbmDeviceWrapper { +@@ -190,7 +190,7 @@ class GbmDeviceWrapper { const base::FilePath dev_path( base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( switches::kRenderNodeOverride)); diff --git a/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc index 0e34b0e5015c..f7683b9c0f11 100644 --- a/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc +++ b/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-05-05 10:57:53 UTC +--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-07-02 06:08:04 UTC +++ media/gpu/vaapi/vaapi_video_decoder.cc -@@ -784,7 +784,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree +@@ -786,7 +786,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree const gfx::Size decoder_natural_size = aspect_ratio_.GetNaturalSize(decoder_visible_rect); diff --git a/www/chromium/files/patch-media_media__options.gni b/www/chromium/files/patch-media_media__options.gni index 20e327de2904..88d69961b266 100644 --- a/www/chromium/files/patch-media_media__options.gni +++ b/www/chromium/files/patch-media_media__options.gni @@ -1,6 +1,6 @@ ---- media/media_options.gni.orig 2025-04-04 08:52:13 UTC +--- media/media_options.gni.orig 2025-07-02 06:08:04 UTC +++ media/media_options.gni -@@ -201,12 +201,15 @@ declare_args() { +@@ -200,12 +200,15 @@ declare_args() { # Enables runtime selection of ALSA library for audio. use_alsa = false diff --git a/www/chromium/files/patch-media_mojo_mojom_BUILD.gn b/www/chromium/files/patch-media_mojo_mojom_BUILD.gn index b2ea531ddcd3..7832da7c8076 100644 --- a/www/chromium/files/patch-media_mojo_mojom_BUILD.gn +++ b/www/chromium/files/patch-media_mojo_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- media/mojo/mojom/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- media/mojo/mojom/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ media/mojo/mojom/BUILD.gn -@@ -971,7 +971,7 @@ source_set("test_support") { +@@ -975,7 +975,7 @@ source_set("test_support") { sources = [] deps = [] diff --git a/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc b/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc index c0064aa6c407..b9a839065e96 100644 --- a/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc +++ b/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc @@ -1,6 +1,6 @@ ---- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-05-05 10:57:53 UTC +--- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-07-02 06:08:04 UTC +++ media/mojo/mojom/video_frame_mojom_traits.cc -@@ -24,7 +24,7 @@ +@@ -22,7 +22,7 @@ #include "ui/gfx/mojom/color_space_mojom_traits.h" #include "ui/gfx/mojom/hdr_metadata_mojom_traits.h" @@ -9,7 +9,7 @@ #include "base/posix/eintr_wrapper.h" #include "media/gpu/buffer_validation.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -166,7 +166,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -159,7 +159,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( media::mojom::OpaqueVideoFrameData::New()); } @@ -18,7 +18,7 @@ if (input->storage_type() == media::VideoFrame::STORAGE_DMABUFS) { // Duplicates the DMA buffer FDs to a new vector since this cannot take // ownership of the FDs in |input| due to constness. -@@ -197,7 +197,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -190,7 +190,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( } // namespace @@ -27,7 +27,7 @@ // static bool StructTraits< media::mojom::ColorPlaneLayoutDataView, -@@ -436,7 +436,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, +@@ -429,7 +429,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, frame = media::VideoFrame::WrapTrackingToken( format, *metadata.tracking_token, coded_size, visible_rect, natural_size, timestamp); diff --git a/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc b/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc index 6246933db5ce..fadb11d7be0a 100644 --- a/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc +++ b/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc @@ -1,4 +1,4 @@ ---- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-05-05 10:57:53 UTC +--- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-07-02 06:08:04 UTC +++ media/video/gpu_memory_buffer_video_frame_pool.cc @@ -647,7 +647,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa } @@ -9,16 +9,16 @@ is_software_backed_video_frame &= !video_frame->HasDmaBufs(); #endif -@@ -1057,7 +1057,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo +@@ -1054,7 +1054,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo media::IOSurfaceIsWebGPUCompatible(handle.io_surface.get()); #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) is_webgpu_compatible = - handle.native_pixmap_handle.supports_zero_copy_webgpu_import; - #endif -@@ -1228,7 +1228,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr + handle.type == gfx::NATIVE_PIXMAP && + handle.native_pixmap_handle().supports_zero_copy_webgpu_import; +@@ -1226,7 +1226,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr si_usage |= gpu::SHARED_IMAGE_USAGE_SCANOUT; } diff --git a/www/chromium/files/patch-media_webrtc_audio__processor.cc b/www/chromium/files/patch-media_webrtc_audio__processor.cc index fb10369cf6d5..cf52d6b63a2f 100644 --- a/www/chromium/files/patch-media_webrtc_audio__processor.cc +++ b/www/chromium/files/patch-media_webrtc_audio__processor.cc @@ -1,6 +1,6 @@ ---- media/webrtc/audio_processor.cc.orig 2025-05-28 14:55:43 UTC +--- media/webrtc/audio_processor.cc.orig 2025-07-02 06:08:04 UTC +++ media/webrtc/audio_processor.cc -@@ -512,7 +512,7 @@ std::optional<double> AudioProcessor::ProcessData( +@@ -507,7 +507,7 @@ std::optional<double> AudioProcessor::ProcessData( // controller. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) DCHECK_LE(volume, 1.0); diff --git a/www/chromium/files/patch-mojo_core_BUILD.gn b/www/chromium/files/patch-mojo_core_BUILD.gn index 167ac592acb6..acb8f8d8386f 100644 --- a/www/chromium/files/patch-mojo_core_BUILD.gn +++ b/www/chromium/files/patch-mojo_core_BUILD.gn @@ -1,6 +1,6 @@ ---- mojo/core/BUILD.gn.orig 2025-01-15 09:18:26 UTC +--- mojo/core/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ mojo/core/BUILD.gn -@@ -163,7 +163,7 @@ source_set("impl_for_embedder") { +@@ -164,7 +164,7 @@ source_set("impl_for_embedder") { ] } diff --git a/www/chromium/files/patch-mojo_core_channel.cc b/www/chromium/files/patch-mojo_core_channel.cc index 7588dad8795d..72713d708d9c 100644 --- a/www/chromium/files/patch-mojo_core_channel.cc +++ b/www/chromium/files/patch-mojo_core_channel.cc @@ -1,6 +1,6 @@ ---- mojo/core/channel.cc.orig 2025-01-15 09:18:26 UTC +--- mojo/core/channel.cc.orig 2025-07-02 06:08:04 UTC +++ mojo/core/channel.cc -@@ -83,7 +83,11 @@ const size_t kMaxAttachedHandles = 64; +@@ -85,7 +85,11 @@ const size_t kMaxAttachedHandles = 64; const size_t kMaxAttachedHandles = 253; #endif // BUILDFLAG(IS_FUCHSIA) diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index a67631068586..ebbac67e5afb 100644 --- a/www/chromium/files/patch-net_BUILD.gn +++ b/www/chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- net/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ net/BUILD.gn @@ -126,7 +126,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1334,6 +1334,19 @@ component("net") { +@@ -1341,6 +1341,19 @@ component("net") { ] } @@ -29,7 +29,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1497,7 +1510,7 @@ component("net") { +@@ -1504,7 +1517,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -38,7 +38,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -2207,7 +2220,7 @@ static_library("test_support") { +@@ -2211,7 +2224,7 @@ static_library("test_support") { ] } @@ -47,7 +47,7 @@ sources += [ "base/address_tracker_linux_test_util.cc", "base/address_tracker_linux_test_util.h", -@@ -3030,14 +3043,14 @@ target(_test_target_type, "net_unittests") { +@@ -3038,14 +3051,14 @@ target(_test_target_type, "net_unittests") { ] } @@ -64,7 +64,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -3135,6 +3148,10 @@ target(_test_target_type, "net_unittests") { +@@ -3143,6 +3156,10 @@ target(_test_target_type, "net_unittests") { ] } @@ -75,7 +75,7 @@ if (enable_websockets) { sources += [ "server/http_connection_unittest.cc", -@@ -3200,7 +3217,7 @@ target(_test_target_type, "net_unittests") { +@@ -3208,7 +3225,7 @@ target(_test_target_type, "net_unittests") { ] } @@ -84,7 +84,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -3339,7 +3356,7 @@ target(_test_target_type, "net_unittests") { +@@ -3346,7 +3363,7 @@ target(_test_target_type, "net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. diff --git a/www/chromium/files/patch-net_base_features.cc b/www/chromium/files/patch-net_base_features.cc index b3ccd803a358..46045ee1946b 100644 --- a/www/chromium/files/patch-net_base_features.cc +++ b/www/chromium/files/patch-net_base_features.cc @@ -1,6 +1,6 @@ ---- net/base/features.cc.orig 2025-05-28 14:55:43 UTC +--- net/base/features.cc.orig 2025-07-02 06:08:04 UTC +++ net/base/features.cc -@@ -27,7 +27,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, +@@ -31,7 +31,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, BASE_FEATURE(kAsyncDns, "AsyncDns", #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-net_base_sockaddr__util__posix.cc b/www/chromium/files/patch-net_base_sockaddr__util__posix.cc index da4e6d269c67..c0361e0e294a 100644 --- a/www/chromium/files/patch-net_base_sockaddr__util__posix.cc +++ b/www/chromium/files/patch-net_base_sockaddr__util__posix.cc @@ -1,6 +1,6 @@ ---- net/base/sockaddr_util_posix.cc.orig 2025-03-05 08:14:56 UTC +--- net/base/sockaddr_util_posix.cc.orig 2025-07-02 06:08:04 UTC +++ net/base/sockaddr_util_posix.cc -@@ -45,7 +45,8 @@ bool FillUnixAddress(const std::string& socket_path, +@@ -60,7 +60,8 @@ bool FillUnixAddress(const std::string& socket_path, return true; } diff --git a/www/chromium/files/patch-net_disk__cache_simple_simple__file__tracker.cc b/www/chromium/files/patch-net_disk__cache_simple_simple__file__tracker.cc index cd5c8f3f6db3..234485f163a9 100644 --- a/www/chromium/files/patch-net_disk__cache_simple_simple__file__tracker.cc +++ b/www/chromium/files/patch-net_disk__cache_simple_simple__file__tracker.cc @@ -1,6 +1,6 @@ ---- net/disk_cache/simple/simple_file_tracker.cc.orig 2025-03-05 08:14:56 UTC +--- net/disk_cache/simple/simple_file_tracker.cc.orig 2025-07-02 06:08:04 UTC +++ net/disk_cache/simple/simple_file_tracker.cc -@@ -37,7 +37,17 @@ bool SimpleFileTracker::TrackedFiles::InLRUList() cons +@@ -36,7 +36,17 @@ bool SimpleFileTracker::TrackedFiles::InLRUList() cons } SimpleFileTracker::SimpleFileTracker(int file_limit) diff --git a/www/chromium/files/patch-net_http_http__network__session.cc b/www/chromium/files/patch-net_http_http__network__session.cc index 86284ab1f53c..375b498b33eb 100644 --- a/www/chromium/files/patch-net_http_http__network__session.cc +++ b/www/chromium/files/patch-net_http_http__network__session.cc @@ -1,6 +1,6 @@ ---- net/http/http_network_session.cc.orig 2024-09-30 07:45:04 UTC +--- net/http/http_network_session.cc.orig 2025-07-02 06:08:04 UTC +++ net/http/http_network_session.cc -@@ -20,7 +20,9 @@ +@@ -21,7 +21,9 @@ #include "build/build_config.h" #include "net/base/features.h" #include "net/dns/host_resolver.h" diff --git a/www/chromium/files/patch-net_socket_udp__socket__posix.cc b/www/chromium/files/patch-net_socket_udp__socket__posix.cc index 84ef137cf411..6012903b284f 100644 --- a/www/chromium/files/patch-net_socket_udp__socket__posix.cc +++ b/www/chromium/files/patch-net_socket_udp__socket__posix.cc @@ -1,6 +1,6 @@ ---- net/socket/udp_socket_posix.cc.orig 2025-05-28 14:55:43 UTC +--- net/socket/udp_socket_posix.cc.orig 2025-07-02 06:08:04 UTC +++ net/socket/udp_socket_posix.cc -@@ -530,12 +530,17 @@ int UDPSocketPosix::SetRecvTos() { +@@ -524,12 +524,17 @@ int UDPSocketPosix::SetRecvTos() { #endif // BUILDFLAG(IS_APPLE) } @@ -19,7 +19,7 @@ if (confirm) { sendto_flags_ |= MSG_CONFIRM; } else { -@@ -556,7 +561,7 @@ int UDPSocketPosix::SetBroadcast(bool broadcast) { +@@ -550,7 +555,7 @@ int UDPSocketPosix::SetBroadcast(bool broadcast) { DCHECK_CALLED_ON_VALID_THREAD(thread_checker_); int value = broadcast ? 1 : 0; int rv; diff --git a/www/chromium/files/patch-net_socket_udp__socket__unittest.cc b/www/chromium/files/patch-net_socket_udp__socket__unittest.cc index 52473acb6e8d..d5060d2e4ca8 100644 --- a/www/chromium/files/patch-net_socket_udp__socket__unittest.cc +++ b/www/chromium/files/patch-net_socket_udp__socket__unittest.cc @@ -1,6 +1,6 @@ ---- net/socket/udp_socket_unittest.cc.orig 2025-05-28 14:55:43 UTC +--- net/socket/udp_socket_unittest.cc.orig 2025-07-02 06:08:04 UTC +++ net/socket/udp_socket_unittest.cc -@@ -392,7 +392,7 @@ TEST_F(UDPSocketTest, PartialRecv) { +@@ -397,7 +397,7 @@ TEST_F(UDPSocketTest, PartialRecv) { EXPECT_EQ(second_packet, received); } @@ -9,7 +9,7 @@ // - MacOS: requires root permissions on OSX 10.7+. // - Android: devices attached to testbots don't have default network, so // broadcasting to 255.255.255.255 returns error -109 (Address not reachable). -@@ -703,7 +703,7 @@ TEST_F(UDPSocketTest, ClientSetDoNotFragment) { +@@ -708,7 +708,7 @@ TEST_F(UDPSocketTest, ClientSetDoNotFragment) { EXPECT_THAT(rv, IsOk()); rv = client.SetDoNotFragment(); @@ -18,7 +18,7 @@ // TODO(crbug.com/42050633): IP_MTU_DISCOVER is not implemented on Fuchsia. EXPECT_THAT(rv, IsError(ERR_NOT_IMPLEMENTED)); #else -@@ -725,7 +725,7 @@ TEST_F(UDPSocketTest, ServerSetDoNotFragment) { +@@ -730,7 +730,7 @@ TEST_F(UDPSocketTest, ServerSetDoNotFragment) { EXPECT_THAT(rv, IsOk()); rv = server.SetDoNotFragment(); @@ -27,7 +27,7 @@ // TODO(crbug.com/42050633): IP_MTU_DISCOVER is not implemented on Fuchsia. EXPECT_THAT(rv, IsError(ERR_NOT_IMPLEMENTED)); #else -@@ -791,7 +791,7 @@ TEST_F(UDPSocketTest, JoinMulticastGroup) { +@@ -796,7 +796,7 @@ TEST_F(UDPSocketTest, JoinMulticastGroup) { // TODO(crbug.com/40620614): failing on device on iOS 12.2. // TODO(crbug.com/40189274): flaky on Mac 11. @@ -36,7 +36,7 @@ #define MAYBE_SharedMulticastAddress DISABLED_SharedMulticastAddress #else #define MAYBE_SharedMulticastAddress SharedMulticastAddress -@@ -845,7 +845,7 @@ TEST_F(UDPSocketTest, MAYBE_SharedMulticastAddress) { +@@ -850,7 +850,7 @@ TEST_F(UDPSocketTest, MAYBE_SharedMulticastAddress) { NetLogSource()); ASSERT_THAT(client_socket.Connect(send_address), IsOk()); diff --git a/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc b/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc index e36a8e13e926..7393e23f0c6e 100644 --- a/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc +++ b/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc @@ -1,6 +1,6 @@ ---- pdf/pdfium/pdfium_engine.cc.orig 2025-05-28 14:55:43 UTC +--- pdf/pdfium/pdfium_engine.cc.orig 2025-07-02 06:08:04 UTC +++ pdf/pdfium/pdfium_engine.cc -@@ -112,7 +112,7 @@ +@@ -113,7 +113,7 @@ #include "ui/accessibility/ax_features.mojom-features.h" #endif @@ -9,7 +9,7 @@ #include "pdf/pdfium/pdfium_font_linux.h" #endif -@@ -568,7 +568,7 @@ void InitializeSDK(bool enable_v8, +@@ -569,7 +569,7 @@ void InitializeSDK(bool enable_v8, FPDF_InitLibraryWithConfig(&config); diff --git a/www/chromium/files/patch-printing_backend_cups__ipp__helper.cc b/www/chromium/files/patch-printing_backend_cups__ipp__helper.cc index baba0a86aab7..4edbe9b43b0c 100644 --- a/www/chromium/files/patch-printing_backend_cups__ipp__helper.cc +++ b/www/chromium/files/patch-printing_backend_cups__ipp__helper.cc @@ -1,6 +1,6 @@ ---- printing/backend/cups_ipp_helper.cc.orig 2025-03-05 08:14:56 UTC +--- printing/backend/cups_ipp_helper.cc.orig 2025-07-02 06:08:04 UTC +++ printing/backend/cups_ipp_helper.cc -@@ -201,7 +201,7 @@ void ExtractResolutions(const CupsOptionProvider& prin +@@ -202,7 +202,7 @@ void ExtractResolutions(const CupsOptionProvider& prin // Provide a default DPI if no valid DPI is found. #if BUILDFLAG(IS_MAC) constexpr gfx::Size kDefaultMissingDpi(kDefaultMacDpi, kDefaultMacDpi); diff --git a/www/chromium/files/patch-printing_print__settings.h b/www/chromium/files/patch-printing_print__settings.h index 197da3489b4f..532a1c289baf 100644 --- a/www/chromium/files/patch-printing_print__settings.h +++ b/www/chromium/files/patch-printing_print__settings.h @@ -1,4 +1,4 @@ ---- printing/print_settings.h.orig 2025-05-28 14:55:43 UTC +--- printing/print_settings.h.orig 2025-07-02 06:08:04 UTC +++ printing/print_settings.h @@ -25,7 +25,7 @@ #include "base/values.h" @@ -36,7 +36,7 @@ AdvancedSettings& advanced_settings() { return advanced_settings_; } const AdvancedSettings& advanced_settings() const { return advanced_settings_; -@@ -434,7 +434,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting +@@ -437,7 +437,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting // Number of pages per sheet. int pages_per_sheet_; diff --git a/www/chromium/files/patch-remoting_host_chromoting__host.cc b/www/chromium/files/patch-remoting_host_chromoting__host.cc index 4884693a6305..c25608fb6117 100644 --- a/www/chromium/files/patch-remoting_host_chromoting__host.cc +++ b/www/chromium/files/patch-remoting_host_chromoting__host.cc @@ -1,6 +1,6 @@ ---- remoting/host/chromoting_host.cc.orig 2025-05-05 10:57:53 UTC +--- remoting/host/chromoting_host.cc.orig 2025-07-02 06:08:04 UTC +++ remoting/host/chromoting_host.cc -@@ -137,7 +137,7 @@ void ChromotingHost::Start(const std::string& host_own +@@ -138,7 +138,7 @@ void ChromotingHost::Start(const std::string& host_own &ChromotingHost::OnIncomingSession, base::Unretained(this))); } diff --git a/www/chromium/files/patch-remoting_host_host__main.cc b/www/chromium/files/patch-remoting_host_host__main.cc index af9e57b5d2da..58d7d8acece5 100644 --- a/www/chromium/files/patch-remoting_host_host__main.cc +++ b/www/chromium/files/patch-remoting_host_host__main.cc @@ -1,6 +1,6 @@ ---- remoting/host/host_main.cc.orig 2025-03-05 08:14:56 UTC +--- remoting/host/host_main.cc.orig 2025-07-02 06:08:04 UTC +++ remoting/host/host_main.cc -@@ -55,7 +55,7 @@ int FileChooserMain(); +@@ -57,7 +57,7 @@ int FileChooserMain(); int RdpDesktopSessionMain(); int UrlForwarderConfiguratorMain(); #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ int XSessionChooserMain(); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -68,7 +68,7 @@ const char kUsageMessage[] = +@@ -70,7 +70,7 @@ const char kUsageMessage[] = "\n" "Options:\n" @@ -18,7 +18,7 @@ " --audio-pipe-name=<pipe> - Sets the pipe name to capture audio on " "Linux.\n" #endif // BUILDFLAG(IS_LINUX) -@@ -161,7 +161,7 @@ MainRoutineFn SelectMainRoutine(const std::string& pro +@@ -163,7 +163,7 @@ MainRoutineFn SelectMainRoutine(const std::string& pro } else if (process_type == kProcessTypeUrlForwarderConfigurator) { main_routine = &UrlForwarderConfiguratorMain; #endif // BUILDFLAG(IS_WIN) @@ -27,12 +27,12 @@ } else if (process_type == kProcessTypeXSessionChooser) { main_routine = &XSessionChooserMain; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -229,7 +229,7 @@ int HostMain(int argc, char** argv) { +@@ -231,7 +231,7 @@ int HostMain(int argc, char** argv) { // Note that we enable crash reporting only if the user has opted in to having // the crash reports uploaded. if (IsUsageStatsAllowed()) { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - InitializeCrashReporting(); + InitializeCrashpadReporting(); #elif BUILDFLAG(IS_WIN) // TODO: joedow - Enable crash reporting for the RDP process. diff --git a/www/chromium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc b/www/chromium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc index e328ace6230b..a09216de154f 100644 --- a/www/chromium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc +++ b/www/chromium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc @@ -1,6 +1,6 @@ ---- remoting/host/it2me/it2me_native_messaging_host_main.cc.orig 2025-04-04 08:52:13 UTC +--- remoting/host/it2me/it2me_native_messaging_host_main.cc.orig 2025-07-02 06:08:04 UTC +++ remoting/host/it2me/it2me_native_messaging_host_main.cc -@@ -30,7 +30,7 @@ +@@ -29,7 +29,7 @@ #include "remoting/host/resources.h" #include "remoting/host/usage_stats_consent.h" @@ -9,7 +9,16 @@ #if defined(REMOTING_USE_X11) #include <gtk/gtk.h> #include "base/linux_util.h" -@@ -75,7 +75,7 @@ bool CurrentProcessHasUiAccess() { +@@ -43,7 +43,7 @@ + #include "remoting/host/mac/permission_utils.h" + #endif // BUILDFLAG(IS_APPLE) + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" + #endif // BUILDFLAG(IS_LINUX) + +@@ -79,7 +79,7 @@ bool CurrentProcessHasUiAccess() { // Creates a It2MeNativeMessagingHost instance, attaches it to stdin/stdout and // runs the task executor until It2MeNativeMessagingHost signals shutdown. int It2MeNativeMessagingHostMain(int argc, char** argv) { @@ -18,7 +27,16 @@ // Initialize Xlib for multi-threaded use, allowing non-Chromium code to // use X11 safely (such as the WebRTC capturer, GTK ...) x11::InitXlib(); -@@ -121,7 +121,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv +@@ -104,7 +104,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv + // needs to be initialized first, so that the preference for crash-reporting + // can be looked up in the config file. + if (IsUsageStatsAllowed()) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + InitializeCrashpadReporting(); + #elif BUILDFLAG(IS_WIN) + InitializeBreakpadReporting(); +@@ -129,7 +129,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv remoting::LoadResources(""); @@ -27,7 +45,7 @@ // Required for any calls into GTK functions, such as the Disconnect and // Continue windows. Calling with nullptr arguments because we don't have // any command line arguments for gtk to consume. -@@ -249,7 +249,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv +@@ -257,7 +257,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv PolicyWatcher::CreateWithTaskRunner(context->file_task_runner(), context->management_service()); @@ -36,7 +54,7 @@ scoped_refptr<AutoThreadTaskRunner> input_task_runner; // Create an X11EventSource on all UI threads, so the global X11 connection // (x11::Connection::Get()) can dispatch X events. -@@ -273,7 +273,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv +@@ -281,7 +281,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv // Run the loop until channel is alive. run_loop.Run(); diff --git a/www/chromium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc b/www/chromium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc new file mode 100644 index 000000000000..f891d8f486cf --- /dev/null +++ b/www/chromium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc @@ -0,0 +1,20 @@ +--- remoting/host/remote_open_url/remote_open_url_main.cc.orig 2025-07-02 06:08:04 UTC ++++ remoting/host/remote_open_url/remote_open_url_main.cc +@@ -27,7 +27,7 @@ + #include "remoting/host/usage_stats_consent.h" + #include "ui/base/l10n/l10n_util.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" + #endif // BUILDFLAG(IS_LINUX) + +@@ -51,7 +51,7 @@ int RemoteOpenUrlMain(int argc, char** argv) { + + #if defined(REMOTING_ENABLE_CRASH_REPORTING) + if (IsUsageStatsAllowed()) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + InitializeCrashpadReporting(); + #elif BUILDFLAG(IS_WIN) + InitializeBreakpadReporting(); diff --git a/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc b/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc index d4f85fb5451a..f5bc389e9c67 100644 --- a/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc +++ b/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc @@ -1,6 +1,6 @@ ---- remoting/host/remoting_me2me_host.cc.orig 2025-05-28 14:55:43 UTC +--- remoting/host/remoting_me2me_host.cc.orig 2025-07-02 06:08:04 UTC +++ remoting/host/remoting_me2me_host.cc -@@ -140,7 +140,7 @@ +@@ -139,7 +139,7 @@ #include "remoting/host/mac/permission_utils.h" #endif // BUILDFLAG(IS_APPLE) @@ -9,7 +9,7 @@ #if defined(REMOTING_USE_X11) #include <gtk/gtk.h> -@@ -150,7 +150,7 @@ +@@ -149,7 +149,7 @@ #endif // defined(REMOTING_USE_X11) #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -18,15 +18,15 @@ #include "base/linux_util.h" #include "remoting/host/linux/audio_capturer_linux.h" #include "remoting/host/linux/certificate_watcher.h" -@@ -165,7 +165,7 @@ +@@ -164,7 +164,7 @@ #include "remoting/host/pairing_registry_delegate_win.h" #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" #include "remoting/host/host_wtmpdb_logger.h" #endif // BUILDFLAG(IS_LINUX) - @@ -198,7 +198,7 @@ const char kApplicationName[] = "chromoting"; const char kStdinConfigPath[] = "-"; #endif // !defined(REMOTING_MULTI_PROCESS) @@ -126,7 +126,16 @@ #if defined(REMOTING_USE_X11) // Initialize Xlib for multi-threaded use, allowing non-Chromium code to // use X11 safely (such as the WebRTC capturer, GTK ...) -@@ -2172,7 +2172,7 @@ int HostProcessMain() { +@@ -2154,7 +2154,7 @@ int HostProcessMain() { + return kInitializationFailed; + } + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Log and cleanup the crash database. We do this after a short delay so that + // the crash database has a chance to be updated properly if we just got + // relaunched after a crash. +@@ -2174,7 +2174,7 @@ int HostProcessMain() { std::unique_ptr<net::NetworkChangeNotifier> network_change_notifier( net::NetworkChangeNotifier::CreateIfNeeded()); diff --git a/www/chromium/files/patch-remoting_host_security__key_remote__security__key__main.cc b/www/chromium/files/patch-remoting_host_security__key_remote__security__key__main.cc new file mode 100644 index 000000000000..1722d9754624 --- /dev/null +++ b/www/chromium/files/patch-remoting_host_security__key_remote__security__key__main.cc @@ -0,0 +1,20 @@ +--- remoting/host/security_key/remote_security_key_main.cc.orig 2025-07-02 06:08:04 UTC ++++ remoting/host/security_key/remote_security_key_main.cc +@@ -24,7 +24,7 @@ + #include "remoting/host/security_key/security_key_message_handler.h" + #include "remoting/host/usage_stats_consent.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" + #endif // BUILDFLAG(IS_LINUX) + +@@ -96,7 +96,7 @@ int RemoteSecurityKeyMain(int argc, char** argv) { + + #if defined(REMOTING_ENABLE_CRASH_REPORTING) + if (IsUsageStatsAllowed()) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + InitializeCrashpadReporting(); + #elif BUILDFLAG(IS_WIN) + InitializeBreakpadReporting(); diff --git a/www/chromium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc b/www/chromium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc new file mode 100644 index 000000000000..ce5e6c9829d5 --- /dev/null +++ b/www/chromium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc @@ -0,0 +1,20 @@ +--- remoting/host/setup/me2me_native_messaging_host_main.cc.orig 2025-07-02 06:08:04 UTC ++++ remoting/host/setup/me2me_native_messaging_host_main.cc +@@ -41,7 +41,7 @@ + #include "base/apple/scoped_nsautorelease_pool.h" + #endif // BUILDFLAG(IS_APPLE) + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" + #endif // BUILDFLAG(IS_LINUX) + +@@ -99,7 +99,7 @@ int Me2MeNativeMessagingHostMain(int argc, char** argv + // needs to be initialized first, so that the preference for crash-reporting + // can be looked up in the config file. + if (IsUsageStatsAllowed()) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + InitializeCrashpadReporting(); + #elif BUILDFLAG(IS_WIN) + InitializeBreakpadReporting(); diff --git a/www/chromium/files/patch-remoting_host_setup_start__host__main.cc b/www/chromium/files/patch-remoting_host_setup_start__host__main.cc index 72eb2b4df2c2..2ef68f477eaf 100644 --- a/www/chromium/files/patch-remoting_host_setup_start__host__main.cc +++ b/www/chromium/files/patch-remoting_host_setup_start__host__main.cc @@ -1,15 +1,15 @@ ---- remoting/host/setup/start_host_main.cc.orig 2025-04-04 08:52:13 UTC +--- remoting/host/setup/start_host_main.cc.orig 2025-07-02 06:08:04 UTC +++ remoting/host/setup/start_host_main.cc -@@ -45,7 +45,7 @@ +@@ -44,7 +44,7 @@ #include <unistd.h> #endif // BUILDFLAG(IS_POSIX) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" #include "remoting/host/setup/daemon_controller_delegate_linux.h" #include "remoting/host/setup/start_host_as_root.h" - #endif // BUILDFLAG(IS_LINUX) -@@ -369,7 +369,7 @@ bool InitializeCloudMachineParams(HostStarter::Params& +@@ -370,7 +370,7 @@ bool InitializeCloudMachineParams(HostStarter::Params& } // namespace int StartHostMain(int argc, char** argv) { @@ -18,7 +18,7 @@ // Minimize the amount of code that runs as root on Posix systems. if (getuid() == 0) { return remoting::StartHostAsRoot(argc, argv); -@@ -394,7 +394,7 @@ int StartHostMain(int argc, char** argv) { +@@ -395,7 +395,7 @@ int StartHostMain(int argc, char** argv) { mojo::core::Init(); @@ -27,3 +27,12 @@ if (command_line->HasSwitch("no-start")) { // On Linux, registering the host with systemd and starting it is the only // reason start_host requires root. The --no-start options skips that final +@@ -445,7 +445,7 @@ int StartHostMain(int argc, char** argv) { + // We don't have a config file yet so we can't use IsUsageStatsAllowed(), + // instead we can just check the command line parameter. + if (params.enable_crash_reporting) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + InitializeCrashpadReporting(); + #elif BUILDFLAG(IS_WIN) + InitializeBreakpadReporting(); diff --git a/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc b/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc index c50ed2d29d1b..bde200049f1f 100644 --- a/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc +++ b/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc @@ -1,6 +1,6 @@ ---- remoting/host/webauthn/remote_webauthn_extension_notifier.cc.orig 2025-05-28 14:55:43 UTC +--- remoting/host/webauthn/remote_webauthn_extension_notifier.cc.orig 2025-07-02 06:08:04 UTC +++ remoting/host/webauthn/remote_webauthn_extension_notifier.cc -@@ -31,7 +31,7 @@ +@@ -27,7 +27,7 @@ #include "base/task/thread_pool.h" #include "build/build_config.h" @@ -9,7 +9,7 @@ #include "base/environment.h" #include "base/nix/xdg_util.h" #include "base/strings/string_util.h" -@@ -76,14 +76,14 @@ static constexpr char kExtensionWakeupFileContent[] = +@@ -72,14 +72,14 @@ static constexpr char kExtensionWakeupFileContent[] = // Caller should check if the directory exists before writing files to it. A // directory only exists if the corresponding Chrome version is installed. std::vector<base::FilePath> GetRemoteStateChangeDirPaths() { diff --git a/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc b/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc new file mode 100644 index 000000000000..df0429a6408a --- /dev/null +++ b/www/chromium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc @@ -0,0 +1,20 @@ +--- remoting/host/webauthn/remote_webauthn_main.cc.orig 2025-07-02 06:08:04 UTC ++++ remoting/host/webauthn/remote_webauthn_main.cc +@@ -27,7 +27,7 @@ + #include "remoting/host/webauthn/remote_webauthn_caller_security_utils.h" + #include "remoting/host/webauthn/remote_webauthn_native_messaging_host.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "remoting/base/crash/crash_reporting_crashpad.h" + #endif // BUILDFLAG(IS_LINUX) + +@@ -50,7 +50,7 @@ int RemoteWebAuthnMain(int argc, char** argv) { + + #if defined(REMOTING_ENABLE_CRASH_REPORTING) + if (IsUsageStatsAllowed()) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + InitializeCrashpadReporting(); + #elif BUILDFLAG(IS_WIN) + InitializeBreakpadReporting(); diff --git a/www/chromium/files/patch-sandbox_policy_BUILD.gn b/www/chromium/files/patch-sandbox_policy_BUILD.gn index 486790493ab5..8a0aafacdf7e 100644 --- a/www/chromium/files/patch-sandbox_policy_BUILD.gn +++ b/www/chromium/files/patch-sandbox_policy_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/policy/BUILD.gn.orig 2025-04-04 08:52:13 UTC +--- sandbox/policy/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ sandbox/policy/BUILD.gn -@@ -43,7 +43,7 @@ component("policy") { +@@ -46,7 +46,7 @@ component("policy") { "//third_party/jni_zero", ] } @@ -9,7 +9,7 @@ sources += [ "linux/bpf_audio_policy_linux.cc", "linux/bpf_audio_policy_linux.h", -@@ -112,6 +112,27 @@ component("policy") { +@@ -115,6 +115,27 @@ component("policy") { "//sandbox/linux:sandbox_services", "//sandbox/linux:seccomp_bpf", "//sandbox/linux:suid_sandbox_client", diff --git a/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index 00e026995def..421d198975d1 100644 --- a/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-05-05 10:57:53 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-07-02 06:08:04 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc -@@ -0,0 +1,392 @@ +@@ -0,0 +1,400 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -194,6 +194,7 @@ +bool SandboxLinux::SetUnveil(const std::string process_type, sandbox::mojom::Sandbox sandbox_type) { + FILE *fp; + char *s = NULL, *cp = NULL, *home = NULL, **ap, *tokens[MAXTOKENS]; ++ char *xdg_var = NULL; + char path[PATH_MAX]; + const char *ufile; + size_t len = 0, lineno = 0; @@ -258,6 +259,13 @@ + strncpy(path, home, sizeof(path) - 1); + path[sizeof(path) - 1] = '\0'; + strncat(path, tokens[0], sizeof(path) - 1 - strlen(path)); ++ } else if (strncmp(tokens[0], "XDG_", 4) == 0) { ++ if ((xdg_var = getenv(tokens[0])) == NULL || *xdg_var == '\0') { ++ LOG(ERROR) << "failed to get " << tokens[0]; ++ continue; ++ } ++ strncpy(path, xdg_var, sizeof(path) - 1); ++ path[sizeof(path) - 1] = '\0'; + } else { + strncpy(path, tokens[0], sizeof(path) - 1); + path[sizeof(path) - 1] = '\0'; diff --git a/www/chromium/files/patch-sandbox_policy_sandbox__type.cc b/www/chromium/files/patch-sandbox_policy_sandbox__type.cc index e78d949cee65..89a2a4231d20 100644 --- a/www/chromium/files/patch-sandbox_policy_sandbox__type.cc +++ b/www/chromium/files/patch-sandbox_policy_sandbox__type.cc @@ -1,6 +1,15 @@ ---- sandbox/policy/sandbox_type.cc.orig 2025-04-04 08:52:13 UTC +--- sandbox/policy/sandbox_type.cc.orig 2025-07-02 06:08:04 UTC +++ sandbox/policy/sandbox_type.cc -@@ -38,7 +38,7 @@ constexpr char kPpapiSandbox[] = "ppapi"; +@@ -17,7 +17,7 @@ + #include "chromeos/ash/components/assistant/buildflags.h" + #endif // BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include "media/gpu/buildflags.h" // nogncheck + #endif + +@@ -42,7 +42,7 @@ constexpr char kPpapiSandbox[] = "ppapi"; #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +18,7 @@ constexpr char kPrintBackendSandbox[] = "print_backend"; constexpr char kScreenAISandbox[] = "screen_ai"; #endif -@@ -56,15 +56,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = +@@ -60,15 +60,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = constexpr char kMirroringSandbox[] = "mirroring"; #endif // BUILDFLAG(IS_MAC) @@ -25,10 +34,10 @@ -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - constexpr char kHardwareVideoDecodingSandbox[] = "hardware_video_decoding"; - constexpr char kHardwareVideoEncodingSandbox[] = "hardware_video_encoding"; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -78,7 +78,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" + // USE_LINUX_VIDEO_ACCELERATION implies IS_LINUX || IS_CHROMEOS, so this double + // #if is redundant, however, we cannot include "media/gpu/buildflags.h" on all + // platforms, only one those that need to evaluate the use..., hence this +@@ -88,7 +88,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) #endif // BUILDFLAG(IS_CHROMEOS) @@ -37,7 +46,7 @@ constexpr char kOnDeviceTranslationSandbox[] = "on_device_translation"; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -140,7 +140,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -150,7 +150,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kCdm: case Sandbox::kPrintCompositor: case Sandbox::kAudio: @@ -46,16 +55,16 @@ case Sandbox::kVideoCapture: #endif #if BUILDFLAG(IS_WIN) -@@ -151,7 +151,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -161,7 +161,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMediaFoundationCdm: case Sandbox::kWindowsSystemProxyResolver: #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) case Sandbox::kHardwareVideoDecoding: case Sandbox::kHardwareVideoEncoding: - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -167,15 +167,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -179,15 +179,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMirroring: #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -74,7 +83,7 @@ case Sandbox::kOnDeviceTranslation: #endif DCHECK(command_line->GetSwitchValueASCII(switches::kProcessType) == -@@ -185,7 +185,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -197,7 +197,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi switches::kServiceSandboxType, StringFromUtilitySandboxType(sandbox_type)); break; @@ -83,7 +92,7 @@ case Sandbox::kZygoteIntermediateSandbox: break; #endif -@@ -225,7 +225,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( +@@ -237,7 +237,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( return Sandbox::kUtility; } @@ -92,7 +101,7 @@ // Intermediate process gains a sandbox later. if (process_type == switches::kZygoteProcessType) return Sandbox::kZygoteIntermediateSandbox; -@@ -267,7 +267,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -279,7 +279,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb return kUtilitySandbox; case Sandbox::kAudio: return kAudioSandbox; @@ -101,7 +110,7 @@ case Sandbox::kVideoCapture: return kVideoCaptureSandbox; #endif -@@ -278,17 +278,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -290,17 +290,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kSpeechRecognition: return kSpeechRecognitionSandbox; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -122,16 +131,16 @@ case Sandbox::kOnDeviceTranslation: return kOnDeviceTranslationSandbox; #endif -@@ -308,7 +308,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -320,7 +320,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kMirroring: return kMirroringSandbox; #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) case Sandbox::kHardwareVideoDecoding: return kHardwareVideoDecodingSandbox; - case Sandbox::kHardwareVideoEncoding: -@@ -329,7 +329,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -343,7 +343,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb // The following are not utility processes so should not occur. case Sandbox::kRenderer: case Sandbox::kGpu: @@ -140,7 +149,7 @@ case Sandbox::kZygoteIntermediateSandbox: #endif NOTREACHED(); -@@ -407,7 +407,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -421,7 +421,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kSpeechRecognition; } #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -149,7 +158,7 @@ if (sandbox_string == kPrintBackendSandbox) { return Sandbox::kPrintBackend; } -@@ -415,7 +415,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -429,7 +429,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kScreenAI; } #endif @@ -158,7 +167,7 @@ if (sandbox_string == kVideoEffectsSandbox) { return Sandbox::kVideoEffects; } -@@ -425,12 +425,12 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -439,12 +439,12 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kOnDeviceTranslation; } #endif @@ -170,6 +179,6 @@ #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) if (sandbox_string == kHardwareVideoDecodingSandbox) { return Sandbox::kHardwareVideoDecoding; - } diff --git a/www/chromium/files/patch-services_device_public_mojom_BUILD.gn b/www/chromium/files/patch-services_device_public_mojom_BUILD.gn index 66b759ecb080..d3fcd6156eec 100644 --- a/www/chromium/files/patch-services_device_public_mojom_BUILD.gn +++ b/www/chromium/files/patch-services_device_public_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- services/device/public/mojom/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- services/device/public/mojom/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ services/device/public/mojom/BUILD.gn -@@ -98,7 +98,7 @@ mojom("device_service") { +@@ -99,7 +99,7 @@ mojom("device_service") { enable_js_fuzzing = false enabled_features = [] diff --git a/www/chromium/files/patch-services_device_serial_serial__device__enumerator.cc b/www/chromium/files/patch-services_device_serial_serial__device__enumerator.cc index ef664c00c527..5c203817afb9 100644 --- a/www/chromium/files/patch-services_device_serial_serial__device__enumerator.cc +++ b/www/chromium/files/patch-services_device_serial_serial__device__enumerator.cc @@ -1,6 +1,6 @@ ---- services/device/serial/serial_device_enumerator.cc.orig 2025-04-04 08:52:13 UTC +--- services/device/serial/serial_device_enumerator.cc.orig 2025-07-02 06:08:04 UTC +++ services/device/serial/serial_device_enumerator.cc -@@ -13,7 +13,7 @@ +@@ -12,7 +12,7 @@ #include "build/build_config.h" #include "components/device_event_log/device_event_log.h" @@ -9,7 +9,7 @@ #include "services/device/serial/serial_device_enumerator_linux.h" #elif BUILDFLAG(IS_MAC) #include "services/device/serial/serial_device_enumerator_mac.h" -@@ -28,7 +28,7 @@ namespace device { +@@ -27,7 +27,7 @@ namespace device { // static std::unique_ptr<SerialDeviceEnumerator> SerialDeviceEnumerator::Create( scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) { diff --git a/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.cc b/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.cc index 4fc0bd434f3e..8a1c5f243f27 100644 --- a/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.cc +++ b/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.cc @@ -1,6 +1,6 @@ ---- services/device/usb/usb_device_handle_usbfs.cc.orig 2025-05-05 10:57:53 UTC +--- services/device/usb/usb_device_handle_usbfs.cc.orig 2025-07-02 06:08:04 UTC +++ services/device/usb/usb_device_handle_usbfs.cc -@@ -39,7 +39,7 @@ +@@ -38,7 +38,7 @@ #include "chromeos/dbus/permission_broker/permission_broker_client.h" #endif @@ -9,7 +9,7 @@ #include "services/device/public/cpp/device_features.h" #include "services/device/usb/usb_interface_detach_allowlist.h" #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -271,7 +271,7 @@ bool UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper::R +@@ -270,7 +270,7 @@ bool UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper::R return true; } @@ -18,7 +18,7 @@ bool UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper::DetachInterface( int interface_number, const CombinedInterfaceInfo& interface_info) { -@@ -599,7 +599,7 @@ void UsbDeviceHandleUsbfs::ClaimInterface(int interfac +@@ -598,7 +598,7 @@ void UsbDeviceHandleUsbfs::ClaimInterface(int interfac return; } #endif @@ -27,7 +27,7 @@ if (base::FeatureList::IsEnabled(features::kAutomaticUsbDetach)) { const mojom::UsbConfigurationInfo* config = device_->GetActiveConfiguration(); -@@ -945,7 +945,7 @@ void UsbDeviceHandleUsbfs::ReleaseInterfaceComplete(in +@@ -944,7 +944,7 @@ void UsbDeviceHandleUsbfs::ReleaseInterfaceComplete(in return; } #endif diff --git a/www/chromium/files/patch-services_device_usb_usb__service.cc b/www/chromium/files/patch-services_device_usb_usb__service.cc index 1281dfff81b9..3bfbcb92200a 100644 --- a/www/chromium/files/patch-services_device_usb_usb__service.cc +++ b/www/chromium/files/patch-services_device_usb_usb__service.cc @@ -1,6 +1,6 @@ ---- services/device/usb/usb_service.cc.orig 2024-08-26 12:06:38 UTC +--- services/device/usb/usb_service.cc.orig 2025-07-02 06:08:04 UTC +++ services/device/usb/usb_service.cc -@@ -21,12 +21,16 @@ +@@ -20,12 +20,16 @@ #if BUILDFLAG(IS_ANDROID) #include "services/device/usb/usb_service_android.h" @@ -18,7 +18,7 @@ #endif namespace device { -@@ -49,11 +53,13 @@ constexpr base::TaskTraits UsbService::kBlockingTaskTr +@@ -48,11 +52,13 @@ constexpr base::TaskTraits UsbService::kBlockingTaskTr std::unique_ptr<UsbService> UsbService::Create() { #if BUILDFLAG(IS_ANDROID) return base::WrapUnique(new UsbServiceAndroid()); diff --git a/www/chromium/files/patch-services_network_BUILD.gn b/www/chromium/files/patch-services_network_BUILD.gn index 84ac5b3070c0..10f43d6030c0 100644 --- a/www/chromium/files/patch-services_network_BUILD.gn +++ b/www/chromium/files/patch-services_network_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- services/network/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ services/network/BUILD.gn -@@ -413,7 +413,6 @@ if (is_linux || is_chromeos) { +@@ -417,7 +417,6 @@ if (is_linux || is_chromeos) { ] deps = [ "//base:base", diff --git a/www/chromium/files/patch-services_network_network__context.cc b/www/chromium/files/patch-services_network_network__context.cc index ab6a828311bd..6740f701df54 100644 --- a/www/chromium/files/patch-services_network_network__context.cc +++ b/www/chromium/files/patch-services_network_network__context.cc @@ -1,6 +1,6 @@ ---- services/network/network_context.cc.orig 2025-05-28 14:55:43 UTC +--- services/network/network_context.cc.orig 2025-07-02 06:08:04 UTC +++ services/network/network_context.cc -@@ -612,7 +612,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: +@@ -611,7 +611,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: NetworkContext::NetworkContextHttpAuthPreferences:: ~NetworkContextHttpAuthPreferences() = default; @@ -9,7 +9,7 @@ bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() const { if (network_service_) { -@@ -2543,7 +2543,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( +@@ -2556,7 +2556,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( http_auth_dynamic_network_service_params->android_negotiate_account_type); #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-services_network_network__context.h b/www/chromium/files/patch-services_network_network__context.h index 9d35a3ec46d9..f7cb52d775ad 100644 --- a/www/chromium/files/patch-services_network_network__context.h +++ b/www/chromium/files/patch-services_network_network__context.h @@ -1,6 +1,6 @@ ---- services/network/network_context.h.orig 2025-05-28 14:55:43 UTC +--- services/network/network_context.h.orig 2025-07-02 06:08:04 UTC +++ services/network/network_context.h -@@ -723,7 +723,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext +@@ -730,7 +730,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext public: explicit NetworkContextHttpAuthPreferences(NetworkService* network_service); ~NetworkContextHttpAuthPreferences() override; diff --git a/www/chromium/files/patch-services_network_network__service.cc b/www/chromium/files/patch-services_network_network__service.cc index 3bbfab4c9a5d..2087a12e2163 100644 --- a/www/chromium/files/patch-services_network_network__service.cc +++ b/www/chromium/files/patch-services_network_network__service.cc @@ -1,6 +1,6 @@ ---- services/network/network_service.cc.orig 2025-05-28 14:55:43 UTC +--- services/network/network_service.cc.orig 2025-07-02 06:08:04 UTC +++ services/network/network_service.cc -@@ -103,11 +103,11 @@ +@@ -102,11 +102,11 @@ #include "third_party/boringssl/src/include/openssl/cpu.h" #endif @@ -14,7 +14,7 @@ #include "services/network/network_change_notifier_passive_factory.h" #endif -@@ -1043,7 +1043,7 @@ void NetworkService::SetExplicitlyAllowedPorts( +@@ -1042,7 +1042,7 @@ void NetworkService::SetExplicitlyAllowedPorts( net::SetExplicitlyAllowedPorts(ports); } @@ -23,7 +23,7 @@ void NetworkService::SetGssapiLibraryLoadObserver( mojo::PendingRemote<mojom::GssapiLibraryLoadObserver> gssapi_library_load_observer) { -@@ -1143,7 +1143,7 @@ NetworkService::CreateHttpAuthHandlerFactory(NetworkCo +@@ -1148,7 +1148,7 @@ NetworkService::CreateHttpAuthHandlerFactory(NetworkCo ); } diff --git a/www/chromium/files/patch-services_network_network__service.h b/www/chromium/files/patch-services_network_network__service.h index d8c09bff76f9..c2de826ab678 100644 --- a/www/chromium/files/patch-services_network_network__service.h +++ b/www/chromium/files/patch-services_network_network__service.h @@ -1,4 +1,4 @@ ---- services/network/network_service.h.orig 2025-05-28 14:55:43 UTC +--- services/network/network_service.h.orig 2025-07-02 06:08:04 UTC +++ services/network/network_service.h @@ -251,7 +251,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService const std::vector<ContentSettingPatternSource>& settings) override; @@ -9,7 +9,7 @@ void SetGssapiLibraryLoadObserver( mojo::PendingRemote<mojom::GssapiLibraryLoadObserver> gssapi_library_load_observer) override; -@@ -292,7 +292,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService +@@ -294,7 +294,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService std::unique_ptr<net::HttpAuthHandlerFactory> CreateHttpAuthHandlerFactory( NetworkContext* network_context); @@ -18,7 +18,7 @@ // This is called just before a GSSAPI library may be loaded. void OnBeforeGssapiLibraryLoad(); #endif // BUILDFLAG(IS_LINUX) -@@ -550,7 +550,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService +@@ -552,7 +552,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService // leaking stale listeners between tests. std::unique_ptr<net::NetworkChangeNotifier> mock_network_change_notifier_; diff --git a/www/chromium/files/patch-services_network_public_cpp_BUILD.gn b/www/chromium/files/patch-services_network_public_cpp_BUILD.gn index 002437131aef..d3a3ec7f95e4 100644 --- a/www/chromium/files/patch-services_network_public_cpp_BUILD.gn +++ b/www/chromium/files/patch-services_network_public_cpp_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/cpp/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- services/network/public/cpp/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ services/network/public/cpp/BUILD.gn -@@ -639,7 +639,7 @@ component("cpp_base") { +@@ -654,7 +654,7 @@ component("cpp_base") { sources += [ "transferable_directory_fuchsia.cc" ] } diff --git a/www/chromium/files/patch-services_network_public_cpp_features.cc b/www/chromium/files/patch-services_network_public_cpp_features.cc index 4db73f3e05b0..255576606b5e 100644 --- a/www/chromium/files/patch-services_network_public_cpp_features.cc +++ b/www/chromium/files/patch-services_network_public_cpp_features.cc @@ -1,6 +1,6 @@ ---- services/network/public/cpp/features.cc.orig 2025-05-28 14:55:43 UTC +--- services/network/public/cpp/features.cc.orig 2025-07-02 06:08:04 UTC +++ services/network/public/cpp/features.cc -@@ -125,7 +125,7 @@ BASE_FEATURE(kSplitAuthCacheByNetworkIsolationKey, +@@ -109,7 +109,7 @@ BASE_FEATURE(kSplitAuthCacheByNetworkIsolationKey, BASE_FEATURE(kDnsOverHttpsUpgrade, "DnsOverHttpsUpgrade", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -377,7 +377,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, +@@ -359,7 +359,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, BASE_FEATURE(kDocumentIsolationPolicy, "DocumentIsolationPolicy", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-services_network_public_mojom_BUILD.gn b/www/chromium/files/patch-services_network_public_mojom_BUILD.gn index a73212fdec17..a456691abc98 100644 --- a/www/chromium/files/patch-services_network_public_mojom_BUILD.gn +++ b/www/chromium/files/patch-services_network_public_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/mojom/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- services/network/public/mojom/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ services/network/public/mojom/BUILD.gn -@@ -675,11 +675,11 @@ mojom("url_loader_base") { +@@ -679,11 +679,11 @@ mojom("url_loader_base") { } enabled_features = [] diff --git a/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc b/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc index b3b87c851b56..f2c3ca39d2b4 100644 --- a/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc +++ b/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc @@ -1,4 +1,4 @@ ---- services/on_device_model/pre_sandbox_init.cc.orig 2025-01-15 09:18:26 UTC +--- services/on_device_model/pre_sandbox_init.cc.orig 2025-07-02 06:08:04 UTC +++ services/on_device_model/pre_sandbox_init.cc @@ -14,7 +14,7 @@ #include "services/on_device_model/ml/chrome_ml.h" // nogncheck @@ -7,9 +7,9 @@ -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "gpu/config/gpu_info_collector.h" // nogncheck - #include "third_party/dawn/include/dawn/dawn_proc.h" // nogncheck - #include "third_party/dawn/include/dawn/native/DawnNative.h" // nogncheck -@@ -25,7 +25,7 @@ namespace on_device_model { + #endif + +@@ -28,7 +28,7 @@ namespace on_device_model { namespace { @@ -18,16 +18,16 @@ constexpr uint32_t kVendorIdAMD = 0x1002; constexpr uint32_t kVendorIdIntel = 0x8086; constexpr uint32_t kVendorIdNVIDIA = 0x10DE; -@@ -74,7 +74,7 @@ bool OnDeviceModelService::PreSandboxInit() { - } - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // Warm any relevant drivers before attempting to bring up the sandbox. For - // good measure we initialize a device instance for any adapter with an - // appropriate backend on top of any integrated or discrete GPU. -@@ -102,7 +102,7 @@ bool OnDeviceModelService::PreSandboxInit() { +@@ -62,7 +62,7 @@ void UpdateSandboxOptionsForGpu( + // enabling the sandbox. + BASE_FEATURE(kOnDeviceModelWarmDrivers, + "OnDeviceModelWarmDrivers", +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT +@@ -127,7 +127,7 @@ bool OnDeviceModelService::PreSandboxInit() { return true; } diff --git a/www/chromium/files/patch-services_screen__ai_public_cpp_utilities.cc b/www/chromium/files/patch-services_screen__ai_public_cpp_utilities.cc index fa71ff9cd45a..58e4acfd7b3a 100644 --- a/www/chromium/files/patch-services_screen__ai_public_cpp_utilities.cc +++ b/www/chromium/files/patch-services_screen__ai_public_cpp_utilities.cc @@ -1,15 +1,15 @@ ---- services/screen_ai/public/cpp/utilities.cc.orig 2024-08-26 12:06:38 UTC +--- services/screen_ai/public/cpp/utilities.cc.orig 2025-07-02 06:08:04 UTC +++ services/screen_ai/public/cpp/utilities.cc -@@ -18,7 +18,7 @@ namespace screen_ai { - - namespace { +@@ -21,7 +21,7 @@ namespace { + // The maximum image dimension which is processed without downsampling by OCR. + constexpr uint32_t kMaxImageDimensionForOcr = 2048; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) constexpr char kBinaryPathSwitch[] = "screen-ai-binary"; #endif -@@ -39,7 +39,7 @@ constexpr char kScreenAIDlcRootPath[] = +@@ -42,7 +42,7 @@ constexpr char kScreenAIDlcRootPath[] = #endif #if BUILDFLAG(ENABLE_SCREEN_AI_BROWSERTESTS) @@ -18,7 +18,7 @@ constexpr base::FilePath::CharType kScreenAIResourcePathForTests[] = FILE_PATH_LITERAL("third_party/screen-ai/linux/resources"); #elif BUILDFLAG(IS_MAC) -@@ -128,7 +128,7 @@ base::FilePath GetComponentBinaryPathForTests() { +@@ -131,7 +131,7 @@ base::FilePath GetComponentBinaryPathForTests() { const char* GetBinaryPathSwitch() { // This is only used on Linux and ChromeOS. diff --git a/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc b/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc new file mode 100644 index 000000000000..72c022d67d2b --- /dev/null +++ b/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc @@ -0,0 +1,11 @@ +--- services/tracing/public/cpp/trace_startup.cc.orig 2025-07-02 06:08:04 UTC ++++ services/tracing/public/cpp/trace_startup.cc +@@ -66,7 +66,7 @@ void EnableStartupTracingIfNeeded(bool with_thread) { + // Create the PerfettoTracedProcess. + if (with_thread) { + g_tracing_with_thread = true; +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + PerfettoTracedProcess::MaybeCreateInstanceWithThread( + /*will_trace_thread_restart=*/true); + #else diff --git a/www/chromium/files/patch-third__party_blink_public_platform_platform.h b/www/chromium/files/patch-third__party_blink_public_platform_platform.h index 40db87afe7d5..9f817dd4a559 100644 --- a/www/chromium/files/patch-third__party_blink_public_platform_platform.h +++ b/www/chromium/files/patch-third__party_blink_public_platform_platform.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/platform/platform.h.orig 2025-04-04 08:52:13 UTC +--- third_party/blink/public/platform/platform.h.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/public/platform/platform.h -@@ -372,7 +372,7 @@ class BLINK_PLATFORM_EXPORT Platform { +@@ -371,7 +371,7 @@ class BLINK_PLATFORM_EXPORT Platform { return nullptr; } diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc b/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc index dbdb5a359075..30a3fd0d4c7d 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-05-05 10:57:53 UTC +--- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/core/exported/web_view_impl.cc -@@ -429,7 +429,7 @@ void RecordPrerenderActivationSignalDelay(const String +@@ -430,7 +430,7 @@ void RecordPrerenderActivationSignalDelay(const String #if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN) SkFontHinting RendererPreferencesToSkiaHinting( const blink::RendererPreferences& prefs) { @@ -9,7 +9,7 @@ if (!prefs.should_antialias_text) { // When anti-aliasing is off, GTK maps all non-zero hinting settings to // 'Normal' hinting so we do the same. Otherwise, folks who have 'Slight' -@@ -3421,7 +3421,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs +@@ -3422,7 +3422,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs gfx::FontRenderParams::SUBPIXEL_RENDERING_NONE); WebFontRenderStyle::SetSubpixelPositioning( renderer_preferences_.use_subpixel_positioning); diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc b/www/chromium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc index 2fc741d9aae6..60ebeed946b1 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/layout/layout_view.cc.orig 2025-05-05 10:57:53 UTC +--- third_party/blink/renderer/core/layout/layout_view.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/core/layout/layout_view.cc @@ -74,7 +74,7 @@ #include "ui/display/screen_info.h" @@ -9,7 +9,7 @@ #include "third_party/blink/renderer/platform/fonts/font_cache.h" #endif -@@ -785,7 +785,7 @@ void LayoutView::LayoutRoot() { +@@ -789,7 +789,7 @@ void LayoutView::LayoutRoot() { intrinsic_logical_widths_ = LogicalWidth(); } diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_loader_mixed__content__checker.cc b/www/chromium/files/patch-third__party_blink_renderer_core_loader_mixed__content__checker.cc index cb2b5023d544..d6ea42d34c5b 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_loader_mixed__content__checker.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_loader_mixed__content__checker.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/loader/mixed_content_checker.cc.orig 2025-05-05 10:57:53 UTC +--- third_party/blink/renderer/core/loader/mixed_content_checker.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/core/loader/mixed_content_checker.cc -@@ -485,7 +485,7 @@ bool MixedContentChecker::ShouldBlockFetch( +@@ -510,7 +510,7 @@ bool MixedContentChecker::ShouldBlockFetch( switch (context_type) { case mojom::blink::MixedContentContextType::kOptionallyBlockable: diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc b/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc index d69fc945fef7..1b49f55c076f 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-04-04 08:52:13 UTC +--- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/core/origin_trials/origin_trial_context.cc -@@ -573,7 +573,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const +@@ -568,7 +568,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const } if (trial_name == "TranslationAPI") { diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc b/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc index e3fd416b3c03..7abee87bc8c0 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-05-05 10:57:53 UTC +--- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/core/page/context_menu_controller.cc -@@ -641,7 +641,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame +@@ -654,7 +654,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame if (potential_image_node != nullptr && IsA<HTMLCanvasElement>(potential_image_node)) { data.media_type = mojom::blink::ContextMenuDataMediaType::kCanvas; diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc b/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc index d55531d53a6e..a5092cac50e9 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/paint/paint_layer.cc.orig 2025-05-05 10:57:53 UTC +--- third_party/blink/renderer/core/paint/paint_layer.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/core/paint/paint_layer.cc -@@ -124,7 +124,7 @@ namespace blink { +@@ -125,7 +125,7 @@ namespace blink { namespace { diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc index 86e1b4bc2288..c33751d275b0 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc -@@ -383,7 +383,7 @@ TEST_F(WebRtcAudioRendererTest, DISABLED_VerifySinkPar +@@ -382,7 +382,7 @@ TEST_F(WebRtcAudioRendererTest, DISABLED_VerifySinkPar SetupRenderer(kDefaultOutputDeviceId); renderer_proxy_->Start(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_APPLE) || \ diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index 3586b17f0df7..2c74017131b9 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6334,7 +6334,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6383,7 +6383,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid // unmultiply has been requested or we need to never premultiply for Image // creation from a VideoFrame. diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc index 72982b927f12..48553cdfcd95 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc -@@ -218,7 +218,7 @@ bool GPUCanvasContext::PaintRenderingResultsToCanvas( +@@ -218,7 +218,7 @@ CanvasResourceProvider* GPUCanvasContext::PaintRenderi scoped_refptr<WebGPUMailboxTexture> front_buffer_texture; if (source_buffer == kFrontBuffer) { diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc index b9770b56197e..723187ec8f5e 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_cache.cc.orig 2025-02-19 07:43:18 UTC +--- third_party/blink/renderer/platform/fonts/font_cache.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/platform/fonts/font_cache.cc @@ -82,7 +82,7 @@ extern const char kNotoColorEmojiCompat[] = "Noto Colo @@ -9,7 +9,7 @@ float FontCache::device_scale_factor_ = 1.0; #endif -@@ -133,7 +133,7 @@ const FontPlatformData* FontCache::SystemFontPlatformD +@@ -136,7 +136,7 @@ const FontPlatformData* FontCache::SystemFontPlatformD const FontDescription& font_description) { const AtomicString& family = FontCache::SystemFontFamily(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || \ diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h index 22b1ecf34ffb..a111a5a16fe2 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_cache.h.orig 2024-09-30 07:45:04 UTC +--- third_party/blink/renderer/platform/fonts/font_cache.h.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/platform/fonts/font_cache.h @@ -55,7 +55,7 @@ #include "third_party/skia/include/core/SkFontMgr.h" @@ -9,7 +9,7 @@ #include "ui/gfx/font_fallback_linux.h" #endif -@@ -167,7 +167,7 @@ class PLATFORM_EXPORT FontCache final { +@@ -171,7 +171,7 @@ class PLATFORM_EXPORT FontCache final { static void MaybePreloadSystemFonts(); @@ -18,7 +18,7 @@ // These are needed for calling QueryRenderStyleForStrike, since // gfx::GetFontRenderParams makes distinctions based on DSF. static float DeviceScaleFactor() { return device_scale_factor_; } -@@ -243,7 +243,7 @@ class PLATFORM_EXPORT FontCache final { +@@ -247,7 +247,7 @@ class PLATFORM_EXPORT FontCache final { const char* locale_family_name); #endif // BUILDFLAG(IS_ANDROID) @@ -27,7 +27,7 @@ static bool GetFontForCharacter(UChar32, const char* preferred_locale, gfx::FallbackFontData*); -@@ -316,7 +316,7 @@ class PLATFORM_EXPORT FontCache final { +@@ -320,7 +320,7 @@ class PLATFORM_EXPORT FontCache final { const FontFaceCreationParams&, std::string& name); @@ -36,7 +36,7 @@ static AtomicString GetFamilyNameForCharacter(SkFontMgr*, UChar32, const FontDescription&, -@@ -353,7 +353,7 @@ class PLATFORM_EXPORT FontCache final { +@@ -357,7 +357,7 @@ class PLATFORM_EXPORT FontCache final { bool is_test_font_mgr_ = false; #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc index c5eef7270a2c..8c41a5962ed1 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/platform/graphics/video_frame_submitter.cc -@@ -407,7 +407,7 @@ void VideoFrameSubmitter::OnBeginFrame( +@@ -394,7 +394,7 @@ void VideoFrameSubmitter::OnBeginFrame( auto& details = timing_details.find(frame_token)->value; auto& feedback = details.presentation_feedback; diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 b/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 index fb29b373b056..9d8835996847 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-06-17 06:32:04 UTC +--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -484,7 +484,7 @@ +@@ -501,7 +501,7 @@ name: "AppTitle", status: "experimental", origin_trial_feature_name: "AppTitle", @@ -9,7 +9,7 @@ base_feature: "WebAppEnableAppTitle", }, { -@@ -1777,7 +1777,7 @@ +@@ -1840,7 +1840,7 @@ name: "DocumentIsolationPolicy", status: "experimental", origin_trial_feature_name: "DocumentIsolationPolicy", @@ -18,7 +18,7 @@ base_feature: "none", }, { -@@ -2017,7 +2017,7 @@ +@@ -2101,7 +2101,7 @@ base_feature: "none", public: true, origin_trial_feature_name: "FedCmMultipleIdentityProviders", @@ -27,7 +27,7 @@ origin_trial_allows_third_party: true, }, { -@@ -3434,7 +3434,7 @@ +@@ -3594,7 +3594,7 @@ // Tracking bug for the implementation: https://crbug.com/1462930 name: "PermissionElement", origin_trial_feature_name: "PermissionElement", @@ -36,7 +36,7 @@ status: "experimental", public: true, base_feature_status: "enabled", -@@ -3592,7 +3592,7 @@ +@@ -3758,7 +3758,7 @@ { name: "PrivateNetworkAccessPermissionPrompt", origin_trial_feature_name: "PrivateNetworkAccessPermissionPrompt", @@ -45,7 +45,7 @@ status: "stable", public: true, base_feature: "none", -@@ -4811,7 +4811,7 @@ +@@ -5047,7 +5047,7 @@ name: "UnrestrictedSharedArrayBuffer", base_feature: "none", origin_trial_feature_name: "UnrestrictedSharedArrayBuffer", @@ -54,7 +54,7 @@ }, // Enables using policy-controlled feature "usb-unrestricted" to allow // isolated context to access protected USB interface classes and to -@@ -4997,7 +4997,7 @@ +@@ -5217,7 +5217,7 @@ { name: "WebAppScopeExtensions", origin_trial_feature_name: "WebAppScopeExtensions", @@ -63,7 +63,7 @@ status: "experimental", base_feature: "none", }, -@@ -5265,7 +5265,7 @@ +@@ -5504,7 +5504,7 @@ { name: "WebIdentityDigitalCredentials", origin_trial_feature_name: "WebIdentityDigitalCredentials", diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc index cbcde22d5c49..458b6d28e5fe 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc @@ -1,8 +1,8 @@ ---- third_party/blink/renderer/platform/scheduler/common/thread.cc.orig 2024-11-14 07:57:23 UTC +--- third_party/blink/renderer/platform/scheduler/common/thread.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/platform/scheduler/common/thread.cc -@@ -87,7 +87,7 @@ void Thread::CreateAndSetCompositorThread() { - "Compositor"); - })); +@@ -95,7 +95,7 @@ void Thread::CreateAndSetCompositorThread() { + // the program's lifetime once assigned. + base::Unretained(compositor_thread.get()))); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_OPENBSD) diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc index 45a62bbfba82..3585f22d214a 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc @@ -1,7 +1,7 @@ ---- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-01-15 09:18:26 UTC +--- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/blink/renderer/platform/wtf/stack_util.cc -@@ -23,6 +23,11 @@ - extern "C" void* __libc_stack_end; // NOLINT +@@ -27,6 +27,11 @@ extern "C" void* __libc_stack_end; // NOLINT + #include <sanitizer/asan_interface.h> #endif +#if BUILDFLAG(IS_BSD) @@ -12,7 +12,7 @@ namespace WTF { size_t GetUnderestimatedStackSize() { -@@ -67,6 +72,8 @@ size_t GetUnderestimatedStackSize() { +@@ -71,6 +76,8 @@ size_t GetUnderestimatedStackSize() { // low as 512k. // return 512 * 1024; @@ -21,7 +21,7 @@ #elif BUILDFLAG(IS_APPLE) // pthread_get_stacksize_np() returns too low a value for the main thread on // OSX 10.9, -@@ -152,6 +159,13 @@ void* GetStackStart() { +@@ -161,6 +168,13 @@ void* GetStackStartImpl() { ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); return reinterpret_cast<void*>(highLimit); #endif diff --git a/www/chromium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn b/www/chromium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn index c9b0055ae0ca..2c534e9b9b3c 100644 --- a/www/chromium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn +++ b/www/chromium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crashpad/crashpad/client/BUILD.gn.orig 2025-04-04 08:52:13 UTC +--- third_party/crashpad/crashpad/client/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ third_party/crashpad/crashpad/client/BUILD.gn -@@ -134,6 +134,13 @@ static_library("common") { +@@ -148,6 +148,13 @@ static_library("common") { if (crashpad_is_win) { sources += [ "crash_report_database_win.cc" ] } diff --git a/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h b/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h index c7a9411e7f2f..4def4d0d97f7 100644 --- a/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h +++ b/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h @@ -1,6 +1,6 @@ ---- third_party/crashpad/crashpad/util/misc/capture_context.h.orig 2023-09-13 12:11:42 UTC +--- third_party/crashpad/crashpad/util/misc/capture_context.h.orig 2025-07-02 06:08:04 UTC +++ third_party/crashpad/crashpad/util/misc/capture_context.h -@@ -21,7 +21,8 @@ +@@ -21,8 +21,11 @@ #include <mach/mach.h> #elif BUILDFLAG(IS_WIN) #include <windows.h> @@ -8,9 +8,12 @@ +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ + BUILDFLAG(IS_FREEBSD) #include <ucontext.h> ++#elif BUILDFLAG(IS_OPENBSD) ++#include <sys/signal.h> #endif // BUILDFLAG(IS_APPLE) -@@ -35,7 +36,8 @@ using NativeCPUContext = arm_unified_thread_state; + namespace crashpad { +@@ -35,7 +38,8 @@ using NativeCPUContext = arm_unified_thread_state; #endif #elif BUILDFLAG(IS_WIN) using NativeCPUContext = CONTEXT; diff --git a/www/chromium/files/patch-third__party_ffmpeg_configure b/www/chromium/files/patch-third__party_ffmpeg_configure index 32eb0e50d50a..c474d6eed528 100644 --- a/www/chromium/files/patch-third__party_ffmpeg_configure +++ b/www/chromium/files/patch-third__party_ffmpeg_configure @@ -1,6 +1,6 @@ ---- third_party/ffmpeg/configure.orig 2025-05-28 14:55:43 UTC +--- third_party/ffmpeg/configure.orig 2025-07-02 06:08:04 UTC +++ third_party/ffmpeg/configure -@@ -6873,8 +6873,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en +@@ -6885,8 +6885,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en if enabled pthread_np_h; then hdrs="$hdrs pthread_np.h" fi diff --git a/www/chromium/files/patch-third__party_fontconfig_include_config.h b/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h index bc9a9cfaa835..a0b1b54538de 100644 --- a/www/chromium/files/patch-third__party_fontconfig_include_config.h +++ b/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h @@ -1,24 +1,15 @@ ---- third_party/fontconfig/include/config.h.orig 2024-03-22 08:19:40 UTC -+++ third_party/fontconfig/include/config.h -@@ -13,7 +13,7 @@ +--- third_party/fontconfig/include/meson-config.h.orig 2025-07-02 06:08:04 UTC ++++ third_party/fontconfig/include/meson-config.h +@@ -17,7 +17,7 @@ #define FC_CACHEDIR "/var/cache/fontconfig" -#define FC_DEFAULT_FONTS "\t<dir>/usr/share/fonts</dir>\n\t<dir>/usr/local/share/fonts</dir>\n" -+#define FC_DEFAULT_FONTS "\t<dir>/usr/X11R6/lib/X11/fonts</dir>" ++#define FC_DEFAULT_FONTS "\t<dir>/usr/X11R6/lib/X11/fonts</dir>\n" #define FC_FONTPATH "" -@@ -66,7 +66,7 @@ - - #define HAVE_MMAP 1 - --#define HAVE_POSIX_FADVISE 1 -+#define HAVE_POSIX_FADVISE 0 - - #define HAVE_PTHREAD 1 - -@@ -74,10 +74,13 @@ +@@ -92,10 +92,13 @@ #define HAVE_RANDOM 1 @@ -33,7 +24,7 @@ #define HAVE_READLINK 1 #define HAVE_STDATOMIC_PRIMITIVES 1 -@@ -92,11 +95,11 @@ +@@ -122,7 +125,7 @@ #define HAVE_SYS_PARAM_H 1 @@ -42,8 +33,12 @@ #define HAVE_SYS_STATVFS_H 1 +@@ -130,7 +133,7 @@ + + #define HAVE_SYS_TYPES_H 1 + -#define HAVE_SYS_VFS_H 1 +/* #undef HAVE_SYS_VFS_H */ - #define HAVE_UNISTD_H 1 + #define HAVE_TIME_H 1 diff --git a/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c b/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c index 76245ce2e3d4..5244dd445d6f 100644 --- a/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c +++ b/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c @@ -1,6 +1,6 @@ ---- third_party/fontconfig/src/src/fccompat.c.orig 2023-04-05 11:05:06 UTC +--- third_party/fontconfig/src/src/fccompat.c.orig 2025-07-02 06:08:04 UTC +++ third_party/fontconfig/src/src/fccompat.c -@@ -184,7 +184,9 @@ FcRandom(void) +@@ -175,7 +175,9 @@ FcRandom (void) { int32_t result; @@ -9,5 +9,5 @@ + result = arc4random() & 0x7fffffff; +#elif HAVE_RANDOM_R static struct random_data fcrandbuf; - static char statebuf[256]; - static FcBool initialized = FcFalse; + static char statebuf[256]; + static FcBool initialized = FcFalse; diff --git a/www/chromium/files/patch-third__party_node_check__version.py b/www/chromium/files/patch-third__party_node_check__version.py new file mode 100644 index 000000000000..33076fe6b3c2 --- /dev/null +++ b/www/chromium/files/patch-third__party_node_check__version.py @@ -0,0 +1,14 @@ +--- third_party/node/check_version.py.orig 2025-07-02 06:08:04 UTC ++++ third_party/node/check_version.py +@@ -17,11 +17,6 @@ def main(argv): + parser.add_argument('--out_file', required=True) + args = parser.parse_args(argv) + +- node.RunNode([ +- os.path.join(_HERE_PATH, 'check_version.js'), +- '--expected_version_file', args.expected_version_file, +- ]) +- + # If the above script succeeded, write a dummy output file, since Ninja + # requires every target to have an output. + with open(args.out_file, "w") as file: diff --git a/www/chromium/files/patch-third__party_node_node.gni b/www/chromium/files/patch-third__party_node_node.gni index 7916feaf5b96..acd78c9939cb 100644 --- a/www/chromium/files/patch-third__party_node_node.gni +++ b/www/chromium/files/patch-third__party_node_node.gni @@ -1,4 +1,4 @@ ---- third_party/node/node.gni.orig 2025-05-05 10:57:53 UTC +--- third_party/node/node.gni.orig 2025-07-02 06:08:04 UTC +++ third_party/node/node.gni @@ -22,7 +22,7 @@ template("node") { @@ -9,21 +9,3 @@ inputs += [ "//third_party/node/linux/node-linux-x64/bin/node" ] } if (is_win && host_os == "win") { -@@ -34,17 +34,6 @@ template("node") { - } else { - inputs += [ "//third_party/node/mac/node-darwin-x64/bin/node" ] - } -- } -- -- # Automatically add a dependency to ":check_version" to ensure NodeJS is -- # always running the expected version, except when the ':check_version' -- # target itself is running in which case it shouldn't depend on itself. -- if (get_label_info(":" + target_name, "label_no_toolchain") != -- "//third_party/node:check_version") { -- if (!defined(deps)) { -- deps = [] -- } -- deps += [ "//third_party/node:check_version" ] - } - } - } diff --git a/www/chromium/files/patch-third__party_pdfium_core_fxcodec_png_png__decoder.cpp b/www/chromium/files/patch-third__party_pdfium_core_fxcodec_png_png__decoder.cpp deleted file mode 100644 index c5fd46c1f328..000000000000 --- a/www/chromium/files/patch-third__party_pdfium_core_fxcodec_png_png__decoder.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- third_party/pdfium/core/fxcodec/png/png_decoder.cpp.orig 2025-05-28 14:55:43 UTC -+++ third_party/pdfium/core/fxcodec/png/png_decoder.cpp -@@ -52,8 +52,8 @@ void _png_load_bmp_attribute(png_structp png_ptr, - CFX_DIBAttribute* pAttribute) { - if (pAttribute) { - #if defined(PNG_pHYs_SUPPORTED) -- pAttribute->xdpi_ = png_get_x_pixels_per_meter(png_ptr, info_ptr); -- pAttribute->ydpi_ = png_get_y_pixels_per_meter(png_ptr, info_ptr); -+ pAttribute->x_dpi_ = png_get_x_pixels_per_meter(png_ptr, info_ptr); -+ pAttribute->y_dpi_ = png_get_y_pixels_per_meter(png_ptr, info_ptr); - png_uint_32 res_x, res_y; - int unit_type; - png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); diff --git a/www/chromium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp b/www/chromium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp index 9f496334921d..e60381f5e696 100644 --- a/www/chromium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp +++ b/www/chromium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp @@ -1,6 +1,6 @@ ---- third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp.orig 2025-05-28 14:55:43 UTC +--- third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp.orig 2025-07-02 06:08:04 UTC +++ third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp -@@ -20,7 +20,7 @@ +@@ -19,7 +19,7 @@ #include "core/fxge/fx_font.h" #include "core/fxge/systemfontinfo_iface.h" @@ -9,7 +9,7 @@ #error "Included on the wrong platform" #endif -@@ -180,9 +180,8 @@ class CLinuxPlatform : public CFX_GEModule::PlatformIf +@@ -179,9 +179,8 @@ class CLinuxPlatform : public CFX_GEModule::PlatformIf std::unique_ptr<SystemFontInfoIface> CreateDefaultSystemFontInfo() override { auto pInfo = std::make_unique<CFX_LinuxFontInfo>(); if (!pInfo->ParseFontCfg(CFX_GEModule::Get()->GetUserFontPaths())) { diff --git a/www/chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c b/www/chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c index cb1981557e8f..0faabed12327 100644 --- a/www/chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c +++ b/www/chromium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c @@ -1,4 +1,4 @@ ---- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2025-05-07 06:38:02 UTC +--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2025-07-02 06:08:04 UTC +++ third_party/sqlite/src/amalgamation/sqlite3.c @@ -14486,7 +14486,7 @@ struct fts5_api { ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit @@ -9,7 +9,7 @@ # define _XOPEN_SOURCE 600 #endif -@@ -45387,7 +45387,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB +@@ -45388,7 +45388,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB memset(zBuf, 0, nBuf); randomnessPid = osGetpid(0); #if !defined(SQLITE_TEST) && !defined(SQLITE_OMIT_RANDOMNESS) @@ -22,7 +22,7 @@ int fd, got; fd = robust_open("/dev/urandom", O_RDONLY, 0); if( fd<0 ){ -@@ -45402,6 +45407,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB +@@ -45403,6 +45408,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB robust_close(0, fd, __LINE__); } } diff --git a/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn b/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn index 05d05f9d4df3..c4f9918e79f0 100644 --- a/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn +++ b/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2024-10-22 08:31:56 UTC +--- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ third_party/webrtc/modules/audio_device/BUILD.gn -@@ -330,7 +330,7 @@ rtc_library("audio_device_impl") { +@@ -337,7 +337,7 @@ rtc_library("audio_device_impl") { if (rtc_use_dummy_audio_file_devices) { defines += [ "WEBRTC_DUMMY_FILE_DEVICES" ] } else { diff --git a/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc b/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc index ee7d277752c8..5d110486a6b1 100644 --- a/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc +++ b/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc @@ -1,6 +1,6 @@ ---- third_party/webrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc.orig 2024-05-21 18:07:39 UTC +--- third_party/webrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/webrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc -@@ -203,6 +203,12 @@ bool XServerPixelBuffer::Init(XAtomCache* cache, Windo +@@ -207,6 +207,12 @@ bool XServerPixelBuffer::Init(XAtomCache* cache, Windo void XServerPixelBuffer::InitShm(const XWindowAttributes& attributes) { Visual* default_visual = attributes.visual; int default_depth = attributes.depth; diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc index 00d531e64ccc..eaeae177f93e 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc @@ -1,6 +1,6 @@ ---- third_party/webrtc/rtc_base/network.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/webrtc/rtc_base/network.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/webrtc/rtc_base/network.cc -@@ -316,7 +316,12 @@ AdapterType GetAdapterTypeFromName(absl::string_view n +@@ -306,7 +306,12 @@ AdapterType GetAdapterTypeFromName(absl::string_view n } #endif @@ -8,7 +8,7 @@ + // Treat all other network interface names as ethernet on BSD + return webrtc::ADAPTER_TYPE_ETHERNET; +#else - return webrtc::ADAPTER_TYPE_UNKNOWN; + return ADAPTER_TYPE_UNKNOWN; +#endif } diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc index 29f6ccb81ce4..90459c8dfb87 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/physical_socket_server.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/webrtc/rtc_base/physical_socket_server.cc.orig 2025-07-02 06:08:04 UTC +++ third_party/webrtc/rtc_base/physical_socket_server.cc @@ -65,7 +65,7 @@ #include "rtc_base/synchronization/mutex.h" @@ -18,7 +18,7 @@ int64_t GetSocketRecvTimestamp(int socket) { struct timeval tv_ioctl; -@@ -341,7 +341,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) +@@ -340,7 +340,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) return -1; } if (opt == OPT_DONTFRAGMENT) { @@ -27,7 +27,7 @@ *value = (*value != IP_PMTUDISC_DONT) ? 1 : 0; #endif } else if (opt == OPT_DSCP) { -@@ -370,7 +370,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { +@@ -369,7 +369,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { if (TranslateOption(opt, &slevel, &sopt) == -1) return -1; if (opt == OPT_DONTFRAGMENT) { @@ -36,7 +36,7 @@ value = (value) ? IP_PMTUDISC_DO : IP_PMTUDISC_DONT; #endif } else if (opt == OPT_DSCP) { -@@ -401,7 +401,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { +@@ -400,7 +400,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { int PhysicalSocket::Send(const void* pv, size_t cb) { int sent = DoSend( s_, reinterpret_cast<const char*>(pv), static_cast<int>(cb), @@ -45,7 +45,7 @@ // Suppress SIGPIPE. Without this, attempting to send on a socket whose // other end is closed will result in a SIGPIPE signal being raised to // our process, which by default will terminate the process, which we -@@ -430,7 +430,7 @@ int PhysicalSocket::SendTo(const void* buffer, +@@ -429,7 +429,7 @@ int PhysicalSocket::SendTo(const void* buffer, size_t len = addr.ToSockAddrStorage(&saddr); int sent = DoSendTo(s_, static_cast<const char*>(buffer), static_cast<int>(length), @@ -54,7 +54,7 @@ // Suppress SIGPIPE. See above for explanation. MSG_NOSIGNAL, #else -@@ -708,7 +708,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -707,7 +707,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *slevel = IPPROTO_IP; *sopt = IP_DONTFRAGMENT; break; @@ -63,7 +63,7 @@ RTC_LOG(LS_WARNING) << "Socket::OPT_DONTFRAGMENT not supported."; return -1; #elif defined(WEBRTC_POSIX) -@@ -757,7 +757,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -756,7 +756,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s return -1; #endif case OPT_RECV_ECN: @@ -72,7 +72,7 @@ if (family_ == AF_INET6) { *slevel = IPPROTO_IPV6; *sopt = IPV6_RECVTCLASS; -@@ -777,10 +777,19 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -776,10 +776,19 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *sopt = SO_KEEPALIVE; break; case OPT_TCP_KEEPCNT: @@ -92,7 +92,7 @@ *slevel = IPPROTO_TCP; #if !defined(WEBRTC_MAC) *sopt = TCP_KEEPIDLE; -@@ -788,12 +797,18 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -787,12 +796,18 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *sopt = TCP_KEEPALIVE; #endif break; diff --git a/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn b/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn index ebb3fbe1bf82..f9b6ffc90bb0 100644 --- a/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn +++ b/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/system_wrappers/BUILD.gn.orig 2024-10-22 08:31:56 UTC +--- third_party/webrtc/system_wrappers/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ third_party/webrtc/system_wrappers/BUILD.gn -@@ -62,8 +62,6 @@ rtc_library("system_wrappers") { +@@ -56,8 +56,6 @@ rtc_library("system_wrappers") { if (!build_with_chromium) { sources += [ "source/cpu_features_linux.cc" ] } diff --git a/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py b/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py index 9f432c0e92d2..ab3d39bd0412 100644 --- a/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py +++ b/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py @@ -1,6 +1,6 @@ ---- tools/protoc_wrapper/protoc_wrapper.py.orig 2025-05-28 14:55:43 UTC +--- tools/protoc_wrapper/protoc_wrapper.py.orig 2025-07-02 06:08:04 UTC +++ tools/protoc_wrapper/protoc_wrapper.py -@@ -188,15 +188,19 @@ def main(argv): +@@ -226,15 +226,19 @@ def main(argv): if not options.exclude_imports: protoc_cmd += ["--include_imports"] diff --git a/www/chromium/files/patch-ui_accessibility_accessibility__features.cc b/www/chromium/files/patch-ui_accessibility_accessibility__features.cc index 58bb010d36dc..6c2927be19c9 100644 --- a/www/chromium/files/patch-ui_accessibility_accessibility__features.cc +++ b/www/chromium/files/patch-ui_accessibility_accessibility__features.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.cc.orig 2025-05-28 14:55:43 UTC +--- ui/accessibility/accessibility_features.cc.orig 2025-07-02 06:08:04 UTC +++ ui/accessibility/accessibility_features.cc -@@ -473,7 +473,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled +@@ -524,7 +524,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled } #endif // BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-ui_accessibility_accessibility__features.h b/www/chromium/files/patch-ui_accessibility_accessibility__features.h index 43d7ee544837..587807596339 100644 --- a/www/chromium/files/patch-ui_accessibility_accessibility__features.h +++ b/www/chromium/files/patch-ui_accessibility_accessibility__features.h @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.h.orig 2025-05-28 14:55:43 UTC +--- ui/accessibility/accessibility_features.h.orig 2025-07-02 06:08:04 UTC +++ ui/accessibility/accessibility_features.h -@@ -322,7 +322,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc +@@ -347,7 +347,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled(); #endif // BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-ui_accessibility_ax__node.cc b/www/chromium/files/patch-ui_accessibility_ax__node.cc index f96f834ebb08..0641dea3f3df 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__node.cc +++ b/www/chromium/files/patch-ui_accessibility_ax__node.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_node.cc.orig 2025-05-05 10:57:53 UTC +--- ui/accessibility/ax_node.cc.orig 2025-07-02 06:08:04 UTC +++ ui/accessibility/ax_node.cc -@@ -1553,7 +1553,7 @@ AXNode::GetExtraMacNodes() const { +@@ -1555,7 +1555,7 @@ AXNode::GetExtraMacNodes() const { return &table_info->extra_mac_nodes; } @@ -9,7 +9,7 @@ AXNode* AXNode::GetExtraAnnouncementNode( ax::mojom::AriaNotificationPriority priority_property) const { if (!tree_->extra_announcement_nodes()) { -@@ -1581,7 +1581,7 @@ bool AXNode::IsGenerated() const { +@@ -1583,7 +1583,7 @@ bool AXNode::IsGenerated() const { GetRole() == ax::mojom::Role::kColumn || GetRole() == ax::mojom::Role::kTableHeaderContainer; DCHECK_EQ(is_generated_node, is_extra_mac_node_role); diff --git a/www/chromium/files/patch-ui_accessibility_ax__tree.cc b/www/chromium/files/patch-ui_accessibility_ax__tree.cc index 1e27f84f9fb6..8c9999b141f7 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__tree.cc +++ b/www/chromium/files/patch-ui_accessibility_ax__tree.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_tree.cc.orig 2025-05-28 14:55:43 UTC +--- ui/accessibility/ax_tree.cc.orig 2025-07-02 06:08:04 UTC +++ ui/accessibility/ax_tree.cc -@@ -824,7 +824,7 @@ bool AXTree::ComputeNodeIsIgnoredChanged( +@@ -867,7 +867,7 @@ bool AXTree::ComputeNodeIsIgnoredChanged( return old_node_is_ignored != new_node_is_ignored; } @@ -9,7 +9,7 @@ ExtraAnnouncementNodes::ExtraAnnouncementNodes(AXNode* root) { assertive_node_ = CreateNode("assertive", root); polite_node_ = CreateNode("polite", root); -@@ -917,7 +917,7 @@ AXNode* AXTree::GetFromId(AXNodeID id) const { +@@ -960,7 +960,7 @@ AXNode* AXTree::GetFromId(AXNodeID id) const { void AXTree::Destroy() { base::ElapsedThreadTimer timer; @@ -18,7 +18,7 @@ ClearExtraAnnouncementNodes(); #endif // BUILDFLAG(IS_LINUX) -@@ -2109,7 +2109,7 @@ void AXTree::NotifyNodeAttributesWillChange( +@@ -2181,7 +2181,7 @@ void AXTree::NotifyNodeAttributesWillChange( new_data); } @@ -27,7 +27,7 @@ void AXTree::ClearExtraAnnouncementNodes() { if (!extra_announcement_nodes_) { return; -@@ -2498,7 +2498,7 @@ bool AXTree::CreateNewChildVector( +@@ -2570,7 +2570,7 @@ bool AXTree::CreateNewChildVector( AXTreeUpdateState* update_state) { DCHECK(GetTreeUpdateInProgressState()); bool success = true; diff --git a/www/chromium/files/patch-ui_accessibility_ax__tree.h b/www/chromium/files/patch-ui_accessibility_ax__tree.h index d712d954801f..903c97f6ffef 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__tree.h +++ b/www/chromium/files/patch-ui_accessibility_ax__tree.h @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_tree.h.orig 2025-05-05 10:57:53 UTC +--- ui/accessibility/ax_tree.h.orig 2025-07-02 06:08:04 UTC +++ ui/accessibility/ax_tree.h -@@ -62,7 +62,7 @@ enum class AXTreeUnserializeError { +@@ -63,7 +63,7 @@ enum class AXTreeUnserializeError { }; // LINT.ThenChange(/tools/metrics/histograms/metadata/accessibility/enums.xml:AccessibilityTreeUnserializeError) @@ -9,7 +9,7 @@ // To support AriaNotify on older versions of ATK, we need to use the ATK // signal "Text::text-insert". This signal requires a node that is a // text type, and it needs to have aria-live properties set in order for -@@ -287,7 +287,7 @@ class AX_EXPORT AXTree { +@@ -288,7 +288,7 @@ class AX_EXPORT AXTree { void NotifyChildTreeConnectionChanged(AXNode* node, AXTree* child_tree); @@ -18,7 +18,7 @@ void ClearExtraAnnouncementNodes(); void CreateExtraAnnouncementNodes(); ExtraAnnouncementNodes* extra_announcement_nodes() const { -@@ -544,7 +544,7 @@ class AX_EXPORT AXTree { +@@ -550,7 +550,7 @@ class AX_EXPORT AXTree { std::unique_ptr<AXEvent> event_data_; diff --git a/www/chromium/files/patch-ui_base_accelerators_accelerator.cc b/www/chromium/files/patch-ui_base_accelerators_accelerator.cc index 85869b746e50..7f03e9bf9d73 100644 --- a/www/chromium/files/patch-ui_base_accelerators_accelerator.cc +++ b/www/chromium/files/patch-ui_base_accelerators_accelerator.cc @@ -1,6 +1,6 @@ ---- ui/base/accelerators/accelerator.cc.orig 2025-05-28 14:55:43 UTC +--- ui/base/accelerators/accelerator.cc.orig 2025-07-02 06:08:04 UTC +++ ui/base/accelerators/accelerator.cc -@@ -331,7 +331,7 @@ std::vector<std::u16string> Accelerator::GetLongFormMo +@@ -335,7 +335,7 @@ std::vector<std::u16string> Accelerator::GetLongFormMo modifiers.push_back(l10n_util::GetStringUTF16(IDS_APP_SEARCH_KEY)); #elif BUILDFLAG(IS_WIN) modifiers.push_back(l10n_util::GetStringUTF16(IDS_APP_WINDOWS_KEY)); diff --git a/www/chromium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc b/www/chromium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc index b6c26f76af77..de4618bc2d6c 100644 --- a/www/chromium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc +++ b/www/chromium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc @@ -1,4 +1,4 @@ ---- ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc.orig 2025-03-05 08:14:56 UTC +--- ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc.orig 2025-07-02 06:08:04 UTC +++ ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc @@ -12,7 +12,7 @@ #include "ui/base/accelerators/accelerator.h" @@ -6,10 +6,10 @@ -#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + #include "base/environment.h" #include "base/feature_list.h" - #include "ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_linux.h" - #endif -@@ -20,7 +20,7 @@ + #include "build/branding_buildflags.h" +@@ -22,7 +22,7 @@ using content::BrowserThread; namespace { @@ -18,7 +18,7 @@ BASE_FEATURE(kGlobalShortcutsPortal, "GlobalShortcutsPortal", base::FEATURE_ENABLED_BY_DEFAULT); -@@ -38,7 +38,7 @@ GlobalAcceleratorListener* GlobalAcceleratorListener:: +@@ -74,7 +74,7 @@ GlobalAcceleratorListener* GlobalAcceleratorListener:: return instance->get(); } @@ -26,4 +26,4 @@ +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) if (base::FeatureList::IsEnabled(kGlobalShortcutsPortal)) { static GlobalAcceleratorListenerLinux* const linux_instance = - new GlobalAcceleratorListenerLinux(nullptr); + new GlobalAcceleratorListenerLinux(nullptr, GetSessionName()); diff --git a/www/chromium/files/patch-ui_base_resource_resource__bundle.cc b/www/chromium/files/patch-ui_base_resource_resource__bundle.cc index 26af6c98c47e..823c2db72053 100644 --- a/www/chromium/files/patch-ui_base_resource_resource__bundle.cc +++ b/www/chromium/files/patch-ui_base_resource_resource__bundle.cc @@ -1,6 +1,6 @@ ---- ui/base/resource/resource_bundle.cc.orig 2025-05-05 10:57:53 UTC +--- ui/base/resource/resource_bundle.cc.orig 2025-07-02 06:08:04 UTC +++ ui/base/resource/resource_bundle.cc -@@ -929,7 +929,7 @@ void ResourceBundle::ReloadFonts() { +@@ -971,7 +971,7 @@ void ResourceBundle::ReloadFonts() { } ResourceScaleFactor ResourceBundle::GetMaxResourceScaleFactor() const { diff --git a/www/chromium/files/patch-ui_base_ui__base__features.cc b/www/chromium/files/patch-ui_base_ui__base__features.cc index 87ef5c7537c1..c4639aee3311 100644 --- a/www/chromium/files/patch-ui_base_ui__base__features.cc +++ b/www/chromium/files/patch-ui_base_ui__base__features.cc @@ -1,4 +1,4 @@ ---- ui/base/ui_base_features.cc.orig 2025-05-28 14:55:43 UTC +--- ui/base/ui_base_features.cc.orig 2025-07-02 06:08:04 UTC +++ ui/base/ui_base_features.cc @@ -119,7 +119,7 @@ BASE_FEATURE(kWaylandLinuxDrmSyncobj, // Controls whether support for Wayland's per-surface scaling is enabled. @@ -27,7 +27,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -307,7 +307,7 @@ bool IsForcedColorsEnabled() { +@@ -323,7 +323,7 @@ bool IsForcedColorsEnabled() { BASE_FEATURE(kEyeDropper, "EyeDropper", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-ui_base_ui__base__features.h b/www/chromium/files/patch-ui_base_ui__base__features.h index 9f579ce401eb..99bce9421f17 100644 --- a/www/chromium/files/patch-ui_base_ui__base__features.h +++ b/www/chromium/files/patch-ui_base_ui__base__features.h @@ -1,6 +1,6 @@ ---- ui/base/ui_base_features.h.orig 2025-05-05 10:57:53 UTC +--- ui/base/ui_base_features.h.orig 2025-07-02 06:08:04 UTC +++ ui/base/ui_base_features.h -@@ -126,7 +126,7 @@ COMPONENT_EXPORT(UI_BASE_FEATURES) +@@ -129,7 +129,7 @@ COMPONENT_EXPORT(UI_BASE_FEATURES) BASE_DECLARE_FEATURE(kWaylandSessionManagement); #endif // BUILDFLAG(IS_OZONE) diff --git a/www/chromium/files/patch-ui_base_ui__base__switches.cc b/www/chromium/files/patch-ui_base_ui__base__switches.cc index e274c20ff76b..a0a276ae3efd 100644 --- a/www/chromium/files/patch-ui_base_ui__base__switches.cc +++ b/www/chromium/files/patch-ui_base_ui__base__switches.cc @@ -1,4 +1,4 @@ ---- ui/base/ui_base_switches.cc.orig 2025-01-15 09:18:26 UTC +--- ui/base/ui_base_switches.cc.orig 2025-07-02 06:08:04 UTC +++ ui/base/ui_base_switches.cc @@ -24,13 +24,13 @@ const char kDisableModalAnimations[] = "disable-modal- const char kShowMacOverlayBorders[] = "show-mac-overlay-borders"; @@ -15,4 +15,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Specify the toolkit used to construct the Linux GUI. const char kUiToolkitFlag[] = "ui-toolkit"; - // Disables GTK IME integration. + // Specify the GTK version to be loaded. diff --git a/www/chromium/files/patch-ui_base_ui__base__switches.h b/www/chromium/files/patch-ui_base_ui__base__switches.h index 40fd0c87a3df..cb812fc6078e 100644 --- a/www/chromium/files/patch-ui_base_ui__base__switches.h +++ b/www/chromium/files/patch-ui_base_ui__base__switches.h @@ -1,4 +1,4 @@ ---- ui/base/ui_base_switches.h.orig 2025-01-15 09:18:26 UTC +--- ui/base/ui_base_switches.h.orig 2025-07-02 06:08:04 UTC +++ ui/base/ui_base_switches.h @@ -22,11 +22,11 @@ COMPONENT_EXPORT(UI_BASE) extern const char kDisableMo COMPONENT_EXPORT(UI_BASE) extern const char kShowMacOverlayBorders[]; @@ -12,5 +12,5 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(UI_BASE) extern const char kUiToolkitFlag[]; - COMPONENT_EXPORT(UI_BASE) extern const char kDisableGtkIme[]; - #endif + COMPONENT_EXPORT(UI_BASE) extern const char kGtkVersionFlag[]; + COMPONENT_EXPORT(UI_BASE) extern const char kQtVersionFlag[]; diff --git a/www/chromium/files/patch-ui_base_webui_web__ui__util.cc b/www/chromium/files/patch-ui_base_webui_web__ui__util.cc index 2387cda468ff..b2db60b59594 100644 --- a/www/chromium/files/patch-ui_base_webui_web__ui__util.cc +++ b/www/chromium/files/patch-ui_base_webui_web__ui__util.cc @@ -1,6 +1,6 @@ ---- ui/base/webui/web_ui_util.cc.orig 2025-05-05 10:57:53 UTC +--- ui/base/webui/web_ui_util.cc.orig 2025-07-02 06:08:04 UTC +++ ui/base/webui/web_ui_util.cc -@@ -46,7 +46,7 @@ namespace { +@@ -42,7 +42,7 @@ namespace { constexpr float kMaxScaleFactor = 1000.0f; std::string GetFontFamilyMd() { @@ -9,7 +9,7 @@ return "Roboto, " + GetFontFamily(); #else return GetFontFamily(); -@@ -221,7 +221,7 @@ void AppendWebUiCssTextDefaults(std::string* html) { +@@ -217,7 +217,7 @@ void AppendWebUiCssTextDefaults(std::string* html) { std::string GetFontFamily() { std::string font_family = l10n_util::GetStringUTF8(IDS_WEB_FONT_FAMILY); diff --git a/www/chromium/files/patch-ui_color_color__id.h b/www/chromium/files/patch-ui_color_color__id.h index b3691b219f96..4d1c784b2f4f 100644 --- a/www/chromium/files/patch-ui_color_color__id.h +++ b/www/chromium/files/patch-ui_color_color__id.h @@ -1,6 +1,6 @@ ---- ui/color/color_id.h.orig 2025-05-28 14:55:43 UTC +--- ui/color/color_id.h.orig 2025-07-02 06:08:04 UTC +++ ui/color/color_id.h -@@ -627,7 +627,7 @@ +@@ -648,7 +648,7 @@ E_CPONLY(kColorCrosSysPositive) \ E_CPONLY(kColorCrosSysComplementVariant) \ E_CPONLY(kColorCrosSysInputFieldOnBase) diff --git a/www/chromium/files/patch-ui_compositor_compositor.cc b/www/chromium/files/patch-ui_compositor_compositor.cc index 0c03725882f7..ec5a76119066 100644 --- a/www/chromium/files/patch-ui_compositor_compositor.cc +++ b/www/chromium/files/patch-ui_compositor_compositor.cc @@ -1,6 +1,6 @@ ---- ui/compositor/compositor.cc.orig 2025-05-28 14:55:43 UTC +--- ui/compositor/compositor.cc.orig 2025-07-02 06:08:04 UTC +++ ui/compositor/compositor.cc -@@ -983,7 +983,7 @@ void Compositor::OnResume() { +@@ -979,7 +979,7 @@ void Compositor::OnResume() { obs.ResetIfActive(); } diff --git a/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc b/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc index 4e295bd922af..7db69e95c85e 100644 --- a/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc +++ b/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc @@ -1,6 +1,6 @@ ---- ui/events/devices/x11/device_data_manager_x11.cc.orig 2025-05-28 14:55:43 UTC +--- ui/events/devices/x11/device_data_manager_x11.cc.orig 2025-07-02 06:08:04 UTC +++ ui/events/devices/x11/device_data_manager_x11.cc -@@ -850,6 +850,7 @@ void DeviceDataManagerX11::SetDisabledKeyboardAllowedK +@@ -855,6 +855,7 @@ void DeviceDataManagerX11::SetDisabledKeyboardAllowedK } void DeviceDataManagerX11::DisableDevice(x11::Input::DeviceId deviceid) { diff --git a/www/chromium/files/patch-ui_events_event.cc b/www/chromium/files/patch-ui_events_event.cc index dd1d76f7daac..6b66f09cfb0d 100644 --- a/www/chromium/files/patch-ui_events_event.cc +++ b/www/chromium/files/patch-ui_events_event.cc @@ -1,6 +1,6 @@ ---- ui/events/event.cc.orig 2025-01-15 09:18:26 UTC +--- ui/events/event.cc.orig 2025-07-02 06:08:04 UTC +++ ui/events/event.cc -@@ -373,7 +373,7 @@ std::string LocatedEvent::ToString() const { +@@ -375,7 +375,7 @@ std::string LocatedEvent::ToString() const { MouseEvent::MouseEvent(const PlatformEvent& native_event) : LocatedEvent(native_event), changed_button_flags_(GetChangedMouseButtonFlagsFromNative(native_event)), @@ -9,7 +9,7 @@ movement_(GetMouseMovementFromNative(native_event)), #endif pointer_details_(GetMousePointerDetailsFromNative(native_event)) { -@@ -629,7 +629,7 @@ std::unique_ptr<Event> MouseWheelEvent::Clone() const +@@ -631,7 +631,7 @@ std::unique_ptr<Event> MouseWheelEvent::Clone() const return std::make_unique<MouseWheelEvent>(*this); } @@ -18,9 +18,9 @@ // This value matches Windows, Fuchsia WHEEL_DELTA, and (roughly) Firefox on // Linux. // static -@@ -889,7 +889,7 @@ void KeyEvent::InitializeNative() { - if (synthesize_key_repeat_enabled_ && IsRepeated(GetLastKeyEvent())) +@@ -894,7 +894,7 @@ void KeyEvent::InitializeNative() { SetFlags(flags() | EF_IS_REPEAT); + } -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-ui_gfx_BUILD.gn b/www/chromium/files/patch-ui_gfx_BUILD.gn index ce39c8e72bb8..5032d31cfec6 100644 --- a/www/chromium/files/patch-ui_gfx_BUILD.gn +++ b/www/chromium/files/patch-ui_gfx_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/gfx/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- ui/gfx/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/BUILD.gn -@@ -663,7 +663,7 @@ source_set("memory_buffer_sources") { +@@ -664,7 +664,7 @@ source_set("memory_buffer_sources") { deps += [ "//build/config/linux/libdrm" ] } diff --git a/www/chromium/files/patch-ui_gfx_gpu__extra__info.h b/www/chromium/files/patch-ui_gfx_gpu__extra__info.h new file mode 100644 index 000000000000..f95dc9acbdf7 --- /dev/null +++ b/www/chromium/files/patch-ui_gfx_gpu__extra__info.h @@ -0,0 +1,11 @@ +--- ui/gfx/gpu_extra_info.h.orig 2025-07-02 06:08:04 UTC ++++ ui/gfx/gpu_extra_info.h +@@ -51,7 +51,7 @@ struct COMPONENT_EXPORT(GFX) GpuExtraInfo { + std::vector<gfx::BufferUsageAndFormat> gpu_memory_buffer_support_x11; + #endif // BUILDFLAG(IS_OZONE_X11) + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + bool is_gmb_nv12_supported = false; + #endif + }; diff --git a/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc b/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc index d594cdd6aa73..be1ef9dbe71e 100644 --- a/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc +++ b/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc @@ -1,11 +1,20 @@ ---- ui/gfx/gpu_memory_buffer.cc.orig 2025-05-28 14:55:43 UTC +--- ui/gfx/gpu_memory_buffer.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/gpu_memory_buffer.cc -@@ -131,7 +131,7 @@ GpuMemoryBufferHandle GpuMemoryBufferHandle::Clone() c +@@ -100,7 +100,7 @@ GpuMemoryBufferHandle::GpuMemoryBufferHandle(DXGIHandl + } + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) + GpuMemoryBufferHandle::GpuMemoryBufferHandle( + NativePixmapHandle native_pixmap_handle) + : type(GpuMemoryBufferType::NATIVE_PIXMAP), +@@ -138,7 +138,7 @@ GpuMemoryBufferHandle GpuMemoryBufferHandle::Clone() c handle.id = id; handle.offset = offset; handle.stride = stride; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - handle.native_pixmap_handle = CloneHandleForIPC(native_pixmap_handle); + handle.native_pixmap_handle_ = CloneHandleForIPC(native_pixmap_handle_); #elif BUILDFLAG(IS_APPLE) handle.io_surface = io_surface; diff --git a/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.h b/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.h index b17c64b428c9..cd57adab03c9 100644 --- a/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.h +++ b/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.h @@ -1,4 +1,4 @@ ---- ui/gfx/gpu_memory_buffer.h.orig 2025-05-28 14:55:43 UTC +--- ui/gfx/gpu_memory_buffer.h.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/gpu_memory_buffer.h @@ -17,7 +17,7 @@ #include "ui/gfx/generic_shared_memory_id.h" @@ -18,12 +18,30 @@ NATIVE_PIXMAP, #endif #if BUILDFLAG(IS_WIN) -@@ -210,7 +210,7 @@ struct COMPONENT_EXPORT(GFX) GpuMemoryBufferHandle { +@@ -154,7 +154,7 @@ struct COMPONENT_EXPORT(GFX) GpuMemoryBufferHandle { + #if BUILDFLAG(IS_WIN) + explicit GpuMemoryBufferHandle(DXGIHandle handle); + #endif +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) + explicit GpuMemoryBufferHandle(gfx::NativePixmapHandle native_pixmap_handle); + #endif + #if BUILDFLAG(IS_ANDROID) +@@ -196,7 +196,7 @@ struct COMPONENT_EXPORT(GFX) GpuMemoryBufferHandle { + return std::move(region_); + } - uint32_t offset = 0; - uint32_t stride = 0; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - NativePixmapHandle native_pixmap_handle; - #elif BUILDFLAG(IS_APPLE) - ScopedIOSurface io_surface; + const NativePixmapHandle& native_pixmap_handle() const& { + CHECK_EQ(type, NATIVE_PIXMAP); + return native_pixmap_handle_; +@@ -240,7 +240,7 @@ struct COMPONENT_EXPORT(GFX) GpuMemoryBufferHandle { + // goal is to make `this` an encapsulated class. + base::UnsafeSharedMemoryRegion region_; + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) + NativePixmapHandle native_pixmap_handle_; + #endif + diff --git a/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc b/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc index 911284e04b32..43d427ea7d12 100644 --- a/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc +++ b/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc @@ -1,4 +1,4 @@ ---- ui/gfx/mojom/native_handle_types_mojom_traits.cc.orig 2025-05-05 10:57:53 UTC +--- ui/gfx/mojom/native_handle_types_mojom_traits.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/mojom/native_handle_types_mojom_traits.cc @@ -14,7 +14,7 @@ #include "ui/gfx/mac/io_surface.h" @@ -58,4 +58,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE) || BUILDFLAG(IS_BSD) case Tag::kNativePixmapHandle: handle->type = gfx::NATIVE_PIXMAP; - return data.ReadNativePixmapHandle(&handle->native_pixmap_handle); + return data.ReadNativePixmapHandle(&handle->native_pixmap_handle_); diff --git a/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h b/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h index 0b28e911943c..8552d326e8c1 100644 --- a/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h +++ b/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h @@ -1,4 +1,4 @@ ---- ui/gfx/mojom/native_handle_types_mojom_traits.h.orig 2025-03-05 08:14:56 UTC +--- ui/gfx/mojom/native_handle_types_mojom_traits.h.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/mojom/native_handle_types_mojom_traits.h @@ -18,7 +18,7 @@ #include "ui/gfx/gpu_memory_buffer.h" @@ -42,4 +42,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE) || BUILDFLAG(IS_BSD) static gfx::NativePixmapHandle& native_pixmap_handle( gfx::GpuMemoryBufferHandle& handle) { - return handle.native_pixmap_handle; + return handle.native_pixmap_handle_; diff --git a/www/chromium/files/patch-ui_gfx_switches.cc b/www/chromium/files/patch-ui_gfx_switches.cc index dbbc0a733f73..87e6158a8e7f 100644 --- a/www/chromium/files/patch-ui_gfx_switches.cc +++ b/www/chromium/files/patch-ui_gfx_switches.cc @@ -1,8 +1,8 @@ ---- ui/gfx/switches.cc.orig 2024-04-19 13:02:56 UTC +--- ui/gfx/switches.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/switches.cc -@@ -32,7 +32,7 @@ const char kForcePrefersNoReducedMotion[] = "force-pre - // Run in headless mode, i.e., without a UI or display server dependencies. - const char kHeadless[] = "headless"; +@@ -36,7 +36,7 @@ const char kHeadless[] = "headless"; + // See //components/headless/screen_info/README.md for more details. + const char kScreenInfo[] = "screen-info"; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-ui_gfx_switches.h b/www/chromium/files/patch-ui_gfx_switches.h index 434d1f4f5a03..c5f12a549b44 100644 --- a/www/chromium/files/patch-ui_gfx_switches.h +++ b/www/chromium/files/patch-ui_gfx_switches.h @@ -1,8 +1,8 @@ ---- ui/gfx/switches.h.orig 2025-01-15 09:18:26 UTC +--- ui/gfx/switches.h.orig 2025-07-02 06:08:04 UTC +++ ui/gfx/switches.h -@@ -18,7 +18,7 @@ GFX_SWITCHES_EXPORT extern const char kForcePrefersRed - GFX_SWITCHES_EXPORT extern const char kForcePrefersNoReducedMotion[]; +@@ -19,7 +19,7 @@ GFX_SWITCHES_EXPORT extern const char kForcePrefersNoR GFX_SWITCHES_EXPORT extern const char kHeadless[]; + GFX_SWITCHES_EXPORT extern const char kScreenInfo[]; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-ui_gl_BUILD.gn b/www/chromium/files/patch-ui_gl_BUILD.gn index fedfe56b268e..a69e2037658f 100644 --- a/www/chromium/files/patch-ui_gl_BUILD.gn +++ b/www/chromium/files/patch-ui_gl_BUILD.gn @@ -1,22 +1,6 @@ ---- ui/gl/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- ui/gl/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ ui/gl/BUILD.gn -@@ -174,7 +174,6 @@ component("gl") { - public_deps = [ - ":gl_enums", - "//base", -- "//third_party/mesa_headers", - "//ui/events/platform", - "//ui/gfx", - "//ui/gfx/geometry", -@@ -328,7 +327,6 @@ component("gl") { - data_deps += [ - "//third_party/angle:libEGL", - "//third_party/angle:libGLESv2", -- "//third_party/mesa_headers", - ] - if (enable_swiftshader) { - data_deps += [ -@@ -554,7 +552,6 @@ test("gl_unittests") { +@@ -569,7 +569,6 @@ test("gl_unittests") { data_deps = [ "//testing/buildbot/filters:gl_unittests_filters", diff --git a/www/chromium/files/patch-ui_gl_gl__context.cc b/www/chromium/files/patch-ui_gl_gl__context.cc index 8604c4dcbd89..209d330a6420 100644 --- a/www/chromium/files/patch-ui_gl_gl__context.cc +++ b/www/chromium/files/patch-ui_gl_gl__context.cc @@ -1,6 +1,6 @@ ---- ui/gl/gl_context.cc.orig 2025-01-15 09:18:26 UTC +--- ui/gl/gl_context.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gl/gl_context.cc -@@ -516,7 +516,7 @@ bool GLContext::MakeVirtuallyCurrent( +@@ -517,7 +517,7 @@ bool GLContext::MakeVirtuallyCurrent( DCHECK(virtual_context->IsCurrent(surface)); if (switched_real_contexts || virtual_context != current_virtual_context_) { diff --git a/www/chromium/files/patch-ui_gl_gl__implementation.cc b/www/chromium/files/patch-ui_gl_gl__implementation.cc index ae2164d2dcd1..23285d47c449 100644 --- a/www/chromium/files/patch-ui_gl_gl__implementation.cc +++ b/www/chromium/files/patch-ui_gl_gl__implementation.cc @@ -1,6 +1,6 @@ ---- ui/gl/gl_implementation.cc.orig 2025-05-05 10:57:53 UTC +--- ui/gl/gl_implementation.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gl/gl_implementation.cc -@@ -286,7 +286,7 @@ GetRequestedGLImplementationFromCommandLine( +@@ -287,7 +287,7 @@ GetRequestedGLImplementationFromCommandLine( const base::CommandLine* command_line) { bool overrideUseSoftwareGL = command_line->HasSwitch(switches::kOverrideUseSoftwareGLForTests); diff --git a/www/chromium/files/patch-ui_gl_gl__switches.cc b/www/chromium/files/patch-ui_gl_gl__switches.cc index 8010b1e255fd..3dbedfdebacb 100644 --- a/www/chromium/files/patch-ui_gl_gl__switches.cc +++ b/www/chromium/files/patch-ui_gl_gl__switches.cc @@ -1,24 +1,24 @@ ---- ui/gl/gl_switches.cc.orig 2025-05-28 14:55:43 UTC +--- ui/gl/gl_switches.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gl/gl_switches.cc -@@ -13,7 +13,7 @@ - #include "base/android/build_info.h" +@@ -15,7 +15,7 @@ #endif --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(ENABLE_VULKAN) && \ +- (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) ++ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) #include <vulkan/vulkan_core.h> #include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck - #endif -@@ -319,7 +319,7 @@ bool IsDefaultANGLEVulkan() { - return false; + #endif // BUILDFLAG(ENABLE_VULKAN) && (BUILDFLAG(IS_LINUX) || +@@ -323,7 +323,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(ENABLE_VULKAN) && \ +- (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) ++ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) angle::SystemInfo system_info; { GPU_STARTUP_TRACE_EVENT("angle::GetSystemInfoVulkan"); -@@ -388,7 +388,7 @@ bool IsDefaultANGLEVulkan() { +@@ -392,7 +392,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-ui_gtk_ime__compat__check.cc b/www/chromium/files/patch-ui_gtk_ime__compat__check.cc new file mode 100644 index 000000000000..560688ecdecc --- /dev/null +++ b/www/chromium/files/patch-ui_gtk_ime__compat__check.cc @@ -0,0 +1,21 @@ +--- ui/gtk/ime_compat_check.cc.orig 2025-07-02 06:08:04 UTC ++++ ui/gtk/ime_compat_check.cc +@@ -35,6 +35,10 @@ struct InputMethod { + + std::vector<base::FilePath> GetLibrarySearchPaths() { + std::vector<base::FilePath> search_path; ++#if BUILDFLAG(IS_BSD) ++ // We really only care about this search path. ++ search_path.emplace_back("/usr/local/lib"); ++#else + void* handle = dlopen("libc.so.6", RTLD_GLOBAL | RTLD_LAZY | RTLD_NOLOAD); + if (!handle) { + return search_path; +@@ -60,6 +64,7 @@ std::vector<base::FilePath> GetLibrarySearchPaths() { + // SAFETY: The range is bound by `serinfo.dls_cnt`. + search_path.emplace_back(UNSAFE_BUFFERS(sip->dls_serpath[j].dls_name)); + } ++#endif + + return search_path; + } diff --git a/www/chromium/files/patch-ui_gtk_printing_print__dialog__gtk.cc b/www/chromium/files/patch-ui_gtk_printing_print__dialog__gtk.cc index 59f023d05c5d..e93e445851f3 100644 --- a/www/chromium/files/patch-ui_gtk_printing_print__dialog__gtk.cc +++ b/www/chromium/files/patch-ui_gtk_printing_print__dialog__gtk.cc @@ -1,6 +1,6 @@ ---- ui/gtk/printing/print_dialog_gtk.cc.orig 2025-05-28 14:55:43 UTC +--- ui/gtk/printing/print_dialog_gtk.cc.orig 2025-07-02 06:08:04 UTC +++ ui/gtk/printing/print_dialog_gtk.cc -@@ -456,7 +456,7 @@ void PrintDialogGtk::ShowDialog( +@@ -445,7 +445,7 @@ void PrintDialogGtk::ShowDialog( GtkPrintCapabilities cap = static_cast<GtkPrintCapabilities>( GTK_PRINT_CAPABILITY_GENERATE_PDF | GTK_PRINT_CAPABILITY_PAGE_SET | GTK_PRINT_CAPABILITY_COPIES | GTK_PRINT_CAPABILITY_COLLATE | diff --git a/www/chromium/files/patch-ui_ozone_common_egl__util.cc b/www/chromium/files/patch-ui_ozone_common_egl__util.cc index 7e5a4e05acd4..64e4e1005cdb 100644 --- a/www/chromium/files/patch-ui_ozone_common_egl__util.cc +++ b/www/chromium/files/patch-ui_ozone_common_egl__util.cc @@ -1,6 +1,6 @@ ---- ui/ozone/common/egl_util.cc.orig 2025-02-19 07:43:18 UTC +--- ui/ozone/common/egl_util.cc.orig 2025-07-02 06:08:04 UTC +++ ui/ozone/common/egl_util.cc -@@ -27,9 +27,9 @@ const base::FilePath::CharType kDefaultGlesSoname[] = +@@ -35,9 +35,9 @@ const base::FilePath::CharType kDefaultGlesSoname[] = FILE_PATH_LITERAL("libGLESv2.so"); #else // BUILDFLAG(IS_FUCHSIA) const base::FilePath::CharType kDefaultEglSoname[] = @@ -10,5 +10,5 @@ - FILE_PATH_LITERAL("libGLESv2.so.2"); + FILE_PATH_LITERAL("libGLESv2.so"); #endif + #if !BUILDFLAG(USE_STATIC_ANGLE) const base::FilePath::CharType kAngleEglSoname[] = - FILE_PATH_LITERAL("libEGL.so"); diff --git a/www/chromium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc b/www/chromium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc index e0a3c9e80930..f6dfe4fafdb9 100644 --- a/www/chromium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc +++ b/www/chromium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/headless/vulkan_implementation_headless.cc.orig 2025-01-15 09:18:26 UTC +--- ui/ozone/platform/headless/vulkan_implementation_headless.cc.orig 2025-07-02 06:08:04 UTC +++ ui/ozone/platform/headless/vulkan_implementation_headless.cc @@ -116,7 +116,7 @@ VulkanImplementationHeadless::ExportVkFenceToGpuFence( @@ -24,6 +24,6 @@ auto tiling = VK_IMAGE_TILING_OPTIMAL; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (gmb_handle.native_pixmap_handle.modifier != + if (gmb_handle.native_pixmap_handle().modifier != gfx::NativePixmapHandle::kNoModifier) { tiling = VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT; diff --git a/www/chromium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc b/www/chromium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc index 15302bc12edc..9e28805d3a24 100644 --- a/www/chromium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc +++ b/www/chromium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/wayland/common/wayland_util.cc.orig 2025-04-04 08:52:13 UTC +--- ui/ozone/platform/wayland/common/wayland_util.cc.orig 2025-07-02 06:08:04 UTC +++ ui/ozone/platform/wayland/common/wayland_util.cc -@@ -424,6 +424,7 @@ void RecordConnectionMetrics(wl_display* display) { +@@ -421,6 +421,7 @@ void RecordConnectionMetrics(wl_display* display) { {"weston", WaylandCompositor::kWeston}, }; @@ -8,7 +8,7 @@ const int fd = wl_display_get_fd(display); if (fd == -1) { return WaylandCompositor::kUnknown; -@@ -449,6 +450,7 @@ void RecordConnectionMetrics(wl_display* display) { +@@ -446,6 +447,7 @@ void RecordConnectionMetrics(wl_display* display) { return compositor; } } diff --git a/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc b/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc index 80d98b88c8ae..079bee7c4f2f 100644 --- a/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc +++ b/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/x11/x11_window.cc.orig 2025-05-05 10:57:53 UTC +--- ui/ozone/platform/x11/x11_window.cc.orig 2025-07-02 06:08:04 UTC +++ ui/ozone/platform/x11/x11_window.cc -@@ -1459,7 +1459,7 @@ void X11Window::OnXWindowStateChanged() { +@@ -1507,7 +1507,7 @@ void X11Window::OnXWindowStateChanged() { WindowTiledEdges tiled_state = GetTiledState(); if (tiled_state != tiled_state_) { tiled_state_ = tiled_state; diff --git a/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc b/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc index 8c459c53365e..68d3948654b0 100644 --- a/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc +++ b/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc @@ -1,6 +1,6 @@ ---- ui/views/controls/textfield/textfield.cc.orig 2025-05-05 10:57:53 UTC +--- ui/views/controls/textfield/textfield.cc.orig 2025-07-02 06:08:04 UTC +++ ui/views/controls/textfield/textfield.cc -@@ -87,7 +87,7 @@ +@@ -85,7 +85,7 @@ #include "base/win/win_util.h" #endif @@ -9,7 +9,7 @@ #include "ui/base/ime/linux/text_edit_command_auralinux.h" #include "ui/base/ime/text_input_flags.h" #include "ui/linux/linux_ui.h" -@@ -184,7 +184,7 @@ bool IsControlKeyModifier(int flags) { +@@ -182,7 +182,7 @@ bool IsControlKeyModifier(int flags) { // Control-modified key combination, but we cannot extend it to other platforms // as Control has different meanings and behaviors. // https://crrev.com/2580483002/#msg46 @@ -18,7 +18,7 @@ return flags & ui::EF_CONTROL_DOWN; #else return false; -@@ -791,7 +791,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event +@@ -789,7 +789,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event return handled; } @@ -27,7 +27,7 @@ if (!handled) { if (auto* linux_ui = ui::LinuxUi::instance()) { const auto command = -@@ -976,7 +976,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo +@@ -974,7 +974,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo } bool Textfield::SkipDefaultKeyEventProcessing(const ui::KeyEvent& event) { diff --git a/www/chromium/files/patch-ui_views_controls_textfield_textfield.h b/www/chromium/files/patch-ui_views_controls_textfield_textfield.h index e83ba0a12b71..3b712975983d 100644 --- a/www/chromium/files/patch-ui_views_controls_textfield_textfield.h +++ b/www/chromium/files/patch-ui_views_controls_textfield_textfield.h @@ -1,4 +1,4 @@ ---- ui/views/controls/textfield/textfield.h.orig 2025-04-04 08:52:13 UTC +--- ui/views/controls/textfield/textfield.h.orig 2025-07-02 06:08:04 UTC +++ ui/views/controls/textfield/textfield.h @@ -48,7 +48,7 @@ #include "ui/views/view_observer.h" @@ -9,7 +9,7 @@ #include <vector> #endif -@@ -475,7 +475,7 @@ class VIEWS_EXPORT Textfield : public View, +@@ -478,7 +478,7 @@ class VIEWS_EXPORT Textfield : public View, // Set whether the text should be used to improve typing suggestions. void SetShouldDoLearning(bool value) { should_do_learning_ = value; } diff --git a/www/chromium/files/patch-ui_views_widget_widget.cc b/www/chromium/files/patch-ui_views_widget_widget.cc index 05015a5ef213..ed637aa59e62 100644 --- a/www/chromium/files/patch-ui_views_widget_widget.cc +++ b/www/chromium/files/patch-ui_views_widget_widget.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/widget.cc.orig 2025-05-28 14:55:43 UTC +--- ui/views/widget/widget.cc.orig 2025-07-02 06:08:04 UTC +++ ui/views/widget/widget.cc @@ -63,7 +63,7 @@ #include "ui/views/window/custom_frame_view.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -2464,7 +2464,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const +@@ -2473,7 +2473,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const return parent_->GetNativeTheme(); } diff --git a/www/chromium/files/patch-ui_views_widget_widget.h b/www/chromium/files/patch-ui_views_widget_widget.h index 9a0232ad9e22..b4bd08acca8b 100644 --- a/www/chromium/files/patch-ui_views_widget_widget.h +++ b/www/chromium/files/patch-ui_views_widget_widget.h @@ -1,6 +1,6 @@ ---- ui/views/widget/widget.h.orig 2025-05-05 10:57:53 UTC +--- ui/views/widget/widget.h.orig 2025-07-02 06:08:04 UTC +++ ui/views/widget/widget.h -@@ -487,7 +487,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid +@@ -488,7 +488,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid bool force_system_menu_for_frameless = false; #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-ui_views_window_dialog__delegate.cc b/www/chromium/files/patch-ui_views_window_dialog__delegate.cc index 62d396d92d9d..e09a6b683102 100644 --- a/www/chromium/files/patch-ui_views_window_dialog__delegate.cc +++ b/www/chromium/files/patch-ui_views_window_dialog__delegate.cc @@ -1,6 +1,6 @@ ---- ui/views/window/dialog_delegate.cc.orig 2025-05-28 14:55:43 UTC +--- ui/views/window/dialog_delegate.cc.orig 2025-07-02 06:08:04 UTC +++ ui/views/window/dialog_delegate.cc -@@ -107,7 +107,7 @@ Widget* DialogDelegate::CreateDialogWidget( +@@ -108,7 +108,7 @@ Widget* DialogDelegate::CreateDialogWidget( // static bool DialogDelegate::CanSupportCustomFrame(gfx::NativeView parent) { diff --git a/www/chromium/files/patch-v8_BUILD.gn b/www/chromium/files/patch-v8_BUILD.gn index f9625c0d2d65..07e154e2f8bc 100644 --- a/www/chromium/files/patch-v8_BUILD.gn +++ b/www/chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- v8/BUILD.gn.orig 2025-07-02 06:08:04 UTC +++ v8/BUILD.gn -@@ -999,6 +999,8 @@ external_v8_defines = [ +@@ -1014,6 +1014,8 @@ external_v8_defines = [ "V8_TARGET_OS_MACOS", "V8_TARGET_OS_WIN", "V8_TARGET_OS_CHROMEOS", @@ -9,7 +9,7 @@ ] enabled_external_v8_defines = [ -@@ -1075,6 +1077,12 @@ if (target_os == "android") { +@@ -1090,6 +1092,12 @@ if (target_os == "android") { } else if (target_os == "chromeos") { enabled_external_v8_defines += [ "V8_HAVE_TARGET_OS" ] enabled_external_v8_defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -22,7 +22,7 @@ } disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines -@@ -2545,6 +2553,12 @@ template("run_mksnapshot") { +@@ -2598,6 +2606,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -35,7 +35,7 @@ } if (v8_enable_turboshaft_csa) { -@@ -6658,7 +6672,7 @@ v8_component("v8_libbase") { +@@ -6760,7 +6774,7 @@ v8_component("v8_libbase") { } } @@ -44,7 +44,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6669,6 +6683,18 @@ v8_component("v8_libbase") { +@@ -6771,6 +6785,18 @@ v8_component("v8_libbase") { "dl", "rt", ] diff --git a/www/chromium/files/patch-v8_src_api_api.cc b/www/chromium/files/patch-v8_src_api_api.cc index 693436c04114..12ee791a6cca 100644 --- a/www/chromium/files/patch-v8_src_api_api.cc +++ b/www/chromium/files/patch-v8_src_api_api.cc @@ -1,4 +1,4 @@ ---- v8/src/api/api.cc.orig 2025-05-28 14:55:43 UTC +--- v8/src/api/api.cc.orig 2025-07-02 06:08:04 UTC +++ v8/src/api/api.cc @@ -158,7 +158,7 @@ #include "src/objects/intl-objects.h" @@ -9,7 +9,7 @@ #include <signal.h> #include <unistd.h> -@@ -6472,7 +6472,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6400,7 +6400,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } diff --git a/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc b/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc index 041a0c2edf26..fc3f8c61af52 100644 --- a/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc +++ b/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc @@ -1,4 +1,4 @@ ---- v8/src/base/platform/platform-posix.cc.orig 2025-04-04 08:52:13 UTC +--- v8/src/base/platform/platform-posix.cc.orig 2025-07-02 06:08:04 UTC +++ v8/src/base/platform/platform-posix.cc @@ -76,7 +76,7 @@ #include <sys/syscall.h> @@ -9,7 +9,7 @@ #define MAP_ANONYMOUS MAP_ANON #endif -@@ -315,8 +315,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { +@@ -313,8 +313,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { } } @@ -25,7 +25,7 @@ uintptr_t raw_addr; { MutexGuard guard(rng_mutex.Pointer()); -@@ -413,6 +420,7 @@ void* OS::GetRandomMmapAddr() { +@@ -411,6 +418,7 @@ void* OS::GetRandomMmapAddr() { #endif return reinterpret_cast<void*>(raw_addr); } @@ -33,7 +33,7 @@ // TODO(bbudge) Move Cygwin and Fuchsia stuff into platform-specific files. #if !V8_OS_CYGWIN && !V8_OS_FUCHSIA -@@ -701,7 +709,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor +@@ -699,7 +707,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor #if !V8_OS_ZOS // static bool OS::HasLazyCommits() { @@ -42,7 +42,7 @@ return true; #else // TODO(bbudge) Return true for all POSIX platforms. -@@ -1346,7 +1354,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* +@@ -1344,7 +1352,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* // keep this version in POSIX as most Linux-compatible derivatives will // support it. MacOS and FreeBSD are different here. #if !defined(V8_OS_FREEBSD) && !defined(V8_OS_DARWIN) && !defined(_AIX) && \ diff --git a/www/chromium/files/patch-v8_src_execution_isolate.cc b/www/chromium/files/patch-v8_src_execution_isolate.cc index 9f1cb09750c3..6e4a73698048 100644 --- a/www/chromium/files/patch-v8_src_execution_isolate.cc +++ b/www/chromium/files/patch-v8_src_execution_isolate.cc @@ -1,4 +1,4 @@ ---- v8/src/execution/isolate.cc.orig 2025-05-28 14:55:43 UTC +--- v8/src/execution/isolate.cc.orig 2025-07-02 06:08:04 UTC +++ v8/src/execution/isolate.cc @@ -173,6 +173,10 @@ #include "src/execution/simulator-base.h" @@ -11,7 +11,7 @@ extern "C" const uint8_t v8_Default_embedded_blob_code_[]; extern "C" uint32_t v8_Default_embedded_blob_code_size_; extern "C" const uint8_t v8_Default_embedded_blob_data_[]; -@@ -5110,6 +5114,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { +@@ -5171,6 +5175,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { uint32_t code_size = DefaultEmbeddedBlobCodeSize(); const uint8_t* data = DefaultEmbeddedBlobData(); uint32_t data_size = DefaultEmbeddedBlobDataSize(); diff --git a/www/chromium/files/patch-v8_src_libsampler_sampler.cc b/www/chromium/files/patch-v8_src_libsampler_sampler.cc index b125c04e6517..4533ba3fe003 100644 --- a/www/chromium/files/patch-v8_src_libsampler_sampler.cc +++ b/www/chromium/files/patch-v8_src_libsampler_sampler.cc @@ -1,6 +1,6 @@ ---- v8/src/libsampler/sampler.cc.orig 2025-04-04 08:52:13 UTC +--- v8/src/libsampler/sampler.cc.orig 2025-07-02 06:08:04 UTC +++ v8/src/libsampler/sampler.cc -@@ -520,6 +520,16 @@ void SignalHandler::FillRegisterState(void* context, R +@@ -527,6 +527,16 @@ 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]); diff --git a/www/chromium/files/patch-v8_src_trap-handler_handler-inside-posix.cc b/www/chromium/files/patch-v8_src_trap-handler_handler-inside-posix.cc index 1356ada33686..693ca8b38b32 100644 --- a/www/chromium/files/patch-v8_src_trap-handler_handler-inside-posix.cc +++ b/www/chromium/files/patch-v8_src_trap-handler_handler-inside-posix.cc @@ -1,6 +1,6 @@ ---- v8/src/trap-handler/handler-inside-posix.cc.orig 2024-04-19 13:02:56 UTC +--- v8/src/trap-handler/handler-inside-posix.cc.orig 2025-07-02 06:08:04 UTC +++ v8/src/trap-handler/handler-inside-posix.cc -@@ -61,6 +61,8 @@ namespace trap_handler { +@@ -62,6 +62,8 @@ namespace trap_handler { #define CONTEXT_REG(reg, REG) &uc->uc_mcontext->__ss.__##reg #elif V8_OS_FREEBSD #define CONTEXT_REG(reg, REG) &uc->uc_mcontext.mc_##reg @@ -9,7 +9,7 @@ #else #error "Unsupported platform." #endif -@@ -80,8 +82,12 @@ bool IsKernelGeneratedSignal(siginfo_t* info) { +@@ -81,8 +83,12 @@ bool IsKernelGeneratedSignal(siginfo_t* info) { // si_code at its default of 0 for signals that don’t originate in hardware. // The other conditions are only relevant for Linux. return info->si_code > 0 && info->si_code != SI_USER && diff --git a/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h b/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h index aa60d55c88a9..f983f11336b3 100644 --- a/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h +++ b/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h @@ -1,6 +1,6 @@ ---- v8/src/wasm/baseline/ia32/liftoff-assembler-ia32-inl.h.orig 2025-05-05 10:57:53 UTC +--- v8/src/wasm/baseline/ia32/liftoff-assembler-ia32-inl.h.orig 2025-07-02 06:08:04 UTC +++ v8/src/wasm/baseline/ia32/liftoff-assembler-ia32-inl.h -@@ -579,7 +579,7 @@ void LiftoffAssembler::StoreTaggedPointer(Register dst +@@ -597,7 +597,7 @@ void LiftoffAssembler::AtomicStoreTaggedPointer( } void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, @@ -9,7 +9,7 @@ LoadType type, uint32_t* protected_load_pc, bool /* is_load_mem */, bool /* i64_offset */, bool needs_shift) { -@@ -659,7 +659,7 @@ void LiftoffAssembler::Load(LiftoffRegister dst, Regis +@@ -677,7 +677,7 @@ void LiftoffAssembler::Load(LiftoffRegister dst, Regis } void LiftoffAssembler::Store(Register dst_addr, Register offset_reg, @@ -18,7 +18,7 @@ StoreType type, LiftoffRegList pinned, uint32_t* protected_store_pc, bool /* is_store_mem */, bool /* i64_offset */) { -@@ -738,7 +738,7 @@ void LiftoffAssembler::Store(Register dst_addr, Regist +@@ -756,7 +756,7 @@ void LiftoffAssembler::Store(Register dst_addr, Regist } void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, Register src_addr, @@ -27,7 +27,7 @@ LoadType type, LiftoffRegList /* pinned */, bool /* i64_offset */) { if (type.value() != LoadType::kI64Load) { -@@ -756,7 +756,7 @@ void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, +@@ -774,7 +774,7 @@ void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, } void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, @@ -36,7 +36,7 @@ StoreType type, LiftoffRegList pinned, bool /* i64_offset */) { DCHECK_LE(offset_imm, std::numeric_limits<int32_t>::max()); -@@ -826,7 +826,7 @@ enum Binop { kAdd, kSub, kAnd, kOr, kXor, kExchange }; +@@ -844,7 +844,7 @@ enum Binop { kAdd, kSub, kAnd, kOr, kXor, kExchange }; inline void AtomicAddOrSubOrExchange32(LiftoffAssembler* lasm, Binop binop, Register dst_addr, Register offset_reg, @@ -45,7 +45,7 @@ LiftoffRegister value, LiftoffRegister result, StoreType type) { DCHECK_EQ(value, result); -@@ -894,7 +894,7 @@ inline void AtomicAddOrSubOrExchange32(LiftoffAssemble +@@ -912,7 +912,7 @@ inline void AtomicAddOrSubOrExchange32(LiftoffAssemble } inline void AtomicBinop32(LiftoffAssembler* lasm, Binop op, Register dst_addr, @@ -54,7 +54,7 @@ LiftoffRegister value, LiftoffRegister result, StoreType type) { DCHECK_EQ(value, result); -@@ -1009,7 +1009,7 @@ inline void AtomicBinop32(LiftoffAssembler* lasm, Bino +@@ -1027,7 +1027,7 @@ inline void AtomicBinop32(LiftoffAssembler* lasm, Bino } inline void AtomicBinop64(LiftoffAssembler* lasm, Binop op, Register dst_addr, @@ -63,7 +63,7 @@ LiftoffRegister value, LiftoffRegister result) { // We need {ebx} here, which is the root register. As the root register it // needs special treatment. As we use {ebx} directly in the code below, we -@@ -1105,7 +1105,7 @@ inline void AtomicBinop64(LiftoffAssembler* lasm, Bino +@@ -1123,7 +1123,7 @@ inline void AtomicBinop64(LiftoffAssembler* lasm, Bino } // namespace liftoff void LiftoffAssembler::AtomicAdd(Register dst_addr, Register offset_reg, @@ -72,7 +72,7 @@ LiftoffRegister result, StoreType type, bool /* i64_offset */) { if (type.value() == StoreType::kI64Store) { -@@ -1119,7 +1119,7 @@ void LiftoffAssembler::AtomicAdd(Register dst_addr, Re +@@ -1137,7 +1137,7 @@ void LiftoffAssembler::AtomicAdd(Register dst_addr, Re } void LiftoffAssembler::AtomicSub(Register dst_addr, Register offset_reg, @@ -81,7 +81,7 @@ LiftoffRegister result, StoreType type, bool /* i64_offset */) { if (type.value() == StoreType::kI64Store) { -@@ -1132,7 +1132,7 @@ void LiftoffAssembler::AtomicSub(Register dst_addr, Re +@@ -1150,7 +1150,7 @@ void LiftoffAssembler::AtomicSub(Register dst_addr, Re } void LiftoffAssembler::AtomicAnd(Register dst_addr, Register offset_reg, @@ -90,7 +90,7 @@ LiftoffRegister result, StoreType type, bool /* i64_offset */) { if (type.value() == StoreType::kI64Store) { -@@ -1146,7 +1146,7 @@ void LiftoffAssembler::AtomicAnd(Register dst_addr, Re +@@ -1164,7 +1164,7 @@ void LiftoffAssembler::AtomicAnd(Register dst_addr, Re } void LiftoffAssembler::AtomicOr(Register dst_addr, Register offset_reg, @@ -99,7 +99,7 @@ LiftoffRegister result, StoreType type, bool /* i64_offset */) { if (type.value() == StoreType::kI64Store) { -@@ -1160,7 +1160,7 @@ void LiftoffAssembler::AtomicOr(Register dst_addr, Reg +@@ -1178,7 +1178,7 @@ void LiftoffAssembler::AtomicOr(Register dst_addr, Reg } void LiftoffAssembler::AtomicXor(Register dst_addr, Register offset_reg, @@ -108,7 +108,7 @@ LiftoffRegister result, StoreType type, bool /* i64_offset */) { if (type.value() == StoreType::kI64Store) { -@@ -1174,7 +1174,7 @@ void LiftoffAssembler::AtomicXor(Register dst_addr, Re +@@ -1192,7 +1192,7 @@ void LiftoffAssembler::AtomicXor(Register dst_addr, Re } void LiftoffAssembler::AtomicExchange(Register dst_addr, Register offset_reg, @@ -117,7 +117,7 @@ LiftoffRegister value, LiftoffRegister result, StoreType type, bool /* i64_offset */) { -@@ -1189,7 +1189,7 @@ void LiftoffAssembler::AtomicExchange(Register dst_add +@@ -1207,7 +1207,7 @@ void LiftoffAssembler::AtomicExchange(Register dst_add } void LiftoffAssembler::AtomicCompareExchange( 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/mediawiki139/Makefile b/www/mediawiki139/Makefile index d3b3892c59c5..ac7a53e8a0a5 100644 --- a/www/mediawiki139/Makefile +++ b/www/mediawiki139/Makefile @@ -1,7 +1,8 @@ PORTNAME= mediawiki -PORTVERSION= 1.39.12 +PORTVERSION= 1.39.13 CATEGORIES= www -MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen PKGNAMESUFFIX= 139${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org diff --git a/www/mediawiki139/distinfo b/www/mediawiki139/distinfo index 14cba53b30ae..612afdafd2fd 100644 --- a/www/mediawiki139/distinfo +++ b/www/mediawiki139/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744369446 -SHA256 (mediawiki-1.39.12.tar.gz) = 0e3bab253bcb2e354e389b7ba2f1aa732c60c4be9f1007408a221d49df589083 -SIZE (mediawiki-1.39.12.tar.gz) = 59683778 +TIMESTAMP = 1751511799 +SHA256 (mediawiki-1.39.13.tar.gz) = bb700c09792ece0877181a174c1687389d3dff93c8a5f39f81ba7509bdebecd6 +SIZE (mediawiki-1.39.13.tar.gz) = 59844264 diff --git a/www/mediawiki142/Makefile b/www/mediawiki142/Makefile index 97f7ca94f039..9f7755775ff5 100644 --- a/www/mediawiki142/Makefile +++ b/www/mediawiki142/Makefile @@ -1,7 +1,8 @@ PORTNAME= mediawiki -PORTVERSION= 1.42.6 +PORTVERSION= 1.42.7 CATEGORIES= www -MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen PKGNAMESUFFIX= 142${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org diff --git a/www/mediawiki142/distinfo b/www/mediawiki142/distinfo index 556bd71ea051..0217377c7e2c 100644 --- a/www/mediawiki142/distinfo +++ b/www/mediawiki142/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744368723 -SHA256 (mediawiki-1.42.6.tar.gz) = 36aa19442a0685faaa5ea38a7a8559f8c8e9928bcf1f75d08a863d9066115b60 -SIZE (mediawiki-1.42.6.tar.gz) = 90292297 +TIMESTAMP = 1751510284 +SHA256 (mediawiki-1.42.7.tar.gz) = 0a604c81454fb7ab3eb2f57ab5972c5ea44fc54924cca09e813e3c4f4827d9c9 +SIZE (mediawiki-1.42.7.tar.gz) = 90513428 diff --git a/www/mediawiki143/Makefile b/www/mediawiki143/Makefile index 1a7a6b4d6fa9..dce395b74745 100644 --- a/www/mediawiki143/Makefile +++ b/www/mediawiki143/Makefile @@ -1,7 +1,8 @@ PORTNAME= mediawiki -PORTVERSION= 1.43.1 +PORTVERSION= 1.43.3 CATEGORIES= www -MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen PKGNAMESUFFIX= 143${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org diff --git a/www/mediawiki143/distinfo b/www/mediawiki143/distinfo index ca767a6be9c7..b731a6ec18cf 100644 --- a/www/mediawiki143/distinfo +++ b/www/mediawiki143/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744364781 -SHA256 (mediawiki-1.43.1.tar.gz) = 3c85aa9c4cd6c353c67804a3a58e7b79615d4141c3d66b101e5f3aeb40653d6c -SIZE (mediawiki-1.43.1.tar.gz) = 92667428 +TIMESTAMP = 1751508946 +SHA256 (mediawiki-1.43.3.tar.gz) = e409df416ba4d99d2705e1eb0ff8168863db2a791cc0be7a87db3c13d9801a70 +SIZE (mediawiki-1.43.3.tar.gz) = 91773363 diff --git a/www/mod_php85/Makefile b/www/mod_php85/Makefile new file mode 100644 index 000000000000..5e3e5b870340 --- /dev/null +++ b/www/mod_php85/Makefile @@ -0,0 +1,18 @@ +CATEGORIES= www devel +PKGNAMEPREFIX= mod_ + +MAINTAINER= bofh@FreeBSD.org + +CONFLICTS_INSTALL= mod_php[0-9][0-9] + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +OPTIONS_DEFINE= AP2FILTER +OPTIONS_EXCLUDE= CGI CLI EMBED FPM + +AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) + +AP2FILTER_CONFIGURE_ON=--with-apxs2filter=${APXS} +AP2FILTER_CONFIGURE_OFF=--with-apxs2=${APXS} + +.include "${MASTERDIR}/Makefile" diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index 5fb86dee804a..83b02fbe8f85 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= contacts -PORTVERSION= 7.1.3 +PORTVERSION= 7.1.4 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-contacts/distinfo b/www/nextcloud-contacts/distinfo index 3ec7f8f81fca..2679e2cc88a5 100644 --- a/www/nextcloud-contacts/distinfo +++ b/www/nextcloud-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749063216 -SHA256 (nextcloud/contacts-v7.1.3.tar.gz) = b93d50399a6e2afb2b9d95986da41485474ce3dc5d222be8b457ba140cf7df42 -SIZE (nextcloud/contacts-v7.1.3.tar.gz) = 4363229 +TIMESTAMP = 1751485171 +SHA256 (nextcloud/contacts-v7.1.4.tar.gz) = 8cc9fb139f6dddc6e9018055fb89f57a554e19a46cef187c42f13bcb077d900f +SIZE (nextcloud/contacts-v7.1.4.tar.gz) = 4385694 diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile index 4876a1968966..20ae589abd80 100644 --- a/www/nextcloud-groupfolders/Makefile +++ b/www/nextcloud-groupfolders/Makefile @@ -1,5 +1,5 @@ PORTNAME= groupfolders -PORTVERSION= 19.1.0 +PORTVERSION= 19.1.2 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-groupfolders/distinfo b/www/nextcloud-groupfolders/distinfo index f6af6aeebe71..1e0f2afd0390 100644 --- a/www/nextcloud-groupfolders/distinfo +++ b/www/nextcloud-groupfolders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749063258 -SHA256 (nextcloud/groupfolders-v19.1.0.tar.gz) = 1843395f0f09db114e4dff403a53adb555e8db913fc787e84fde3ddc9f5921fe -SIZE (nextcloud/groupfolders-v19.1.0.tar.gz) = 5562185 +TIMESTAMP = 1751485192 +SHA256 (nextcloud/groupfolders-v19.1.2.tar.gz) = 2aa6cfbdc1ce60903c6e359b87a5ffed133bf05182a85248392f0582e809c899 +SIZE (nextcloud/groupfolders-v19.1.2.tar.gz) = 5577506 diff --git a/www/nextcloud-news/Makefile b/www/nextcloud-news/Makefile index 50f4ddf54a58..144573989406 100644 --- a/www/nextcloud-news/Makefile +++ b/www/nextcloud-news/Makefile @@ -1,5 +1,5 @@ PORTNAME= news -PORTVERSION= 26.0.1 +PORTVERSION= 26.0.2 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= ${PORTNAME} diff --git a/www/nextcloud-news/distinfo b/www/nextcloud-news/distinfo index d94f9805dd8c..d46db59aa338 100644 --- a/www/nextcloud-news/distinfo +++ b/www/nextcloud-news/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749063386 -SHA256 (nextcloud/news-26.0.1/news.tar.gz) = 4ff64a2f8616c346a2ee667d826f7505497a31dea1c936a46202ac6ab4983b89 -SIZE (nextcloud/news-26.0.1/news.tar.gz) = 2641548 +TIMESTAMP = 1751485149 +SHA256 (nextcloud/news-26.0.2/news.tar.gz) = 635fa1711c5ec16c9cb46e674bb1a337ecd6081af1a2ba1e6f4d472f3a80474f +SIZE (nextcloud/news-26.0.2/news.tar.gz) = 2642681 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index cd1f17a6c250..9abcec3e9651 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,11 +1,15 @@ PORTNAME?= nginx PORTVERSION= 1.29.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +PATCH_SITES= https://github.com/nginx/nginx/commit/ +PATCHFILES= 2b3b002499d92b063b0f9ba20e99c850e36b7e8b.patch:-p1 + MAINTAINER?= osa@FreeBSD.org COMMENT?= Robust and small WWW server WWW= https://nginx.com/ @@ -71,7 +75,7 @@ OPTIONS_GROUP_HTTPGRP= GOOGLE_PERFTOOLS HTTP HTTP_ADDITION HTTP_AUTH_REQ \ HTTP_GZIP_STATIC HTTP_IMAGE_FILTER HTTP_MP4 HTTP_PERL \ HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK HTTP_SLICE HTTP_SSL \ HTTP_STATUS HTTP_SUB HTTP_XSLT HTTPV2 HTTPV3 HTTPV3_BORING HTTPV3_LSSL \ - HTTPV3_QTLS + HTTPV3_OSSL35 OPTIONS_GROUP_MAILGRP= MAIL MAIL_IMAP MAIL_POP3 MAIL_SMTP MAIL_SSL @@ -172,15 +176,15 @@ HTTPV3_CONFIGURE_ON= --with-http_v3_module HTTPV3_BORING_BUILD_DEPENDS= ${LOCALBASE}/bin/bssl:security/boringssl HTTPV3_BORING_RUN_DEPENDS= ${LOCALBASE}/bin/bssl:security/boringssl HTTPV3_BORING_IMPLIES= HTTPV3 -HTTPV3_BORING_PREVENTS= HTTPV3_LSSL HTTPV3_QTLS +HTTPV3_BORING_PREVENTS= HTTPV3_LSSL HTTPV3_OSSL35 HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_RUN_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_IMPLIES= HTTPV3 -HTTPV3_LSSL_PREVENTS= HTTPV3_BORING HTTPV3_QTLS -HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls -HTTPV3_QTLS_RUN_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls -HTTPV3_QTLS_IMPLIES= HTTPV3 -HTTPV3_QTLS_PREVENTS= HTTPV3_BORING HTTPV3_LSSL +HTTPV3_LSSL_PREVENTS= HTTPV3_BORING HTTPV3_OSSL35 +HTTPV3_OSSL35_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl35 +HTTPV3_OSSL35_RUN_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl35 +HTTPV3_OSSL35_IMPLIES= HTTPV3 +HTTPV3_OSSL35_PREVENTS= HTTPV3_BORING HTTPV3_LSSL MAIL_VARS= DSO_BASEMODS+=mail MAIL_IMAP_CONFIGURE_OFF= --without-mail_imap_module MAIL_POP3_CONFIGURE_OFF= --without-mail_pop3_module diff --git a/www/nginx-devel/Makefile.options.desc b/www/nginx-devel/Makefile.options.desc index 6d26b8650d1d..5e88c02b674e 100644 --- a/www/nginx-devel/Makefile.options.desc +++ b/www/nginx-devel/Makefile.options.desc @@ -22,7 +22,7 @@ HTTPV2_DESC= Enable HTTP/2 protocol support (SSL req.) HTTPV3_DESC= Enable HTTP/3 protocol support HTTPV3_BORING_DESC= Use security/boringssl HTTPV3_LSSL_DESC= Use security/libressl-devel -HTTPV3_QTLS_DESC= Use security/openssl-quictls +HTTPV3_OSSL35_DESC= Use security/openssl35 HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module HTTP_ADDITION_DESC= Enable http_addition module HTTP_AUTH_DIGEST_DESC= 3rd party http_authdigest module diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 57f090a2a1d3..434d0a1d722e 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -141,3 +141,5 @@ SHA256 (openresty-xss-nginx-module-de2d87a_GH0.tar.gz) = f830c9300d751046e2592c7 SIZE (openresty-xss-nginx-module-de2d87a_GH0.tar.gz) = 12779 SHA256 (tokers-zstd-nginx-module-f4ba115_GH0.tar.gz) = 20045e8ac80e2cc9fd3659573153cb1f22d98a653a10fe939a4be0e90160826a SIZE (tokers-zstd-nginx-module-f4ba115_GH0.tar.gz) = 55848 +SHA256 (2b3b002499d92b063b0f9ba20e99c850e36b7e8b.patch) = ba6ba093f2d68b7e67d4cc7f28e0e9099bb5252d3722fd143895971c15eabe54 +SIZE (2b3b002499d92b063b0f9ba20e99c850e36b7e8b.patch) = 1132 diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile index efa621b6588f..d887e2e9f95f 100644 --- a/www/onlyoffice-documentserver/Makefile +++ b/www/onlyoffice-documentserver/Makefile @@ -1,18 +1,15 @@ PORTNAME= onlyoffice-documentserver DISTVERSIONPREFIX= v -DISTVERSION= 8.3.3.23 -PORTREVISION= 2 +DISTVERSION= 9.0.2.16 CATEGORIES= www MASTER_SITES+= LOCAL/mikael/v8/:source1 \ - LOCAL/mikael/onlyoffice/:source2 \ https://nodejs.org/dist/v${NODE_VERSION_PKGFETCH}/:source3 \ SF/optipng/OptiPNG/optipng-0.7.8/:source4 DISTFILES+= v8-8.9.255.25_all.tar.gz:source1 \ node-v${NODE_VERSION_PKGFETCH}.tar.gz:source3 \ - optipng-0.7.8.tar.gz:source4 \ - ${PORTNAME}-${DISTVERSION}_${PORTREVISION}-npm-cache.tar.gz:source2 + optipng-0.7.8.tar.gz:source4 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fsbruva@yahoo.com COMMENT= Secure office and productivity apps WWW= https://www.onlyoffice.com/ @@ -27,7 +24,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ gn:devel/gn \ java:java/openjdk11 \ ninja:devel/ninja \ - npm:www/npm-node22 \ + npm:www/npm-node20 \ ${LOCALBASE}/lib/libcrypto.a:security/openssl LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libetonyek-0.1.so:graphics/libetonyek01 \ @@ -66,7 +63,10 @@ GH_TUPLE= ONLYOFFICE:core:v${DISTVERSION}:core/core \ ONLYOFFICE:document-server-package:v${DISTVERSION}:dsp/document-server-package \ jasenhuang:katana-parser:be6df45:jasenhuang_katana/core/Common/3dParty/html/katana-parser \ google:gumbo-parser:aa91b27:google_gumbo/core/Common/3dParty/html/gumbo-parser \ - hunspell:hyphen:73dd296:hunspell_hyphen/core/Common/3dParty/hyphen/hyphen + hunspell:hyphen:73dd296:hunspell_hyphen/core/Common/3dParty/hyphen/hyphen \ + mity:md4c:481fbfb:mity_md4c/core/Common/3dParty/md/md4c \ + fsbruva:onlyoffice-DS-pkg-cache:v${NODE_VERSION_PKGFETCH}:pkg_cache/ \ + fsbruva:onlyoffice-DS-npm-cache:v${DISTVERSION}-20250701:npm_cache/ OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL @@ -99,9 +99,9 @@ SUB_LIST= DS_GROUPNAME=${DS_GROUPNAME} \ PREFIX=${PREFIX} \ WWWDIR=${WWWDIR} -# node version used with "npm install @yao-pkg/pkg@6.5.0" +# node version used with "npm install @yao-pkg/pkg@6.5.1" # keep in sync with patch-build__tools_scripts_build__server.py and patch-document-server-package_Makefile -NODE_VERSION_PKGFETCH= 22.15.1 +NODE_VERSION_PKGFETCH= 20.19.1 MAKE_ENV= BUILD_NUMBER="36" \ PKG_CACHE_PATH=${WRKDIR}/.pkg-cache \ @@ -130,7 +130,8 @@ BINARY_ALIAS+= cpp=${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} \ post-extract: @${MV} ${WRKDIR}/v8 ${WRKSRC}/core/Common/3dParty/v8_89 - @${MKDIR} ${WRKDIR}/.pkg-cache/node + @${LN} -s ${WRKSRC_npm_cache} ${WRKDIR}/.npm + @${LN} -s ${WRKSRC_pkg_cache} ${WRKDIR}/.pkg-cache @${CP} ${DISTDIR}/node-v${NODE_VERSION_PKGFETCH}.tar.gz ${WRKDIR}/.pkg-cache/node @${MKDIR} ${WRKSRC}/sdkjs-plugins/v1 @@ -193,6 +194,7 @@ do-build: ${INSTALL_SCRIPT} ${FILESDIR}/npm ${BINARY_LINKDIR}/npm @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKDIR}/.bin/npm +# @cd ${WRKSRC}/web-apps/build ; ${SETENV} ${MAKE_ENV} npm cache clean --force @cd ${WRKSRC}/web-apps/build ; ${SETENV} ${MAKE_ENV} npm install patch-package @cd ${WRKSRC}/web-apps/build ; ${SETENV} ${MAKE_ENV} npm install optipng-bin@5.1.0 @cd ${WRKSRC}/web-apps/build ; node_modules/.bin/patch-package @@ -205,7 +207,7 @@ do-build: @${MKDIR} ${WRKSRC}/yao-pkg @${CP} ${FILESDIR}/package* ${WRKSRC}/yao-pkg - @cd ${WRKSRC}/yao-pkg ; ${SETENV} ${MAKE_ENV} npm install @yao-pkg/pkg@6.5.0 + @cd ${WRKSRC}/yao-pkg ; ${SETENV} ${MAKE_ENV} npm install @yao-pkg/pkg@6.5.1 @cd ${WRKSRC} && ${PATCH} -N -s -i ${FILESDIR}/extra-patch-pkg-fetch_lib-es5_build.js || ${TRUE} @cd ${WRKSRC} && ${PATCH} -N -s -i ${FILESDIR}/extra-patch-pkg-fetch_patches_node.v${NODE_VERSION_PKGFETCH}.cpp.patch || ${TRUE} @@ -262,8 +264,9 @@ create-caches-tarball: ${RM} -r ${WRKDIR}/.npm/_logs ${WRKDIR}/.npm/_update-notifier-last-checked ${WRKDIR}/.cache/yarn/v6/.tmp ${WRKDIR}/.cache/node-gyp # ${FIND} ${WRKDIR}/.cache -type f -perm 755 -exec file {} \; | ${EGREP} "ELF|PE32+|Mach-O" | ${AWK} -F ':' '{print $$1}' | ${XARGS} ${RM} ${FIND} ${WRKDIR}/.pkg-cache -type f -perm 755 -exec file {} \; | ${EGREP} "ELF|PE32+|Mach-O" | ${AWK} -F ':' '{print $$1}' | ${XARGS} ${RM} + ${FIND} ${WRKDIR}/.pkg-cache -type f -perm 644 -exec file {} \; | ${EGREP} -v "${NODE_VERSION_PKGFETCH}" | ${EGREP} "built-v|node-v" | ${EGREP} "tar.gz|sha256sum" | ${AWK} -F ':' '{print $$1}' | ${XARGS} ${RM} cd ${WRKDIR} && \ - ${TAR} czf ${PORTNAME}-${DISTVERSION}_${PORTREVISION:}-npm-cache.tar.gz .npm .pkg-cache + ${TAR} czf ${PORTNAME}-${DISTVERSION}_`date +%Y%m%d`-npm-cache.tar.gz .npm .pkg-cache .include <bsd.port.post.mk> diff --git a/www/onlyoffice-documentserver/distinfo b/www/onlyoffice-documentserver/distinfo index 8e4416bca7bd..432711cf408e 100644 --- a/www/onlyoffice-documentserver/distinfo +++ b/www/onlyoffice-documentserver/distinfo @@ -1,41 +1,47 @@ -TIMESTAMP = 1748528476 +TIMESTAMP = 1751344944 SHA256 (v8-8.9.255.25_all.tar.gz) = 54853ef93accc063a82a0dc29457b25c9b6d88315431d62e06ab1f84797c5f80 SIZE (v8-8.9.255.25_all.tar.gz) = 72818814 -SHA256 (node-v22.15.1.tar.gz) = 38aea029f8818f7783f273fbc70dcf930f9ef54bdd49c5f90c0152caec7a57be -SIZE (node-v22.15.1.tar.gz) = 100310295 +SHA256 (node-v20.19.1.tar.gz) = 691011ddb85c9ab86afb7ead2b6db2ddd45592f1c8fd26687d152dcadc182229 +SIZE (node-v20.19.1.tar.gz) = 88078477 SHA256 (optipng-0.7.8.tar.gz) = 25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c SIZE (optipng-0.7.8.tar.gz) = 3294014 -SHA256 (onlyoffice-documentserver-8.3.3.23_2-npm-cache.tar.gz) = 8b3b8f5e885516de5cf4b70ad39be58cdf529e79dc21da9b110386ab183c59b5 -SIZE (onlyoffice-documentserver-8.3.3.23_2-npm-cache.tar.gz) = 261836699 -SHA256 (ONLYOFFICE-DocumentServer-v8.3.3.23-v8.3.3_GH0.tar.gz) = 4d59be06a010524d47d2be5329a7b25330bc42c3b9ba8447c83cedbee4ec2421 -SIZE (ONLYOFFICE-DocumentServer-v8.3.3.23-v8.3.3_GH0.tar.gz) = 93087 -SHA256 (ONLYOFFICE-core-v8.3.3.23_GH0.tar.gz) = 44827fbc88a0faaf26de37989187056d0f9c8f7c5f9d9007b7c2e0b9e00c926d -SIZE (ONLYOFFICE-core-v8.3.3.23_GH0.tar.gz) = 205039440 -SHA256 (ONLYOFFICE-core-fonts-v8.3.3.23_GH0.tar.gz) = 15d9a2850ff6fe2bfa782bbdef5163c8f5876fddc508a71a204f08f6d38dbd70 -SIZE (ONLYOFFICE-core-fonts-v8.3.3.23_GH0.tar.gz) = 95375592 -SHA256 (ONLYOFFICE-dictionaries-v8.3.3.23_GH0.tar.gz) = 8fd634cbb036cd7a484f172c3b95c54115d52cade8fa31a50102e6cb4e64d88d -SIZE (ONLYOFFICE-dictionaries-v8.3.3.23_GH0.tar.gz) = 56268318 -SHA256 (ONLYOFFICE-document-server-integration-v8.3.3.23_GH0.tar.gz) = 88c5548a861e5f376a3672cb5f130d88c44bbe672d83b3332197db520881affe -SIZE (ONLYOFFICE-document-server-integration-v8.3.3.23_GH0.tar.gz) = 6137374 -SHA256 (ONLYOFFICE-document-templates-v8.3.3.23_GH0.tar.gz) = ec276efdfb0c8f2370b57c62234e213aee99c89f40ff7f4a0637f46cc9471bbc -SIZE (ONLYOFFICE-document-templates-v8.3.3.23_GH0.tar.gz) = 3683534 -SHA256 (ONLYOFFICE-sdkjs-v8.3.3.23_GH0.tar.gz) = 7f9caf4c6f2749ae712bf354f50f3ca5761d6a1c69154c053bf3873bdb71f9b3 -SIZE (ONLYOFFICE-sdkjs-v8.3.3.23_GH0.tar.gz) = 36293797 -SHA256 (ONLYOFFICE-server-v8.3.3.23_GH0.tar.gz) = ae3d072c98faeec8bffc7c2cc690e758c5c46f6adda7bbc6fc46981308423110 -SIZE (ONLYOFFICE-server-v8.3.3.23_GH0.tar.gz) = 397648 -SHA256 (ONLYOFFICE-web-apps-v8.3.3.23_GH0.tar.gz) = 947c92cb1d9ec92e9c4d9aa118c8522261c7d21322242bdc631a02041dbe347a -SIZE (ONLYOFFICE-web-apps-v8.3.3.23_GH0.tar.gz) = 437551850 -SHA256 (ONLYOFFICE-build_tools-v8.3.3.23_GH0.tar.gz) = 01e7f9ab87aaa0aded91212c45007532d67505eeec176c1cf8b727224d29b780 -SIZE (ONLYOFFICE-build_tools-v8.3.3.23_GH0.tar.gz) = 33860736 +SHA256 (onlyoffice-documentserver-9.0.2.16_20250630-npm-cache.tar.gz) = 11738d912f93adb7bf401ae06cb70d2357a4b35177cae7ceb5915fa5267e3522 +SIZE (onlyoffice-documentserver-9.0.2.16_20250630-npm-cache.tar.gz) = 249461250 +SHA256 (ONLYOFFICE-DocumentServer-v9.0.2.16-v9.0.2_GH0.tar.gz) = 272dc092623ca12964c09aa0893676aa508bf0900a5ab04215d7086306d2583d +SIZE (ONLYOFFICE-DocumentServer-v9.0.2.16-v9.0.2_GH0.tar.gz) = 972017 +SHA256 (ONLYOFFICE-core-v9.0.2.16_GH0.tar.gz) = 79d7aaf8b591017911febef0e141f9c3735faa33d1e68d605e80237082805f14 +SIZE (ONLYOFFICE-core-v9.0.2.16_GH0.tar.gz) = 205184118 +SHA256 (ONLYOFFICE-core-fonts-v9.0.2.16_GH0.tar.gz) = 56ba5c76d053d2ae625d2f4a01a955ecb2f1d25b9bef896313281588879f676a +SIZE (ONLYOFFICE-core-fonts-v9.0.2.16_GH0.tar.gz) = 95376454 +SHA256 (ONLYOFFICE-dictionaries-v9.0.2.16_GH0.tar.gz) = c1665cd8de6a528b255b5d0d200f689a53c72bb36218dbf8ac046c4b04a7fe85 +SIZE (ONLYOFFICE-dictionaries-v9.0.2.16_GH0.tar.gz) = 57973827 +SHA256 (ONLYOFFICE-document-server-integration-v9.0.2.16_GH0.tar.gz) = 61759413e2c63ca94117b30442e985e2ea5d3e559b1e6d740adfa916e55a6074 +SIZE (ONLYOFFICE-document-server-integration-v9.0.2.16_GH0.tar.gz) = 6128854 +SHA256 (ONLYOFFICE-document-templates-v9.0.2.16_GH0.tar.gz) = ba8288f4c67ce21d8c4f3ec995b02c5df43464314770805c7c57860b79e31756 +SIZE (ONLYOFFICE-document-templates-v9.0.2.16_GH0.tar.gz) = 3914530 +SHA256 (ONLYOFFICE-sdkjs-v9.0.2.16_GH0.tar.gz) = ecdb6c32c426e86b1bca71fc129f283430a14abc3e747464b8b9167ba08e264b +SIZE (ONLYOFFICE-sdkjs-v9.0.2.16_GH0.tar.gz) = 37688710 +SHA256 (ONLYOFFICE-server-v9.0.2.16_GH0.tar.gz) = 4d1dc02e4be3546bb6c1bbf6547eb4c46262e0554cacf81314ff741ce2ed5027 +SIZE (ONLYOFFICE-server-v9.0.2.16_GH0.tar.gz) = 4082601 +SHA256 (ONLYOFFICE-web-apps-v9.0.2.16_GH0.tar.gz) = 6befc028e52e4176e2007274915efc3354aa474ef7df6bdad0299204fb1ebf2b +SIZE (ONLYOFFICE-web-apps-v9.0.2.16_GH0.tar.gz) = 443520777 +SHA256 (ONLYOFFICE-build_tools-v9.0.2.16_GH0.tar.gz) = fe7b82477a78ed2a272c841d75c8a6383506a194b3893547ee70a86193943f50 +SIZE (ONLYOFFICE-build_tools-v9.0.2.16_GH0.tar.gz) = 33870057 SHA256 (ONLYOFFICE-DocumentBuilder-626d1e44db3d06ceb8298215a67ef0475912d89a_GH0.tar.gz) = 275c3a8c993528fa56c69aedb11dd74a6fba9c3bd372874004584ae9cbb190b5 SIZE (ONLYOFFICE-DocumentBuilder-626d1e44db3d06ceb8298215a67ef0475912d89a_GH0.tar.gz) = 31659 SHA256 (ONLYOFFICE-onlyoffice.github.io-b26d001664d771df4f663d2d3ba7dd4a188b6cab_GH0.tar.gz) = 347b8f1d3c21b1f61a3f1fcae86f402b27ce4f8b826e18158834251046d83cf5 SIZE (ONLYOFFICE-onlyoffice.github.io-b26d001664d771df4f663d2d3ba7dd4a188b6cab_GH0.tar.gz) = 17009005 -SHA256 (ONLYOFFICE-document-server-package-v8.3.3.23_GH0.tar.gz) = 219aab7ace2af4d0166820529a0043833e236eecf6d0b7bdd6ca3206ada5cb5c -SIZE (ONLYOFFICE-document-server-package-v8.3.3.23_GH0.tar.gz) = 186487 +SHA256 (ONLYOFFICE-document-server-package-v9.0.2.16_GH0.tar.gz) = c3153d922b38362146a209eade7f645e72504e19d5eb760354c57c223c4b637f +SIZE (ONLYOFFICE-document-server-package-v9.0.2.16_GH0.tar.gz) = 186621 SHA256 (jasenhuang-katana-parser-be6df45_GH0.tar.gz) = 363ede45ba6d125fdb7323c43d34acd3d0ae9028ac18aec632eb6a623160f09a SIZE (jasenhuang-katana-parser-be6df45_GH0.tar.gz) = 97712 SHA256 (google-gumbo-parser-aa91b27_GH0.tar.gz) = 1360f85c02fb2573a10f00abcddebc8f1ff277a16f66553439193af93afae335 SIZE (google-gumbo-parser-aa91b27_GH0.tar.gz) = 2119417 SHA256 (hunspell-hyphen-73dd296_GH0.tar.gz) = 93e80ad69ee7afd507b12f0b58ca34a6a78347dcbb5fe5d9b6f0e19b02397ef7 SIZE (hunspell-hyphen-73dd296_GH0.tar.gz) = 292528 +SHA256 (mity-md4c-481fbfb_GH0.tar.gz) = 04e03a69a2783ab5f2449f8864499dabb150092d5f48415a5e423f762a209d54 +SIZE (mity-md4c-481fbfb_GH0.tar.gz) = 238753 +SHA256 (fsbruva-onlyoffice-DS-pkg-cache-v20.19.1_GH0.tar.gz) = df466a0ea8365d10089d3169b224b079bb0ec409c57f2ff79c4f6048f8c5d29c +SIZE (fsbruva-onlyoffice-DS-pkg-cache-v20.19.1_GH0.tar.gz) = 1288 +SHA256 (fsbruva-onlyoffice-DS-npm-cache-v9.0.2.16-20250701_GH0.tar.gz) = c8a355fe7941a29ba6ba51c97c52808ef5cfe3047cb4f31335a2e03cdfd84354 +SIZE (fsbruva-onlyoffice-DS-npm-cache-v9.0.2.16-20250701_GH0.tar.gz) = 161979161 diff --git a/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v20.19.1.cpp.patch b/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v20.19.1.cpp.patch new file mode 100644 index 000000000000..44c114f57dd6 --- /dev/null +++ b/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v20.19.1.cpp.patch @@ -0,0 +1,1014 @@ +https://github.com/yao-pkg/pkg-fetch/raw/refs/tags/v3.5.23/patches/node.v20.19.1.cpp.patch ++ local FreeBSD patches + +--- yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v20.19.1.cpp.patch ++++ yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v20.19.1.cpp.patch +@@ -11,6 +11,24 @@ index d3c17d47bc..7970af6ea4 100644 + }], + ], + }, ++@@ -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 node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c + index 5e7775f1a5..eeebf67796 100644 + --- node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c +@@ -600,3 +618,375 @@ index 2655b9e694..1d951571c7 100644 + 'cflags_cc!': [ '-fno-rtti' ], + }], + [ 'OS == "mac" or OS == "ios"', { ++--- node/Makefile.orig 2025-05-14 12:22:41 UTC +++++ node/Makefile ++@@ -171,8 +171,7 @@ out/Makefile: config.gypi common.gypi node.gyp \ ++ $(warning '$@' target is a noop) ++ ++ out/Makefile: config.gypi common.gypi node.gyp \ ++- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ ++- deps/simdutf/simdutf.gyp deps/ada/ada.gyp \ +++ deps/*/*.gyp \ ++ tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ ++ tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp ++ $(PYTHON) tools/gyp_node.py -f make ++--- node/deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2023-05-16 06:58:19 UTC +++++ node/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', ++--- node/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-05-16 06:58:19 UTC +++++ node/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': [ ++--- node/deps/openssl/openssl-cl_no_asm.gypi.orig 2023-11-22 10:13:54 UTC +++++ node/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'], ++ }], ++ ], ++ } ++--- node/deps/openssl/openssl_no_asm.gypi.orig 2023-05-16 06:58:20 UTC +++++ node/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'], ++ }], ++ ], ++ } ++--- node/deps/v8/src/base/macros.h.orig 2021-04-12 21:00:33.000000000 +0000 +++++ node/deps/v8/src/base/macros.h 2025-06-20 09:42:18.838769000 +0000 ++@@ -203,7 +203,8 @@ ++ // base::is_trivially_copyable will differ for these cases. ++ template <typename T> ++ struct is_trivially_copyable { ++-#if V8_CC_MSVC +++#if V8_CC_MSVC || (__GNUC__ == 12 && __GNUC_MINOR__ <= 2) || \ +++ (defined(__clang__) && __clang_major__ <= 17) ++ // Unfortunately, MSVC 2015 is broken in that std::is_trivially_copyable can ++ // be false even though it should be true according to the standard. ++ // (status at 2018-02-26, observed on the msvc waterfall bot). ++--- node/deps/v8/src/base/platform/platform-freebsd.cc.orig 2023-05-16 06:58:20 UTC +++++ node/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; ++--- node/deps/v8/src/codegen/arm/cpu-arm.cc.orig 2023-05-16 06:58:20 UTC +++++ node/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 ++--- node/deps/v8/src/codegen/ppc/constants-ppc.h.orig 2023-05-16 06:58:20 UTC +++++ node/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 ++--- node/deps/v8/src/libsampler/sampler.cc.orig 2023-05-16 06:58:20 UTC +++++ node/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 ++Obtained from: https://chromium.googlesource.com/v8/v8.git/+/182d9c05e78b1ddb1cb8242cd3628a7855a0336f ++ ++commit 182d9c05e78b1ddb1cb8242cd3628a7855a0336f ++Author: Andrey Kosyakov <caseq@chromium.org> ++Date: 2023-08-17T13:50:11-07:00 ++ ++ Define UChar as char16_t ++ ++ We used to have UChar defined as uint16_t which does not go along ++ with STL these days if you try to have an std::basic_string<> of it, ++ as there are no standard std::char_traits<> specialization for uint16_t. ++ ++ This switches UChar to char16_t where practical, introducing a few ++ compatibility shims to keep CL size small, as (1) this would likely ++ have to be back-ported and (2) crdtp extensively uses uint16_t for ++ wide chars. ++ ++ Bug: b:296390693 ++ Change-Id: I66a32d8f0050915225b187de56896c26dd76163d ++ Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4789966 ++ Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> ++ Commit-Queue: Jaroslav Sevcik <jarin@chromium.org> ++ Auto-Submit: Andrey Kosyakov <caseq@chromium.org> ++ Cr-Commit-Position: refs/heads/main@{#89559} ++ ++diff --git node/deps/v8/src/inspector/string-16.cc node/deps/v8/src/inspector/string-16.cc ++index a8b786a8166..6df9963e970 100644 ++--- node/deps/v8/src/inspector/string-16.cc +++++ node/deps/v8/src/inspector/string-16.cc ++@@ -27,7 +27,7 @@ bool isSpaceOrNewLine(UChar c) { ++ return isASCII(c) && c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); ++ } ++ ++-int64_t charactersToInteger(const UChar* characters, size_t length, +++int64_t charactersToInteger(const uint16_t* characters, size_t length, ++ bool* ok = nullptr) { ++ std::vector<char> buffer; ++ buffer.reserve(length + 1); ++@@ -50,6 +50,8 @@ int64_t charactersToInteger(const UChar* characters, size_t length, ++ ++ String16::String16(const UChar* characters, size_t size) ++ : m_impl(characters, size) {} +++String16::String16(const uint16_t* characters, size_t size) +++ : m_impl(reinterpret_cast<const UChar*>(characters), size) {} ++ ++ String16::String16(const UChar* characters) : m_impl(characters) {} ++ ++@@ -241,6 +243,10 @@ String16 String16::fromUTF16LE(const UChar* stringStart, size_t length) { ++ #endif // V8_TARGET_BIG_ENDIAN ++ } ++ +++String16 String16::fromUTF16LE(const uint16_t* stringStart, size_t length) { +++ return fromUTF16LE(reinterpret_cast<const UChar*>(stringStart), length); +++} +++ ++ std::string String16::utf8() const { ++ return UTF16ToUTF8(m_impl.data(), m_impl.size()); ++ } ++diff --git node/deps/v8/src/inspector/string-16.h node/deps/v8/src/inspector/string-16.h ++index 1678ffb2e1e..d9f6c466ab1 100644 ++--- node/deps/v8/src/inspector/string-16.h +++++ node/deps/v8/src/inspector/string-16.h ++@@ -6,6 +6,7 @@ ++ #define V8_INSPECTOR_STRING_16_H_ ++ ++ #include <stdint.h> +++#include <uchar.h> ++ ++ #include <cctype> ++ #include <climits> ++@@ -18,7 +19,7 @@ ++ ++ namespace v8_inspector { ++ ++-using UChar = uint16_t; +++using UChar = char16_t; ++ ++ class String16 { ++ public: ++@@ -28,6 +29,7 @@ class String16 { ++ String16(const String16&) V8_NOEXCEPT = default; ++ String16(String16&&) V8_NOEXCEPT = default; ++ String16(const UChar* characters, size_t size); +++ String16(const uint16_t* characters, size_t size); ++ V8_EXPORT String16(const UChar* characters); ++ V8_EXPORT String16(const char* characters); ++ String16(const char* characters, size_t size); ++@@ -49,7 +51,9 @@ class String16 { ++ int toInteger(bool* ok = nullptr) const; ++ std::pair<size_t, size_t> getTrimmedOffsetAndLength() const; ++ String16 stripWhiteSpace() const; ++- const UChar* characters16() const { return m_impl.c_str(); } +++ const uint16_t* characters16() const { +++ return reinterpret_cast<const uint16_t*>(m_impl.c_str()); +++ } ++ size_t length() const { return m_impl.length(); } ++ bool isEmpty() const { return !m_impl.length(); } ++ UChar operator[](size_t index) const { return m_impl[index]; } ++@@ -79,6 +83,8 @@ class String16 { ++ // On Big endian architectures, byte order needs to be flipped. ++ V8_EXPORT static String16 fromUTF16LE(const UChar* stringStart, ++ size_t length); +++ V8_EXPORT static String16 fromUTF16LE(const uint16_t* stringStart, +++ size_t length); ++ ++ std::size_t hash() const { ++ if (!hash_code) { ++diff --git node/deps/v8/src/inspector/v8-string-conversions.cc node/deps/v8/src/inspector/v8-string-conversions.cc ++index 0c75e66b972..8cf19be816c 100644 ++--- node/deps/v8/src/inspector/v8-string-conversions.cc +++++ node/deps/v8/src/inspector/v8-string-conversions.cc ++@@ -12,7 +12,7 @@ ++ ++ namespace v8_inspector { ++ namespace { ++-using UChar = uint16_t; +++using UChar = char16_t; ++ using UChar32 = uint32_t; ++ ++ bool isASCII(UChar c) { return !(c & ~0x7F); } ++@@ -386,7 +386,7 @@ std::string UTF16ToUTF8(const UChar* stringStart, size_t length) { ++ ++ std::basic_string<UChar> UTF8ToUTF16(const char* stringStart, size_t length) { ++ if (!stringStart || !length) return std::basic_string<UChar>(); ++- std::vector<uint16_t> buffer(length); +++ std::vector<UChar> buffer(length); ++ UChar* bufferStart = buffer.data(); ++ ++ UChar* bufferCurrent = bufferStart; ++@@ -395,7 +395,7 @@ std::basic_string<UChar> UTF8ToUTF16(const char* stringStart, size_t length) { ++ reinterpret_cast<const char*>(stringStart + length), ++ &bufferCurrent, bufferCurrent + buffer.size(), nullptr, ++ true) != conversionOK) ++- return std::basic_string<uint16_t>(); +++ return std::basic_string<UChar>(); ++ size_t utf16Length = bufferCurrent - bufferStart; ++ return std::basic_string<UChar>(bufferStart, bufferStart + utf16Length); ++ } ++diff --git node/deps/v8/src/inspector/v8-string-conversions.h node/deps/v8/src/inspector/v8-string-conversions.h ++index eb33c6816a5..1126255dac2 100644 ++--- node/deps/v8/src/inspector/v8-string-conversions.h +++++ node/deps/v8/src/inspector/v8-string-conversions.h ++@@ -5,14 +5,16 @@ ++ #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ ++ #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ ++ +++#include <uchar.h> +++ ++ #include <cstdint> ++ #include <string> ++ ++ // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may ++ // want to use string-16.h directly rather than these. ++ namespace v8_inspector { ++-std::basic_string<uint16_t> UTF8ToUTF16(const char* stringStart, size_t length); ++-std::string UTF16ToUTF8(const uint16_t* stringStart, size_t length); +++std::basic_string<char16_t> UTF8ToUTF16(const char* stringStart, size_t length); +++std::string UTF16ToUTF8(const char16_t* stringStart, size_t length); ++ } // namespace v8_inspector ++ ++ #endif // V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ ++diff --git node/deps/v8/third_party/inspector_protocol/crdtp/test_platform_v8.cc node/deps/v8/third_party/inspector_protocol/crdtp/test_platform_v8.cc ++index c9d89eaa42f..1a46d781b89 100644 ++--- node/deps/v8/third_party/inspector_protocol/crdtp/test_platform_v8.cc +++++ node/deps/v8/third_party/inspector_protocol/crdtp/test_platform_v8.cc ++@@ -11,13 +11,16 @@ ++ namespace v8_crdtp { ++ ++ std::string UTF16ToUTF8(span<uint16_t> in) { ++- return v8_inspector::UTF16ToUTF8(in.data(), in.size()); +++ return v8_inspector::UTF16ToUTF8(reinterpret_cast<const char16_t*>(in.data()), +++ in.size()); ++ } ++ ++ std::vector<uint16_t> UTF8ToUTF16(span<uint8_t> in) { ++- std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( +++ std::basic_string<char16_t> utf16 = v8_inspector::UTF8ToUTF16( ++ reinterpret_cast<const char*>(in.data()), in.size()); ++- return std::vector<uint16_t>(utf16.begin(), utf16.end()); +++ return std::vector<uint16_t>( +++ reinterpret_cast<const uint16_t*>(utf16.data()), +++ reinterpret_cast<const uint16_t*>(utf16.data()) + utf16.size()); ++ } ++ ++ } // namespace v8_crdtp ++--- node/node.gypi.orig 2023-05-16 06:58:21 UTC +++++ node/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': [ ++--- node/src/crypto/crypto_util.cc.orig 2023-05-16 06:58:21 UTC +++++ node/src/crypto/crypto_util.cc ++@@ -205,10 +205,12 @@ void InitCryptoOnce() { ++ // No-op with OPENSSL_NO_COMP builds of OpenSSL. ++ sk_SSL_COMP_zero(SSL_COMP_get_compression_methods()); ++ +++#if OPENSSL_VERSION_MAJOR < 3 ++ #ifndef OPENSSL_NO_ENGINE ++ ERR_load_ENGINE_strings(); ++ ENGINE_load_builtin_engines(); ++ #endif // !OPENSSL_NO_ENGINE +++#endif ++ } ++ ++ void GetFipsCrypto(const FunctionCallbackInfo<Value>& args) { ++--- node/src/cares_wrap.h.orig 2023-05-16 06:58:21 UTC +++++ node/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 { ++--- node/tools/v8_gypfiles/v8.gyp.orig 2023-05-16 06:58:22 UTC +++++ node/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/node_modules/@yao-pkg/pkg-fetch/patches/node.v20.19.1.cpp.patch.orig b/node_modules/@yao-pkg/pkg-fetch/patches/node.v20.19.1.cpp.patch.orig +new file mode 100644 +index 0000000..6b9de6d +--- /dev/null ++++ b/node_modules/@yao-pkg/pkg-fetch/patches/node.v20.19.1.cpp.patch.orig +@@ -0,0 +1,602 @@ ++diff --git node/common.gypi node/common.gypi ++index d3c17d47bc..7970af6ea4 100644 ++--- node/common.gypi +++++ node/common.gypi ++@@ -184,7 +184,7 @@ ++ ['clang==1', { ++ 'lto': ' -flto ', # Clang ++ }, { ++- 'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC +++ 'lto': ' -flto=4 -ffat-lto-objects ', # GCC ++ }], ++ ], ++ }, ++diff --git node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c ++index 5e7775f1a5..eeebf67796 100644 ++--- node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c +++++ node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c ++@@ -33,16 +33,6 @@ ++ ++ #include "nghttp3_macro.h" ++ ++-#if defined(_MSC_VER) && !defined(__clang__) && (defined(_M_ARM) || defined(_M_ARM64)) ++-unsigned int __popcnt(unsigned int x) { ++- unsigned int c = 0; ++- for (; x; ++c) { ++- x &= x - 1; ++- } ++- return c; ++-} ++-#endif ++- ++ int nghttp3_ringbuf_init(nghttp3_ringbuf *rb, size_t nmemb, size_t size, ++ const nghttp3_mem *mem) { ++ if (nmemb) { ++diff --git node/deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c node/deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c ++index 74e488bce7..36ca05e80e 100644 ++--- node/deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c +++++ node/deps/ngtcp2/ngtcp2/lib/ngtcp2_ringbuf.c ++@@ -31,16 +31,6 @@ ++ ++ #include "ngtcp2_macro.h" ++ ++-#if defined(_MSC_VER) && !defined(__clang__) && (defined(_M_ARM) || defined(_M_ARM64)) ++-unsigned int __popcnt(unsigned int x) { ++- unsigned int c = 0; ++- for (; x; ++c) { ++- x &= x - 1; ++- } ++- return c; ++-} ++-#endif ++- ++ int ngtcp2_ringbuf_init(ngtcp2_ringbuf *rb, size_t nmemb, size_t size, ++ const ngtcp2_mem *mem) { ++ uint8_t *buf = ngtcp2_mem_malloc(mem, nmemb * size); ++diff --git node/deps/v8/include/v8-initialization.h node/deps/v8/include/v8-initialization.h ++index d3e35d6ec5..6e9bbe3849 100644 ++--- node/deps/v8/include/v8-initialization.h +++++ node/deps/v8/include/v8-initialization.h ++@@ -89,6 +89,10 @@ class V8_EXPORT V8 { ++ static void SetFlagsFromCommandLine(int* argc, char** argv, ++ bool remove_flags); ++ +++ static void EnableCompilationForSourcelessUse(); +++ static void DisableCompilationForSourcelessUse(); +++ static void FixSourcelessScript(Isolate* v8_isolate, Local<UnboundScript> script); +++ ++ /** Get the version string. */ ++ static const char* GetVersion(); ++ ++diff --git node/deps/v8/src/api/api.cc node/deps/v8/src/api/api.cc ++index a06394e6c1..154b7a82a8 100644 ++--- node/deps/v8/src/api/api.cc +++++ node/deps/v8/src/api/api.cc ++@@ -806,6 +806,28 @@ void V8::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags) { ++ HelpOptions(HelpOptions::kDontExit)); ++ } ++ +++bool save_lazy; +++bool save_predictable; +++ +++void V8::EnableCompilationForSourcelessUse() { +++ save_lazy = i::v8_flags.lazy; +++ i::v8_flags.lazy = false; +++ save_predictable = i::v8_flags.predictable; +++ i::v8_flags.predictable = true; +++} +++ +++void V8::DisableCompilationForSourcelessUse() { +++ i::v8_flags.lazy = save_lazy; +++ i::v8_flags.predictable = save_predictable; +++} +++ +++void V8::FixSourcelessScript(Isolate* v8_isolate, Local<UnboundScript> unbound_script) { +++ auto isolate = reinterpret_cast<i::Isolate*>(v8_isolate); +++ auto function_info = i::Handle<i::SharedFunctionInfo>::cast(Utils::OpenHandle(*unbound_script)); +++ i::Handle<i::Script> script(i::Script::cast(function_info->script()), isolate); +++ script->set_source(i::ReadOnlyRoots(isolate).undefined_value()); +++} +++ ++ RegisteredExtension* RegisteredExtension::first_extension_ = nullptr; ++ ++ RegisteredExtension::RegisteredExtension(std::unique_ptr<Extension> extension) ++diff --git node/deps/v8/src/codegen/compiler.cc node/deps/v8/src/codegen/compiler.cc ++index 31c5acceeb..56cad8671f 100644 ++--- node/deps/v8/src/codegen/compiler.cc +++++ node/deps/v8/src/codegen/compiler.cc ++@@ -3475,7 +3475,7 @@ MaybeHandle<SharedFunctionInfo> GetSharedFunctionInfoForScriptImpl( ++ maybe_script = lookup_result.script(); ++ maybe_result = lookup_result.toplevel_sfi(); ++ is_compiled_scope = lookup_result.is_compiled_scope(); ++- if (!maybe_result.is_null()) { +++ if (!maybe_result.is_null() && source->length()) { ++ compile_timer.set_hit_isolate_cache(); ++ } else if (can_consume_code_cache) { ++ compile_timer.set_consuming_code_cache(); ++diff --git node/deps/v8/src/objects/js-function.cc node/deps/v8/src/objects/js-function.cc ++index 94f7a672a7..57bb3fc7f1 100644 ++--- node/deps/v8/src/objects/js-function.cc +++++ node/deps/v8/src/objects/js-function.cc ++@@ -1280,6 +1280,9 @@ Handle<String> JSFunction::ToString(Handle<JSFunction> function) { ++ Handle<Object> maybe_class_positions = JSReceiver::GetDataProperty( ++ isolate, function, isolate->factory()->class_positions_symbol()); ++ if (maybe_class_positions->IsClassPositions()) { +++ if (String::cast(Script::cast(shared_info->script()).source()).IsUndefined(isolate)) { +++ return isolate->factory()->NewStringFromAsciiChecked("class {}"); +++ } ++ ClassPositions class_positions = ++ ClassPositions::cast(*maybe_class_positions); ++ int start_position = class_positions.start(); ++diff --git node/deps/v8/src/objects/shared-function-info-inl.h node/deps/v8/src/objects/shared-function-info-inl.h ++index 5621b15d98..722e1d18cb 100644 ++--- node/deps/v8/src/objects/shared-function-info-inl.h +++++ node/deps/v8/src/objects/shared-function-info-inl.h ++@@ -635,6 +635,14 @@ bool SharedFunctionInfo::ShouldFlushCode( ++ } ++ if (!data.IsBytecodeArray()) return false; ++ +++ Object script_obj = script(); +++ if (!script_obj.IsUndefined()) { +++ Script script = Script::cast(script_obj); +++ if (script.source().IsUndefined()) { +++ return false; +++ } +++ } +++ ++ if (IsStressFlushingEnabled(code_flush_mode)) return true; ++ ++ BytecodeArray bytecode = BytecodeArray::cast(data); ++diff --git node/deps/v8/src/parsing/parsing.cc node/deps/v8/src/parsing/parsing.cc ++index 8c55a6fb6e..70bf82a57d 100644 ++--- node/deps/v8/src/parsing/parsing.cc +++++ node/deps/v8/src/parsing/parsing.cc ++@@ -42,6 +42,7 @@ bool ParseProgram(ParseInfo* info, Handle<Script> script, ++ Isolate* isolate, ReportStatisticsMode mode) { ++ DCHECK(info->flags().is_toplevel()); ++ DCHECK_NULL(info->literal()); +++ if (String::cast(script->source()).IsUndefined(isolate)) return false; ++ ++ VMState<PARSER> state(isolate); ++ ++@@ -75,6 +76,7 @@ bool ParseFunction(ParseInfo* info, Handle<SharedFunctionInfo> shared_info, ++ ++ // Create a character stream for the parser. ++ Handle<Script> script(Script::cast(shared_info->script()), isolate); +++ if (String::cast(script->source()).IsUndefined(isolate)) return false; ++ Handle<String> source(String::cast(script->source()), isolate); ++ std::unique_ptr<Utf16CharacterStream> stream( ++ ScannerStream::For(isolate, source, shared_info->StartPosition(), ++diff --git node/deps/v8/src/snapshot/code-serializer.cc node/deps/v8/src/snapshot/code-serializer.cc ++index c83e8e4581..8cb451e147 100644 ++--- node/deps/v8/src/snapshot/code-serializer.cc +++++ node/deps/v8/src/snapshot/code-serializer.cc ++@@ -659,10 +659,6 @@ SerializedCodeSanityCheckResult SerializedCodeData::SanityCheck( ++ ++ SerializedCodeSanityCheckResult SerializedCodeData::SanityCheckJustSource( ++ uint32_t expected_source_hash) const { ++- uint32_t source_hash = GetHeaderValue(kSourceHashOffset); ++- if (source_hash != expected_source_hash) { ++- return SerializedCodeSanityCheckResult::kSourceMismatch; ++- } ++ return SerializedCodeSanityCheckResult::kSuccess; ++ } ++ ++@@ -679,10 +675,6 @@ SerializedCodeSanityCheckResult SerializedCodeData::SanityCheckWithoutSource() ++ if (version_hash != Version::Hash()) { ++ return SerializedCodeSanityCheckResult::kVersionMismatch; ++ } ++- uint32_t flags_hash = GetHeaderValue(kFlagHashOffset); ++- if (flags_hash != FlagList::Hash()) { ++- return SerializedCodeSanityCheckResult::kFlagsMismatch; ++- } ++ uint32_t payload_length = GetHeaderValue(kPayloadLengthOffset); ++ uint32_t max_payload_length = this->size_ - kHeaderSize; ++ if (payload_length > max_payload_length) { ++diff --git node/lib/child_process.js node/lib/child_process.js ++index cc81cb373d..e06da1048a 100644 ++--- node/lib/child_process.js +++++ node/lib/child_process.js ++@@ -169,7 +169,7 @@ function fork(modulePath, args = [], options) { ++ throw new ERR_CHILD_PROCESS_IPC_REQUIRED('options.stdio'); ++ } ++ ++- return spawn(options.execPath, args, options); +++ return module.exports.spawn(options.execPath, args, options); ++ } ++ ++ function _forkChild(fd, serializationMode) { ++diff --git node/lib/internal/bootstrap/pkg.js node/lib/internal/bootstrap/pkg.js ++new file mode 100644 ++index 0000000000..a697294fdf ++--- /dev/null +++++ node/lib/internal/bootstrap/pkg.js ++@@ -0,0 +1,49 @@ +++'use strict'; +++ +++const { +++ prepareWorkerThreadExecution, +++ prepareMainThreadExecution +++} = require('internal/process/pre_execution'); +++ +++if (internalBinding('worker').isMainThread) { +++ prepareMainThreadExecution(true); +++} else { +++ prepareWorkerThreadExecution(); +++} +++ +++(function () { +++ var __require__ = require; +++ var fs = __require__('fs'); +++ var vm = __require__('vm'); +++ function readPrelude (fd) { +++ var PAYLOAD_POSITION = '// PAYLOAD_POSITION //' | 0; +++ var PAYLOAD_SIZE = '// PAYLOAD_SIZE //' | 0; +++ var PRELUDE_POSITION = '// PRELUDE_POSITION //' | 0; +++ var PRELUDE_SIZE = '// PRELUDE_SIZE //' | 0; +++ if (!PRELUDE_POSITION) { +++ // no prelude - remove entrypoint from argv[1] +++ process.argv.splice(1, 1); +++ return { undoPatch: true }; +++ } +++ var prelude = Buffer.alloc(PRELUDE_SIZE); +++ var read = fs.readSync(fd, prelude, 0, PRELUDE_SIZE, PRELUDE_POSITION); +++ if (read !== PRELUDE_SIZE) { +++ console.error('Pkg: Error reading from file.'); +++ process.exit(1); +++ } +++ var s = new vm.Script(prelude, { filename: 'pkg/prelude/bootstrap.js' }); +++ var fn = s.runInThisContext(); +++ return fn(process, __require__, +++ console, fd, PAYLOAD_POSITION, PAYLOAD_SIZE); +++ } +++ (function () { +++ var fd = fs.openSync(process.execPath, 'r'); +++ var result = readPrelude(fd); +++ if (result && result.undoPatch) { +++ var bindingFs = process.binding('fs'); +++ fs.internalModuleStat = bindingFs.internalModuleStat; +++ fs.internalModuleReadJSON = bindingFs.internalModuleReadJSON; +++ fs.closeSync(fd); +++ } +++ }()); +++}()); ++diff --git node/lib/internal/modules/cjs/loader.js node/lib/internal/modules/cjs/loader.js ++index ebccdb2825..178299c752 100644 ++--- node/lib/internal/modules/cjs/loader.js +++++ node/lib/internal/modules/cjs/loader.js ++@@ -141,7 +141,7 @@ const { ++ const assert = require('internal/assert'); ++ const fs = require('fs'); ++ const path = require('path'); ++-const { internalModuleStat } = internalBinding('fs'); +++const internalModuleStat = function (f) { return require('fs').internalModuleStat(f); } ++ const { safeGetenv } = internalBinding('credentials'); ++ const { ++ privateSymbols: { ++diff --git node/lib/internal/modules/package_json_reader.js node/lib/internal/modules/package_json_reader.js ++index 88c079d10d..a7eaca0574 100644 ++--- node/lib/internal/modules/package_json_reader.js +++++ node/lib/internal/modules/package_json_reader.js ++@@ -12,7 +12,7 @@ const { ++ const { ++ ERR_INVALID_PACKAGE_CONFIG, ++ } = require('internal/errors').codes; ++-const { internalModuleReadJSON } = internalBinding('fs'); +++const internalModuleReadJSON = function (f) { return require('fs').internalModuleReadJSON(f); } ++ const { resolve, sep, toNamespacedPath } = require('path'); ++ const permission = require('internal/process/permission'); ++ const { kEmptyObject } = require('internal/util'); ++diff --git node/lib/internal/process/pre_execution.js node/lib/internal/process/pre_execution.js ++index 0bbabb80c2..5dd097b69e 100644 ++--- node/lib/internal/process/pre_execution.js +++++ node/lib/internal/process/pre_execution.js ++@@ -50,7 +50,11 @@ const { ++ }, ++ } = require('internal/v8/startup_snapshot'); ++ +++let _alreadyPrepared = false; +++ ++ function prepareMainThreadExecution(expandArgv1 = false, initializeModules = true) { +++ if (_alreadyPrepared === true) return; +++ _alreadyPrepared = true; ++ return prepareExecution({ ++ expandArgv1, ++ initializeModules, ++@@ -243,7 +247,12 @@ function patchProcessObject(expandArgv1) { ++ let mainEntry; ++ // If requested, update process.argv[1] to replace whatever the user provided with the resolved absolute file path of ++ // the entry point. ++- if (expandArgv1 && process.argv[1] && process.argv[1][0] !== '-') { +++ if ( +++ expandArgv1 && +++ process.argv[1] && +++ process.argv[1][0] !== '-' && +++ process.argv[1] !== 'PKG_DUMMY_ENTRYPOINT' +++ ) { ++ // Expand process.argv[1] into a full path. ++ const path = require('path'); ++ try { ++@@ -739,6 +748,7 @@ function loadPreloadModules() { ++ // For user code, we preload modules if `-r` is passed ++ const preloadModules = getOptionValue('--require'); ++ if (preloadModules && preloadModules.length > 0) { +++ assert(false, '--require is not supported'); ++ const { ++ Module: { ++ _preloadModules, ++diff --git node/lib/vm.js node/lib/vm.js ++index a12e932d8d..931a996330 100644 ++--- node/lib/vm.js +++++ node/lib/vm.js ++@@ -98,6 +98,7 @@ class Script extends ContextifyScript { ++ produceCachedData = false, ++ importModuleDynamically, ++ [kParsingContext]: parsingContext, +++ sourceless = false, ++ } = options; ++ ++ validateString(filename, 'options.filename'); ++@@ -121,7 +122,8 @@ class Script extends ContextifyScript { ++ cachedData, ++ produceCachedData, ++ parsingContext, ++- hostDefinedOptionId); +++ hostDefinedOptionId, +++ sourceless); ++ } catch (e) { ++ throw e; /* node-do-not-add-exception-line */ ++ } ++diff --git node/src/inspector_agent.cc node/src/inspector_agent.cc ++index bb39a0cb42..5fa6cb65cc 100644 ++--- node/src/inspector_agent.cc +++++ node/src/inspector_agent.cc ++@@ -766,11 +766,6 @@ bool Agent::Start(const std::string& path, ++ StartIoThreadAsyncCallback)); ++ uv_unref(reinterpret_cast<uv_handle_t*>(&start_io_thread_async)); ++ start_io_thread_async.data = this; ++- if (parent_env_->should_start_debug_signal_handler()) { ++- // Ignore failure, SIGUSR1 won't work, but that should not block node ++- // start. ++- StartDebugSignalHandler(); ++- } ++ ++ parent_env_->AddCleanupHook([](void* data) { ++ Environment* env = static_cast<Environment*>(data); ++diff --git node/src/node.cc node/src/node.cc ++index 4ad2c8b804..ab6174fab6 100644 ++--- node/src/node.cc +++++ node/src/node.cc ++@@ -389,6 +389,8 @@ MaybeLocal<Value> StartExecution(Environment* env, StartExecutionCallback cb) { ++ return env->RunSnapshotDeserializeMain(); ++ } ++ +++ StartExecution(env, "internal/bootstrap/pkg"); +++ ++ if (env->worker_context() != nullptr) { ++ return StartExecution(env, "internal/main/worker_thread"); ++ } ++@@ -613,14 +615,6 @@ static void PlatformInit(ProcessInitializationFlags::Flags flags) { ++ } ++ ++ if (!(flags & ProcessInitializationFlags::kNoDefaultSignalHandling)) { ++-#if HAVE_INSPECTOR ++- sigset_t sigmask; ++- sigemptyset(&sigmask); ++- sigaddset(&sigmask, SIGUSR1); ++- const int err = pthread_sigmask(SIG_SETMASK, &sigmask, nullptr); ++- CHECK_EQ(err, 0); ++-#endif // HAVE_INSPECTOR ++- ++ ResetSignalHandlers(); ++ } ++ ++diff --git node/src/node_contextify.cc node/src/node_contextify.cc ++index 7f82bca746..62705f04c5 100644 ++--- node/src/node_contextify.cc +++++ node/src/node_contextify.cc ++@@ -79,6 +79,7 @@ using v8::String; ++ using v8::Symbol; ++ using v8::Uint32; ++ using v8::UnboundScript; +++using v8::V8; ++ using v8::Value; ++ using v8::WeakCallbackInfo; ++ ++@@ -817,13 +818,14 @@ void ContextifyScript::New(const FunctionCallbackInfo<Value>& args) { ++ Local<ArrayBufferView> cached_data_buf; ++ bool produce_cached_data = false; ++ Local<Context> parsing_context = context; +++ bool sourceless = false; ++ ++ Local<Symbol> id_symbol; ++ if (argc > 2) { ++ // new ContextifyScript(code, filename, lineOffset, columnOffset, ++ // cachedData, produceCachedData, parsingContext, ++- // hostDefinedOptionId) ++- CHECK_EQ(argc, 8); +++ // hostDefinedOptionId, sourceless) +++ CHECK_GE(argc, 8); ++ CHECK(args[2]->IsNumber()); ++ line_offset = args[2].As<Int32>()->Value(); ++ CHECK(args[3]->IsNumber()); ++@@ -844,6 +846,10 @@ void ContextifyScript::New(const FunctionCallbackInfo<Value>& args) { ++ } ++ CHECK(args[7]->IsSymbol()); ++ id_symbol = args[7].As<Symbol>(); +++ if (argc > 8) { +++ CHECK(args[8]->IsBoolean()); +++ sourceless = args[8]->IsTrue(); +++ } ++ } ++ ++ ContextifyScript* contextify_script = ++@@ -892,6 +898,10 @@ void ContextifyScript::New(const FunctionCallbackInfo<Value>& args) { ++ ShouldNotAbortOnUncaughtScope no_abort_scope(env); ++ Context::Scope scope(parsing_context); ++ +++ if (sourceless && produce_cached_data) { +++ V8::EnableCompilationForSourcelessUse(); +++ } +++ ++ MaybeLocal<UnboundScript> maybe_v8_script = ++ ScriptCompiler::CompileUnboundScript(isolate, &source, compile_options); ++ ++@@ -906,6 +916,11 @@ void ContextifyScript::New(const FunctionCallbackInfo<Value>& args) { ++ return; ++ } ++ +++ if (sourceless && compile_options == ScriptCompiler::kConsumeCodeCache) { +++ if (!source.GetCachedData()->rejected) { +++ V8::FixSourcelessScript(env->isolate(), v8_script); +++ } +++ } ++ contextify_script->script_.Reset(isolate, v8_script); ++ contextify_script->script_.SetWeak(); ++ contextify_script->object()->SetInternalFieldForNodeCore(kUnboundScriptSlot, ++@@ -939,6 +954,10 @@ void ContextifyScript::New(const FunctionCallbackInfo<Value>& args) { ++ .IsNothing()) ++ return; ++ +++ if (sourceless && produce_cached_data) { +++ V8::DisableCompilationForSourcelessUse(); +++ } +++ ++ TRACE_EVENT_END0(TRACING_CATEGORY_NODE2(vm, script), "ContextifyScript::New"); ++ } ++ ++diff --git node/src/node_main.cc node/src/node_main.cc ++index f66099a557..4048f6bd93 100644 ++--- node/src/node_main.cc +++++ node/src/node_main.cc ++@@ -22,6 +22,8 @@ ++ #include "node.h" ++ #include <cstdio> ++ +++int reorder(int argc, char** argv); +++ ++ #ifdef _WIN32 ++ #include <windows.h> ++ #include <VersionHelpers.h> ++@@ -88,12 +90,95 @@ int wmain(int argc, wchar_t* wargv[]) { ++ } ++ argv[argc] = nullptr; ++ // Now that conversion is done, we can finally start. ++- return node::Start(argc, argv); +++ return reorder(argc, argv); ++ } ++ #else ++ // UNIX ++ ++ int main(int argc, char* argv[]) { +++ return reorder(argc, argv); +++} +++#endif +++ +++#include <string.h> +++ +++int strlen2 (char* s) { +++ int len = 0; +++ while (*s) { +++ len += 1; +++ s += 1; +++ } +++ return len; +++} +++ +++bool should_set_dummy() { +++#ifdef _WIN32 +++ #define MAX_ENV_LENGTH 32767 +++ wchar_t execpath_env[MAX_ENV_LENGTH]; +++ DWORD result = GetEnvironmentVariableW(L"PKG_EXECPATH", execpath_env, MAX_ENV_LENGTH); +++ if (result == 0 && GetLastError() != ERROR_SUCCESS) return true; +++ return wcscmp(execpath_env, L"PKG_INVOKE_NODEJS") != 0; +++#else +++ const char* execpath_env = getenv("PKG_EXECPATH"); +++ if (!execpath_env) return true; +++ return strcmp(execpath_env, "PKG_INVOKE_NODEJS") != 0; +++#endif +++} +++ +++// for uv_setup_args +++int adjacent(int argc, char** argv) { +++ size_t size = 0; +++ for (int i = 0; i < argc; i++) { +++ size += strlen(argv[i]) + 1; +++ } +++ char* args = new char[size]; +++ size_t pos = 0; +++ for (int i = 0; i < argc; i++) { +++ memcpy(&args[pos], argv[i], strlen(argv[i]) + 1); +++ argv[i] = &args[pos]; +++ pos += strlen(argv[i]) + 1; +++ } ++ return node::Start(argc, argv); ++ } +++ +++volatile char* BAKERY = (volatile char*) "\0// BAKERY // BAKERY " \ +++ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY " \ +++ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY " \ +++ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY "; +++ +++#ifdef __clang__ +++__attribute__((optnone)) +++#elif defined(__GNUC__) +++__attribute__((optimize(0))) ++ #endif +++ +++int load_baked(char** nargv) { +++ int c = 1; +++ +++ char* bakery = (char*) BAKERY; +++ while (true) { +++ size_t width = strlen2(bakery); +++ if (width == 0) break; +++ nargv[c++] = bakery; +++ bakery += width + 1; +++ } +++ +++ return c; +++} +++ +++int reorder(int argc, char** argv) { +++ char** nargv = new char*[argc + 64]; +++ +++ nargv[0] = argv[0]; +++ int c = load_baked(nargv); +++ +++ if (should_set_dummy()) { +++ nargv[c++] = (char*) "PKG_DUMMY_ENTRYPOINT"; +++ } +++ +++ for (int i = 1; i < argc; i++) { +++ nargv[c++] = argv[i]; +++ } +++ +++ return adjacent(c, nargv); +++} ++diff --git node/src/node_options.cc node/src/node_options.cc ++index 9d5accc3eb..8e3c304a13 100644 ++--- node/src/node_options.cc +++++ node/src/node_options.cc ++@@ -316,6 +316,7 @@ void Parse( ++ // TODO(addaleax): Make that unnecessary. ++ ++ DebugOptionsParser::DebugOptionsParser() { +++ return; ++ #ifndef DISABLE_SINGLE_EXECUTABLE_APPLICATION ++ if (sea::IsSingleExecutable()) return; ++ #endif ++diff --git node/tools/icu/icu-generic.gyp node/tools/icu/icu-generic.gyp ++index 2655b9e694..1d951571c7 100644 ++--- node/tools/icu/icu-generic.gyp +++++ node/tools/icu/icu-generic.gyp ++@@ -52,7 +52,7 @@ ++ 'conditions': [ ++ [ 'os_posix == 1 and OS != "mac" and OS != "ios"', { ++ 'cflags': [ '-Wno-deprecated-declarations', '-Wno-strict-aliasing' ], ++- 'cflags_cc': [ '-frtti' ], +++ 'cflags_cc': [ '-frtti', '-fno-lto' ], ++ 'cflags_cc!': [ '-fno-rtti' ], ++ }], ++ [ 'OS == "mac" or OS == "ios"', { diff --git a/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v22.15.1.cpp.patch b/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v22.15.1.cpp.patch deleted file mode 100644 index b9df879aa213..000000000000 --- a/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v22.15.1.cpp.patch +++ /dev/null @@ -1,183 +0,0 @@ -https://github.com/yao-pkg/pkg-fetch/raw/refs/tags/v3.5.23/patches/node.v22.15.1.cpp.patch -+ local FreeBSD patches - ---- yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v22.15.1.cpp.patch 2025-04-28 21:32:13.877330000 +0000 -+++ yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v22.15.1.cpp.patch -@@ -11,6 +11,15 @@ - }], - ], - }, -+@@ -494,7 +494,8 @@ -+ '-fno-exceptions', -+ '-fno-strict-aliasing', -+ '-std=gnu++17', -++ '-Wno-error=enum-constexpr-conversion', -+ ], -+ 'defines': [ '__STDC_FORMAT_MACROS' ], -+ 'ldflags': [ '-rdynamic' ], -+ 'target_conditions': - diff --git node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c - index 7d3ab39bf8..67a48dee53 100644 - --- node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c -@@ -682,3 +691,161 @@ - 'cflags_cc!': [ '-fno-rtti' ], - }], - [ 'OS == "mac" or OS == "ios"', { -+--- node/deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2023-05-16 06:58:19 UTC -++++ node/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', -+--- node/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-05-16 06:58:19 UTC -++++ node/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -+@@ -976,7 +976,7 @@ -+ '-Wall -O3 -fomit-frame-pointer', -+ ], -+ 'openssl_ex_libs_linux-elf': [ -+- '-ldl -pthread', -++ '-pthread', -+ ], -+ }, -+ 'include_dirs': [ -+--- node/deps/openssl/openssl-cl_no_asm.gypi.orig 2023-10-24 10:04:40 UTC -++++ node/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'], -+ }], -+ ], -+ } -+--- node/deps/openssl/openssl_no_asm.gypi.orig 2023-05-16 06:58:20 UTC -++++ node/deps/openssl/openssl_no_asm.gypi -+@@ -46,7 +46,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'], -+ }], -+ ], -+ } -+--- node/deps/v8/src/base/platform/platform-freebsd.cc.orig 2023-05-16 06:58:20 UTC -++++ node/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; -+--- node/deps/v8/src/base/small-vector.h.orig 2024-04-24 14:03:50 UTC -++++ node/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: -+--- node/deps/v8/src/codegen/arm/cpu-arm.cc.orig 2023-05-16 06:58:20 UTC -++++ node/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 -+--- node/deps/v8/src/codegen/ppc/constants-ppc.h.orig 2023-05-16 06:58:20 UTC -++++ node/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 -+--- node/deps/v8/src/libsampler/sampler.cc.orig 2023-05-16 06:58:20 UTC -++++ node/deps/v8/src/libsampler/sampler.cc -+@@ -513,6 +513,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 -+--- node/node.gypi.orig 2023-05-16 06:58:21 UTC -++++ node/node.gypi -+@@ -370,6 +370,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': [ -+--- node/src/cares_wrap.h.orig 2023-05-16 06:58:21 UTC -++++ node/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 { -+--- node/tools/v8_gypfiles/v8.gyp.orig 2023-05-16 06:58:22 UTC -++++ node/tools/v8_gypfiles/v8.gyp -+@@ -1290,7 +1290,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/onlyoffice-documentserver/files/package-lock.json b/www/onlyoffice-documentserver/files/package-lock.json index f4988919782e..3894802eb620 100644 --- a/www/onlyoffice-documentserver/files/package-lock.json +++ b/www/onlyoffice-documentserver/files/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@yao-pkg/pkg": "^6.4.0" + "@yao-pkg/pkg": "^6.5.1" } }, "node_modules/@babel/generator": { @@ -118,15 +118,15 @@ } }, "node_modules/@yao-pkg/pkg": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.4.0.tgz", - "integrity": "sha512-UxH+FoqEtf+g+cw4VWtaj1bsQpP1RGxZruAKI/7a34eZ+aVew1hIcpn0YZ+T9QP1130MkZ+2JHLp5AFVnJeqHA==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.5.1.tgz", + "integrity": "sha512-z6XlySYfnqfm1AfVlBN8A3yeAQniIwL7TKQfDCGsswYSVYLt2snbRefQYsfQQ3pw5lVXrZdLqgTjzaqID9IkWA==", "license": "MIT", "dependencies": { "@babel/generator": "^7.23.0", "@babel/parser": "^7.23.0", "@babel/types": "^7.23.0", - "@yao-pkg/pkg-fetch": "3.5.21", + "@yao-pkg/pkg-fetch": "3.5.23", "into-stream": "^6.0.0", "minimist": "^1.2.6", "multistream": "^4.1.0", @@ -147,9 +147,9 @@ } }, "node_modules/@yao-pkg/pkg-fetch": { - "version": "3.5.21", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg-fetch/-/pkg-fetch-3.5.21.tgz", - "integrity": "sha512-nlJ+rXersw70CQVSph7OfIN8lN6nCStjU7koXzh0WXiPvztZGqkoQTScHQCe1K8/tuKpeL0bEOYW0rP4QqMJ9A==", + "version": "3.5.23", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg-fetch/-/pkg-fetch-3.5.23.tgz", + "integrity": "sha512-rn45sqVQSkcJNSBdTnYze3n+kyub4CN8aiWYlPgA9yp9FZeEF+BlpL68kSIm3HaVuANniF+7RBMH5DkC4zlHZA==", "license": "MIT", "dependencies": { "https-proxy-agent": "^5.0.0", @@ -311,9 +311,9 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/www/onlyoffice-documentserver/files/package.json b/www/onlyoffice-documentserver/files/package.json index f32c836b4201..942f29ed7251 100644 --- a/www/onlyoffice-documentserver/files/package.json +++ b/www/onlyoffice-documentserver/files/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@yao-pkg/pkg": "^6.4.0" + "@yao-pkg/pkg": "^6.5.1" } } diff --git a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py index dca362869251..74dddee61746 100644 --- a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py +++ b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py @@ -1,11 +1,8 @@ ---- build_tools/scripts/build_server.py.orig 2025-02-19 17:34:37 UTC +--- build_tools/scripts/build_server.py.orig 2025-06-11 12:56:35 UTC +++ build_tools/scripts/build_server.py -@@ -38,8 +38,12 @@ def make(): - if(base.is_exist(custom_public_key)): - base.copy_file(custom_public_key, server_dir + '/Common/sources') - -- pkg_target = "node16" -+ pkg_target = "node22" +@@ -41,6 +41,10 @@ def make(): + #node22 packaging has issue https://github.com/yao-pkg/pkg/issues/87 + pkg_target = "node20" + if ("freebsd" == base.host_platform()): + pkg_target += "-freebsd" @@ -14,7 +11,7 @@ if ("linux" == base.host_platform()): pkg_target += "-linux" if (-1 != config.option("platform").find("linux_arm64")): -@@ -48,14 +52,15 @@ def make(): +@@ -49,14 +53,15 @@ def make(): if ("windows" == base.host_platform()): pkg_target += "-win" diff --git a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_make__common.py b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_make__common.py index b01a4c04efbb..c1fbe9c44b38 100644 --- a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_make__common.py +++ b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_make__common.py @@ -1,6 +1,6 @@ ---- build_tools/scripts/core_common/make_common.py.orig 2021-11-16 07:07:24 UTC +--- build_tools/scripts/core_common/make_common.py.orig 2025-06-11 12:56:35 UTC +++ build_tools/scripts/core_common/make_common.py -@@ -8,20 +8,20 @@ import glob +@@ -8,21 +8,21 @@ import config import base import glob @@ -17,6 +17,7 @@ import v8 import html2 import iwork + import md -import hunspell +#import hunspell import glew @@ -28,7 +29,7 @@ import libvlc def check_android_ndk_macos_arm(dir): -@@ -37,18 +37,18 @@ def make(): +@@ -38,19 +38,19 @@ def make(): if base.is_dir(toolchain): check_android_ndk_macos_arm(toolchain + "/prebuilt") @@ -43,6 +44,7 @@ v8.make() html2.make() iwork.make(False) + md.make() - hunspell.make(False) - harfbuzz.make() +# hunspell.make(False) diff --git a/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_v8_v8_src_base_macros.h b/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_v8_v8_src_base_macros.h new file mode 100644 index 000000000000..156b89cc28f9 --- /dev/null +++ b/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_v8_v8_src_base_macros.h @@ -0,0 +1,12 @@ +--- core/Common/3dParty/v8_89/v8/src/base/macros.h.orig 2021-04-12 21:00:33.000000000 +0000 ++++ core/Common/3dParty/v8_89/v8/src/base/macros.h 2025-06-20 09:42:18.838769000 +0000 +@@ -203,7 +203,8 @@ + // base::is_trivially_copyable will differ for these cases. + template <typename T> + struct is_trivially_copyable { +-#if V8_CC_MSVC ++#if V8_CC_MSVC || (__GNUC__ == 12 && __GNUC_MINOR__ <= 2) || \ ++ (defined(__clang__) && __clang_major__ <= 17) + // Unfortunately, MSVC 2015 is broken in that std::is_trivially_copyable can + // be false even though it should be true according to the standard. + // (status at 2018-02-26, observed on the msvc waterfall bot). diff --git a/www/onlyoffice-documentserver/files/patch-core_OfficeUtils_src_zlib-1.2.11_gzguts.h b/www/onlyoffice-documentserver/files/patch-core_OfficeUtils_src_zlib-1.2.11_gzguts.h new file mode 100644 index 000000000000..89f4e678060d --- /dev/null +++ b/www/onlyoffice-documentserver/files/patch-core_OfficeUtils_src_zlib-1.2.11_gzguts.h @@ -0,0 +1,12 @@ +--- core/OfficeUtils/src/zlib-1.2.11/gzguts.h.orig 2025-04-16 08:37:24.000000000 +0000 ++++ core/OfficeUtils/src/zlib-1.2.11/gzguts.h 2025-06-19 20:31:01.755367000 +0000 +@@ -33,6 +33,8 @@ + + #ifdef _WIN32 + # include <stddef.h> ++#else ++# include <unistd.h> + #endif + + #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) + diff --git a/www/onlyoffice-documentserver/files/patch-core_PdfFile_PdfEditor.cpp b/www/onlyoffice-documentserver/files/patch-core_PdfFile_PdfEditor.cpp new file mode 100644 index 000000000000..9af6739ab2af --- /dev/null +++ b/www/onlyoffice-documentserver/files/patch-core_PdfFile_PdfEditor.cpp @@ -0,0 +1,11 @@ +--- core/PdfFile/PdfEditor.cpp.orig 2025-06-17 15:35:44 UTC ++++ core/PdfFile/PdfEditor.cpp +@@ -1391,7 +1391,7 @@ bool CPdfEditor::EditPage(int _nPageIndex, bool bSet, + PDFDoc* pPDFDocument = NULL; + int nPageIndex = m_pReader->GetPageIndex(_nPageIndex, &pPDFDocument); + if (nPageIndex < 0 || !pPDFDocument) +- return NULL; ++ return 0; + + PdfWriter::CDocument* pDoc = m_pWriter->GetDocument(); + if (!pPDFDocument || !pDoc) diff --git a/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile b/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile index 3fd4ffe840fe..ba4ae3c069d7 100644 --- a/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile +++ b/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile @@ -26,7 +26,7 @@ + DS_FILES := /var/db/$(DS_PREFIX) + DS_EXAMLE := %%LOCALBASE%%/www/$(DS_PREFIX)-example + DEV_NULL := /dev/null -+ PKG_TARGET := node22 ++ PKG_TARGET := node20 + endif ifeq ($(UNAME_S),Linux) PLATFORM := linux diff --git a/www/onlyoffice-documentserver/files/patch-document-server-package_common_documentserver_bin_documentserver-update-securelink.sh.m4 b/www/onlyoffice-documentserver/files/patch-document-server-package_common_documentserver_bin_documentserver-update-securelink.sh.m4 index c6b60908149a..231a6247a51a 100644 --- a/www/onlyoffice-documentserver/files/patch-document-server-package_common_documentserver_bin_documentserver-update-securelink.sh.m4 +++ b/www/onlyoffice-documentserver/files/patch-document-server-package_common_documentserver_bin_documentserver-update-securelink.sh.m4 @@ -46,7 +46,7 @@ +LOCAL_CONF=%%LOCALBASE%%/etc/M4_DS_PREFIX/local.json +JSON="%%LOCALBASE%%/www/M4_DS_PREFIX/npm/json -q -f ${LOCAL_CONF}" - SECURE_LINK_SECRET=${SECURE_LINK_SECRET:-$(pwgen -s 20)} + SECURE_LINK_SECRET=${SECURE_LINK_SECRET:-$(tr -dc A-Za-z0-9 </dev/urandom | head -c 20)} -sed "s,\(set \+\$secure_link_secret\).*,\1 "${SECURE_LINK_SECRET}";," -i ${NGINX_CONF} -${JSON} -I -e 'this.storage={fs: {secretString: "'${SECURE_LINK_SECRET}'" }}' && chown ds:ds $LOCAL_CONF diff --git a/www/onlyoffice-documentserver/files/patch-server_Common_package.json b/www/onlyoffice-documentserver/files/patch-server_Common_package.json deleted file mode 100644 index 33895354240a..000000000000 --- a/www/onlyoffice-documentserver/files/patch-server_Common_package.json +++ /dev/null @@ -1,11 +0,0 @@ ---- server/Common/package.json.orig 2025-04-08 14:57:41 UTC -+++ server/Common/package.json -@@ -7,7 +7,7 @@ - "@aws-sdk/client-s3": "3.637.0", - "@aws-sdk/node-http-handler": "3.374.0", - "@aws-sdk/s3-request-presigner": "3.370.0", -- "amqplib": "0.8.0", -+ "amqplib": "0.10.7", - "co": "4.6.0", - "config": "2.0.1", - "content-disposition": "0.5.3", diff --git a/www/onlyoffice-documentserver/files/patch-server_FileConverter_package.json b/www/onlyoffice-documentserver/files/patch-server_FileConverter_package.json deleted file mode 100644 index 8fce54082464..000000000000 --- a/www/onlyoffice-documentserver/files/patch-server_FileConverter_package.json +++ /dev/null @@ -1,12 +0,0 @@ ---- server/FileConverter/package.json.orig 2024-03-16 10:12:52.171482000 +0100 -+++ server/FileConverter/package.json 2024-03-16 10:13:07.708291000 +0100 -@@ -9,7 +9,8 @@ - "bytes": "3.0.0", - "co": "4.6.0", - "config": "2.0.1", -- "lcid": "3.1.1" -+ "lcid": "3.1.1", -+ "ms": "2.1.1" - }, - "pkg": { - "scripts": [ diff --git a/www/onlyoffice-documentserver/files/patch-server_package.json b/www/onlyoffice-documentserver/files/patch-server_package.json index 984b76c3bcb0..d1a485701de7 100644 --- a/www/onlyoffice-documentserver/files/patch-server_package.json +++ b/www/onlyoffice-documentserver/files/patch-server_package.json @@ -1,38 +1,18 @@ ---- server/package.json.orig 2024-01-30 12:30:03.000000000 +0100 -+++ server/package.json 2024-03-01 10:57:21.937036000 +0100 -@@ -9,7 +9,7 @@ - "expand": true, - "src": [ - "./**/sources/*.js", -- "./Common/package.json", -+ "./Common/*.json", - "./DocService/package.json", - "./DocService/public/healthcheck.docx", - "./FileConverter/package.json", -@@ -34,6 +34,7 @@ - "mkdir": { - "server": { - "options": { -+ "mode": "0755", - "create": [ - "./build/server" - ] -@@ -54,9 +55,10 @@ - "./build/server/Metrics" - ], +--- server/package.json.orig 2025-06-16 18:22:18 UTC ++++ server/package.json +@@ -4,6 +4,8 @@ + "homepage": "https://www.onlyoffice.com", + "private": true, "dependencies": { -- "grunt": "1.5.3", + "grunt": "^1.6.1", - "grunt-banner": "0.6.0", - "grunt-check-dependencies": "1.0.0", + "grunt-cli": "^1.5.0", - "grunt-contrib-clean": "2.0.0", - "grunt-contrib-copy": "1.0.0", - "grunt-mkdir": "1.1.0", -@@ -78,10 +80,10 @@ - "integration tests with server instance": "cd ./DocService && jest integration/withServerInstance --inject-globals=false --config=../tests/jest.config.js", + "license-downloader": "1.0.8", + "license-report": "6.5.0", + "npm-run-all": "4.1.5" +@@ -25,10 +25,10 @@ "integration database tests": "cd ./DocService && jest integration/databaseTests --inject-globals=false --config=../tests/jest.config.js", "tests": "cd ./DocService && jest --inject-globals=false --config=../tests/jest.config.js", + "tests:dev": "cd ./DocService && jest --inject-globals=false --config=../tests/jest.config.js --watch", - "install:Common": "npm ci --prefix ./Common", - "install:DocService": "npm ci --prefix ./DocService", - "install:FileConverter": "npm ci --prefix ./FileConverter", diff --git a/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json b/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json index 1c5a7729a173..a29bc7311c2d 100644 --- a/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json +++ b/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json @@ -1,5 +1,14 @@ ---- web-apps/build/package.json.orig 2025-02-24 09:04:41 UTC +--- web-apps/build/package.json.orig 2025-06-18 20:13:18 UTC +++ web-apps/build/package.json +@@ -29,6 +29,8 @@ + "iconv-lite": "^0.6.3", + "less-plugin-clean-css": "1.5.1", + "lodash": "^4.17.21", ++ "optipng-bin": "^5.1.0", ++ "patch-package": "^8.0.0", + "terser": "^5.20.0", + "vinyl-fs": "^4.0.0" + }, @@ -44,8 +46,9 @@ } }, diff --git a/www/onlyoffice-documentserver/pkg-plist b/www/onlyoffice-documentserver/pkg-plist index 3aa6a01e0cd3..8c1f22b765b3 100644 --- a/www/onlyoffice-documentserver/pkg-plist +++ b/www/onlyoffice-documentserver/pkg-plist @@ -32,6 +32,7 @@ lib/libFb2File.so lib/libHWPFile.so lib/libHtmlFile2.so lib/libIWorkFile.so +lib/libOFDFile.so lib/libPdfFile.so lib/libUnicodeConverter.so lib/libXpsFile.so @@ -261,29 +262,45 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/core-fonts/ubuntu-font-family/UbuntuMono-RI.ttf %%WWWDIR%%/documentserver/core-fonts/wqy-zenhei/wqy-zenhei.ttc %%WWWDIR%%/documentserver/dictionaries/README.md +%%WWWDIR%%/documentserver/dictionaries/ar/AUTHORS.txt +%%WWWDIR%%/documentserver/dictionaries/ar/COPYING.txt +%%WWWDIR%%/documentserver/dictionaries/ar/META-INF/manifest.xml +%%WWWDIR%%/documentserver/dictionaries/ar/README_ar.txt +%%WWWDIR%%/documentserver/dictionaries/ar/ar.aff +%%WWWDIR%%/documentserver/dictionaries/ar/ar.dic +%%WWWDIR%%/documentserver/dictionaries/ar/ar.json +%%WWWDIR%%/documentserver/dictionaries/ar/description.xml +%%WWWDIR%%/documentserver/dictionaries/ar/dictionaries.xcu +%%WWWDIR%%/documentserver/dictionaries/ar/th_ar.dat %%WWWDIR%%/documentserver/dictionaries/az_Latn_AZ/az_Latn_AZ.aff %%WWWDIR%%/documentserver/dictionaries/az_Latn_AZ/az_Latn_AZ.dic +%%WWWDIR%%/documentserver/dictionaries/az_Latn_AZ/az_Latn_AZ.json %%WWWDIR%%/documentserver/dictionaries/bg_BG/COPYING %%WWWDIR%%/documentserver/dictionaries/bg_BG/README_hyph_bg_BG.txt %%WWWDIR%%/documentserver/dictionaries/bg_BG/Readme_bg_BG.txt %%WWWDIR%%/documentserver/dictionaries/bg_BG/bg_BG.aff %%WWWDIR%%/documentserver/dictionaries/bg_BG/bg_BG.dic +%%WWWDIR%%/documentserver/dictionaries/bg_BG/bg_BG.json %%WWWDIR%%/documentserver/dictionaries/bg_BG/hyph_bg_BG.dic %%WWWDIR%%/documentserver/dictionaries/ca_ES/README_hyph_ca_ES.txt %%WWWDIR%%/documentserver/dictionaries/ca_ES/ca_ES.aff %%WWWDIR%%/documentserver/dictionaries/ca_ES/ca_ES.dic +%%WWWDIR%%/documentserver/dictionaries/ca_ES/ca_ES.json %%WWWDIR%%/documentserver/dictionaries/ca_ES/ca_ES_Catalan.txt %%WWWDIR%%/documentserver/dictionaries/ca_ES/hyph_ca_ES.dic %%WWWDIR%%/documentserver/dictionaries/ca_ES_valencia/Readme_ca_ES_valencia.txt %%WWWDIR%%/documentserver/dictionaries/ca_ES_valencia/ca_ES_valencia.aff %%WWWDIR%%/documentserver/dictionaries/ca_ES_valencia/ca_ES_valencia.dic +%%WWWDIR%%/documentserver/dictionaries/ca_ES_valencia/ca_ES_valencia.json %%WWWDIR%%/documentserver/dictionaries/cs_CZ/cs_CZ.aff %%WWWDIR%%/documentserver/dictionaries/cs_CZ/cs_CZ.dic +%%WWWDIR%%/documentserver/dictionaries/cs_CZ/cs_CZ.json %%WWWDIR%%/documentserver/dictionaries/cs_CZ/cs_CZ_Czech.txt %%WWWDIR%%/documentserver/dictionaries/cs_CZ/hyph_cs_CZ.dic %%WWWDIR%%/documentserver/dictionaries/da_DK/README_hyph_da_DK.txt %%WWWDIR%%/documentserver/dictionaries/da_DK/da_DK.aff %%WWWDIR%%/documentserver/dictionaries/da_DK/da_DK.dic +%%WWWDIR%%/documentserver/dictionaries/da_DK/da_DK.json %%WWWDIR%%/documentserver/dictionaries/da_DK/da_DK_Danish.txt %%WWWDIR%%/documentserver/dictionaries/da_DK/hyph_da_DK.dic %%WWWDIR%%/documentserver/dictionaries/de_AT/COPYING_GPLv2 @@ -293,6 +310,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/de_AT/COPYING_OASIS.txt %%WWWDIR%%/documentserver/dictionaries/de_AT/de_AT.aff %%WWWDIR%%/documentserver/dictionaries/de_AT/de_AT.dic +%%WWWDIR%%/documentserver/dictionaries/de_AT/de_AT.json %%WWWDIR%%/documentserver/dictionaries/de_AT/hyph_de_AT.dic %%WWWDIR%%/documentserver/dictionaries/de_CH/COPYING_GPLv2 %%WWWDIR%%/documentserver/dictionaries/de_CH/COPYING_GPLv3 @@ -301,6 +319,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/de_CH/COPYING_OASIS.txt %%WWWDIR%%/documentserver/dictionaries/de_CH/de_CH.aff %%WWWDIR%%/documentserver/dictionaries/de_CH/de_CH.dic +%%WWWDIR%%/documentserver/dictionaries/de_CH/de_CH.json %%WWWDIR%%/documentserver/dictionaries/de_CH/hyph_de_CH.dic %%WWWDIR%%/documentserver/dictionaries/de_DE/COPYING_GPLv2 %%WWWDIR%%/documentserver/dictionaries/de_DE/COPYING_GPLv3 @@ -310,27 +329,32 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/de_DE/README_hyph_de.txt %%WWWDIR%%/documentserver/dictionaries/de_DE/de_DE.aff %%WWWDIR%%/documentserver/dictionaries/de_DE/de_DE.dic +%%WWWDIR%%/documentserver/dictionaries/de_DE/de_DE.json %%WWWDIR%%/documentserver/dictionaries/de_DE/hyph_de_DE.dic %%WWWDIR%%/documentserver/dictionaries/el_GR/README_hyph_el_GR.txt %%WWWDIR%%/documentserver/dictionaries/el_GR/el_GR.aff %%WWWDIR%%/documentserver/dictionaries/el_GR/el_GR.dic +%%WWWDIR%%/documentserver/dictionaries/el_GR/el_GR.json %%WWWDIR%%/documentserver/dictionaries/el_GR/el_GR_Greek.txt %%WWWDIR%%/documentserver/dictionaries/el_GR/hyph_el_GR.dic %%WWWDIR%%/documentserver/dictionaries/en_AU/README_en_AU.txt %%WWWDIR%%/documentserver/dictionaries/en_AU/WordNet_license.txt %%WWWDIR%%/documentserver/dictionaries/en_AU/en_AU.aff %%WWWDIR%%/documentserver/dictionaries/en_AU/en_AU.dic +%%WWWDIR%%/documentserver/dictionaries/en_AU/en_AU.json %%WWWDIR%%/documentserver/dictionaries/en_AU/hyph_en_AU.dic %%WWWDIR%%/documentserver/dictionaries/en_AU/license.txt %%WWWDIR%%/documentserver/dictionaries/en_CA/Readme_en_CA.txt %%WWWDIR%%/documentserver/dictionaries/en_CA/WordNet_license.txt %%WWWDIR%%/documentserver/dictionaries/en_CA/en_CA.aff %%WWWDIR%%/documentserver/dictionaries/en_CA/en_CA.dic +%%WWWDIR%%/documentserver/dictionaries/en_CA/en_CA.json %%WWWDIR%%/documentserver/dictionaries/en_CA/license.txt %%WWWDIR%%/documentserver/dictionaries/en_GB/README_en_GB.txt %%WWWDIR%%/documentserver/dictionaries/en_GB/WordNet_license.txt %%WWWDIR%%/documentserver/dictionaries/en_GB/en_GB.aff %%WWWDIR%%/documentserver/dictionaries/en_GB/en_GB.dic +%%WWWDIR%%/documentserver/dictionaries/en_GB/en_GB.json %%WWWDIR%%/documentserver/dictionaries/en_GB/hyph_en_GB.dic %%WWWDIR%%/documentserver/dictionaries/en_GB/license.txt %%WWWDIR%%/documentserver/dictionaries/en_US/README_en_US.txt @@ -338,12 +362,14 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/en_US/WordNet_license.txt %%WWWDIR%%/documentserver/dictionaries/en_US/en_US.aff %%WWWDIR%%/documentserver/dictionaries/en_US/en_US.dic +%%WWWDIR%%/documentserver/dictionaries/en_US/en_US.json %%WWWDIR%%/documentserver/dictionaries/en_US/hyph_en_US.dic %%WWWDIR%%/documentserver/dictionaries/en_US/license.txt %%WWWDIR%%/documentserver/dictionaries/en_ZA/Readme_en_ZA.txt %%WWWDIR%%/documentserver/dictionaries/en_ZA/WordNet_license.txt %%WWWDIR%%/documentserver/dictionaries/en_ZA/en_ZA.aff %%WWWDIR%%/documentserver/dictionaries/en_ZA/en_ZA.dic +%%WWWDIR%%/documentserver/dictionaries/en_ZA/en_ZA.json %%WWWDIR%%/documentserver/dictionaries/en_ZA/license.txt %%WWWDIR%%/documentserver/dictionaries/es_ES/GPLv3.txt %%WWWDIR%%/documentserver/dictionaries/es_ES/LGPLv2.1.txt @@ -352,15 +378,18 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/es_ES/README_hyph_es_ES.txt %%WWWDIR%%/documentserver/dictionaries/es_ES/es_ES.aff %%WWWDIR%%/documentserver/dictionaries/es_ES/es_ES.dic +%%WWWDIR%%/documentserver/dictionaries/es_ES/es_ES.json %%WWWDIR%%/documentserver/dictionaries/es_ES/es_ES_LGPLv3.txt %%WWWDIR%%/documentserver/dictionaries/es_ES/es_ES_MPL-1.1.txt %%WWWDIR%%/documentserver/dictionaries/es_ES/hyph_es_ES.dic %%WWWDIR%%/documentserver/dictionaries/eu_ES/Reamde_eu_ES.txt %%WWWDIR%%/documentserver/dictionaries/eu_ES/eu_ES.aff %%WWWDIR%%/documentserver/dictionaries/eu_ES/eu_ES.dic +%%WWWDIR%%/documentserver/dictionaries/eu_ES/eu_ES.json %%WWWDIR%%/documentserver/dictionaries/fr_FR/README_hyph_fr_FR.txt %%WWWDIR%%/documentserver/dictionaries/fr_FR/fr_FR.aff %%WWWDIR%%/documentserver/dictionaries/fr_FR/fr_FR.dic +%%WWWDIR%%/documentserver/dictionaries/fr_FR/fr_FR.json %%WWWDIR%%/documentserver/dictionaries/fr_FR/fr_FR_README.txt %%WWWDIR%%/documentserver/dictionaries/fr_FR/hyph_fr_FR.dic %%WWWDIR%%/documentserver/dictionaries/gl_ES/COPYING_th_gl @@ -369,17 +398,20 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/gl_ES/Readme_gl_ES.txt %%WWWDIR%%/documentserver/dictionaries/gl_ES/gl_ES.aff %%WWWDIR%%/documentserver/dictionaries/gl_ES/gl_ES.dic +%%WWWDIR%%/documentserver/dictionaries/gl_ES/gl_ES.json %%WWWDIR%%/documentserver/dictionaries/gl_ES/hyph_gl_ES.dic %%WWWDIR%%/documentserver/dictionaries/hr_HR/README_hyph_hr_HR.txt %%WWWDIR%%/documentserver/dictionaries/hr_HR/Readme_hr_HR.txt %%WWWDIR%%/documentserver/dictionaries/hr_HR/hr_HR.aff %%WWWDIR%%/documentserver/dictionaries/hr_HR/hr_HR.dic +%%WWWDIR%%/documentserver/dictionaries/hr_HR/hr_HR.json %%WWWDIR%%/documentserver/dictionaries/hr_HR/hyph_hr_HR.dic %%WWWDIR%%/documentserver/dictionaries/hu_HU/LEIRAS.txt %%WWWDIR%%/documentserver/dictionaries/hu_HU/README_hu_HU.txt %%WWWDIR%%/documentserver/dictionaries/hu_HU/README_hyph_hu_HU.txt %%WWWDIR%%/documentserver/dictionaries/hu_HU/hu_HU.aff %%WWWDIR%%/documentserver/dictionaries/hu_HU/hu_HU.dic +%%WWWDIR%%/documentserver/dictionaries/hu_HU/hu_HU.json %%WWWDIR%%/documentserver/dictionaries/hu_HU/hyph_hu_HU.dic %%WWWDIR%%/documentserver/dictionaries/id_ID/LICENSE-dict %%WWWDIR%%/documentserver/dictionaries/id_ID/LICENSE-thes @@ -387,10 +419,12 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/id_ID/hyph_id_ID.dic %%WWWDIR%%/documentserver/dictionaries/id_ID/id_ID.aff %%WWWDIR%%/documentserver/dictionaries/id_ID/id_ID.dic +%%WWWDIR%%/documentserver/dictionaries/id_ID/id_ID.json %%WWWDIR%%/documentserver/dictionaries/it_IT/README_hyph_it_IT.txt %%WWWDIR%%/documentserver/dictionaries/it_IT/hyph_it_IT.dic %%WWWDIR%%/documentserver/dictionaries/it_IT/it_IT.aff %%WWWDIR%%/documentserver/dictionaries/it_IT/it_IT.dic +%%WWWDIR%%/documentserver/dictionaries/it_IT/it_IT.json %%WWWDIR%%/documentserver/dictionaries/it_IT/it_IT.txt %%WWWDIR%%/documentserver/dictionaries/it_IT/it_IT_COPYING %%WWWDIR%%/documentserver/dictionaries/it_IT/it_IT_license.txt @@ -399,8 +433,10 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/kk_KZ/README_kk_KZ.txt %%WWWDIR%%/documentserver/dictionaries/kk_KZ/kk_KZ.aff %%WWWDIR%%/documentserver/dictionaries/kk_KZ/kk_KZ.dic +%%WWWDIR%%/documentserver/dictionaries/kk_KZ/kk_KZ.json %%WWWDIR%%/documentserver/dictionaries/ko_KR/ko_KR.aff %%WWWDIR%%/documentserver/dictionaries/ko_KR/ko_KR.dic +%%WWWDIR%%/documentserver/dictionaries/ko_KR/ko_KR.json %%WWWDIR%%/documentserver/dictionaries/ko_KR/ko_KR_LICENSE.txt %%WWWDIR%%/documentserver/dictionaries/ko_KR/ko_KR_LICENSE_GPL.txt %%WWWDIR%%/documentserver/dictionaries/ko_KR/ko_KR_LICENSE_LGPL.txt @@ -408,43 +444,52 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/lb_LU/Readme_lb_LU.txt %%WWWDIR%%/documentserver/dictionaries/lb_LU/lb_LU.aff %%WWWDIR%%/documentserver/dictionaries/lb_LU/lb_LU.dic +%%WWWDIR%%/documentserver/dictionaries/lb_LU/lb_LU.json %%WWWDIR%%/documentserver/dictionaries/lt_LT/lt_LT.aff %%WWWDIR%%/documentserver/dictionaries/lt_LT/lt_LT.dic +%%WWWDIR%%/documentserver/dictionaries/lt_LT/lt_LT.json %%WWWDIR%%/documentserver/dictionaries/lt_LT/lt_LT_Lithuanian.txt %%WWWDIR%%/documentserver/dictionaries/lv_LV/README_hyph_lv_LV.txt %%WWWDIR%%/documentserver/dictionaries/lv_LV/hyph_lv_LV.dic %%WWWDIR%%/documentserver/dictionaries/lv_LV/license.txt %%WWWDIR%%/documentserver/dictionaries/lv_LV/lv_LV.aff %%WWWDIR%%/documentserver/dictionaries/lv_LV/lv_LV.dic +%%WWWDIR%%/documentserver/dictionaries/lv_LV/lv_LV.json %%WWWDIR%%/documentserver/dictionaries/lv_LV/lv_LV_license.txt %%WWWDIR%%/documentserver/dictionaries/mn_MN/Readme_mn_MN.txt %%WWWDIR%%/documentserver/dictionaries/mn_MN/hyph_mn_MN.dic %%WWWDIR%%/documentserver/dictionaries/mn_MN/mn_MN.aff %%WWWDIR%%/documentserver/dictionaries/mn_MN/mn_MN.dic +%%WWWDIR%%/documentserver/dictionaries/mn_MN/mn_MN.json %%WWWDIR%%/documentserver/dictionaries/nb_NO/COPYING %%WWWDIR%%/documentserver/dictionaries/nb_NO/README_hyph_nb_NO.txt %%WWWDIR%%/documentserver/dictionaries/nb_NO/hyph_nb_NO.dic %%WWWDIR%%/documentserver/dictionaries/nb_NO/nb_NO.aff %%WWWDIR%%/documentserver/dictionaries/nb_NO/nb_NO.dic +%%WWWDIR%%/documentserver/dictionaries/nb_NO/nb_NO.json %%WWWDIR%%/documentserver/dictionaries/nb_NO/nb_NO_Norwegian_Bokmal.txt %%WWWDIR%%/documentserver/dictionaries/nl_NL/hyph_nl_NL.dic %%WWWDIR%%/documentserver/dictionaries/nl_NL/license_en_EN.txt %%WWWDIR%%/documentserver/dictionaries/nl_NL/nl_NL.aff %%WWWDIR%%/documentserver/dictionaries/nl_NL/nl_NL.dic +%%WWWDIR%%/documentserver/dictionaries/nl_NL/nl_NL.json %%WWWDIR%%/documentserver/dictionaries/nl_NL/nl_NL_Dutch.txt %%WWWDIR%%/documentserver/dictionaries/nn_NO/COPYING %%WWWDIR%%/documentserver/dictionaries/nn_NO/hyph_nn_NO.dic %%WWWDIR%%/documentserver/dictionaries/nn_NO/nn_NO.aff %%WWWDIR%%/documentserver/dictionaries/nn_NO/nn_NO.dic +%%WWWDIR%%/documentserver/dictionaries/nn_NO/nn_NO.json %%WWWDIR%%/documentserver/dictionaries/nn_NO/nn_NO_Norwegian_Nynorsk,.txt %%WWWDIR%%/documentserver/dictionaries/oc_FR/LICENSES-en.txt %%WWWDIR%%/documentserver/dictionaries/oc_FR/README_oc_FR.txt %%WWWDIR%%/documentserver/dictionaries/oc_FR/license.txt %%WWWDIR%%/documentserver/dictionaries/oc_FR/oc_FR.aff %%WWWDIR%%/documentserver/dictionaries/oc_FR/oc_FR.dic +%%WWWDIR%%/documentserver/dictionaries/oc_FR/oc_FR.json %%WWWDIR%%/documentserver/dictionaries/pl_PL/hyph_pl_PL.dic %%WWWDIR%%/documentserver/dictionaries/pl_PL/pl_PL.aff %%WWWDIR%%/documentserver/dictionaries/pl_PL/pl_PL.dic +%%WWWDIR%%/documentserver/dictionaries/pl_PL/pl_PL.json %%WWWDIR%%/documentserver/dictionaries/pl_PL/pl_PL_Polish.txt %%WWWDIR%%/documentserver/dictionaries/pt_BR/README_hyph_pt_BR.txt %%WWWDIR%%/documentserver/dictionaries/pt_BR/README_pt_BR.TXT @@ -452,50 +497,60 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/pt_BR/license-thes.readme %%WWWDIR%%/documentserver/dictionaries/pt_BR/pt_BR.aff %%WWWDIR%%/documentserver/dictionaries/pt_BR/pt_BR.dic +%%WWWDIR%%/documentserver/dictionaries/pt_BR/pt_BR.json %%WWWDIR%%/documentserver/dictionaries/pt_PT/LICENSES.txt %%WWWDIR%%/documentserver/dictionaries/pt_PT/README_hyph_pt_PT.txt %%WWWDIR%%/documentserver/dictionaries/pt_PT/README_pt_PT.txt %%WWWDIR%%/documentserver/dictionaries/pt_PT/hyph_pt_PT.dic %%WWWDIR%%/documentserver/dictionaries/pt_PT/pt_PT.aff %%WWWDIR%%/documentserver/dictionaries/pt_PT/pt_PT.dic +%%WWWDIR%%/documentserver/dictionaries/pt_PT/pt_PT.json %%WWWDIR%%/documentserver/dictionaries/ro_RO/COPYING.GPL %%WWWDIR%%/documentserver/dictionaries/ro_RO/COPYING.LGPL %%WWWDIR%%/documentserver/dictionaries/ro_RO/COPYING.MPL %%WWWDIR%%/documentserver/dictionaries/ro_RO/hyph_ro_RO.dic %%WWWDIR%%/documentserver/dictionaries/ro_RO/ro_RO.aff %%WWWDIR%%/documentserver/dictionaries/ro_RO/ro_RO.dic +%%WWWDIR%%/documentserver/dictionaries/ro_RO/ro_RO.json %%WWWDIR%%/documentserver/dictionaries/ro_RO/ro_RO_Romanian.txt %%WWWDIR%%/documentserver/dictionaries/ru_RU/hyph_ru_RU.dic %%WWWDIR%%/documentserver/dictionaries/ru_RU/ru_RU.aff %%WWWDIR%%/documentserver/dictionaries/ru_RU/ru_RU.dic +%%WWWDIR%%/documentserver/dictionaries/ru_RU/ru_RU.json %%WWWDIR%%/documentserver/dictionaries/sk_SK/LICENSE.txt %%WWWDIR%%/documentserver/dictionaries/sk_SK/hyph_sk_SK.dic %%WWWDIR%%/documentserver/dictionaries/sk_SK/sk_SK.aff %%WWWDIR%%/documentserver/dictionaries/sk_SK/sk_SK.dic +%%WWWDIR%%/documentserver/dictionaries/sk_SK/sk_SK.json %%WWWDIR%%/documentserver/dictionaries/sk_SK/sk_SK_Slovak.txt %%WWWDIR%%/documentserver/dictionaries/sl_SI/README_hyph_sl_SI.txt %%WWWDIR%%/documentserver/dictionaries/sl_SI/Readme_sl_SI.txt %%WWWDIR%%/documentserver/dictionaries/sl_SI/hyph_sl_SI.dic %%WWWDIR%%/documentserver/dictionaries/sl_SI/sl_SI.aff %%WWWDIR%%/documentserver/dictionaries/sl_SI/sl_SI.dic +%%WWWDIR%%/documentserver/dictionaries/sl_SI/sl_SI.json %%WWWDIR%%/documentserver/dictionaries/sr_Cyrl_RS/Readme_sr_Cyrl_RS.txt %%WWWDIR%%/documentserver/dictionaries/sr_Cyrl_RS/hyph_sr_Cyrl_RS.dic %%WWWDIR%%/documentserver/dictionaries/sr_Cyrl_RS/sr_Cyrl_RS.aff %%WWWDIR%%/documentserver/dictionaries/sr_Cyrl_RS/sr_Cyrl_RS.dic +%%WWWDIR%%/documentserver/dictionaries/sr_Cyrl_RS/sr_Cyrl_RS.json %%WWWDIR%%/documentserver/dictionaries/sr_Latn_RS/Readme_sr_Latn_RS.txt %%WWWDIR%%/documentserver/dictionaries/sr_Latn_RS/hyph_sr_Latn_RS.dic %%WWWDIR%%/documentserver/dictionaries/sr_Latn_RS/sr_Latn_RS.aff %%WWWDIR%%/documentserver/dictionaries/sr_Latn_RS/sr_Latn_RS.dic +%%WWWDIR%%/documentserver/dictionaries/sr_Latn_RS/sr_Latn_RS.json %%WWWDIR%%/documentserver/dictionaries/sv_SE/LICENSE_en_US.txt %%WWWDIR%%/documentserver/dictionaries/sv_SE/LICENSE_sv_SE.txt %%WWWDIR%%/documentserver/dictionaries/sv_SE/README_hyph_sv_SE.txt %%WWWDIR%%/documentserver/dictionaries/sv_SE/hyph_sv_SE.dic %%WWWDIR%%/documentserver/dictionaries/sv_SE/sv_SE.aff %%WWWDIR%%/documentserver/dictionaries/sv_SE/sv_SE.dic +%%WWWDIR%%/documentserver/dictionaries/sv_SE/sv_SE.json %%WWWDIR%%/documentserver/dictionaries/sv_SE/sv_SE_Swedish.txt %%WWWDIR%%/documentserver/dictionaries/tr_TR/LICENSE %%WWWDIR%%/documentserver/dictionaries/tr_TR/tr_TR.aff %%WWWDIR%%/documentserver/dictionaries/tr_TR/tr_TR.dic +%%WWWDIR%%/documentserver/dictionaries/tr_TR/tr_TR.json %%WWWDIR%%/documentserver/dictionaries/tr_TR/tr_TR_README.txt %%WWWDIR%%/documentserver/dictionaries/uk_UA/README_hyph_uk_UA.txt %%WWWDIR%%/documentserver/dictionaries/uk_UA/README_th_uk_UA.txt @@ -503,16 +558,20 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/dictionaries/uk_UA/hyph_uk_UA.dic %%WWWDIR%%/documentserver/dictionaries/uk_UA/uk_UA.aff %%WWWDIR%%/documentserver/dictionaries/uk_UA/uk_UA.dic +%%WWWDIR%%/documentserver/dictionaries/uk_UA/uk_UA.json %%WWWDIR%%/documentserver/dictionaries/uz_Cyrl_UZ/README.md %%WWWDIR%%/documentserver/dictionaries/uz_Cyrl_UZ/uz_Cyrl_UZ.aff %%WWWDIR%%/documentserver/dictionaries/uz_Cyrl_UZ/uz_Cyrl_UZ.dic +%%WWWDIR%%/documentserver/dictionaries/uz_Cyrl_UZ/uz_Cyrl_UZ.json %%WWWDIR%%/documentserver/dictionaries/uz_Latn_UZ/README.md %%WWWDIR%%/documentserver/dictionaries/uz_Latn_UZ/uz_Latn_UZ.aff %%WWWDIR%%/documentserver/dictionaries/uz_Latn_UZ/uz_Latn_UZ.dic +%%WWWDIR%%/documentserver/dictionaries/uz_Latn_UZ/uz_Latn_UZ.json %%WWWDIR%%/documentserver/dictionaries/vi_VN/LICENSES-en.txt %%WWWDIR%%/documentserver/dictionaries/vi_VN/LICENSES-vi.txt %%WWWDIR%%/documentserver/dictionaries/vi_VN/vi_VN.aff %%WWWDIR%%/documentserver/dictionaries/vi_VN/vi_VN.dic +%%WWWDIR%%/documentserver/dictionaries/vi_VN/vi_VN.json %%WWWDIR%%/documentserver/dictionaries/vi_VN/vi_VN_Vietnamese.txt %%WWWDIR%%/documentserver/document-templates/new/ar-SA/new.docx %%WWWDIR%%/documentserver/document-templates/new/ar-SA/new.pdf @@ -526,10 +585,18 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/document-templates/new/bg-BG/new.pdf %%WWWDIR%%/documentserver/document-templates/new/bg-BG/new.pptx %%WWWDIR%%/documentserver/document-templates/new/bg-BG/new.xlsx +%%WWWDIR%%/documentserver/document-templates/new/ca-ES/new.docx +%%WWWDIR%%/documentserver/document-templates/new/ca-ES/new.pdf +%%WWWDIR%%/documentserver/document-templates/new/ca-ES/new.pptx +%%WWWDIR%%/documentserver/document-templates/new/ca-ES/new.xlsx %%WWWDIR%%/documentserver/document-templates/new/cs-CZ/new.docx %%WWWDIR%%/documentserver/document-templates/new/cs-CZ/new.pdf %%WWWDIR%%/documentserver/document-templates/new/cs-CZ/new.pptx %%WWWDIR%%/documentserver/document-templates/new/cs-CZ/new.xlsx +%%WWWDIR%%/documentserver/document-templates/new/da-DK/new.docx +%%WWWDIR%%/documentserver/document-templates/new/da-DK/new.pdf +%%WWWDIR%%/documentserver/document-templates/new/da-DK/new.pptx +%%WWWDIR%%/documentserver/document-templates/new/da-DK/new.xlsx %%WWWDIR%%/documentserver/document-templates/new/de-DE/new.docx %%WWWDIR%%/documentserver/document-templates/new/de-DE/new.pdf %%WWWDIR%%/documentserver/document-templates/new/de-DE/new.pptx @@ -574,10 +641,18 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/document-templates/new/he-IL/new.pdf %%WWWDIR%%/documentserver/document-templates/new/he-IL/new.pptx %%WWWDIR%%/documentserver/document-templates/new/he-IL/new.xlsx +%%WWWDIR%%/documentserver/document-templates/new/hu-HU/new.docx +%%WWWDIR%%/documentserver/document-templates/new/hu-HU/new.pdf +%%WWWDIR%%/documentserver/document-templates/new/hu-HU/new.pptx +%%WWWDIR%%/documentserver/document-templates/new/hu-HU/new.xlsx %%WWWDIR%%/documentserver/document-templates/new/hy-AM/new.docx %%WWWDIR%%/documentserver/document-templates/new/hy-AM/new.pdf %%WWWDIR%%/documentserver/document-templates/new/hy-AM/new.pptx %%WWWDIR%%/documentserver/document-templates/new/hy-AM/new.xlsx +%%WWWDIR%%/documentserver/document-templates/new/id-ID/new.docx +%%WWWDIR%%/documentserver/document-templates/new/id-ID/new.pdf +%%WWWDIR%%/documentserver/document-templates/new/id-ID/new.pptx +%%WWWDIR%%/documentserver/document-templates/new/id-ID/new.xlsx %%WWWDIR%%/documentserver/document-templates/new/it-IT/new.docx %%WWWDIR%%/documentserver/document-templates/new/it-IT/new.pdf %%WWWDIR%%/documentserver/document-templates/new/it-IT/new.pptx @@ -618,6 +693,10 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/document-templates/new/pt-PT/new.pdf %%WWWDIR%%/documentserver/document-templates/new/pt-PT/new.pptx %%WWWDIR%%/documentserver/document-templates/new/pt-PT/new.xlsx +%%WWWDIR%%/documentserver/document-templates/new/ro-RO/new.docx +%%WWWDIR%%/documentserver/document-templates/new/ro-RO/new.pdf +%%WWWDIR%%/documentserver/document-templates/new/ro-RO/new.pptx +%%WWWDIR%%/documentserver/document-templates/new/ro-RO/new.xlsx %%WWWDIR%%/documentserver/document-templates/new/ru-RU/new.docx %%WWWDIR%%/documentserver/document-templates/new/ru-RU/new.pdf %%WWWDIR%%/documentserver/document-templates/new/ru-RU/new.pptx @@ -658,6 +737,10 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/document-templates/new/uk-UA/new.pdf %%WWWDIR%%/documentserver/document-templates/new/uk-UA/new.pptx %%WWWDIR%%/documentserver/document-templates/new/uk-UA/new.xlsx +%%WWWDIR%%/documentserver/document-templates/new/ur-PK/new.docx +%%WWWDIR%%/documentserver/document-templates/new/ur-PK/new.pdf +%%WWWDIR%%/documentserver/document-templates/new/ur-PK/new.pptx +%%WWWDIR%%/documentserver/document-templates/new/ur-PK/new.xlsx %%WWWDIR%%/documentserver/document-templates/new/vi-VN/new.docx %%WWWDIR%%/documentserver/document-templates/new/vi-VN/new.pdf %%WWWDIR%%/documentserver/document-templates/new/vi-VN/new.pptx @@ -718,6 +801,11 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/img_active@1.5x.png %%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/img_active@1.75x.png %%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/img_active@2x.png +%%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/signature.png +%%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/signature@1.25x.png +%%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/signature@1.5x.png +%%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/signature@1.75x.png +%%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/signature@2x.png %%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/toc.png %%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/toc@1.25x.png %%WWWDIR%%/documentserver/sdkjs/common/Images/content_controls/toc@1.5x.png @@ -1060,7 +1148,15 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/common/zlib/engine/zlib.wasm %%WWWDIR%%/documentserver/sdkjs/common/zlib/engine/zlib_ie.js %%WWWDIR%%/documentserver/sdkjs/pdf/sdk-all.bin -%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/de-DE.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/en-EN.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/es-ES.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/fr-FR.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/it-IT.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/ja-JA.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/pt-BR.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/ru-RU.json +%%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps/zh-ZH.json %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/cmap.bin %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/drawingfile.js %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/drawingfile.wasm @@ -1081,6 +1177,9 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/09_dotted.pptx %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/10_corner.pptx %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/11_tort.pptx +%%WWWDIR%%/documentserver/sdkjs/visio/sdk-all-min.js +%%WWWDIR%%/documentserver/sdkjs/visio/sdk-all.bin +%%WWWDIR%%/documentserver/sdkjs/visio/sdk-all.js %%WWWDIR%%/documentserver/sdkjs/word/sdk-all-min.js %%WWWDIR%%/documentserver/sdkjs/word/sdk-all.bin %%WWWDIR%%/documentserver/sdkjs/word/sdk-all.js @@ -1101,6 +1200,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/server/FileConverter/bin/libHWPFile.so %%WWWDIR%%/documentserver/server/FileConverter/bin/libHtmlFile2.so %%WWWDIR%%/documentserver/server/FileConverter/bin/libIWorkFile.so +%%WWWDIR%%/documentserver/server/FileConverter/bin/libOFDFile.so %%WWWDIR%%/documentserver/server/FileConverter/bin/libPdfFile.so %%WWWDIR%%/documentserver/server/FileConverter/bin/libUnicodeConverter.so %%WWWDIR%%/documentserver/server/FileConverter/bin/libXpsFile.so @@ -1113,10 +1213,572 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/server/Metrics/config/config.js @(,,755) %%WWWDIR%%/documentserver/server/Metrics/metrics %%WWWDIR%%/documentserver/server/Metrics/node_modules/modern-syslog/build/Release/core.node +%%WWWDIR%%/documentserver/server/dictionaries/update.py +%%WWWDIR%%/documentserver/server/info/ai/CHANGELOG.md +%%WWWDIR%%/documentserver/server/info/ai/aiModelEdit.html +%%WWWDIR%%/documentserver/server/info/ai/aiModelsList.html +%%WWWDIR%%/documentserver/server/info/ai/chat.html +%%WWWDIR%%/documentserver/server/info/ai/components/ListView/script.js +%%WWWDIR%%/documentserver/server/info/ai/components/ListView/style.css +%%WWWDIR%%/documentserver/server/info/ai/components/Tooltip/script.js +%%WWWDIR%%/documentserver/server/info/ai/components/Tooltip/style.css +%%WWWDIR%%/documentserver/server/info/ai/config.json +%%WWWDIR%%/documentserver/server/info/ai/customProviders.html +%%WWWDIR%%/documentserver/server/info/ai/deploy/ai.plugin +%%WWWDIR%%/documentserver/server/info/ai/hyperlink.html +%%WWWDIR%%/documentserver/server/info/ai/index.html +%%WWWDIR%%/documentserver/server/info/ai/resources/dark/icon.png +%%WWWDIR%%/documentserver/server/info/ai/resources/dark/icon@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/dark/icon@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/dark/icon@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/dark/icon@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-audio.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-audio@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-audio@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-audio@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-audio@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-code.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-code@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-code@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-code@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-code@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-embeddings.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-embeddings@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-embeddings@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-embeddings@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-embeddings@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-images.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-images@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-images@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-images@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-images@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-moderations.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-moderations@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-moderations@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-moderations@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-moderations@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-realtime.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-realtime@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-realtime@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-realtime@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-realtime@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-texts.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-texts@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-texts@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-texts@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-texts@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-visual-analysis.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-visual-analysis@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-visual-analysis@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-visual-analysis@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ai-visual-analysis@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/default.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/default@1.25.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/default@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/default@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/default@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ocr.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ocr@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ocr@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ocr@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/ocr@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/settings.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/settings@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/settings@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/settings@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/settings@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/summarization.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/summarization@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/summarization@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/summarization@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/summarization@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/text-to-image.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/text-to-image@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/text-to-image@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/text-to-image@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/text-to-image@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/translation.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/translation@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/translation@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/translation@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/big/translation@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-copy.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-copy@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-copy@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-copy@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-copy@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-demote.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-demote@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-demote@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-demote@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-demote@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-edit.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-edit@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-edit@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-edit@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-edit@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-ic-review.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-ic-review@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-ic-review@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-ic-review@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-ic-review@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-menu-comments.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-menu-comments@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-menu-comments@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-menu-comments@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-menu-comments@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-remove.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-remove@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-remove@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-remove@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-remove@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-replace.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-replace@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-replace@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-replace@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-replace@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-select-tool.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-select-tool@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-select-tool@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-select-tool@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-select-tool@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-update.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-update@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-update@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-update@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-update@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-zoomup.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-zoomup@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-zoomup@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-zoomup@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/btn-zoomup@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/chevron-down.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/chevron-down@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/chevron-down@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/chevron-down@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/chevron-down@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/close.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/close@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/close@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/close@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/close@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/copy.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/copy@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/copy@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/copy@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/copy@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/default.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/default@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/default@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/default@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/default@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/error.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/error@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/error@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/error@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/error@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/general-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/general-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/general-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/general-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/general-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/image-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/image-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/image-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/image-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/image-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/info.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/info@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/info@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/info@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/info@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/summarization.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/summarization@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/summarization@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/summarization@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/summarization@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-analysis-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-analysis-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-analysis-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-analysis-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-analysis-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-to-image.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-to-image@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-to-image@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-to-image@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/text-to-image@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/translation.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/translation@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/translation@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/translation@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/translation@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/vision-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/vision-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/vision-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/vision-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/dark/vision-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-audio.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-audio@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-audio@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-audio@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-audio@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-code.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-code@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-code@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-code@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-code@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-embeddings.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-embeddings@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-embeddings@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-embeddings@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-embeddings@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-images.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-images@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-images@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-images@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-images@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-moderations.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-moderations@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-moderations@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-moderations@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-moderations@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-realtime.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-realtime@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-realtime@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-realtime@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-realtime@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-texts.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-texts@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-texts@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-texts@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-texts@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-visual-analysis.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-visual-analysis@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-visual-analysis@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-visual-analysis@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ai-visual-analysis@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/default.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/default@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/default@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/default@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/default@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ocr.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ocr@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ocr@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ocr@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/ocr@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/settings.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/settings@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/settings@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/settings@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/settings@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/summarization.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/summarization@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/summarization@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/summarization@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/summarization@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/text-to-image.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/text-to-image@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/text-to-image@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/text-to-image@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/text-to-image@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/translation.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/translation@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/translation@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/translation@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/big/translation@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-copy.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-copy@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-copy@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-copy@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-copy@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-demote.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-demote@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-demote@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-demote@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-demote@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-edit.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-edit@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-edit@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-edit@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-edit@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-ic-review.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-ic-review@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-ic-review@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-ic-review@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-ic-review@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-menu-comments.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-menu-comments@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-menu-comments@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-menu-comments@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-menu-comments@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-remove.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-remove@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-remove@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-remove@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-remove@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-replace.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-replace@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-replace@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-replace@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-replace@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-select-tool.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-select-tool@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-select-tool@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-select-tool@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-select-tool@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-update.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-update@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-update@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-update@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-update@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-zoomup.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-zoomup@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-zoomup@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-zoomup@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/btn-zoomup@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/chevron-down.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/chevron-down@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/chevron-down@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/chevron-down@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/chevron-down@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/close.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/close@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/close@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/close@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/close@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/copy.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/copy@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/copy@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/copy@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/copy@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/default.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/default@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/default@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/default@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/default@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/error.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/error@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/error@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/error@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/error@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/general-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/general-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/general-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/general-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/general-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/image-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/image-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/image-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/image-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/image-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/info.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/info@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/info@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/info@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/info@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/summarization.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/summarization@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/summarization@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/summarization@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/summarization@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-analysis-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-analysis-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-analysis-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-analysis-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-analysis-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-to-image.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-to-image@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-to-image@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-to-image@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/text-to-image@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/translation.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/translation@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/translation@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/translation@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/translation@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/vision-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/vision-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/vision-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/vision-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/light/vision-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai_active.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai_active@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai_active@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai_active@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-classic-light/light/ask-ai_active@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai_active.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai_active@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai_active@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai_active@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/dark/ask-ai_active@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai_active.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai_active@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai_active@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai_active@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-default/light/ask-ai_active@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai_active.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai_active@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai_active@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai_active@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/dark/ask-ai_active@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai_active.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai_active@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai_active@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai_active@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/icons/theme-system/light/ask-ai_active@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/light/icon.png +%%WWWDIR%%/documentserver/server/info/ai/resources/light/icon@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/light/icon@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/light/icon@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/light/icon@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/icons/icon.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/icons/icon.svg +%%WWWDIR%%/documentserver/server/info/ai/resources/store/icons/icon@1.25x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/icons/icon@1.5x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/icons/icon@1.75x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/icons/icon@2x.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/screenshots/screen_1.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/screenshots/screen_2.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/screenshots/screen_3.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/screenshots/screen_4.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/screenshots/screen_5.png +%%WWWDIR%%/documentserver/server/info/ai/resources/store/screenshots/screen_6.png +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/aiModelEdit.css +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/aiModelsList.css +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/chat.css +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/common.css +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/customProviders.css +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/settings.css +%%WWWDIR%%/documentserver/server/info/ai/resources/styles/summarization.css +%%WWWDIR%%/documentserver/server/info/ai/scripts/aiModelEdit.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/aiModelsList.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/chat.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/code.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/customProviders.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/buttons.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/engine.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/library.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/local_storage.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/base.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/config.json +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/anthropic-ai-models.txt +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/anthropic.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/deepseek-ai-models.txt +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/deepseek.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/google-gemini.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/gpt4all.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/groq.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/mistral.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/ollama.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/open-ai-models.txt +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/openai.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/proxy.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/stabilityai.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/together-ai-models.txt +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/together.ai.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/internal/xAI.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/preinstall-example.json +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/providers/provider.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/register.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/engine/storage.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/hyperlink.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/settings.js +%%WWWDIR%%/documentserver/server/info/ai/scripts/summarization.js +%%WWWDIR%%/documentserver/server/info/ai/settings.html +%%WWWDIR%%/documentserver/server/info/ai/summarization.html +%%WWWDIR%%/documentserver/server/info/ai/translations/cs-CS.json +%%WWWDIR%%/documentserver/server/info/ai/translations/de-DE.json +%%WWWDIR%%/documentserver/server/info/ai/translations/es-ES.json +%%WWWDIR%%/documentserver/server/info/ai/translations/fr-FR.json +%%WWWDIR%%/documentserver/server/info/ai/translations/it-IT.json +%%WWWDIR%%/documentserver/server/info/ai/translations/ja-JA.json +%%WWWDIR%%/documentserver/server/info/ai/translations/langs.json +%%WWWDIR%%/documentserver/server/info/ai/translations/pt-BR.json +%%WWWDIR%%/documentserver/server/info/ai/translations/ru-RU.json +%%WWWDIR%%/documentserver/server/info/ai/translations/sq-AL.json +%%WWWDIR%%/documentserver/server/info/ai/translations/sr-Cyrl-RS.json +%%WWWDIR%%/documentserver/server/info/ai/translations/sr-Latn-RS.json +%%WWWDIR%%/documentserver/server/info/ai/translations/zh-CN.json +%%WWWDIR%%/documentserver/server/info/ai/translationsettings.html +%%WWWDIR%%/documentserver/server/info/ai/vendor/GPT-3-Encoder/LICENSE +%%WWWDIR%%/documentserver/server/info/ai/vendor/GPT-3-Encoder/README.md +%%WWWDIR%%/documentserver/server/info/ai/vendor/GPT-3-Encoder/encoder.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/GPT-3-Encoder/encoder.json +%%WWWDIR%%/documentserver/server/info/ai/vendor/GPT-3-Encoder/vocabulary.bpe +%%WWWDIR%%/documentserver/server/info/ai/vendor/jquery/jquery-3.7.1.min.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/md/markdown-it.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/LICENSE.md +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/README.md +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/dist/css/select2.css +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/dist/css/select2.min.css +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/dist/js/select2.full.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/dist/js/select2.full.min.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/dist/js/select2.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/dist/js/select2.min.js +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/README.md +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/announcements-4.0.html +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/community.html +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/examples.html +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/index.html +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/options-old.html +%%WWWDIR%%/documentserver/server/info/ai/vendor/select2-4.0.6-rc.1/docs/options.html +%%WWWDIR%%/documentserver/server/info/css/ai-integration.css +%%WWWDIR%%/documentserver/server/info/css/plugins.css %%WWWDIR%%/documentserver/server/info/img/favicon.ico %%WWWDIR%%/documentserver/server/info/img/icon-cross.png %%WWWDIR%%/documentserver/server/info/img/logo.png %%WWWDIR%%/documentserver/server/info/index.html +%%WWWDIR%%/documentserver/server/info/js/ai-integration.js +%%WWWDIR%%/documentserver/server/info/js/ai-interface.js +%%WWWDIR%%/documentserver/server/info/js/plugin-stub.js +%%WWWDIR%%/documentserver/server/info/js/plugins-ui.js +%%WWWDIR%%/documentserver/server/info/js/plugins.js %%WWWDIR%%/documentserver/server/schema/dameng/createdb.sql %%WWWDIR%%/documentserver/server/schema/dameng/removetbl.sql %%WWWDIR%%/documentserver/server/schema/json-api/opening-file.json @@ -1143,6 +1805,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/server/welcome/index.html %%WWWDIR%%/documentserver/web-apps/apps/api/documents/api.js.tpl %%WWWDIR%%/documentserver/web-apps/apps/api/documents/cache-scripts.html +%%WWWDIR%%/documentserver/web-apps/apps/api/documents/preload.html %%WWWDIR%%/documentserver/web-apps/apps/api/documents/resources/templates/contracts.png %%WWWDIR%%/documentserver/web-apps/apps/api/documents/resources/templates/letter.png %%WWWDIR%%/documentserver/web-apps/apps/api/documents/resources/templates/list.png @@ -1472,251 +2135,6 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon.png %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon@1.5x.png %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon@2x.png -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-audio.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-add-comment.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-colorschemas.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-hand-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-inserthyperlink.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-menu-comments.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-menu-navigation.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-more.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-sheet-view.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-text-vertical.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-compare.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-datetime.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-day.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-editheader.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-eraser.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-highlighter-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-chat.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-coedit.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-history.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-protect.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-sharing.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-signature.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-align.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-bkwd.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-frwd.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-group.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertchart.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertequation.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertimage.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertshape.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-inserttable.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-macros.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-menu-comments.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-merge-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-night.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pagebreak.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pagemargins.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pageorient.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pagesize.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pen-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-plugin-default.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-rem-comment.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-resolve-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-select.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-smart-art.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-symbol.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-textart.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-update.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-video.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-add-breakpoint.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-add-comment.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-addcell.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-advanced-ratio.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-bottom.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-center.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-just.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-middle.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-top.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-back.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-backward.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-forward.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-front.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrow-down.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrow-up.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-autocorrect.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-background-plugins.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-bold(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-bold.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-bottom.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-diagdown.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-diagup.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-inside.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-insidehor.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-insidevert.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-no.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-out.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-top.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-browse.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-cc-remove.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-change-case.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-clearstyle.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-close.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-collapse-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-colorschemas.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-columns-one.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-columns-three.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-columns-two.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-combine-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-context.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-copy.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-copystyle.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-create-new.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-cut.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-date.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-decfont.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-decoffset.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-delcell.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-demote.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-developer.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-download.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-edit-points.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-edit.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-embed .svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-equation.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-expand-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-eyedropper.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-favorite.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-firstitem.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-flip-hor.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-flip-vert.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-fontcolor.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-fragment-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-goback.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-help.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-hide-password.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-highlight.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-home.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-doclang.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-docspell(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-docspell.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-options.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-review.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-zoomtopage.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-zoomtowidth.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-in-favorite.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-incfont.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-incoffset.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-inserthyperlink.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-intersect-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-italic(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-italic.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-lastitem.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-latex.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-linear-equation.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-linespace.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-lock.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ltr.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-about.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-chart.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-chat.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-comments.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-image.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-navigation.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-search.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-shape.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-signature.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-support.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-table.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-textart.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-merge-cells.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-more-vertical.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-more.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-nextitem.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-numbering-rtl.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-numbering.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-open.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-page-landscape.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-page-portrait.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-panel-left-collapse.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paracolor.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paragraph.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paste.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-pin.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-plugin-panel-default.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-previtem.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-print-preview.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-print.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-professional-equation.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-promote.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-quick-print.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-redo.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-remove-breakpoint.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rename.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-replace.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-reset.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-270.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-90.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-down.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-up.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-y-clockwise.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-y-counterclockwise.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rows-and-columns.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rtl.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-run.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-save-coauth.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-save-copy.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-save.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-select-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-select-range.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-select.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-setmarkers-rtl.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-setmarkers.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-settings.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shadow.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-bottom.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-center.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-middle.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-top.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-distribute-hor.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-distribute-vert.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-group.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-ungroup.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-share.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-sheet-view.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-cycle.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-hierarchy.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-list.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-matrix.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-process.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-pyramid.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-relationship.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-sorting.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-strikeout(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-strikeout.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-styles.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-subscript.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-substract-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-superscript.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-switch-mobile.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-orient-hor.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-orient-rdown.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-orient-rup.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-vertical.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-tree-caret.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-underline(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-underline.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-undo.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-unicode.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-union-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-unpin.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-user.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-users-share.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-users.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-version-history.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-zoomdown.svg -%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-zoomup.svg %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering.png %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering@1.5x.png %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering@2x.png @@ -1773,6 +2191,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/embed/locale/zh.json @@ -1823,6 +2242,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/forms/locale/zh.json @@ -1874,6 +2294,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/locale/zh.json @@ -4499,133 +4920,32 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/iconssmall@2.5x.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/recent-file.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-big-contents.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-big-ic-review.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-blankpage.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-bookmarks.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-inner-only.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-outer-only.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none-inner.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none-outer.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-outer-inner.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-outer-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-outer-outer.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-caption.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-checkbox.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-clear-style.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-columns.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-combine.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-combo-box.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-complex-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-controls.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-credit-card.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-cross-reference.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-dark-mode.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-dropcap.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-dropdown.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-edit-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-email.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-hyphenation.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-ic-reviewview.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-img-wrap.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-line-numbering-rtl.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-line-numbering.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-mailmerge.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-next-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-notes.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-page-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-bottom.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-inner.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-outer.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-top.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-phone.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-previous-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-quick-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-radio-button.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-restrict-editing.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-deny.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-next.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-prev.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-save.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-save-form.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-signature-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-submit-form.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-text-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-text-fixed-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-text-from-file.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-watermark.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-zip-code.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-add-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-cc-plaintext.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-cc-richtext.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-columns-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-columns-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-contents.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-distribute-columns.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-distribute-rows.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-dropcap-inmargin.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-dropcap-intext.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-filling-status.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-fixed-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-hand-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-mailmerge.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-menu-header.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-menu-thumbs.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-multilevels-rtl.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-multilevels.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-select-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-behind.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-infront.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-inline.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-square.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-through.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-tight.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-small-wrap-topandbottom.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-table-to-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-thumbnail-big.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-thumbnail-small.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-to-columns.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-update.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-word-count.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-drop-margin.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-drop-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-drop-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-bottom-center.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-bottom-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-bottom-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-top-center.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-top-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-top-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-align-center.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-align-left.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-align-right.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-flow.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-behind.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-infront.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-inline.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-square.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-through.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-tight.svg -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-topbottom.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/contents.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/contents@2x.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/text_styles.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconsbig.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconsbig@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconsbig@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconsbig@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconsbig@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconshuge@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconshuge@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconssmall.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconssmall@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconssmall@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconssmall@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconssmall@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/v2/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/numbering/multilevel-lists.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/numbering/numbering-lists.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/symboltable/ru.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/watermark/wm-text.json -%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/css/526.c787723fb446577830d4.css +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/css/526.62bcde75ef6b0997ab85.css %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/css/framework7-rtl.css %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/css/framework7.css %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/dist/js/526.js @@ -4674,6 +4994,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/mobile/locale/zh.json @@ -4799,6 +5120,8 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/ur.json +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/locale/zh.json %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/css/app.css @@ -5173,30 +5496,24 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/iconssmall@2.5x.svg %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/recent-file.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-big-magic-wand.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-big-text-callout.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-big-text-comment.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-blankpage.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-clear-style.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-dark-mode.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-edit-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-next-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-pagenum.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-previous-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-rotate-page.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-save-form.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-signature-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-stamp.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/big/btn-submit-form.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-add-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-hand-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-magic-wand.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-menu-thumbs.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-select-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-text-callout.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-text-comment.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-thumbnail-big.svg -%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/toolbar/2.5x/btn-thumbnail-small.svg +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconsbig.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconsbig@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconsbig@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconsbig@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconsbig@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconshuge@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconshuge@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconssmall.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconssmall@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconssmall@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconssmall@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconssmall@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/pdfeditor/main/resources/img/v2/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/app-all.js %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/index.html %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/index_loader.html @@ -5239,6 +5556,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/embed/locale/zh.json @@ -5291,6 +5609,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/locale/zh.json @@ -6631,6 +6950,11 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.75x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconsbig@2.5x.svg %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconshuge@2x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconssmall.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.25x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.5x.png @@ -6638,129 +6962,29 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconssmall@2.5x.svg %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/recent-file.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-bold-flash.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-bold-reveal.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-brush-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-color-pulse.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-complementary-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-custom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-darken.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-desaturate.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-fill-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-font-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-grow-or-shrink.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-lighten.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-line-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-object-color.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-pulse.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-spin.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-teeter.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-transparency.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-underline.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-wave.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-appear.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-bounce.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-custom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-fade.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-float-in.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-fly-in.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-grow-turn.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-random-bars.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-shape.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-split.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-swivel.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-wheel.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-wipe.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-zoom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-bounce.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-custom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-disappear.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-fade.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-float-out.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-fly-out.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-random-bars.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-shape.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-shrink-turn.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-split.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-swivel.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-wheel.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-wipe.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-zoom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-arcs.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-custom-path.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-custom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-lines.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-loops.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-shapes.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-turns.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-multiple.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-add-animation.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-add-layout.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-add-slide-master.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-addslide.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-animation-panel.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-animation-parameters.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-animation-preview-start.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-animation-preview-stop.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-close-master.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-gridlines.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-guides.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-chart-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-content-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-picture-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-smartart-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-table-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-text-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-vertical-content-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-ins-vertical-text-placeholder.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-pagenum.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-slide-master.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-slidesize.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-clock.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-cover.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-fade.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-morph.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-none.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-push.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-random.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-split.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-uncover.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-wipe.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-zoom.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-animation-delay.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-animation-duration.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-animation-repeat.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-changeslide.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-clear-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-clearstyle.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-fullscreen.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-highlighter-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-horizontal-guide.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-ic-zoomtoslide.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-laser-pointer-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-menu-slide.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-menu-thumbs.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-pen-tool.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-play.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-presenter-view.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-exit-fullscreen.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-pause.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-start.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-transitions.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-slidesize.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-transition-apply-all.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-trigger.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-vertical-guide.svg -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/huge/emptyicon.svg %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/AutoColor.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/NoFill.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/NoFill@2x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/toolbar/themes.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconsbig.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconsbig@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconsbig@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconsbig@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconsbig@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconshuge@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconssmall.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconssmall@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconssmall@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconssmall@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconssmall@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/img/v2/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/symboltable/ru.json -%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/css/923.a0e8a8d1db41e68c9ce8.css +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/css/923.b39451165ed2494221b9.css %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/css/framework7-rtl.css %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/css/framework7.css %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/dist/js/923.js @@ -6806,6 +7030,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/sr.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/mobile/locale/zh.json @@ -6925,6 +7150,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/embed/locale/zh.json @@ -6976,6 +7202,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/sv.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/locale/zh.json @@ -17446,6 +17673,11 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.75x.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@2.5x.svg %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconshuge@2x.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.25x.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.5x.png @@ -17453,108 +17685,27 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@2.5x.svg %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/recent-file.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-allow-edit-ranges.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-autosum.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-big-named-range.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-big-pivot-sum.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-big-remove-duplicates.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-big-slicer.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-blank-rows.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-calculated.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-calculation.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-cell-group.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-cell-ungroup.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-columns.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-custom-sort.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-data-validation.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-edit-links.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-finance.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-freeze-panes.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-func-math.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-func-text.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-goal-seek.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-grand-totals.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-import-data.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-ins-formula.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-insert-blank-line-after-each-item.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-logic.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-lookup.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-normal-view.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-page-break-preview.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-pivot-layout.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-print-area.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-print-titles.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-protect-range.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-protect-sheet.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-protect-workbook.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-recent.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-recommended-chart.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-remove-blank-line-after-each-item.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-repeat-all-item-labels.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-scale.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-select-pivot.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-sheet-rtl.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-sparkline.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-subtotals.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-to-columns.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-watch-window.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-autocorrect.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-autofilter.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-border-style.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-area-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-bar-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-column-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-combo-bar-line.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-line-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-pie-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-point-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-radar.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-recommended.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-spark-line.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-stock-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-chartcategory-surface-normal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-clear-filter.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-collapse-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-comma.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-cond-format.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-convert-to-range.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-currency-style.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-decdecimal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-expand-field.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-fill.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-formula.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-function.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-incdecimal.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-menu-cell.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-merge-across.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-merge-and-center.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-named-range.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-percent-style.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-pivot-sum.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-remove-duplicates.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-remove-trace-arrows.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-resize-table.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sheet-list.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sheet-view-close.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sheet-view-new.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-show-formulas.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-slicer.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-down(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-down.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-up(ru).svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-up.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-switch-row-column.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-text-orient-ccw.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-text-orient-cw.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-text-orient-vertical.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-trace-dependents.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-trace-precedents.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-unmerge-cells.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-wrap.svg -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/huge/emptyicon.svg %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize.svg +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconsbig.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconsbig@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconsbig@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconsbig@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconsbig@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconshuge@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconshuge@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconssmall.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconssmall@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconssmall@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconssmall@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconssmall@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/img/v2/iconssmall@2x.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/symboltable/ru.json -%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/css/611.2746f214269913689eb3.css +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/css/611.2ad5c287215269bcc9de.css %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/css/app.43cfb55a2bbb45252e03.css %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/css/framework7-rtl.css %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/css/framework7.css @@ -17668,6 +17819,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/sr.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/tr.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/uk.json +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/ur.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/vi.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/zh-tw.json %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/locale/zh.json @@ -17730,502 +17882,306 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/resources/img/shapes/shape-22.svg %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/resources/img/shapes/shape-23.svg %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/mobile/resources/img/shapes/shape-24.svg -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ace.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/component/AceEditor.html -%%WWWDIR%%/documentserver/web-apps/vendor/ace/component/AceEditor.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/component/AceEditorCode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/component/example.html -%%WWWDIR%%/documentserver/web-apps/vendor/ace/custom/readme.txt -%%WWWDIR%%/documentserver/web-apps/vendor/ace/custom/worker-html.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-beautify.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-chromevox.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-code_lens.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-command_bar.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-elastic_tabstops_lite.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-emmet.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-error_marker.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-hardwrap.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-html_beautify.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-inline_autocomplete.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-keybinding_menu.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-language_tools.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-linking.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-modelist.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-old_ie.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-options.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-prompt.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-rtl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-searchbox.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-settings_menu.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-simple_tokenizer.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-spellcheck.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-split.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-static_highlight.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-statusbar.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-tern.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-textarea.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-themelist.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/ext-whitespace.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/keybinding-emacs.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/keybinding-sublime.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/keybinding-vim.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/keybinding-vscode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/libs/cell/api.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/libs/slide/api.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/libs/word/api.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-abap.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-abc.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-actionscript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ada.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-alda.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-apache_conf.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-apex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-applescript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-aql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-asciidoc.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-asl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-assembly_arm32.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-assembly_x86.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-astro.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-autohotkey.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-batchfile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-bibtex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-bro.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-c9search.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-c_cpp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-cirru.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-clojure.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-cobol.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-coffee.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-coldfusion.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-crystal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-csharp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-csound_document.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-csound_orchestra.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-csound_score.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-csp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-css.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-curly.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-cuttlefish.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-d.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-dart.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-diff.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-django.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-dockerfile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-dot.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-drools.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-edifact.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-eiffel.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ejs.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-elixir.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-elm.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-erlang.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-flix.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-forth.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-fortran.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-fsharp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-fsl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ftl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-gcode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-gherkin.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-gitignore.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-glsl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-gobstones.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-golang.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-graphqlschema.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-groovy.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-haml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-handlebars.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-haskell.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-haskell_cabal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-haxe.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-hjson.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-html.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-html_elixir.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-html_ruby.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ini.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-io.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ion.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jack.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jade.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-java.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-javascript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jexl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-json.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-json5.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jsoniq.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jsp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jssm.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-jsx.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-julia.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-kotlin.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-latex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-latte.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-lean.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-less.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-liquid.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-lisp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-live_script.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-livescript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-logiql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-logtalk.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-lsl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-lua.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-luapage.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-lucene.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-makefile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-markdown.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mask.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-matlab.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-maze.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mediawiki.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mel.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mips.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mips_assembler.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mipsassembler.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mixal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mushcode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-mysql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-nasal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-nginx.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-nim.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-nix.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-nsis.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-nunjucks.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-objectivec.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ocaml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-odin.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-partiql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-pascal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-perl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-pgsql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-php.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-php_laravel_blade.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-pig.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-plain_text.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-plsql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-powershell.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-praat.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-prisma.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-prolog.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-properties.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-protobuf.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-prql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-puppet.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-python.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-qml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-r.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-raku.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-razor.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-rdoc.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-red.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-redshift.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-rhtml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-robot.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-rst.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-ruby.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-rust.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sac.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sass.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-scad.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-scala.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-scheme.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-scrypt.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-scss.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sh.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sjs.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-slim.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-smarty.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-smithy.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-snippets.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-soy_template.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-space.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sparql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-sqlserver.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-stylus.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-svg.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-swift.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-tcl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-terraform.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-tex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-text.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-textile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-toml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-tsx.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-turtle.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-twig.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-typescript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-vala.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-vbscript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-velocity.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-verilog.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-vhdl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-visualforce.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-vue.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-wollok.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-xml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-xquery.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-yaml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-zeek.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/mode-zig.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/abap.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/abc.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/actionscript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ada.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/alda.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/apache_conf.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/apex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/applescript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/aql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/asciidoc.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/asl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/assembly_arm32.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/assembly_x86.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/astro.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/autohotkey.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/batchfile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/bibtex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/c9search.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/c_cpp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/cirru.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/clojure.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/cobol.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/coffee.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/coldfusion.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/crystal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/csharp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/csound_document.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/csound_orchestra.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/csound_score.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/csp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/css.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/curly.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/cuttlefish.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/d.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/dart.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/diff.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/django.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/dockerfile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/dot.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/drools.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/edifact.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/eiffel.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ejs.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/elixir.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/elm.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/erlang.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/flix.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/forth.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/fortran.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/fsharp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/fsl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ftl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/gcode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/gherkin.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/gitignore.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/glsl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/gobstones.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/golang.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/graphqlschema.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/groovy.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/haml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/handlebars.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/haskell.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/haskell_cabal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/haxe.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/hjson.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/html.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/html_elixir.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/html_ruby.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ini.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/io.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ion.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jack.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jade.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/java.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/javascript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jexl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/json.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/json5.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jsoniq.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jsp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jssm.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/jsx.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/julia.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/kotlin.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/latex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/latte.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/less.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/liquid.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/lisp.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/livescript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/logiql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/logtalk.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/lsl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/lua.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/luapage.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/lucene.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/makefile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/markdown.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mask.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/matlab.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/maze.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mediawiki.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mel.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mips.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mixal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mushcode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/mysql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/nasal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/nginx.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/nim.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/nix.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/nsis.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/nunjucks.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/objectivec.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ocaml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/odin.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/partiql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/pascal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/perl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/pgsql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/php.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/php_laravel_blade.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/pig.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/plain_text.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/plsql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/powershell.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/praat.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/prisma.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/prolog.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/properties.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/protobuf.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/prql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/puppet.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/python.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/qml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/r.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/raku.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/razor.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/rdoc.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/red.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/redshift.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/rhtml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/robot.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/rst.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/ruby.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/rust.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sac.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sass.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/scad.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/scala.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/scheme.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/scrypt.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/scss.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sh.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sjs.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/slim.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/smarty.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/smithy.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/snippets.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/soy_template.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/space.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sparql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sql.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/sqlserver.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/stylus.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/svg.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/swift.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/tcl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/terraform.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/tex.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/text.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/textile.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/toml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/tsx.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/turtle.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/twig.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/typescript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/vala.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/vbscript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/velocity.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/verilog.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/vhdl.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/visualforce.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/vue.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/wollok.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/xml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/xquery.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/yaml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/zeek.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/snippets/zig.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-ambiance.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-chaos.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-chrome.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-cloud9_day.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-cloud9_night.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-cloud9_night_low_color.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-cloud_editor.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-cloud_editor_dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-clouds.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-clouds_midnight.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-cobalt.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-crimson_editor.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-dawn.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-dracula.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-dreamweaver.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-eclipse.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-github.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-github_dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-github_light_default.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-gob.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-gruvbox.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-gruvbox_dark_hard.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-gruvbox_light_hard.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-idle_fingers.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-iplastic.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-katzenmilch.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-kr_theme.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-kuroir.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-merbivore.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-merbivore_soft.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-mono_industrial.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-monokai.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-nord_dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-one_dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-pastel_on_dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-solarized_dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-solarized_light.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-sqlserver.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-terminal.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-textmate.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-tomorrow.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-tomorrow_night.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-tomorrow_night_blue.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-tomorrow_night_bright.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-tomorrow_night_eighties.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-twilight.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-vibrant_ink.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-vs-dark.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-vs-light.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/theme-xcode.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-base.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-coffee.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-css.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-html.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-javascript.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-json.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-lua.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-php.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-tern.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-xml.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-xquery.js -%%WWWDIR%%/documentserver/web-apps/vendor/ace/worker-yaml.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/app-all.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/index.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/index_loader.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/ar.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/cs.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/de.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/el.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/en.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/es.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/fr.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/he.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/hu.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/id.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/it.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/ja.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/pt.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/ro.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/ru.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/si.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/sq.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/sr-cyrl.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/sr.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/ur.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/locale/zh.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/embed/resources/css/app-all.css +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/app.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/code.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/ie/app.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/ie/code.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/index.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/index_loader.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/ar.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/de.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/el.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/en.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/es.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/fr.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/he.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/hu.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/hy.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/it.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/ja.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/pt.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/ro.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/ru.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/si.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/sq.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/sr-cyrl.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/sr.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/ur.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/locale/zh.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/css/app.css +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/Contents.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/HelpfulHints/About.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/HelpfulHints/Communicating.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/HelpfulHints/Navigation.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/ProgramInterface/FileTab.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/ProgramInterface/ViewTab.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/UsageInstructions/ViewDiagramViewerInfo.htm +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/callback.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/images/interface/editorwindow.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/images/interface/filetab.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/images/interface/viewtab.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/images/keytips1.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/images/keytips2.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/images/printsettingswindow.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/search/indexes.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/en/search/search.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/images/big.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/images/icons.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/help/images/sprite.css +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/favicon.ico +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/file-template.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconsbig.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconsbig@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconsbig@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconsbig@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconsbig@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconshuge@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconshuge@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconssmall.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconssmall@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconssmall@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconssmall@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconssmall@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/iconssmall@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/recent-file.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconsbig.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconsbig@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconsbig@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconsbig@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconsbig@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconsbig@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconshuge.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconshuge@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconshuge@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconshuge@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconshuge@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconshuge@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconssmall.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconssmall@1.25x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconssmall@1.5x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconssmall@1.75x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconssmall@2.5x.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/main/resources/img/v2/iconssmall@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/css/935.4451f58c6b39e1dcecbb.css +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/css/framework7-rtl.css +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/css/framework7.css +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/dist/js/935.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/dist/js/935.js.LICENSE.txt +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/dist/js/app.js +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/dist/js/app.js.LICENSE.txt +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/index.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/index_loader.html +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/ar.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/cs.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/de.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/el.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/en.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/es.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/fr.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/he.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/hu.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/hy.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/it.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/ja.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/pt-pt.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/pt.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/ro.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/ru.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/si.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/sq.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/sr-cyrl.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/sr.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/ur.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/locale/zh.json +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/about/logo-new-white.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/about/logo-new.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/about/logo-white_s.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/about/logo_s.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/controls/flags.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/controls/flags@2x.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/header/header-logo-android.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/header/header-logo-ios.png +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/header/logo-android.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/header/logo-ios.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-01.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-02.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-03.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-04.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-05.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-06.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-07.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-08.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-09.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-10.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-11.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-12.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-13.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-14.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-15.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-16.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-17.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-18.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-19.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-20.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-21.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-22.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-23.svg +%%WWWDIR%%/documentserver/web-apps/apps/visioeditor/mobile/resources/img/shapes/shape-24.svg %%WWWDIR%%/documentserver/web-apps/vendor/es6-promise/es6-promise.auto.min.js %%WWWDIR%%/documentserver/web-apps/vendor/fetch/fetch.umd.js %%WWWDIR%%/documentserver/web-apps/vendor/jquery/jquery.browser.min.js %%WWWDIR%%/documentserver/web-apps/vendor/jquery/jquery.min.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/MonacoEditor.html +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/MonacoEditor.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/MonacoEditorCode.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/example.html +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/libs/cell/api.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/libs/slide/api.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/libs/word/api.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/CHANGELOG.md +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/LICENSE +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/README.md +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/ThirdPartyNotices.txt +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/base/browser/ui/codicons/codicon/codicon.ttf +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/base/worker/workerMain.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/abap/abap.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/apex/apex.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/azcli/azcli.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/bat/bat.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/bicep/bicep.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/cameligo/cameligo.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/clojure/clojure.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/coffee/coffee.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/cpp/cpp.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/csharp/csharp.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/csp/csp.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/css/css.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/cypher/cypher.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/dart/dart.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/dockerfile/dockerfile.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/ecl/ecl.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/elixir/elixir.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/flow9/flow9.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/freemarker2/freemarker2.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/fsharp/fsharp.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/go/go.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/graphql/graphql.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/handlebars/handlebars.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/hcl/hcl.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/html/html.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/ini/ini.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/java/java.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/javascript/javascript.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/julia/julia.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/kotlin/kotlin.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/less/less.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/lexon/lexon.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/liquid/liquid.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/lua/lua.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/m3/m3.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/markdown/markdown.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/mdx/mdx.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/mips/mips.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/msdax/msdax.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/mysql/mysql.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/objective-c/objective-c.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/pascal/pascal.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/pascaligo/pascaligo.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/perl/perl.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/pgsql/pgsql.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/php/php.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/pla/pla.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/postiats/postiats.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/powerquery/powerquery.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/powershell/powershell.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/protobuf/protobuf.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/pug/pug.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/python/python.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/qsharp/qsharp.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/r/r.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/razor/razor.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/redis/redis.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/redshift/redshift.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/restructuredtext/restructuredtext.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/ruby/ruby.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/rust/rust.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/sb/sb.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/scala/scala.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/scheme/scheme.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/scss/scss.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/shell/shell.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/solidity/solidity.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/sophia/sophia.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/sparql/sparql.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/sql/sql.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/st/st.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/swift/swift.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/systemverilog/systemverilog.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/tcl/tcl.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/twig/twig.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/typescript/typescript.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/typespec/typespec.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/vb/vb.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/wgsl/wgsl.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/xml/xml.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/basic-languages/yaml/yaml.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/editor/editor.main.css +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/editor/editor.main.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/css/cssMode.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/css/cssWorker.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/html/htmlMode.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/html/htmlWorker.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/json/jsonMode.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/json/jsonWorker.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/typescript/tsMode.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/language/typescript/tsWorker.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/loader.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.de.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.es.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.fr.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.it.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.ja.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.ko.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.ru.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.zh-cn.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/min/vs/nls.messages.zh-tw.js +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/monaco.d.ts +%%WWWDIR%%/documentserver/web-apps/vendor/monaco/monaco/package.json %%WWWDIR%%/documentserver/web-apps/vendor/requirejs/require.js %%WWWDIR%%/documentserver/web-apps/vendor/socketio/socket.io.min.js %%WWWDIR%%/documentserver/web-apps/vendor/underscore/underscore-min.js @@ -18253,15 +18209,6 @@ lib/libkernel_network.so @dir %%WWWDIR%%/Data @dir %%WWWDIR%%/documentserver/fonts @dir %%WWWDIR%%/documentserver/license -@dir %%WWWDIR%%/documentserver/sdkjs/cell -@dir %%WWWDIR%%/documentserver/sdkjs/pdf -@dir %%WWWDIR%%/documentserver/sdkjs/slide -@dir %%WWWDIR%%/documentserver/sdkjs/word -@dir %%WWWDIR%%/documentserver/sdkjs -@dir %%WWWDIR%%/documentserver/web-apps/apps/api/documents -@dir %%WWWDIR%%/documentserver/web-apps/apps/api -@dir %%WWWDIR%%/documentserver/web-apps/apps -@dir %%WWWDIR%%/documentserver/web-apps @preunexec rm -f %D/%%ETCDIR%%/documentserver/nginx/includes/ds-cache.conf @preunexec rm -rf %D/%%WWWDIR%%/documentserver/fonts/* @preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/cell/sdk-all.cache @@ -18271,6 +18218,7 @@ lib/libkernel_network.so @preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/pdf/sdk-all.cache @preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/slide/sdk-all.cache @preunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/slide/themes/theme* +@preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/visio/sdk-all.cache @preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/word/sdk-all.cache @preunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/font_selection.bin @preunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/AllFonts.js diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index 90899c8c8e97..1b2676d81ef6 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= gnome php:build,pecl pkgconfig USE_GNOME= libxml2 -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= LIBXML_CFLAGS=-I${LOCALBASE}/include/libxml2 \ LIBXML_LIBS=-L${LOCALBASE}/include/libxml2 diff --git a/www/php85-opcache/Makefile b/www/php85-opcache/Makefile new file mode 100644 index 000000000000..edb61940538a --- /dev/null +++ b/www/php85-opcache/Makefile @@ -0,0 +1,9 @@ +CATEGORIES= www + +PKGNAMESUFFIX= -opcache + +USES= php:zend,noflavors + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-session/Makefile b/www/php85-session/Makefile new file mode 100644 index 000000000000..cedce7a3b4f9 --- /dev/null +++ b/www/php85-session/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -session + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-tidy/Makefile b/www/php85-tidy/Makefile new file mode 100644 index 000000000000..9b47a56ccce6 --- /dev/null +++ b/www/php85-tidy/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -tidy + +.include "${MASTERDIR}/Makefile" diff --git a/www/plasma6-plasma-browser-integration/distinfo b/www/plasma6-plasma-browser-integration/distinfo index a6dcc022e175..bb44ca4e5391 100644 --- a/www/plasma6-plasma-browser-integration/distinfo +++ b/www/plasma6-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789621 -SHA256 (KDE/plasma/6.4.1/plasma-browser-integration-6.4.1.tar.xz) = 7aa0d8c0c722e9f763baef5c153a7f882f490dbcf99563d04727b759c5c2d634 -SIZE (KDE/plasma/6.4.1/plasma-browser-integration-6.4.1.tar.xz) = 233020 +TIMESTAMP = 1751380555 +SHA256 (KDE/plasma/6.4.2/plasma-browser-integration-6.4.2.tar.xz) = cb85b959a81109bf2aa82f75829b0e1833c9b4c06b8819c304f7ca5e320f154b +SIZE (KDE/plasma/6.4.2/plasma-browser-integration-6.4.2.tar.xz) = 233000 diff --git a/www/py-fastapi/Makefile b/www/py-fastapi/Makefile index f1c818061a5e..75b59c4e7a3d 100644 --- a/www/py-fastapi/Makefile +++ b/www/py-fastapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastapi -PORTVERSION= 0.115.12 +PORTVERSION= 0.115.14 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-fastapi/distinfo b/www/py-fastapi/distinfo index e86bce225edf..2a3ee397327d 100644 --- a/www/py-fastapi/distinfo +++ b/www/py-fastapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743470798 -SHA256 (fastapi-0.115.12.tar.gz) = 1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681 -SIZE (fastapi-0.115.12.tar.gz) = 295236 +TIMESTAMP = 1751328090 +SHA256 (fastapi-0.115.14.tar.gz) = b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739 +SIZE (fastapi-0.115.14.tar.gz) = 296263 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/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/tcexam/Makefile b/www/tcexam/Makefile index 9e549b42e0fb..5ac16915076c 100644 --- a/www/tcexam/Makefile +++ b/www/tcexam/Makefile @@ -1,5 +1,5 @@ PORTNAME= tcexam -PORTVERSION= 16.3.9 +PORTVERSION= 16.5.0 CATEGORIES= www education PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/tcexam/distinfo b/www/tcexam/distinfo index eac92801d354..0cbb4fbfaf8f 100644 --- a/www/tcexam/distinfo +++ b/www/tcexam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748331491 -SHA256 (tecnickcom-tcexam-16.3.9_GH0.tar.gz) = f2eaa75b7364647ec7dd416275d6ed0218ea2dfb0327d63cbefad1d968a5fe1b -SIZE (tecnickcom-tcexam-16.3.9_GH0.tar.gz) = 17135074 +TIMESTAMP = 1751327270 +SHA256 (tecnickcom-tcexam-16.5.0_GH0.tar.gz) = d50adc8a72a3bc2ca3c9d06da5029535b21dfc27d36710e030362074f15f537b +SIZE (tecnickcom-tcexam-16.5.0_GH0.tar.gz) = 17138670 diff --git a/www/tikiwiki/Makefile b/www/tikiwiki/Makefile index d2b566249a01..a322c1fb8d8f 100644 --- a/www/tikiwiki/Makefile +++ b/www/tikiwiki/Makefile @@ -1,5 +1,5 @@ PORTNAME= tikiwiki -DISTVERSION= 28.3 +DISTVERSION= 28.4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_28.x_Castor/${DISTVERSION}/ DISTNAME= tiki-${DISTVERSION} diff --git a/www/tikiwiki/distinfo b/www/tikiwiki/distinfo index a319c54cb8c5..669f8bbb59ea 100644 --- a/www/tikiwiki/distinfo +++ b/www/tikiwiki/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743637879 -SHA256 (tiki-28.3.tar.gz) = ee54bfe8514c7643713cc8687b31c686b6c2c6679a31f7487c86d4c91ef77b8c -SIZE (tiki-28.3.tar.gz) = 159067238 +TIMESTAMP = 1751325946 +SHA256 (tiki-28.4.tar.gz) = 0078f06445e02be7f16d7c2d0b6d2117ae1d5029daded4f8141a96e59d8a4ae0 +SIZE (tiki-28.4.tar.gz) = 159191247 diff --git a/www/webtrees21/Makefile b/www/webtrees21/Makefile index f3e5d619cf96..69b004551cc5 100644 --- a/www/webtrees21/Makefile +++ b/www/webtrees21/Makefile @@ -11,7 +11,7 @@ WWW= https://webtrees.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE.md -IGNORE_WITH_PHP= 83 84 +IGNORE_WITH_PHP= 83 84 85 USES= cpe php shebangfix zip # php pcre extension is required but it's statically linked in default php USE_PHP= calendar curl dom filter gd iconv pdo_mysql session xml diff --git a/x11-drivers/xorgxrdp/Makefile b/x11-drivers/xorgxrdp/Makefile index 22e8929cce3c..b11a5c59be61 100644 --- a/x11-drivers/xorgxrdp/Makefile +++ b/x11-drivers/xorgxrdp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xorgxrdp DISTVERSION= 0.10.4 # Be sure to bump PORTREVISION after xorg-server update to force rebuild -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://github.com/neutrinolabs/xrdp/releases/download/v${XRDPVER}/:xrdp @@ -25,7 +25,7 @@ USES= autoreconf libtool:build localbase pkgconfig xorg USE_LDCONFIG= yes USE_XORG= xorg-server xorgproto -XRDPVER= 0.10.3 +XRDPVER= 0.10.4 GNU_CONFIGURE= yes CONFIGURE_ENV= XRDP_CFLAGS=-I${WRKDIR}/xrdp-${XRDPVER}/common diff --git a/x11-drivers/xorgxrdp/distinfo b/x11-drivers/xorgxrdp/distinfo index 8e1ae2a16be4..0b4b664cd41f 100644 --- a/x11-drivers/xorgxrdp/distinfo +++ b/x11-drivers/xorgxrdp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1743348155 +TIMESTAMP = 1751443978 SHA256 (xrdp/xorgxrdp-0.10.4.tar.gz) = c2585c73916d68123320c3b3d077d3596c50d71466dbd59e780ca247f9124f14 SIZE (xrdp/xorgxrdp-0.10.4.tar.gz) = 521041 -SHA256 (xrdp/xrdp-0.10.3.tar.gz) = 52d79732ab87c66390b088429bf495d65c1d0a1ad04e832b95c0f14e1174d096 -SIZE (xrdp/xrdp-0.10.3.tar.gz) = 2480538 +SHA256 (xrdp/xrdp-0.10.4.tar.gz) = afa68a8a3e1b60ef6ec84af2732d03131986ece58b05fbc0453e7ed4fbe3dde8 +SIZE (xrdp/xrdp-0.10.4.tar.gz) = 2468886 diff --git a/x11-themes/cursor-dmz-aa-theme/Makefile b/x11-themes/cursor-dmz-aa-theme/Makefile index ac590205509d..7129ad3c07a9 100644 --- a/x11-themes/cursor-dmz-aa-theme/Makefile +++ b/x11-themes/cursor-dmz-aa-theme/Makefile @@ -1,31 +1,33 @@ PORTNAME= cursor-dmz-aa-theme -DISTVERSION= 0.4.5 +DISTVERSION= 0.4.5.2 CATEGORIES= x11-themes MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme -DISTNAME= dmz-cursor-theme_${PORTVERSION} +DISTNAME= dmz-cursor-theme_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= DMZ AA style neutral scalable cursor theme -WWW= http://jimmac.musichall.cz/ +WWW= https://jimmac.eu LICENSE= CC-BY-SA-3.0 BUILD_DEPENDS= xcursorgen:x11/xcursorgen USES= tar:xz +DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ-AA NO_ARCH= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-Black -DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ-AA do-build: - (cd ${WRKSRC}/pngs && ${SH} make.sh) + (cd ${WRKSRC}/pngs && \ + ${SH} make.sh) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${INSTALL_DATA} index.theme \ + (cd ${WRKSRC} && \ + ${INSTALL_DATA} index.theme \ ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DATADIR}/cursors - (cd ${WRKSRC}/xcursors && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${DATADIR}/cursors) + (cd ${WRKSRC}/xcursors && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/cursors) .include <bsd.port.mk> diff --git a/x11-themes/cursor-dmz-aa-theme/distinfo b/x11-themes/cursor-dmz-aa-theme/distinfo index ba233074934a..38e47b3ac897 100644 --- a/x11-themes/cursor-dmz-aa-theme/distinfo +++ b/x11-themes/cursor-dmz-aa-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513620011 -SHA256 (dmz-cursor-theme_0.4.5.tar.xz) = b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c -SIZE (dmz-cursor-theme_0.4.5.tar.xz) = 947544 +TIMESTAMP = 1751192753 +SHA256 (dmz-cursor-theme_0.4.5.2.tar.xz) = 75ecbc5ddb1f8295472ca9f8e048f8d799a3102debc87020009bb11240110e4e +SIZE (dmz-cursor-theme_0.4.5.2.tar.xz) = 947776 diff --git a/x11-themes/plasma6-aurorae/distinfo b/x11-themes/plasma6-aurorae/distinfo index 593ca51f77db..27786402f3ac 100644 --- a/x11-themes/plasma6-aurorae/distinfo +++ b/x11-themes/plasma6-aurorae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789622 -SHA256 (KDE/plasma/6.4.1/aurorae-6.4.1.tar.xz) = e2167bde72e355cd0065739ea8d2cd9d1df3f43e9b7809fc5702b3b352bbfd65 -SIZE (KDE/plasma/6.4.1/aurorae-6.4.1.tar.xz) = 56468 +TIMESTAMP = 1751380556 +SHA256 (KDE/plasma/6.4.2/aurorae-6.4.2.tar.xz) = 9d88ceb67308b4093c6a2b27133e808f974cf9731447facef72ee13b5f424d51 +SIZE (KDE/plasma/6.4.2/aurorae-6.4.2.tar.xz) = 56536 diff --git a/x11-themes/plasma6-breeze-gtk/distinfo b/x11-themes/plasma6-breeze-gtk/distinfo index 3a7dbe88c758..17a7e8785216 100644 --- a/x11-themes/plasma6-breeze-gtk/distinfo +++ b/x11-themes/plasma6-breeze-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789624 -SHA256 (KDE/plasma/6.4.1/breeze-gtk-6.4.1.tar.xz) = e108fe9cbc76a0f51fd8df9c630d39978a3c1fb6cfaf39d9ab2f555494627b58 -SIZE (KDE/plasma/6.4.1/breeze-gtk-6.4.1.tar.xz) = 40780 +TIMESTAMP = 1751380560 +SHA256 (KDE/plasma/6.4.2/breeze-gtk-6.4.2.tar.xz) = 48e5b52a95176461a53bd53b3fe9513c4c9c27155cad6f8830c78bcc403cb68d +SIZE (KDE/plasma/6.4.2/breeze-gtk-6.4.2.tar.xz) = 40772 diff --git a/x11-themes/plasma6-breeze/distinfo b/x11-themes/plasma6-breeze/distinfo index b12eda7b271b..9ef201619a44 100644 --- a/x11-themes/plasma6-breeze/distinfo +++ b/x11-themes/plasma6-breeze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789623 -SHA256 (KDE/plasma/6.4.1/breeze-6.4.1.tar.xz) = 4fe0085ffa21b2e3aef49dc4e5c862f22ef13395a9681387a990308743f01c55 -SIZE (KDE/plasma/6.4.1/breeze-6.4.1.tar.xz) = 42559720 +TIMESTAMP = 1751380559 +SHA256 (KDE/plasma/6.4.2/breeze-6.4.2.tar.xz) = 4607ab451d0d15f0d0815243d07fd5f5709985f7eb2bef1bf4ca1691b470aab5 +SIZE (KDE/plasma/6.4.2/breeze-6.4.2.tar.xz) = 42559436 diff --git a/x11-themes/plasma6-kde-gtk-config/distinfo b/x11-themes/plasma6-kde-gtk-config/distinfo index 40a093f71975..59fd29c59a43 100644 --- a/x11-themes/plasma6-kde-gtk-config/distinfo +++ b/x11-themes/plasma6-kde-gtk-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789625 -SHA256 (KDE/plasma/6.4.1/kde-gtk-config-6.4.1.tar.xz) = 4bbf57e4d798a899c3f12335042959aefcf5d6af354b04895e4e8ddee8c8c43e -SIZE (KDE/plasma/6.4.1/kde-gtk-config-6.4.1.tar.xz) = 79032 +TIMESTAMP = 1751380560 +SHA256 (KDE/plasma/6.4.2/kde-gtk-config-6.4.2.tar.xz) = 6fa5d6a045f47916919bdc18f1e2714763f05e620eb5a263a8ca94d707952154 +SIZE (KDE/plasma/6.4.2/kde-gtk-config-6.4.2.tar.xz) = 79044 diff --git a/x11-themes/plasma6-oxygen/distinfo b/x11-themes/plasma6-oxygen/distinfo index 7788986bc6e2..7fac8422d23f 100644 --- a/x11-themes/plasma6-oxygen/distinfo +++ b/x11-themes/plasma6-oxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789625 -SHA256 (KDE/plasma/6.4.1/oxygen-6.4.1.tar.xz) = 6f9b223791f1511e6feec4b68ba6034e1245e03ea21d131fe18c4a84975546a5 -SIZE (KDE/plasma/6.4.1/oxygen-6.4.1.tar.xz) = 2949912 +TIMESTAMP = 1751380562 +SHA256 (KDE/plasma/6.4.2/oxygen-6.4.2.tar.xz) = 8bbd01e0fe5c00a31cc93fb7bb9f3cadf80e9fe8b0ce442dba924e1102f67ffa +SIZE (KDE/plasma/6.4.2/oxygen-6.4.2.tar.xz) = 2955672 diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo index 23b31deac46b..597c23ccda8c 100644 --- a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789635 -SHA256 (KDE/plasma/6.4.1/plasma-workspace-wallpapers-6.4.1.tar.xz) = 7245e7e258f56282fe214259fae821495efc02b3b91aa9d6a39f2bed9f5e61d7 -SIZE (KDE/plasma/6.4.1/plasma-workspace-wallpapers-6.4.1.tar.xz) = 146653556 +TIMESTAMP = 1751380625 +SHA256 (KDE/plasma/6.4.2/plasma-workspace-wallpapers-6.4.2.tar.xz) = d3a89596f3761d6276c0cbc268f7ab8eb72386182f8d3568be9bc3cb76c19b7f +SIZE (KDE/plasma/6.4.2/plasma-workspace-wallpapers-6.4.2.tar.xz) = 146653808 diff --git a/x11-themes/plasma6-qqc2-breeze-style/distinfo b/x11-themes/plasma6-qqc2-breeze-style/distinfo index dcbeaca7676d..f4abd43d9079 100644 --- a/x11-themes/plasma6-qqc2-breeze-style/distinfo +++ b/x11-themes/plasma6-qqc2-breeze-style/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789635 -SHA256 (KDE/plasma/6.4.1/qqc2-breeze-style-6.4.1.tar.xz) = 608ff536d513571f3ad4acafd4960ec0b5a2abfcff3193214bac27a274796be7 -SIZE (KDE/plasma/6.4.1/qqc2-breeze-style-6.4.1.tar.xz) = 66316 +TIMESTAMP = 1751380626 +SHA256 (KDE/plasma/6.4.2/qqc2-breeze-style-6.4.2.tar.xz) = 36e05b1b227b5b659b8b0b886dc34dfec21b09925bef4ec3e71ef28325c6ec89 +SIZE (KDE/plasma/6.4.2/qqc2-breeze-style-6.4.2.tar.xz) = 66312 diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile index 5453c190d9c0..79c592ba958f 100644 --- a/x11-toolkits/aquamarine/Makefile +++ b/x11-toolkits/aquamarine/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.8.0 PORTREVISION= 2 CATEGORIES= x11-toolkits -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Very light linux rendering backend library WWW= https://github.com/hyprwm/aquamarine @@ -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/hyprland-qt-support/Makefile b/x11-toolkits/hyprland-qt-support/Makefile index cb0e6f7f21fe..f83ad46edf33 100644 --- a/x11-toolkits/hyprland-qt-support/Makefile +++ b/x11-toolkits/hyprland-qt-support/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 CATEGORIES= x11-toolkits -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= QML style provider for hypr* Qt apps WWW= https://github.com/hyprwm/hyprland-qt-support diff --git a/x11-toolkits/plasma6-kdeplasma-addons/distinfo b/x11-toolkits/plasma6-kdeplasma-addons/distinfo index 85bfb483e87b..1a77f8226640 100644 --- a/x11-toolkits/plasma6-kdeplasma-addons/distinfo +++ b/x11-toolkits/plasma6-kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789636 -SHA256 (KDE/plasma/6.4.1/kdeplasma-addons-6.4.1.tar.xz) = 894bf9d480fdbf0a3e00573391535a41e9a57cee723fbad0f8da2c16d299d2f6 -SIZE (KDE/plasma/6.4.1/kdeplasma-addons-6.4.1.tar.xz) = 939816 +TIMESTAMP = 1751380627 +SHA256 (KDE/plasma/6.4.2/kdeplasma-addons-6.4.2.tar.xz) = dddf85b728df804ea39e02452e355ced196b1a35eb8e9d9d71b747f89cc166c1 +SIZE (KDE/plasma/6.4.2/kdeplasma-addons-6.4.2.tar.xz) = 940224 diff --git a/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist b/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist index a77c8613373e..4ffd6cc2cafe 100644 --- a/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist +++ b/x11-toolkits/plasma6-kdeplasma-addons/pkg-plist @@ -1502,6 +1502,7 @@ share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma_applet_dict.mo share/locale/ru/LC_MESSAGES/plasma_calendar_alternatecalendar.mo share/locale/ru/LC_MESSAGES/plasma_calendar_astronomicalevents.mo share/locale/ru/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_colors.mo share/locale/ru/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ru/LC_MESSAGES/plasma_runner_katesessions.mo 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-toolkits/wlroots015/Makefile b/x11-toolkits/wlroots015/Makefile index f32d23621390..25e2cb69c67a 100644 --- a/x11-toolkits/wlroots015/Makefile +++ b/x11-toolkits/wlroots015/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlroots DISTVERSION= 0.15.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 015 diff --git a/x11-toolkits/wlroots017/Makefile b/x11-toolkits/wlroots017/Makefile index 0d387b7086f3..4b8183d24a11 100644 --- a/x11-toolkits/wlroots017/Makefile +++ b/x11-toolkits/wlroots017/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlroots DISTVERSION= 0.17.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 017 diff --git a/x11-toolkits/wlroots018/Makefile b/x11-toolkits/wlroots018/Makefile index 5f7ac2c74cc5..3a58fc4f3dc3 100644 --- a/x11-toolkits/wlroots018/Makefile +++ b/x11-toolkits/wlroots018/Makefile @@ -1,6 +1,6 @@ PORTNAME= wlroots DISTVERSION= 0.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 018 diff --git a/x11-toolkits/wlroots019/Makefile b/x11-toolkits/wlroots019/Makefile index 5427932dd492..f785e46fa20d 100644 --- a/x11-toolkits/wlroots019/Makefile +++ b/x11-toolkits/wlroots019/Makefile @@ -1,5 +1,6 @@ PORTNAME= wlroots DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 019 diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile index 8e16deea0ba1..b430623ee3d8 100644 --- a/x11-wm/chamfer/Makefile +++ b/x11-wm/chamfer/Makefile @@ -1,6 +1,6 @@ PORTNAME= chamfer DISTVERSION= s20240928 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index d3cd13b94992..58f5d2f65118 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -1,6 +1,6 @@ PORTNAME= gamescope DISTVERSION= 3.13.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 4aaf25c6476e..fe2ddfecb4ef 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.48.1 PORTREVISION= 3 CATEGORIES= x11-wm wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' WWW= https://hyprland.org/ @@ -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-wm/phoc/Makefile b/x11-wm/phoc/Makefile index 4500b11adcb2..639b7f0b819d 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -1,6 +1,6 @@ PORTNAME= phoc DISTVERSIONPREFIX= v -DISTVERSION= 0.46.0 +DISTVERSION= 0.48.0 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libudev.so:devel/libudev-devd \ libwayland-server.so:graphics/wayland \ - libwlroots-0.18.so:x11-toolkits/wlroots018 \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter @@ -27,9 +27,12 @@ USE_GNOME= cairo gnomedesktop3 USE_XORG= pixman xcb GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World/Phosh -GL_TUPLE= World/Phosh:gmobile:v0.2.0:gmobile/subprojects/gmobile +GL_TUPLE= World/Phosh:gmobile:v0.2.0:gmobile/subprojects/gmobile \ + GNOME:gvdb:4758f6f:gvdb/subprojects/gvdb MESON_ARGS= -Dembed-wlroots=disabled PLIST_FILES= bin/${PORTNAME} \ + bin/${PORTNAME}-outputs-states \ + share/man/man1/${PORTNAME}-outputs-states.1.gz \ share/man/man5/${PORTNAME}.ini.5.gz \ share/applications/mobi.phosh.Phoc.desktop \ share/icons/hicolor/symbolic/apps/mobi.phosh.Phoc.svg diff --git a/x11-wm/phoc/distinfo b/x11-wm/phoc/distinfo index 7147af27287a..991a30696e9d 100644 --- a/x11-wm/phoc/distinfo +++ b/x11-wm/phoc/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1743405448 -SHA256 (phoc-v0.46.0.tar.bz2) = 710668dfff3ce97096c61072563f128585f4b9596b304a7d970787b0a989dae9 -SIZE (phoc-v0.46.0.tar.bz2) = 282603 +TIMESTAMP = 1751266496 +SHA256 (phoc-v0.48.0.tar.bz2) = 9b7b954dc69da13b3ca50a5a3c84ff8ed261347065b5bd53d05b76db88570eda +SIZE (phoc-v0.48.0.tar.bz2) = 291253 SHA256 (gmobile-v0.2.0.tar.bz2) = a043d63026731b7d2e7cb2a8332ca0f4125d74f15a76db7fd4b857064e0a8727 SIZE (gmobile-v0.2.0.tar.bz2) = 54872 +SHA256 (gvdb-4758f6f.tar.bz2) = e318d0de50d6d5280d1e28e97b8836c7ad49d821dbeaa67697b2392cf7eea908 +SIZE (gvdb-4758f6f.tar.bz2) = 24376 diff --git a/x11-wm/phoc/files/patch-examples_meson.build b/x11-wm/phoc/files/patch-examples_meson.build index f9757e4f1b03..0d8d329b72e4 100644 --- a/x11-wm/phoc/files/patch-examples_meson.build +++ b/x11-wm/phoc/files/patch-examples_meson.build @@ -2,11 +2,11 @@ ld: error: undefined symbol: pthread_create >>> referenced by idle.c >>> examples/idle.p/idle.c.o:(main) ---- examples/meson.build.orig 2023-10-28 09:42:21 UTC +--- examples/meson.build.orig 2025-06-30 06:54:56 UTC +++ examples/meson.build -@@ -27,5 +27,5 @@ executable('idle', - - executable('idle', +@@ -24,5 +24,5 @@ executable( + executable( + 'idle', sources: ['idle.c', client_protos_headers, protos_sources], - dependencies: [glib, wayland_client], + dependencies: [glib, wayland_client, dependency('threads')], diff --git a/x11-wm/phoc/files/patch-helpers_tracing_meson.build b/x11-wm/phoc/files/patch-helpers_tracing_meson.build deleted file mode 100644 index 55241ee783d6..000000000000 --- a/x11-wm/phoc/files/patch-helpers_tracing_meson.build +++ /dev/null @@ -1,13 +0,0 @@ -Error: Orphaned: %%DATADIR%%/systemtap/activation.stp -Error: Orphaned: %%DATADIR%%/systemtap/direct-scanout.stp -Error: Orphaned: %%DATADIR%%/systemtap/render-loop.stp - ---- helpers/tracing/meson.build.orig 2024-01-06 09:54:24 UTC -+++ helpers/tracing/meson.build -@@ -4,4 +4,6 @@ stp_scripts = [ - 'render-loop.stp', - ] - -+if not get_option('dtrace').disabled() - install_data(stp_scripts, install_dir : pkgdatadir / 'systemtap' ) -+endif diff --git a/x11-wm/phoc/files/patch-tools_tracing_meson.build b/x11-wm/phoc/files/patch-tools_tracing_meson.build new file mode 100644 index 000000000000..0bb1a894a079 --- /dev/null +++ b/x11-wm/phoc/files/patch-tools_tracing_meson.build @@ -0,0 +1,12 @@ +Error: Orphaned: %%DATADIR%%/systemtap/activation.stp +Error: Orphaned: %%DATADIR%%/systemtap/direct-scanout.stp +Error: Orphaned: %%DATADIR%%/systemtap/render-loop.stp + +--- tools/tracing/meson.build.orig 2025-06-30 06:54:56 UTC ++++ tools/tracing/meson.build +@@ -1,3 +1,5 @@ stp_scripts = ['activation.stp', 'direct-scanout.stp', + stp_scripts = ['activation.stp', 'direct-scanout.stp', 'render-loop.stp'] + ++if not get_option('dtrace').disabled() + install_data(stp_scripts, install_dir: pkgdatadir / 'systemtap') ++endif diff --git a/x11-wm/plasma6-kdecoration/distinfo b/x11-wm/plasma6-kdecoration/distinfo index 6e3428f7a60d..a0d0068557d9 100644 --- a/x11-wm/plasma6-kdecoration/distinfo +++ b/x11-wm/plasma6-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789637 -SHA256 (KDE/plasma/6.4.1/kdecoration-6.4.1.tar.xz) = a1b4401edaf7fe2163c3e1cab548d93c3131957b8534f21249eefceee496e122 -SIZE (KDE/plasma/6.4.1/kdecoration-6.4.1.tar.xz) = 57840 +TIMESTAMP = 1751380628 +SHA256 (KDE/plasma/6.4.2/kdecoration-6.4.2.tar.xz) = d7abe73dc0930453f197b7a022fc193cd112c254af29c72f316abfe75ee75f33 +SIZE (KDE/plasma/6.4.2/kdecoration-6.4.2.tar.xz) = 57852 diff --git a/x11-wm/plasma6-kwin-x11/distinfo b/x11-wm/plasma6-kwin-x11/distinfo index 137333c7fa3f..ed7e575dd5d5 100644 --- a/x11-wm/plasma6-kwin-x11/distinfo +++ b/x11-wm/plasma6-kwin-x11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789638 -SHA256 (KDE/plasma/6.4.1/kwin-x11-6.4.1.tar.xz) = 798cbd6daf5fb2d7ebdb494e6b12f39a9ec0e025a27233621213966141207c0b -SIZE (KDE/plasma/6.4.1/kwin-x11-6.4.1.tar.xz) = 6859352 +TIMESTAMP = 1751380631 +SHA256 (KDE/plasma/6.4.2/kwin-x11-6.4.2.tar.xz) = 6edfb204a1ab9af991bf057ae376c12595170d591d0801674bba64148d452c23 +SIZE (KDE/plasma/6.4.2/kwin-x11-6.4.2.tar.xz) = 6861736 diff --git a/x11-wm/plasma6-kwin-x11/pkg-plist b/x11-wm/plasma6-kwin-x11/pkg-plist index e660d4c645d6..92f0f8cd07ce 100644 --- a/x11-wm/plasma6-kwin-x11/pkg-plist +++ b/x11-wm/plasma6-kwin-x11/pkg-plist @@ -1191,6 +1191,7 @@ share/locale/pa/LC_MESSAGES/kcmkwincompositing_x11.mo share/locale/pa/LC_MESSAGES/kcmkwinscreenedges_x11.mo share/locale/pa/LC_MESSAGES/kcmkwm_x11.mo share/locale/pa/LC_MESSAGES/kwin_x11.mo +share/locale/pl/LC_MESSAGES/kcm_animations_x11.mo share/locale/pl/LC_MESSAGES/kcm_kwin_effects_x11.mo share/locale/pl/LC_MESSAGES/kcm_kwin_scripts_x11.mo share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo @@ -1236,6 +1237,7 @@ share/locale/ro/LC_MESSAGES/kcmkwincompositing_x11.mo share/locale/ro/LC_MESSAGES/kcmkwinscreenedges_x11.mo share/locale/ro/LC_MESSAGES/kcmkwm_x11.mo share/locale/ro/LC_MESSAGES/kwin_x11.mo +share/locale/ru/LC_MESSAGES/kcm_animations_x11.mo share/locale/ru/LC_MESSAGES/kcm_kwin_effects_x11.mo share/locale/ru/LC_MESSAGES/kcm_kwin_scripts_x11.mo share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo diff --git a/x11-wm/plasma6-kwin/distinfo b/x11-wm/plasma6-kwin/distinfo index 5e14347cd04d..6736c3a2dd41 100644 --- a/x11-wm/plasma6-kwin/distinfo +++ b/x11-wm/plasma6-kwin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789638 -SHA256 (KDE/plasma/6.4.1/kwin-6.4.1.tar.xz) = d4e4306c96cc2e8ba8630eac3234fbc085685b00abc5e5afc2c2c1c6c6fca4d4 -SIZE (KDE/plasma/6.4.1/kwin-6.4.1.tar.xz) = 8761128 +TIMESTAMP = 1751380629 +SHA256 (KDE/plasma/6.4.2/kwin-6.4.2.tar.xz) = 1cb00c603bb010d450e08be27439418be659940e885a90ac4e2f5bc61ae3b71b +SIZE (KDE/plasma/6.4.2/kwin-6.4.2.tar.xz) = 8763784 diff --git a/x11-wm/plasma6-kwin/pkg-plist b/x11-wm/plasma6-kwin/pkg-plist index d0c57a961aa3..27dbd2d459d5 100644 --- a/x11-wm/plasma6-kwin/pkg-plist +++ b/x11-wm/plasma6-kwin/pkg-plist @@ -1483,6 +1483,7 @@ share/locale/ro/LC_MESSAGES/kcmkwincommon.mo share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ro/LC_MESSAGES/kcmkwm.mo share/locale/ro/LC_MESSAGES/kwin.mo +share/locale/ru/LC_MESSAGES/kcm_animations.mo share/locale/ru/LC_MESSAGES/kcm_kwin_effects.mo share/locale/ru/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops.mo diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index a426ba7caf74..30f6e8af98f6 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,6 +1,6 @@ PORTNAME= river DISTVERSIONPREFIX= v -DISTVERSION= 0.3.9 +DISTVERSION= 0.3.11 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ zig>=0.14.0:lang/zig LIB_DEPENDS= libevdev.so:devel/libevdev \ libwayland-server.so:graphics/wayland \ - libwlroots-0.18.so:x11-toolkits/wlroots018 \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon @@ -26,7 +26,7 @@ GH_ACCOUNT= riverwm GH_TUPLE= ifreund:zig-pixman:v0.3.0:zig_pixman/../.cache/zig/p/pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX \ ifreund:zig-wayland:v0.3.0:zig_wayland/../.cache/zig/p/wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl \ ifreund:zig-xkbcommon:v0.3.0:zig_xkbcommon/../.cache/zig/p/xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr \ - swaywm:zig-wlroots:v0.18.2:zig_wlroots/../.cache/zig/p/wlroots-0.18.2-jmOlchnIAwBq45_cxU1V3OWErxxJjQZlc9PyJfR-l3uk + swaywm:zig-wlroots:v0.19.2:zig_wlroots/../.cache/zig/p/wlroots-0.19.2-jmOlcsnnAwDFAeOamkUaxyHNhKngH4Ai5rrLSVbqA8LW MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:D:U-Doptimize=ReleaseFast} \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index f5fcd6ed1a43..f7b7e56d89c3 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1741591210 -SHA256 (riverwm-river-v0.3.9_GH0.tar.gz) = dd8c8892b2f2b082f559228f790f8ec3748d5edaa7ec28097f17110fcddf647a -SIZE (riverwm-river-v0.3.9_GH0.tar.gz) = 172259 +TIMESTAMP = 1751355476 +SHA256 (riverwm-river-v0.3.11_GH0.tar.gz) = bd2732f0d515ea4b669b17b48cfda2a271f013fa9aeaba61453b610b381f474a +SIZE (riverwm-river-v0.3.11_GH0.tar.gz) = 171257 SHA256 (ifreund-zig-pixman-v0.3.0_GH0.tar.gz) = b09b4d733430d3341c9fa340b13b84da058068764b9239452b5161c015ac3b08 SIZE (ifreund-zig-pixman-v0.3.0_GH0.tar.gz) = 7976 SHA256 (ifreund-zig-wayland-v0.3.0_GH0.tar.gz) = 8697cb2d056bc88e76e4f44e68e4346bf1ab4b325acd38b52dae7924754ea0ad SIZE (ifreund-zig-wayland-v0.3.0_GH0.tar.gz) = 75460 SHA256 (ifreund-zig-xkbcommon-v0.3.0_GH0.tar.gz) = 492b670d9bddc596184b2ec46d06dbcafdfb9c4b6b6fa7ad9ba98a4d2f921d59 SIZE (ifreund-zig-xkbcommon-v0.3.0_GH0.tar.gz) = 22520 -SHA256 (swaywm-zig-wlroots-v0.18.2_GH0.tar.gz) = 42312e25b7ca88fb26aa8ba20f282eb8d587908ca664f02176d019a8bad753c3 -SIZE (swaywm-zig-wlroots-v0.18.2_GH0.tar.gz) = 58494 +SHA256 (swaywm-zig-wlroots-v0.19.2_GH0.tar.gz) = 92f483605472e57e891e88b7e10cc833ad03883e292b81ac3c37ae7410dfdedd +SIZE (swaywm-zig-wlroots-v0.19.2_GH0.tar.gz) = 59078 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/hyprcursor/Makefile b/x11/hyprcursor/Makefile index a9ddfab0ebb5..d72ec7513138 100644 --- a/x11/hyprcursor/Makefile +++ b/x11/hyprcursor/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland cursor format, library and utilities WWW= https://github.com/hyprwm/hyprcursor diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index 0f31bd80a102..3144006df543 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.1.6 PORTREVISION= 2 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland's idle daemon #' WWW= https://github.com/hyprwm/hypridle diff --git a/x11/hyprland-qtutils/Makefile b/x11/hyprland-qtutils/Makefile index 129713cb2287..4530953a9e0f 100644 --- a/x11/hyprland-qtutils/Makefile +++ b/x11/hyprland-qtutils/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.1.4 PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland QT/qml utility apps WWW= https://github.com/hyprwm/hyprland-qtutils diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile index 85684881a4e6..a530cd68d4a9 100644 --- a/x11/hyprlock/Makefile +++ b/x11/hyprlock/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland's GPU-accelerated screen locking utility #' WWW= https://github.com/hyprwm/hyprlock diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile index 3bdb49070916..ae66b6b427b4 100644 --- a/x11/hyprpaper/Makefile +++ b/x11/hyprpaper/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.7.5 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Blazing fast Wayland wallpaper utility with IPC controls WWW= https://github.com/hyprwm/hyprpaper diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index 1eebdf755cf1..1b80838ea334 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Color picker and magnifier for Wayland WWW= https://github.com/hyprwm/hyprpicker 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/plasma6-kactivitymanagerd/distinfo b/x11/plasma6-kactivitymanagerd/distinfo index 678fcaf569ad..253bf85eac70 100644 --- a/x11/plasma6-kactivitymanagerd/distinfo +++ b/x11/plasma6-kactivitymanagerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789639 -SHA256 (KDE/plasma/6.4.1/kactivitymanagerd-6.4.1.tar.xz) = b6dd5c1b84d3d2e70db79f16ecefe23acaf53c45fd5c2babb2ee994b466cac99 -SIZE (KDE/plasma/6.4.1/kactivitymanagerd-6.4.1.tar.xz) = 101584 +TIMESTAMP = 1751380631 +SHA256 (KDE/plasma/6.4.2/kactivitymanagerd-6.4.2.tar.xz) = 1ab68540247b207ae14be46477b604a8e8ff03dab007e9fce160d230fe83b6c3 +SIZE (KDE/plasma/6.4.2/kactivitymanagerd-6.4.2.tar.xz) = 101588 diff --git a/x11/plasma6-kgamma/distinfo b/x11/plasma6-kgamma/distinfo index 2794f1c1220e..0c6ba91f1835 100644 --- a/x11/plasma6-kgamma/distinfo +++ b/x11/plasma6-kgamma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789640 -SHA256 (KDE/plasma/6.4.1/kgamma-6.4.1.tar.xz) = cc2941c546321c0f40087a81e2c3d8d44ea3845034c164179a6384b54ef0fb90 -SIZE (KDE/plasma/6.4.1/kgamma-6.4.1.tar.xz) = 87692 +TIMESTAMP = 1751380632 +SHA256 (KDE/plasma/6.4.2/kgamma-6.4.2.tar.xz) = ff825988ba5444d0fee6e338c643d7d31db7d1f35be2dc62ce67f6ee801c8f1b +SIZE (KDE/plasma/6.4.2/kgamma-6.4.2.tar.xz) = 87704 diff --git a/x11/plasma6-kglobalacceld/distinfo b/x11/plasma6-kglobalacceld/distinfo index 1db0e63e3b2c..c40d70715220 100644 --- a/x11/plasma6-kglobalacceld/distinfo +++ b/x11/plasma6-kglobalacceld/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789640 -SHA256 (KDE/plasma/6.4.1/kglobalacceld-6.4.1.tar.xz) = 3ee38af4c9551de640a1867d278352d81714692cf7000c20d19dc262e04bf433 -SIZE (KDE/plasma/6.4.1/kglobalacceld-6.4.1.tar.xz) = 56500 +TIMESTAMP = 1751380633 +SHA256 (KDE/plasma/6.4.2/kglobalacceld-6.4.2.tar.xz) = 9f7ca2533aae3d5cd13895f47ae07bfdba4165af01ccaa460d645b3c4d2a51e4 +SIZE (KDE/plasma/6.4.2/kglobalacceld-6.4.2.tar.xz) = 56488 diff --git a/x11/plasma6-kscreen/distinfo b/x11/plasma6-kscreen/distinfo index 1aa09269ebb5..5e54938c7641 100644 --- a/x11/plasma6-kscreen/distinfo +++ b/x11/plasma6-kscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789641 -SHA256 (KDE/plasma/6.4.1/kscreen-6.4.1.tar.xz) = c3a28569c4f092def84564e9162eb8a7fa681a8f4658a14d82436ea21754dc5b -SIZE (KDE/plasma/6.4.1/kscreen-6.4.1.tar.xz) = 31775808 +TIMESTAMP = 1751380635 +SHA256 (KDE/plasma/6.4.2/kscreen-6.4.2.tar.xz) = 771a6c4a17c34db7628bab58ee6d1977d58eee28a4d394fb9ec208cf79e76819 +SIZE (KDE/plasma/6.4.2/kscreen-6.4.2.tar.xz) = 31776068 diff --git a/x11/plasma6-kscreen/pkg-plist b/x11/plasma6-kscreen/pkg-plist index 7bb17cb2cd19..0bfa234b8c7d 100644 --- a/x11/plasma6-kscreen/pkg-plist +++ b/x11/plasma6-kscreen/pkg-plist @@ -148,6 +148,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo share/locale/ro/LC_MESSAGES/kcm_kscreen.mo share/locale/ro/LC_MESSAGES/kscreen_common.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/ru/LC_MESSAGES/hdrcalibrator.mo share/locale/ru/LC_MESSAGES/kcm_kscreen.mo share/locale/ru/LC_MESSAGES/kscreen_common.mo share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo diff --git a/x11/plasma6-kwayland/distinfo b/x11/plasma6-kwayland/distinfo index fc66736e9cb3..a71d76584417 100644 --- a/x11/plasma6-kwayland/distinfo +++ b/x11/plasma6-kwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789642 -SHA256 (KDE/plasma/6.4.1/kwayland-6.4.1.tar.xz) = 7f8f284122ffda44c5e1d64427be9059ca23f5a9fbf092e2a1de6d41de458625 -SIZE (KDE/plasma/6.4.1/kwayland-6.4.1.tar.xz) = 132828 +TIMESTAMP = 1751380636 +SHA256 (KDE/plasma/6.4.2/kwayland-6.4.2.tar.xz) = 828dd9c1ec327721583d6f04a4413f08f6ffd9350c51de16986359aa70c808d7 +SIZE (KDE/plasma/6.4.2/kwayland-6.4.2.tar.xz) = 132836 diff --git a/x11/plasma6-layer-shell-qt/distinfo b/x11/plasma6-layer-shell-qt/distinfo index 642eabcb5fc7..c1b521679475 100644 --- a/x11/plasma6-layer-shell-qt/distinfo +++ b/x11/plasma6-layer-shell-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789642 -SHA256 (KDE/plasma/6.4.1/layer-shell-qt-6.4.1.tar.xz) = e781cadec00b4c389b9143cb3a40df7788aa4d4d211c8847f6b9b65176e6e9ce -SIZE (KDE/plasma/6.4.1/layer-shell-qt-6.4.1.tar.xz) = 35732 +TIMESTAMP = 1751380636 +SHA256 (KDE/plasma/6.4.2/layer-shell-qt-6.4.2.tar.xz) = 7bead02f506e7c1efadc61588cc52e8ed2fa467ca183485c3b7280c08a5a6312 +SIZE (KDE/plasma/6.4.2/layer-shell-qt-6.4.2.tar.xz) = 35748 diff --git a/x11/plasma6-libkscreen/distinfo b/x11/plasma6-libkscreen/distinfo index 52eba07990e8..a6c825db2305 100644 --- a/x11/plasma6-libkscreen/distinfo +++ b/x11/plasma6-libkscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789645 -SHA256 (KDE/plasma/6.4.1/libkscreen-6.4.1.tar.xz) = 74153c1940ddeec099ba120c7a79bbcb39ffe36344e7cd5c43608776af5b2d14 -SIZE (KDE/plasma/6.4.1/libkscreen-6.4.1.tar.xz) = 122348 +TIMESTAMP = 1751380639 +SHA256 (KDE/plasma/6.4.2/libkscreen-6.4.2.tar.xz) = 73dfbaf6c437a5c1d01f768b4f140070d047f8fec306442acd93ab54837ec1aa +SIZE (KDE/plasma/6.4.2/libkscreen-6.4.2.tar.xz) = 122336 diff --git a/x11/plasma6-libplasma/distinfo b/x11/plasma6-libplasma/distinfo index cf49afc6a4e2..edc45b1b83e0 100644 --- a/x11/plasma6-libplasma/distinfo +++ b/x11/plasma6-libplasma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789646 -SHA256 (KDE/plasma/6.4.1/libplasma-6.4.1.tar.xz) = 3ba4f1f8a9968b1d339564f91b33818e80e612de7e534591117246963d2c717b -SIZE (KDE/plasma/6.4.1/libplasma-6.4.1.tar.xz) = 1970196 +TIMESTAMP = 1751380641 +SHA256 (KDE/plasma/6.4.2/libplasma-6.4.2.tar.xz) = a9bb5532e6efb30833c76b5e2e0fb1ce1aae540beb6813b69163d20b96d560ac +SIZE (KDE/plasma/6.4.2/libplasma-6.4.2.tar.xz) = 1970176 diff --git a/x11/plasma6-plasma-activities-stats/distinfo b/x11/plasma6-plasma-activities-stats/distinfo index 60b54f411add..d1e448186289 100644 --- a/x11/plasma6-plasma-activities-stats/distinfo +++ b/x11/plasma6-plasma-activities-stats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789650 -SHA256 (KDE/plasma/6.4.1/plasma-activities-stats-6.4.1.tar.xz) = adf5f4bfa758ff41309978ef50bbf5ff0a596eaf9137386d4b870e7bcc2330b7 -SIZE (KDE/plasma/6.4.1/plasma-activities-stats-6.4.1.tar.xz) = 83032 +TIMESTAMP = 1751380647 +SHA256 (KDE/plasma/6.4.2/plasma-activities-stats-6.4.2.tar.xz) = c689f51d29f0b65a913e6d746484347d516df9a172f2c51e7bc85cade72a8e7a +SIZE (KDE/plasma/6.4.2/plasma-activities-stats-6.4.2.tar.xz) = 83020 diff --git a/x11/plasma6-plasma-activities/distinfo b/x11/plasma6-plasma-activities/distinfo index 19c830908b28..84b01c01ef13 100644 --- a/x11/plasma6-plasma-activities/distinfo +++ b/x11/plasma6-plasma-activities/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789648 -SHA256 (KDE/plasma/6.4.1/plasma-activities-6.4.1.tar.xz) = 0ec0692b5dcb05fc82d1e7f7285ab82da2269ddb7d0318b8f4a61038da44d963 -SIZE (KDE/plasma/6.4.1/plasma-activities-6.4.1.tar.xz) = 66368 +TIMESTAMP = 1751380644 +SHA256 (KDE/plasma/6.4.2/plasma-activities-6.4.2.tar.xz) = bbca03ac6a6a71958b4426d575ec68239925cd3ed1cba5bd171b7e7b8605a8db +SIZE (KDE/plasma/6.4.2/plasma-activities-6.4.2.tar.xz) = 66388 diff --git a/x11/plasma6-plasma-desktop/distinfo b/x11/plasma6-plasma-desktop/distinfo index 5163a3d948c0..2c1a4a73304d 100644 --- a/x11/plasma6-plasma-desktop/distinfo +++ b/x11/plasma6-plasma-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789651 -SHA256 (KDE/plasma/6.4.1/plasma-desktop-6.4.1.tar.xz) = b5cf7bf560c8a4aff5a1219cfa417a876b982071a3bb801d2aff53dbf18a0584 -SIZE (KDE/plasma/6.4.1/plasma-desktop-6.4.1.tar.xz) = 16748588 +TIMESTAMP = 1751380648 +SHA256 (KDE/plasma/6.4.2/plasma-desktop-6.4.2.tar.xz) = 329691b92f368c22114604650e39db91c63870c80c0c08e853c6a040dbd30a84 +SIZE (KDE/plasma/6.4.2/plasma-desktop-6.4.2.tar.xz) = 16748724 diff --git a/x11/plasma6-plasma-integration/distinfo b/x11/plasma6-plasma-integration/distinfo index 3eab4c119048..f3f12d1f801e 100644 --- a/x11/plasma6-plasma-integration/distinfo +++ b/x11/plasma6-plasma-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789652 -SHA256 (KDE/plasma/6.4.1/plasma-integration-6.4.1.tar.xz) = 12813db0d66855505701a9a6222e6a513a5557890325f10ca1fcbf787d91ede3 -SIZE (KDE/plasma/6.4.1/plasma-integration-6.4.1.tar.xz) = 97872 +TIMESTAMP = 1751380649 +SHA256 (KDE/plasma/6.4.2/plasma-integration-6.4.2.tar.xz) = f0b56ce04ae1117cc0f22a72a600164fd2148a25b7e79dc0c4c507f88990a5cc +SIZE (KDE/plasma/6.4.2/plasma-integration-6.4.2.tar.xz) = 97828 diff --git a/x11/plasma6-plasma-workspace/distinfo b/x11/plasma6-plasma-workspace/distinfo index e7d4ef190044..4b5111a2f91a 100644 --- a/x11/plasma6-plasma-workspace/distinfo +++ b/x11/plasma6-plasma-workspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750789653 -SHA256 (KDE/plasma/6.4.1/plasma-workspace-6.4.1.tar.xz) = 2067b539e57445bb35fc3b589a4f5f7aee31549906e220e88d8790d7af32aee4 -SIZE (KDE/plasma/6.4.1/plasma-workspace-6.4.1.tar.xz) = 20821012 +TIMESTAMP = 1751380651 +SHA256 (KDE/plasma/6.4.2/plasma-workspace-6.4.2.tar.xz) = ed657be39ec9bc1d4e5ba4c5e717b4ab683dd27bececfaef6e7e209f771b4850 +SIZE (KDE/plasma/6.4.2/plasma-workspace-6.4.2.tar.xz) = 20819960 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/xcur2png/Makefile b/x11/xcur2png/Makefile index 6cedf5cb7233..f81141e064d6 100644 --- a/x11/xcur2png/Makefile +++ b/x11/xcur2png/Makefile @@ -2,7 +2,7 @@ PORTNAME= xcur2png DISTVERSION= 0.7.1 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert X cursors to PNG images WWW= https://github.com/eworm-de/xcur2png 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-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile index 2ec32885f1f6..deb5a10ad5ab 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.3.9 PORTREVISION= 5 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= xdg-desktop-portal backend for hyprland WWW= https://github.com/hyprwm/xdg-desktop-portal-hyprland diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index a0ae8a67ba1a..489e93f169ea 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.1.11 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= xdg-desktop-portal backend for wlroots WWW= https://github.com/waycrate/xdg-desktop-portal-luminous diff --git a/x11/xdg-desktop-portal-luminous/files/patch-32bit b/x11/xdg-desktop-portal-luminous/files/patch-32bit new file mode 100644 index 000000000000..ae834fb13c3b --- /dev/null +++ b/x11/xdg-desktop-portal-luminous/files/patch-32bit @@ -0,0 +1,26 @@ +https://github.com/waycrate/xdg-desktop-portal-luminous/commit/11866c1db91d + +--- src/remotedesktop/state.rs.orig 2025-06-26 13:00:06 UTC ++++ src/remotedesktop/state.rs +@@ -132,18 +132,19 @@ impl AppData { + } + + pub fn notify_keyboard_keycode(&mut self, keycode: i32, state: u32) { ++ let pressed_key: u32 = KeyState::Pressed.into(); + match self.get_modifier_from_keycode(keycode) { + // Caps lock is managed differently as it's the only + // modifier key that is still active after being released + Some(Modifiers::CapsLock) => { +- if state == KeyState::Pressed.into() { ++ if state == pressed_key { + self.mods ^= BitFlags::from_flag(Modifiers::CapsLock).bits(); + self.virtual_keyboard.modifiers(self.mods, 0, 0, 0) + } + } + // Other modifier keys + Some(modifier) => { +- if state == KeyState::Pressed.into() { ++ if state == pressed_key { + self.mods |= BitFlags::from_flag(modifier).bits() + } else { + self.mods &= !BitFlags::from_flag(modifier).bits() 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/xmag/Makefile b/x11/xmag/Makefile index 992bf0ca2dfb..4bf203db088d 100644 --- a/x11/xmag/Makefile +++ b/x11/xmag/Makefile @@ -1,16 +1,15 @@ PORTNAME= xmag -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X application for screen magnifying +WWW= https://gitlab.freedesktop.org/xorg/app/xmag 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 xmu xt xorgproto .include <bsd.port.mk> diff --git a/x11/xmag/distinfo b/x11/xmag/distinfo index 65dd3cf9fdf9..e0565304add0 100644 --- a/x11/xmag/distinfo +++ b/x11/xmag/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xmag-1.0.6.tar.bz2) = 87a2bc23b251e2d8f8370d3283a4d6c8dac98a30cb5749a04336cdb55c14e161 -SIZE (xorg/app/xmag-1.0.6.tar.bz2) = 143112 +TIMESTAMP = 1751179564 +SHA256 (xorg/app/xmag-1.0.8.tar.xz) = 326d3c583d795bb53ac609d144e7f7fb1499baba7eaec14b8e6cd232ea069532 +SIZE (xorg/app/xmag-1.0.8.tar.xz) = 141688 diff --git a/x11/xmag/pkg-descr b/x11/xmag/pkg-descr index ae86ccc48fe0..44eac6906bcd 100644 --- a/x11/xmag/pkg-descr +++ b/x11/xmag/pkg-descr @@ -1,2 +1,4 @@ -This package contains xmag, a screen magnifying application for the -X Window System. +Xmag is a utility to display a magnified snapshot of a portion of an +X11 screen. If no explicit region is specified, a square with the +pointer in the upper left corner is displayed indicating the area to be +enlarged. 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. |