diff options
180 files changed, 7420 insertions, 25966 deletions
@@ -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/bsd.port.mk b/Mk/bsd.port.mk index 343dc63683f0..dc71c82235bc 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1165,7 +1165,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC . endif _EXPORTED_VARS+= OSVERSION -. if ${OPSYS} == FreeBSD && (${OSVERSION} < 1304000 || (${OSVERSION} >= 1400000 && ${OSVERSION} < 1402000)) +. if ${OPSYS} == FreeBSD && (${OSVERSION} < 1305000 || (${OSVERSION} >= 1400000 && ${OSVERSION} < 1402000)) _UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\ are guaranteed to build on this system. Please upgrade to a supported release. . if defined(ALLOW_UNSUPPORTED_SYSTEM) diff --git a/astro/py-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/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/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/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/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/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/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/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..07c21b53a9b5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -175,12 +175,6 @@ SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 SUBDIR += linux-c7-tcl85 - SUBDIR += linux-dotnet-cli - SUBDIR += linux-dotnet-runtime - SUBDIR += linux-dotnet-sdk - SUBDIR += linux-dotnet10-runtime - SUBDIR += linux-dotnet11-runtime - SUBDIR += linux-dotnet11-sdk SUBDIR += linux-j SUBDIR += linux-rl9-python3 SUBDIR += linux-rl9-tcl86 diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index c30e77f3236f..5c2df7e0ad91 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -69,15 +69,6 @@ STATIC_MAKE_ARGS= static=1 IGNORE= not supported on anything but FreeBSD .endif -# crystal needs pkgconfig to determine SSL variants but these are not -# present in FreeBSD base. We splice in the correct info based on -# FreeBSD version and hope it doesn't change during minor releases. -# See post-patch for the substitutions of these patches. -.if ${SSL_DEFAULT} == "base" && ${OSREL:R} < 13 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_openssl_lib__crypto.cr \ - ${PATCHDIR}/extra-patch-src_openssl_lib__ssl.cr -.endif - post-extract: @${RLN} ${WRKDIR}/.build ${WRKSRC} @${RLN} x86_64-freebsd ${WRKSRC}/src/lib_c/aarch64-freebsd diff --git a/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr b/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr deleted file mode 100644 index 124851bf55fa..000000000000 --- a/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr +++ /dev/null @@ -1,46 +0,0 @@ ---- src/openssl/lib_crypto.cr.orig 2022-04-09 14:20:55.000000000 -0700 -+++ src/openssl/lib_crypto.cr 2022-04-09 14:15:51.000000000 -0700 -@@ -1,31 +1,7 @@ - {% begin %} - lib LibCrypto -- {% if flag?(:win32) %} -- {% from_libressl = false %} -- {% ssl_version = nil %} -- {% for dir in Crystal::LIBRARY_PATH.split(';') %} -- {% unless ssl_version %} -- {% config_path = "#{dir.id}\\openssl_VERSION" %} -- {% if config_version = read_file?(config_path) %} -- {% ssl_version = config_version.chomp %} -- {% end %} -- {% end %} -- {% end %} -- {% ssl_version ||= "0.0.0" %} -- {% else %} -- {% from_libressl = (`hash pkg-config 2> /dev/null || printf %s false` != "false") && -- (`test -f $(pkg-config --silence-errors --variable=includedir libcrypto)/openssl/opensslv.h || printf %s false` != "false") && -- (`printf "#include <openssl/opensslv.h>\nLIBRESSL_VERSION_NUMBER" | ${CC:-cc} $(pkg-config --cflags --silence-errors libcrypto || true) -E -`.chomp.split('\n').last != "LIBRESSL_VERSION_NUMBER") %} -- {% ssl_version = `hash pkg-config 2> /dev/null && pkg-config --silence-errors --modversion libcrypto || printf %s 0.0.0`.split.last.gsub(/[^0-9.]/, "") %} -- {% end %} -- -- {% if from_libressl %} -- LIBRESSL_VERSION = {{ ssl_version }} -- OPENSSL_VERSION = "0.0.0" -- {% else %} -- LIBRESSL_VERSION = "0.0.0" -- OPENSSL_VERSION = {{ ssl_version }} -- {% end %} -+ LIBRESSL_VERSION = "0.0.0" -+ OPENSSL_VERSION = "CRYSTAL_SSL_VERSION" - end - {% end %} - -@@ -34,7 +10,7 @@ - @[Link("crypt32")] # CertOpenStore, ... - @[Link("user32")] # GetProcessWindowStation, GetUserObjectInformationW, _MessageBoxW - {% else %} -- @[Link(ldflags: "`command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libcrypto || printf %s '-lcrypto'`")] -+ @[Link(ldflags: "-LCRYSTAL_SSL_LDFLAGS -lcrypto")] - {% end %} - lib LibCrypto - alias Char = LibC::Char - diff --git a/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr b/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr deleted file mode 100644 index 20ec2243b192..000000000000 --- a/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr +++ /dev/null @@ -1,42 +0,0 @@ ---- src/openssl/lib_ssl.cr.orig 2022-04-09 14:24:40.000000000 -0700 -+++ src/openssl/lib_ssl.cr 2022-04-09 14:24:07.000000000 -0700 -@@ -6,32 +6,8 @@ - - {% begin %} - lib LibSSL -- {% if flag?(:win32) %} -- {% from_libressl = false %} -- {% ssl_version = nil %} -- {% for dir in Crystal::LIBRARY_PATH.split(';') %} -- {% unless ssl_version %} -- {% config_path = "#{dir.id}\\openssl_VERSION" %} -- {% if config_version = read_file?(config_path) %} -- {% ssl_version = config_version.chomp %} -- {% end %} -- {% end %} -- {% end %} -- {% ssl_version ||= "0.0.0" %} -- {% else %} -- {% from_libressl = (`hash pkg-config 2> /dev/null || printf %s false` != "false") && -- (`test -f $(pkg-config --silence-errors --variable=includedir libssl)/openssl/opensslv.h || printf %s false` != "false") && -- (`printf "#include <openssl/opensslv.h>\nLIBRESSL_VERSION_NUMBER" | ${CC:-cc} $(pkg-config --cflags --silence-errors libssl || true) -E -`.chomp.split('\n').last != "LIBRESSL_VERSION_NUMBER") %} -- {% ssl_version = `hash pkg-config 2> /dev/null && pkg-config --silence-errors --modversion libssl || printf %s 0.0.0`.split.last.gsub(/[^0-9.]/, "") %} -- {% end %} -- -- {% if from_libressl %} -- LIBRESSL_VERSION = {{ ssl_version }} -- OPENSSL_VERSION = "0.0.0" -- {% else %} -- LIBRESSL_VERSION = "0.0.0" -- OPENSSL_VERSION = {{ ssl_version }} -- {% end %} -+ LIBRESSL_VERSION = "0.0.0" -+ OPENSSL_VERSION = "CRYSTAL_SSL_VERSION" - end - {% end %} - --@[Link(ldflags: "`command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libssl || printf %s '-lssl -lcrypto'`")] -+@[Link(ldflags: "-LCRYSTAL_SSL_LDFLAGS -lssl")] - lib LibSSL - alias Int = LibC::Int - alias Char = LibC::Char diff --git a/lang/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/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-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/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/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/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..f2039db137e0 100644 --- a/print/lyx/pkg-plist +++ b/print/lyx/pkg-plist @@ -4,33 +4,33 @@ bin/tex2lyx share/applications/lyx.desktop share/icons/hicolor/48x48/apps/lyx.png share/icons/hicolor/scalable/apps/lyx.svg -%%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/bg/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/de/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/en/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/es/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/eu/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/fi/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/fr/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/he/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ia/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/id/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/it/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/nl/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/sv/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/uk/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo +share/locale/ar/LC_MESSAGES/lyx.mo +share/locale/bg/LC_MESSAGES/lyx.mo +share/locale/cs/LC_MESSAGES/lyx.mo +share/locale/de/LC_MESSAGES/lyx.mo +share/locale/en/LC_MESSAGES/lyx.mo +share/locale/es/LC_MESSAGES/lyx.mo +share/locale/eu/LC_MESSAGES/lyx.mo +share/locale/fi/LC_MESSAGES/lyx.mo +share/locale/fr/LC_MESSAGES/lyx.mo +share/locale/he/LC_MESSAGES/lyx.mo +share/locale/hu/LC_MESSAGES/lyx.mo +share/locale/ia/LC_MESSAGES/lyx.mo +share/locale/id/LC_MESSAGES/lyx.mo +share/locale/it/LC_MESSAGES/lyx.mo +share/locale/ja/LC_MESSAGES/lyx.mo +share/locale/nb/LC_MESSAGES/lyx.mo +share/locale/nl/LC_MESSAGES/lyx.mo +share/locale/nn/LC_MESSAGES/lyx.mo +share/locale/pl/LC_MESSAGES/lyx.mo +share/locale/pt_BR/LC_MESSAGES/lyx.mo +share/locale/pt_PT/LC_MESSAGES/lyx.mo +share/locale/ru/LC_MESSAGES/lyx.mo +share/locale/sk/LC_MESSAGES/lyx.mo +share/locale/sv/LC_MESSAGES/lyx.mo +share/locale/uk/LC_MESSAGES/lyx.mo +share/locale/zh_CN/LC_MESSAGES/lyx.mo +share/locale/zh_TW/LC_MESSAGES/lyx.mo %%DATADIR%%/CREDITS %%DATADIR%%/RELEASE-NOTES %%DATADIR%%/autocorrect @@ -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/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/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..29b966ccfd90 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,53 @@ + <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/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/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/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/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-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/www/Makefile b/www/Makefile index 2fe08748846f..3c9c9ad97cb4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2505,6 +2505,7 @@ SUBDIR += surf SUBDIR += swiggle SUBDIR += sws + SUBDIR += tailwindcss3 SUBDIR += tcexam SUBDIR += tclhttpd SUBDIR += tclwebtest 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/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/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-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/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-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile index 5453c190d9c0..b1b223668071 100644 --- a/x11-toolkits/aquamarine/Makefile +++ b/x11-toolkits/aquamarine/Makefile @@ -31,10 +31,4 @@ USE_XORG= pixman GH_ACCOUNT= hyprwm PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - .include <bsd.port.mk> diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 57cc0601433c..1d5a25a2e762 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,5 +1,5 @@ PORTNAME= vte -PORTVERSION= 0.80.2 +PORTVERSION= 0.80.3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -20,7 +20,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ PORTSCOUT= limitw:1,even -USES= compiler:c++20-lang gettext gnome localbase meson \ +USES= compiler:c++20-lang gettext-tools gnome localbase meson \ pkgconfig python:build tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf gtk30 introspection:build diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo index 7889230b3ac7..06445f3fe457 100644 --- a/x11-toolkits/vte3/distinfo +++ b/x11-toolkits/vte3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748616732 -SHA256 (gnome/vte-0.80.2.tar.xz) = b225bebd043633bd491f2ea171374d0f3f9de62dfec07653053bc08c4face46f -SIZE (gnome/vte-0.80.2.tar.xz) = 585696 +TIMESTAMP = 1751207933 +SHA256 (gnome/vte-0.80.3.tar.xz) = 2e596fd3fbeabb71531662224e71f6a2c37f684426136d62854627276ef4f699 +SIZE (gnome/vte-0.80.3.tar.xz) = 586568 diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist index 42cdbff152c7..211b27346d8d 100644 --- a/x11-toolkits/vte3/pkg-plist +++ b/x11-toolkits/vte3/pkg-plist @@ -32,7 +32,7 @@ lib/girepository-1.0/Vte-%%VERSION%%.typelib %%GTK4%%lib/libvte-%%VERSION%%-gtk4.so.0 lib/libvte-%%VERSION%%.so lib/libvte-%%VERSION%%.so.0 -lib/libvte-%%VERSION%%.so.0.8000.2 +lib/libvte-%%VERSION%%.so.0.8000.3 %%GTK4%%libdata/pkgconfig/vte-%%VERSION%%-gtk4.pc libdata/pkgconfig/vte-%%VERSION%%.pc libexec/vte-urlencode-cwd @@ -132,6 +132,7 @@ share/locale/th/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/ug/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/uz/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/uz@cyrillic/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/vte-%%VERSION%%.mo share/locale/wa/LC_MESSAGES/vte-%%VERSION%%.mo diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 4aaf25c6476e..56a25548b502 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -45,12 +45,6 @@ LDFLAGS+= -Wl,--as-needed # GL, pango deps # Generated by "make update-hash" for commit_pins in hyprpm.toml GH_HASH= 29e2e59fdbab8ed2cc23a20e3c6043d5decb5cdc -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - OPTIONS_DEFINE= QT6 X11 OPTIONS_DEFAULT=QT6 X11 diff --git a/x11/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/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/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/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/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/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. |