diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 98593b82..81d41186 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -7,7 +7,7 @@ matrix: working_directory: ["", "examples"] strict_deps: ["--@rules_dotnet//dotnet/settings:strict_deps=true", "--@rules_dotnet//dotnet/settings:strict_deps=false"] flag_combo: [["--enable_bzlmod", "--@rules_dotnet//dotnet/settings:strict_deps=true"], ["--enable_bzlmod", "--@rules_dotnet//dotnet/settings:strict_deps=false"], ["--noenable_bzlmod", "--@rules_dotnet//dotnet/settings:strict_deps=true"], ["--noenable_bzlmod", "--@rules_dotnet//dotnet/settings:strict_deps=false"]] - e2e_working_directory: ["e2e/smoke", "e2e/net6.0", "e2e/net7.0", "e2e/net8.0"] + e2e_working_directory: ["e2e/net6.0", "e2e/net7.0", "e2e/net8.0"] tasks: test_all: diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b67f71cb..9ff0ea34 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,5 +1,5 @@ bcr_test_module: - module_path: "e2e/smoke" + module_path: "e2e/net8.0" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] tasks: diff --git a/e2e/net8.0/MODULE.bazel.lock b/e2e/net8.0/MODULE.bazel.lock index 4a4f187e..6dbcd905 100644 --- a/e2e/net8.0/MODULE.bazel.lock +++ b/e2e/net8.0/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "bc5fe98a11153a73b6508a7e02318eda31422485129bcf5401b937276975e569", + "moduleFileHash": "2bc6759bcf010b650addafa3a8168fb0950fc35312e3bf2eecde13f55f33d9c2", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -77,6 +77,7 @@ ], "deps": { "rules_dotnet": "rules_dotnet@_", + "rules_cc": "rules_cc@0.0.9", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -164,6 +165,56 @@ "local_config_platform": "local_config_platform@_" } }, + "rules_cc@0.0.9": { + "name": "rules_cc", + "version": "0.0.9", + "key": "rules_cc@0.0.9", + "repoName": "rules_cc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "rules_cc@0.0.9", + "location": { + "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", + "line": 9, + "column": 29 + }, + "imports": { + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_cc~0.0.9", + "urls": [ + "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" + ], + "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", + "strip_prefix": "rules_cc-0.0.9", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" + }, + "remote_patch_strip": 0 + } + } + }, "bazel_tools@_": { "name": "bazel_tools", "version": "", @@ -432,56 +483,6 @@ } } }, - "rules_cc@0.0.9": { - "name": "rules_cc", - "version": "0.0.9", - "key": "rules_cc@0.0.9", - "repoName": "rules_cc", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@local_config_cc_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", - "extensionName": "cc_configure_extension", - "usingModule": "rules_cc@0.0.9", - "location": { - "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", - "line": 9, - "column": 29 - }, - "imports": { - "local_config_cc_toolchains": "local_config_cc_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_cc~0.0.9", - "urls": [ - "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" - ], - "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", - "strip_prefix": "rules_cc-0.0.9", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" - }, - "remote_patch_strip": 0 - } - } - }, "rules_java@7.1.0": { "name": "rules_java", "version": "7.1.0", @@ -1655,7 +1656,7 @@ }, "@@rules_dotnet~override//dotnet:extensions.bzl%dotnet": { "general": { - "bzlTransitiveDigest": "81/ObNEtKIj0I1yrbZIq5i1dlJuJX8N/gB+Nls2aY+g=", + "bzlTransitiveDigest": "bO9YEuZ7k4TASlMtusfnqzIulTJ3g2qKy/SiEY2F7cE=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { diff --git a/e2e/smoke/.bazelversion b/e2e/smoke/.bazelversion deleted file mode 100644 index 30aac29d..00000000 --- a/e2e/smoke/.bazelversion +++ /dev/null @@ -1 +0,0 @@ -7.0.0rc4 diff --git a/e2e/smoke/BUILD.bazel b/e2e/smoke/BUILD.bazel deleted file mode 100644 index e69de29b..00000000 diff --git a/e2e/smoke/MODULE.bazel b/e2e/smoke/MODULE.bazel deleted file mode 100644 index 19b46037..00000000 --- a/e2e/smoke/MODULE.bazel +++ /dev/null @@ -1,26 +0,0 @@ -"rules_dotnet examples" - -module( - name = "e2e_smoke", - version = "0.0.0", - compatibility_level = 1, -) - -bazel_dep(name = "rules_dotnet", version = "0.0.0") -local_path_override( - module_name = "rules_dotnet", - path = "../..", -) - -dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet") -dotnet.toolchain(dotnet_version = "7.0.101") -use_repo(dotnet, "dotnet_toolchains") - -register_toolchains("@dotnet_toolchains//:all") - -main_extension = use_extension("//:paket.main_extension.bzl", "main_extension") -use_repo(main_extension, "paket.main") - -# This is only required because rules_cc is required for the Bazel CI RBE config -# If you are using the e2e tests as an example for your own project, you can remove this -bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True) diff --git a/e2e/smoke/MODULE.bazel.lock b/e2e/smoke/MODULE.bazel.lock deleted file mode 100644 index ce7bc62a..00000000 --- a/e2e/smoke/MODULE.bazel.lock +++ /dev/null @@ -1,5194 +0,0 @@ -{ - "lockFileVersion": 3, - "moduleFileHash": "1f8ef9253ed6a7fc6c0ded805eba502566367e302e75dec789438a7f4db1ac47", - "flags": { - "cmdRegistries": [ - "https://bcr.bazel.build/" - ], - "cmdModuleOverrides": {}, - "allowedYankedVersions": [], - "envVarAllowedYankedVersions": "", - "ignoreDevDependency": false, - "directDependenciesMode": "WARNING", - "compatibilityMode": "ERROR" - }, - "localOverrideHashes": { - "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_dotnet": "d80d5cfcd521e6f8cd9e4884b66510f830eeca263e5fc66b874c77cb4ac29bfa" - }, - "moduleDepGraph": { - "": { - "name": "e2e_smoke", - "version": "0.0.0", - "key": "", - "repoName": "e2e_smoke", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@dotnet_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_dotnet//dotnet:extensions.bzl", - "extensionName": "dotnet", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 15, - "column": 23 - }, - "imports": { - "dotnet_toolchains": "dotnet_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "dotnet_version": "7.0.101" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 16, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@e2e_smoke//:paket.main_extension.bzl", - "extensionName": "main_extension", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 21, - "column": 31 - }, - "imports": { - "paket.main": "paket.main" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "rules_dotnet": "rules_dotnet@_", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - } - }, - "rules_dotnet@_": { - "name": "rules_dotnet", - "version": "0.0.0", - "key": "rules_dotnet@_", - "repoName": "rules_dotnet", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@dotnet_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_dotnet//dotnet:extensions.bzl", - "extensionName": "dotnet", - "usingModule": "rules_dotnet@_", - "location": { - "file": "@@rules_dotnet~override//:MODULE.bazel", - "line": 10, - "column": 23 - }, - "imports": { - "dotnet_toolchains": "dotnet_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "dotnet_version": "7.0.101" - }, - "devDependency": false, - "location": { - "file": "@@rules_dotnet~override//:MODULE.bazel", - "line": 11, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_dotnet//dotnet:paket.paket2bazel_dependencies_extension.bzl", - "extensionName": "paket2bazel_dependencies_extension", - "usingModule": "rules_dotnet@_", - "location": { - "file": "@@rules_dotnet~override//:MODULE.bazel", - "line": 16, - "column": 51 - }, - "imports": { - "paket.paket2bazel_dependencies": "paket.paket2bazel_dependencies" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_dotnet//dotnet:paket.rules_dotnet_nuget_packages_extension.bzl", - "extensionName": "rules_dotnet_nuget_packages_extension", - "usingModule": "rules_dotnet@_", - "location": { - "file": "@@rules_dotnet~override//:MODULE.bazel", - "line": 19, - "column": 54 - }, - "imports": { - "paket.rules_dotnet_nuget_packages": "paket.rules_dotnet_nuget_packages" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "aspect_bazel_lib": "aspect_bazel_lib@1.34.5", - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - } - }, - "bazel_tools@_": { - "name": "bazel_tools", - "version": "", - "key": "bazel_tools@_", - "repoName": "bazel_tools", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@local_config_cc_toolchains//:all", - "@local_config_sh//:local_sh_toolchain" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", - "extensionName": "cc_configure_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 17, - "column": 29 - }, - "imports": { - "local_config_cc": "local_config_cc", - "local_config_cc_toolchains": "local_config_cc_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/osx:xcode_configure.bzl", - "extensionName": "xcode_configure_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 21, - "column": 32 - }, - "imports": { - "local_config_xcode": "local_config_xcode" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_java//java:extensions.bzl", - "extensionName": "toolchains", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 24, - "column": 32 - }, - "imports": { - "local_jdk": "local_jdk", - "remote_java_tools": "remote_java_tools", - "remote_java_tools_linux": "remote_java_tools_linux", - "remote_java_tools_windows": "remote_java_tools_windows", - "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", - "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/sh:sh_configure.bzl", - "extensionName": "sh_configure_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 35, - "column": 39 - }, - "imports": { - "local_config_sh": "local_config_sh" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/test:extensions.bzl", - "extensionName": "remote_coverage_tools_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 39, - "column": 48 - }, - "imports": { - "remote_coverage_tools": "remote_coverage_tools" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", - "extensionName": "remote_android_tools_extensions", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 42, - "column": 42 - }, - "imports": { - "android_gmaven_r8": "android_gmaven_r8", - "android_tools": "android_tools" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "rules_cc": "rules_cc@0.0.9", - "rules_java": "rules_java@7.1.0", - "rules_license": "rules_license@0.0.7", - "rules_proto": "rules_proto@4.0.0", - "rules_python": "rules_python@0.4.0", - "platforms": "platforms@0.0.7", - "com_google_protobuf": "protobuf@3.19.6", - "zlib": "zlib@1.3", - "build_bazel_apple_support": "apple_support@1.5.0", - "local_config_platform": "local_config_platform@_" - } - }, - "local_config_platform@_": { - "name": "local_config_platform", - "version": "", - "key": "local_config_platform@_", - "repoName": "local_config_platform", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_" - } - }, - "bazel_skylib@1.4.2": { - "name": "bazel_skylib", - "version": "1.4.2", - "key": "bazel_skylib@1.4.2", - "repoName": "bazel_skylib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "//toolchains/unittest:cmd_toolchain", - "//toolchains/unittest:bash_toolchain" - ], - "extensionUsages": [], - "deps": { - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "bazel_skylib~1.4.2", - "urls": [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" - ], - "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "aspect_bazel_lib@1.34.5": { - "name": "aspect_bazel_lib", - "version": "1.34.5", - "key": "aspect_bazel_lib@1.34.5", - "repoName": "aspect_bazel_lib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@copy_directory_toolchains//:all", - "@copy_to_directory_toolchains//:all", - "@jq_toolchains//:all", - "@yq_toolchains//:all", - "@coreutils_toolchains//:all", - "@expand_template_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", - "extensionName": "ext", - "usingModule": "aspect_bazel_lib@1.34.5", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.34.5/MODULE.bazel", - "line": 16, - "column": 20 - }, - "imports": { - "copy_directory_toolchains": "copy_directory_toolchains", - "copy_to_directory_toolchains": "copy_to_directory_toolchains", - "coreutils_toolchains": "coreutils_toolchains", - "expand_template_toolchains": "expand_template_toolchains", - "jq_toolchains": "jq_toolchains", - "yq_toolchains": "yq_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@0.0.7", - "io_bazel_stardoc": "stardoc@0.5.4", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "aspect_bazel_lib~1.34.5", - "urls": [ - "https://github.com/aspect-build/bazel-lib/releases/download/v1.34.5/bazel-lib-v1.34.5.tar.gz" - ], - "integrity": "sha256-CbUamVetxWyQWiyYDW6wbwS+sdhcZltGf2WYcUA89CM=", - "strip_prefix": "bazel-lib-1.34.5", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_bazel_lib/1.34.5/patches/module_dot_bazel_version.patch": "sha256-QUfaQm+UnAA51paxzHtHd1Td3yJZcpwQfKuDg+Xmde8=" - }, - "remote_patch_strip": 0 - } - } - }, - "platforms@0.0.7": { - "name": "platforms", - "version": "0.0.7", - "key": "platforms@0.0.7", - "repoName": "platforms", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "rules_license": "rules_license@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "platforms", - "urls": [ - "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" - ], - "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "rules_cc@0.0.9": { - "name": "rules_cc", - "version": "0.0.9", - "key": "rules_cc@0.0.9", - "repoName": "rules_cc", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@local_config_cc_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", - "extensionName": "cc_configure_extension", - "usingModule": "rules_cc@0.0.9", - "location": { - "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", - "line": 9, - "column": 29 - }, - "imports": { - "local_config_cc_toolchains": "local_config_cc_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_cc~0.0.9", - "urls": [ - "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" - ], - "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", - "strip_prefix": "rules_cc-0.0.9", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" - }, - "remote_patch_strip": 0 - } - } - }, - "rules_java@7.1.0": { - "name": "rules_java", - "version": "7.1.0", - "key": "rules_java@7.1.0", - "repoName": "rules_java", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "//toolchains:all", - "@local_jdk//:runtime_toolchain_definition", - "@local_jdk//:bootstrap_runtime_toolchain_definition", - "@remotejdk11_linux_toolchain_config_repo//:all", - "@remotejdk11_linux_aarch64_toolchain_config_repo//:all", - "@remotejdk11_linux_ppc64le_toolchain_config_repo//:all", - "@remotejdk11_linux_s390x_toolchain_config_repo//:all", - "@remotejdk11_macos_toolchain_config_repo//:all", - "@remotejdk11_macos_aarch64_toolchain_config_repo//:all", - "@remotejdk11_win_toolchain_config_repo//:all", - "@remotejdk11_win_arm64_toolchain_config_repo//:all", - "@remotejdk17_linux_toolchain_config_repo//:all", - "@remotejdk17_linux_aarch64_toolchain_config_repo//:all", - "@remotejdk17_linux_ppc64le_toolchain_config_repo//:all", - "@remotejdk17_linux_s390x_toolchain_config_repo//:all", - "@remotejdk17_macos_toolchain_config_repo//:all", - "@remotejdk17_macos_aarch64_toolchain_config_repo//:all", - "@remotejdk17_win_toolchain_config_repo//:all", - "@remotejdk17_win_arm64_toolchain_config_repo//:all", - "@remotejdk21_linux_toolchain_config_repo//:all", - "@remotejdk21_linux_aarch64_toolchain_config_repo//:all", - "@remotejdk21_macos_toolchain_config_repo//:all", - "@remotejdk21_macos_aarch64_toolchain_config_repo//:all", - "@remotejdk21_win_toolchain_config_repo//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_java//java:extensions.bzl", - "extensionName": "toolchains", - "usingModule": "rules_java@7.1.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel", - "line": 19, - "column": 27 - }, - "imports": { - "remote_java_tools": "remote_java_tools", - "remote_java_tools_linux": "remote_java_tools_linux", - "remote_java_tools_windows": "remote_java_tools_windows", - "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", - "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64", - "local_jdk": "local_jdk", - "remotejdk11_linux_toolchain_config_repo": "remotejdk11_linux_toolchain_config_repo", - "remotejdk11_linux_aarch64_toolchain_config_repo": "remotejdk11_linux_aarch64_toolchain_config_repo", - "remotejdk11_linux_ppc64le_toolchain_config_repo": "remotejdk11_linux_ppc64le_toolchain_config_repo", - "remotejdk11_linux_s390x_toolchain_config_repo": "remotejdk11_linux_s390x_toolchain_config_repo", - "remotejdk11_macos_toolchain_config_repo": "remotejdk11_macos_toolchain_config_repo", - "remotejdk11_macos_aarch64_toolchain_config_repo": "remotejdk11_macos_aarch64_toolchain_config_repo", - "remotejdk11_win_toolchain_config_repo": "remotejdk11_win_toolchain_config_repo", - "remotejdk11_win_arm64_toolchain_config_repo": "remotejdk11_win_arm64_toolchain_config_repo", - "remotejdk17_linux_toolchain_config_repo": "remotejdk17_linux_toolchain_config_repo", - "remotejdk17_linux_aarch64_toolchain_config_repo": "remotejdk17_linux_aarch64_toolchain_config_repo", - "remotejdk17_linux_ppc64le_toolchain_config_repo": "remotejdk17_linux_ppc64le_toolchain_config_repo", - "remotejdk17_linux_s390x_toolchain_config_repo": "remotejdk17_linux_s390x_toolchain_config_repo", - "remotejdk17_macos_toolchain_config_repo": "remotejdk17_macos_toolchain_config_repo", - "remotejdk17_macos_aarch64_toolchain_config_repo": "remotejdk17_macos_aarch64_toolchain_config_repo", - "remotejdk17_win_toolchain_config_repo": "remotejdk17_win_toolchain_config_repo", - "remotejdk17_win_arm64_toolchain_config_repo": "remotejdk17_win_arm64_toolchain_config_repo", - "remotejdk21_linux_toolchain_config_repo": "remotejdk21_linux_toolchain_config_repo", - "remotejdk21_linux_aarch64_toolchain_config_repo": "remotejdk21_linux_aarch64_toolchain_config_repo", - "remotejdk21_macos_toolchain_config_repo": "remotejdk21_macos_toolchain_config_repo", - "remotejdk21_macos_aarch64_toolchain_config_repo": "remotejdk21_macos_aarch64_toolchain_config_repo", - "remotejdk21_win_toolchain_config_repo": "remotejdk21_win_toolchain_config_repo" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "platforms": "platforms@0.0.7", - "rules_cc": "rules_cc@0.0.9", - "bazel_skylib": "bazel_skylib@1.4.2", - "rules_proto": "rules_proto@4.0.0", - "rules_license": "rules_license@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0", - "urls": [ - "https://github.com/bazelbuild/rules_java/releases/download/7.1.0/rules_java-7.1.0.tar.gz" - ], - "integrity": "sha256-o3pOX2OrgnFuXdau75iO2EYcegC46TYnImKJn1h81OE=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "rules_license@0.0.7": { - "name": "rules_license", - "version": "0.0.7", - "key": "rules_license@0.0.7", - "repoName": "rules_license", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_license~0.0.7", - "urls": [ - "https://github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz" - ], - "integrity": "sha256-RTHezLkTY5ww5cdRKgVNXYdWmNrrddjPkPKEN1/nw2A=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "rules_proto@4.0.0": { - "name": "rules_proto", - "version": "4.0.0", - "key": "rules_proto@4.0.0", - "repoName": "rules_proto", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "rules_cc": "rules_cc@0.0.9", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_proto~4.0.0", - "urls": [ - "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.zip" - ], - "integrity": "sha256-Lr5z6xyuRA19pNtRYMGjKaynwQpck4H/lwYyVjyhoq4=", - "strip_prefix": "rules_proto-4.0.0", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_proto/4.0.0/patches/module_dot_bazel.patch": "sha256-MclJO7tIAM2ElDAmscNId9pKTpOuDGHgVlW/9VBOIp0=" - }, - "remote_patch_strip": 0 - } - } - }, - "rules_python@0.4.0": { - "name": "rules_python", - "version": "0.4.0", - "key": "rules_python@0.4.0", - "repoName": "rules_python", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@bazel_tools//tools/python:autodetecting_toolchain" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_python//bzlmod:extensions.bzl", - "extensionName": "pip_install", - "usingModule": "rules_python@0.4.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.4.0/MODULE.bazel", - "line": 7, - "column": 28 - }, - "imports": { - "pypi__click": "pypi__click", - "pypi__pip": "pypi__pip", - "pypi__pip_tools": "pypi__pip_tools", - "pypi__pkginfo": "pypi__pkginfo", - "pypi__setuptools": "pypi__setuptools", - "pypi__wheel": "pypi__wheel" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_python~0.4.0", - "urls": [ - "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz" - ], - "integrity": "sha256-lUqom0kb5KCDMEosuDgBnIuMNyCnq7nEy4GseiQjDOo=", - "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_python/0.4.0/patches/propagate_pip_install_dependencies.patch": "sha256-v7S/dem/mixg63MF4KoRGDA4KEol9ab/tIVp+6Xq0D0=", - "https://bcr.bazel.build/modules/rules_python/0.4.0/patches/module_dot_bazel.patch": "sha256-kG4VIfWxQazzTuh50mvsx6pmyoRVA4lfH5rkto/Oq+Y=" - }, - "remote_patch_strip": 1 - } - } - }, - "protobuf@3.19.6": { - "name": "protobuf", - "version": "3.19.6", - "key": "protobuf@3.19.6", - "repoName": "protobuf", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "zlib": "zlib@1.3", - "rules_python": "rules_python@0.4.0", - "rules_cc": "rules_cc@0.0.9", - "rules_proto": "rules_proto@4.0.0", - "rules_java": "rules_java@7.1.0", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "protobuf~3.19.6", - "urls": [ - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.19.6.zip" - ], - "integrity": "sha256-OH4sVZuyx8G8N5jE5s/wFTgaebJ1hpavy/johzC0c4k=", - "strip_prefix": "protobuf-3.19.6", - "remote_patches": { - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/relative_repo_names.patch": "sha256-w/5gw/zGv8NFId+669hcdw1Uus2lxgYpulATHIwIByI=", - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/remove_dependency_on_rules_jvm_external.patch": "sha256-THUTnVgEBmjA0W7fKzIyZOVG58DnW9HQTkr4D2zKUUc=", - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/add_module_dot_bazel_for_examples.patch": "sha256-s/b1gi3baK3LsXefI2rQilhmkb2R5jVJdnT6zEcdfHY=", - "https://bcr.bazel.build/modules/protobuf/3.19.6/patches/module_dot_bazel.patch": "sha256-S0DEni8zgx7rHscW3z/rCEubQnYec0XhNet640cw0h4=" - }, - "remote_patch_strip": 1 - } - } - }, - "zlib@1.3": { - "name": "zlib", - "version": "1.3", - "key": "zlib@1.3", - "repoName": "zlib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "platforms": "platforms@0.0.7", - "rules_cc": "rules_cc@0.0.9", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "zlib~1.3", - "urls": [ - "https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz" - ], - "integrity": "sha256-/wukwpIBPbwnUws6geH5qBPNOd4Byl4Pi/NVcC76WT4=", - "strip_prefix": "zlib-1.3", - "remote_patches": { - "https://bcr.bazel.build/modules/zlib/1.3/patches/add_build_file.patch": "sha256-Ei+FYaaOo7A3jTKunMEodTI0Uw5NXQyZEcboMC8JskY=", - "https://bcr.bazel.build/modules/zlib/1.3/patches/module_dot_bazel.patch": "sha256-fPWLM+2xaF/kuy+kZc1YTfW6hNjrkG400Ho7gckuyJk=" - }, - "remote_patch_strip": 0 - } - } - }, - "apple_support@1.5.0": { - "name": "apple_support", - "version": "1.5.0", - "key": "apple_support@1.5.0", - "repoName": "build_bazel_apple_support", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@local_config_apple_cc_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@build_bazel_apple_support//crosstool:setup.bzl", - "extensionName": "apple_cc_configure_extension", - "usingModule": "apple_support@1.5.0", - "location": { - "file": "https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel", - "line": 17, - "column": 35 - }, - "imports": { - "local_config_apple_cc": "local_config_apple_cc", - "local_config_apple_cc_toolchains": "local_config_apple_cc_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "apple_support~1.5.0", - "urls": [ - "https://github.com/bazelbuild/apple_support/releases/download/1.5.0/apple_support.1.5.0.tar.gz" - ], - "integrity": "sha256-miM41vja0yRPgj8txghKA+TQ+7J8qJLclw5okNW0gYQ=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "stardoc@0.5.4": { - "name": "stardoc", - "version": "0.5.4", - "key": "stardoc@0.5.4", - "repoName": "stardoc", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "rules_java": "rules_java@7.1.0", - "rules_license": "rules_license@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "stardoc~0.5.4", - "urls": [ - "https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz" - ], - "integrity": "sha256-7FcTnkZvquVj8vw5YJ2klIpHm7UbbWeu3X2bG4BZxDM=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - } - }, - "moduleExtensions": { - "//:paket.main_extension.bzl%main_extension": { - "general": { - "bzlTransitiveDigest": "g14Yyc0Pi3qGEjWEYplYbzS+gU3KajEu7QNEmKlrPPE=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "nuget.fsharp.core.v6.0.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "_main~main_extension~nuget.fsharp.core.v6.0.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharp.core", - "version": "6.0.3", - "sha512": "sha512-aDyKHiVFMwXWJrfW90iAeKyvw/lN+x98DPfx4oXke9Qnl4dz1sOi8KT2iczGeunqyWXh7nm+XUJ18i/0P3pZYw==" - } - }, - "nuget.microsoft.netcore.app.ref.v6.0.8": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "_main~main_extension~nuget.microsoft.netcore.app.ref.v6.0.8", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.ref", - "version": "6.0.8", - "sha512": "sha512-TcZWOpmw+hWGQANrK0YWS3oHvtxdkn5A5JB284IdgXNvQ4rGABOPK8u52qB2bATbpSy3DbiMdobRxgAB2/mcJQ==" - } - }, - "paket.main": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_repo.bzl", - "ruleClassName": "_nuget_repo", - "attributes": { - "name": "_main~main_extension~paket.main", - "repo_name": "paket.main", - "packages": [ - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"FSharp.Core\",\"sha512\":\"sha512-aDyKHiVFMwXWJrfW90iAeKyvw/lN+x98DPfx4oXke9Qnl4dz1sOi8KT2iczGeunqyWXh7nm+XUJ18i/0P3pZYw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.CSharp|6.0.0.0\",\"Microsoft.VisualBasic.Core|11.0.0.0\",\"Microsoft.VisualBasic|10.0.0.0\",\"Microsoft.Win32.Primitives|6.0.0.0\",\"Microsoft.Win32.Registry|6.0.0.0\",\"System.AppContext|6.0.0.0\",\"System.Buffers|6.0.0.0\",\"System.Collections.Concurrent|6.0.0.0\",\"System.Collections.Immutable|6.0.0.0\",\"System.Collections.NonGeneric|6.0.0.0\",\"System.Collections.Specialized|6.0.0.0\",\"System.Collections|6.0.0.0\",\"System.ComponentModel.Annotations|6.0.0.0\",\"System.ComponentModel.DataAnnotations|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|6.0.0.0\",\"System.ComponentModel.Primitives|6.0.0.0\",\"System.ComponentModel.TypeConverter|6.0.0.0\",\"System.ComponentModel|6.0.0.0\",\"System.Configuration|4.0.0.0\",\"System.Console|6.0.0.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|6.0.0.0\",\"System.Data.DataSetExtensions|4.0.0.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|6.0.0.0\",\"System.Diagnostics.Debug|6.0.0.0\",\"System.Diagnostics.DiagnosticSource|6.0.0.0\",\"System.Diagnostics.FileVersionInfo|6.0.0.0\",\"System.Diagnostics.Process|6.0.0.0\",\"System.Diagnostics.StackTrace|6.0.0.0\",\"System.Diagnostics.TextWriterTraceListener|6.0.0.0\",\"System.Diagnostics.Tools|6.0.0.0\",\"System.Diagnostics.TraceSource|6.0.0.0\",\"System.Diagnostics.Tracing|6.0.0.0\",\"System.Drawing.Primitives|6.0.0.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|6.0.0.0\",\"System.Formats.Asn1|6.0.0.0\",\"System.Globalization.Calendars|6.0.0.0\",\"System.Globalization.Extensions|6.0.0.0\",\"System.Globalization|6.0.0.0\",\"System.IO.Compression.Brotli|6.0.0.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|6.0.0.0\",\"System.IO.Compression|6.0.0.0\",\"System.IO.FileSystem.AccessControl|6.0.0.0\",\"System.IO.FileSystem.DriveInfo|6.0.0.0\",\"System.IO.FileSystem.Primitives|6.0.0.0\",\"System.IO.FileSystem.Watcher|6.0.0.0\",\"System.IO.FileSystem|6.0.0.0\",\"System.IO.IsolatedStorage|6.0.0.0\",\"System.IO.MemoryMappedFiles|6.0.0.0\",\"System.IO.Pipes.AccessControl|6.0.0.0\",\"System.IO.Pipes|6.0.0.0\",\"System.IO.UnmanagedMemoryStream|6.0.0.0\",\"System.IO|6.0.0.0\",\"System.Linq.Expressions|6.0.0.0\",\"System.Linq.Parallel|6.0.0.0\",\"System.Linq.Queryable|6.0.0.0\",\"System.Linq|6.0.0.0\",\"System.Memory|6.0.0.0\",\"System.Net.Http.Json|6.0.0.0\",\"System.Net.Http|6.0.0.0\",\"System.Net.HttpListener|6.0.0.0\",\"System.Net.Mail|6.0.0.0\",\"System.Net.NameResolution|6.0.0.0\",\"System.Net.NetworkInformation|6.0.0.0\",\"System.Net.Ping|6.0.0.0\",\"System.Net.Primitives|6.0.0.0\",\"System.Net.Requests|6.0.0.0\",\"System.Net.Security|6.0.0.0\",\"System.Net.ServicePoint|6.0.0.0\",\"System.Net.Sockets|6.0.0.0\",\"System.Net.WebClient|6.0.0.0\",\"System.Net.WebHeaderCollection|6.0.0.0\",\"System.Net.WebProxy|6.0.0.0\",\"System.Net.WebSockets.Client|6.0.0.0\",\"System.Net.WebSockets|6.0.0.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|6.0.0.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|6.0.0.0\",\"System.Reflection.DispatchProxy|6.0.0.0\",\"System.Reflection.Emit.ILGeneration|6.0.0.0\",\"System.Reflection.Emit.Lightweight|6.0.0.0\",\"System.Reflection.Emit|6.0.0.0\",\"System.Reflection.Extensions|6.0.0.0\",\"System.Reflection.Metadata|6.0.0.0\",\"System.Reflection.Primitives|6.0.0.0\",\"System.Reflection.TypeExtensions|6.0.0.0\",\"System.Reflection|6.0.0.0\",\"System.Resources.Reader|6.0.0.0\",\"System.Resources.ResourceManager|6.0.0.0\",\"System.Resources.Writer|6.0.0.0\",\"System.Runtime.CompilerServices.Unsafe|6.0.0.0\",\"System.Runtime.CompilerServices.VisualC|6.0.0.0\",\"System.Runtime.Extensions|6.0.0.0\",\"System.Runtime.Handles|6.0.0.0\",\"System.Runtime.InteropServices.RuntimeInformation|6.0.0.0\",\"System.Runtime.InteropServices|6.0.0.0\",\"System.Runtime.Intrinsics|6.0.0.0\",\"System.Runtime.Loader|6.0.0.0\",\"System.Runtime.Numerics|6.0.0.0\",\"System.Runtime.Serialization.Formatters|6.0.0.0\",\"System.Runtime.Serialization.Json|6.0.0.0\",\"System.Runtime.Serialization.Primitives|6.0.0.0\",\"System.Runtime.Serialization.Xml|6.0.0.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|6.0.0.0\",\"System.Security.AccessControl|6.0.0.0\",\"System.Security.Claims|6.0.0.0\",\"System.Security.Cryptography.Algorithms|6.0.0.0\",\"System.Security.Cryptography.Cng|6.0.0.0\",\"System.Security.Cryptography.Csp|6.0.0.0\",\"System.Security.Cryptography.Encoding|6.0.0.0\",\"System.Security.Cryptography.OpenSsl|6.0.0.0\",\"System.Security.Cryptography.Primitives|6.0.0.0\",\"System.Security.Cryptography.X509Certificates|6.0.0.0\",\"System.Security.Principal.Windows|6.0.0.0\",\"System.Security.Principal|6.0.0.0\",\"System.Security.SecureString|6.0.0.0\",\"System.Security|4.0.0.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.ServiceProcess|4.0.0.0\",\"System.Text.Encoding.CodePages|6.0.0.0\",\"System.Text.Encoding.Extensions|6.0.0.0\",\"System.Text.Encoding|6.0.0.0\",\"System.Text.Encodings.Web|6.0.0.0\",\"System.Text.Json|6.0.0.0\",\"System.Text.RegularExpressions|6.0.0.0\",\"System.Threading.Channels|6.0.0.0\",\"System.Threading.Overlapped|6.0.0.0\",\"System.Threading.Tasks.Dataflow|6.0.0.0\",\"System.Threading.Tasks.Extensions|6.0.0.0\",\"System.Threading.Tasks.Parallel|6.0.0.0\",\"System.Threading.Tasks|6.0.0.0\",\"System.Threading.Thread|6.0.0.0\",\"System.Threading.ThreadPool|6.0.0.0\",\"System.Threading.Timer|6.0.0.0\",\"System.Threading|6.0.0.0\",\"System.Transactions.Local|6.0.0.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.3.0\",\"System.Web.HttpUtility|6.0.0.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|6.0.0.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|6.0.0.0\",\"System.Xml.XPath.XDocument|6.0.0.0\",\"System.Xml.XPath|6.0.0.0\",\"System.Xml.XmlDocument|6.0.0.0\",\"System.Xml.XmlSerializer|6.0.0.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"WindowsBase|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"Microsoft.NETCore.App.Ref\",\"sha512\":\"sha512-TcZWOpmw+hWGQANrK0YWS3oHvtxdkn5A5JB284IdgXNvQ4rGABOPK8u52qB2bATbpSy3DbiMdobRxgAB2/mcJQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.CSharp|4.4.0\",\"Microsoft.Win32.Primitives|4.3.0\",\"Microsoft.Win32.Registry|4.4.0\",\"runtime.debian.8-x64.runtime.native.System|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"System.AppContext|4.3.0\",\"System.Buffers|4.4.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.DiagnosticSource|4.4.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.AccessControl|4.4.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Metadata|1.5.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Cng|4.4.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.OpenSsl|4.4.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"6.0.8\"}" - ], - "targeting_pack_overrides": { - "fsharp.core": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|4.4.0", - "Microsoft.Win32.Primitives|4.3.0", - "Microsoft.Win32.Registry|4.4.0", - "runtime.debian.8-x64.runtime.native.System|4.3.0", - "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.23-x64.runtime.native.System|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.24-x64.runtime.native.System|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.rhel.7-x64.runtime.native.System|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "System.AppContext|4.3.0", - "System.Buffers|4.4.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.DiagnosticSource|4.4.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.AccessControl|4.4.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Metadata|1.5.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Cng|4.4.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.OpenSsl|4.4.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ] - }, - "framework_list": { - "fsharp.core": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|6.0.0.0", - "Microsoft.VisualBasic.Core|11.0.0.0", - "Microsoft.VisualBasic|10.0.0.0", - "Microsoft.Win32.Primitives|6.0.0.0", - "Microsoft.Win32.Registry|6.0.0.0", - "System.AppContext|6.0.0.0", - "System.Buffers|6.0.0.0", - "System.Collections.Concurrent|6.0.0.0", - "System.Collections.Immutable|6.0.0.0", - "System.Collections.NonGeneric|6.0.0.0", - "System.Collections.Specialized|6.0.0.0", - "System.Collections|6.0.0.0", - "System.ComponentModel.Annotations|6.0.0.0", - "System.ComponentModel.DataAnnotations|4.0.0.0", - "System.ComponentModel.EventBasedAsync|6.0.0.0", - "System.ComponentModel.Primitives|6.0.0.0", - "System.ComponentModel.TypeConverter|6.0.0.0", - "System.ComponentModel|6.0.0.0", - "System.Configuration|4.0.0.0", - "System.Console|6.0.0.0", - "System.Core|4.0.0.0", - "System.Data.Common|6.0.0.0", - "System.Data.DataSetExtensions|4.0.0.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|6.0.0.0", - "System.Diagnostics.Debug|6.0.0.0", - "System.Diagnostics.DiagnosticSource|6.0.0.0", - "System.Diagnostics.FileVersionInfo|6.0.0.0", - "System.Diagnostics.Process|6.0.0.0", - "System.Diagnostics.StackTrace|6.0.0.0", - "System.Diagnostics.TextWriterTraceListener|6.0.0.0", - "System.Diagnostics.Tools|6.0.0.0", - "System.Diagnostics.TraceSource|6.0.0.0", - "System.Diagnostics.Tracing|6.0.0.0", - "System.Drawing.Primitives|6.0.0.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|6.0.0.0", - "System.Formats.Asn1|6.0.0.0", - "System.Globalization.Calendars|6.0.0.0", - "System.Globalization.Extensions|6.0.0.0", - "System.Globalization|6.0.0.0", - "System.IO.Compression.Brotli|6.0.0.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|6.0.0.0", - "System.IO.Compression|6.0.0.0", - "System.IO.FileSystem.AccessControl|6.0.0.0", - "System.IO.FileSystem.DriveInfo|6.0.0.0", - "System.IO.FileSystem.Primitives|6.0.0.0", - "System.IO.FileSystem.Watcher|6.0.0.0", - "System.IO.FileSystem|6.0.0.0", - "System.IO.IsolatedStorage|6.0.0.0", - "System.IO.MemoryMappedFiles|6.0.0.0", - "System.IO.Pipes.AccessControl|6.0.0.0", - "System.IO.Pipes|6.0.0.0", - "System.IO.UnmanagedMemoryStream|6.0.0.0", - "System.IO|6.0.0.0", - "System.Linq.Expressions|6.0.0.0", - "System.Linq.Parallel|6.0.0.0", - "System.Linq.Queryable|6.0.0.0", - "System.Linq|6.0.0.0", - "System.Memory|6.0.0.0", - "System.Net.Http.Json|6.0.0.0", - "System.Net.Http|6.0.0.0", - "System.Net.HttpListener|6.0.0.0", - "System.Net.Mail|6.0.0.0", - "System.Net.NameResolution|6.0.0.0", - "System.Net.NetworkInformation|6.0.0.0", - "System.Net.Ping|6.0.0.0", - "System.Net.Primitives|6.0.0.0", - "System.Net.Requests|6.0.0.0", - "System.Net.Security|6.0.0.0", - "System.Net.ServicePoint|6.0.0.0", - "System.Net.Sockets|6.0.0.0", - "System.Net.WebClient|6.0.0.0", - "System.Net.WebHeaderCollection|6.0.0.0", - "System.Net.WebProxy|6.0.0.0", - "System.Net.WebSockets.Client|6.0.0.0", - "System.Net.WebSockets|6.0.0.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|6.0.0.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|6.0.0.0", - "System.Reflection.DispatchProxy|6.0.0.0", - "System.Reflection.Emit.ILGeneration|6.0.0.0", - "System.Reflection.Emit.Lightweight|6.0.0.0", - "System.Reflection.Emit|6.0.0.0", - "System.Reflection.Extensions|6.0.0.0", - "System.Reflection.Metadata|6.0.0.0", - "System.Reflection.Primitives|6.0.0.0", - "System.Reflection.TypeExtensions|6.0.0.0", - "System.Reflection|6.0.0.0", - "System.Resources.Reader|6.0.0.0", - "System.Resources.ResourceManager|6.0.0.0", - "System.Resources.Writer|6.0.0.0", - "System.Runtime.CompilerServices.Unsafe|6.0.0.0", - "System.Runtime.CompilerServices.VisualC|6.0.0.0", - "System.Runtime.Extensions|6.0.0.0", - "System.Runtime.Handles|6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation|6.0.0.0", - "System.Runtime.InteropServices|6.0.0.0", - "System.Runtime.Intrinsics|6.0.0.0", - "System.Runtime.Loader|6.0.0.0", - "System.Runtime.Numerics|6.0.0.0", - "System.Runtime.Serialization.Formatters|6.0.0.0", - "System.Runtime.Serialization.Json|6.0.0.0", - "System.Runtime.Serialization.Primitives|6.0.0.0", - "System.Runtime.Serialization.Xml|6.0.0.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|6.0.0.0", - "System.Security.AccessControl|6.0.0.0", - "System.Security.Claims|6.0.0.0", - "System.Security.Cryptography.Algorithms|6.0.0.0", - "System.Security.Cryptography.Cng|6.0.0.0", - "System.Security.Cryptography.Csp|6.0.0.0", - "System.Security.Cryptography.Encoding|6.0.0.0", - "System.Security.Cryptography.OpenSsl|6.0.0.0", - "System.Security.Cryptography.Primitives|6.0.0.0", - "System.Security.Cryptography.X509Certificates|6.0.0.0", - "System.Security.Principal.Windows|6.0.0.0", - "System.Security.Principal|6.0.0.0", - "System.Security.SecureString|6.0.0.0", - "System.Security|4.0.0.0", - "System.ServiceModel.Web|4.0.0.0", - "System.ServiceProcess|4.0.0.0", - "System.Text.Encoding.CodePages|6.0.0.0", - "System.Text.Encoding.Extensions|6.0.0.0", - "System.Text.Encoding|6.0.0.0", - "System.Text.Encodings.Web|6.0.0.0", - "System.Text.Json|6.0.0.0", - "System.Text.RegularExpressions|6.0.0.0", - "System.Threading.Channels|6.0.0.0", - "System.Threading.Overlapped|6.0.0.0", - "System.Threading.Tasks.Dataflow|6.0.0.0", - "System.Threading.Tasks.Extensions|6.0.0.0", - "System.Threading.Tasks.Parallel|6.0.0.0", - "System.Threading.Tasks|6.0.0.0", - "System.Threading.Thread|6.0.0.0", - "System.Threading.ThreadPool|6.0.0.0", - "System.Threading.Timer|6.0.0.0", - "System.Threading|6.0.0.0", - "System.Transactions.Local|6.0.0.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.3.0", - "System.Web.HttpUtility|6.0.0.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|6.0.0.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|6.0.0.0", - "System.Xml.XPath.XDocument|6.0.0.0", - "System.Xml.XPath|6.0.0.0", - "System.Xml.XmlDocument|6.0.0.0", - "System.Xml.XmlSerializer|6.0.0.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "WindowsBase|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ] - } - } - } - } - } - }, - "@@apple_support~1.5.0//crosstool:setup.bzl%apple_cc_configure_extension": { - "general": { - "bzlTransitiveDigest": "pMLFCYaRPkgXPQ8vtuNkMfiHfPmRBy6QJfnid4sWfv0=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_config_apple_cc": { - "bzlFile": "@@apple_support~1.5.0//crosstool:setup.bzl", - "ruleClassName": "_apple_cc_autoconf", - "attributes": { - "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc" - } - }, - "local_config_apple_cc_toolchains": { - "bzlFile": "@@apple_support~1.5.0//crosstool:setup.bzl", - "ruleClassName": "_apple_cc_autoconf_toolchains", - "attributes": { - "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc_toolchains" - } - } - } - } - }, - "@@aspect_bazel_lib~1.34.5//lib:extensions.bzl%ext": { - "general": { - "bzlTransitiveDigest": "wWN2oL6phwG1ICrtFSR/ic1e/uvGJDNFIGY6Acl4bs4=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "expand_template_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_windows_amd64", - "platform": "windows_amd64" - } - }, - "copy_to_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_windows_amd64", - "platform": "windows_amd64" - } - }, - "jq": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_host_alias_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~jq" - } - }, - "jq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~jq_darwin_amd64", - "platform": "darwin_amd64", - "version": "1.6" - } - }, - "expand_template_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_to_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "expand_template_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_linux_amd64", - "platform": "linux_amd64" - } - }, - "copy_to_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_linux_amd64", - "platform": "linux_amd64" - } - }, - "coreutils_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~coreutils_darwin_arm64", - "platform": "darwin_arm64", - "version": "0.0.16" - } - }, - "coreutils_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~coreutils_linux_amd64", - "platform": "linux_amd64", - "version": "0.0.16" - } - }, - "copy_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_toolchains", - "user_repository_name": "copy_directory" - } - }, - "copy_to_directory_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_linux_arm64", - "platform": "linux_arm64" - } - }, - "yq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_linux_amd64", - "platform": "linux_amd64", - "version": "4.25.2" - } - }, - "copy_to_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_directory_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "coreutils_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~coreutils_darwin_amd64", - "platform": "darwin_amd64", - "version": "0.0.16" - } - }, - "coreutils_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~coreutils_linux_arm64", - "platform": "linux_arm64", - "version": "0.0.16" - } - }, - "coreutils_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~coreutils_toolchains", - "user_repository_name": "coreutils" - } - }, - "copy_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "yq_linux_s390x": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_linux_s390x", - "platform": "linux_s390x", - "version": "4.25.2" - } - }, - "yq": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_host_alias_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq" - } - }, - "expand_template_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "copy_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_linux_amd64", - "platform": "linux_amd64" - } - }, - "jq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~jq_darwin_arm64", - "platform": "darwin_arm64", - "version": "1.6" - } - }, - "yq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_darwin_amd64", - "platform": "darwin_amd64", - "version": "4.25.2" - } - }, - "copy_directory_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_linux_arm64", - "platform": "linux_arm64" - } - }, - "expand_template_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_linux_arm64", - "platform": "linux_arm64" - } - }, - "jq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~jq_linux_amd64", - "platform": "linux_amd64", - "version": "1.6" - } - }, - "expand_template_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_toolchains", - "user_repository_name": "expand_template" - } - }, - "yq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_windows_amd64", - "platform": "windows_amd64", - "version": "4.25.2" - } - }, - "copy_to_directory_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "jq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~jq_windows_amd64", - "platform": "windows_amd64", - "version": "1.6" - } - }, - "expand_template_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~expand_template_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "yq_linux_ppc64le": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_linux_ppc64le", - "platform": "linux_ppc64le", - "version": "4.25.2" - } - }, - "copy_to_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_to_directory_toolchains", - "user_repository_name": "copy_to_directory" - } - }, - "jq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~jq_toolchains", - "user_repository_name": "jq" - } - }, - "copy_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~copy_directory_windows_amd64", - "platform": "windows_amd64" - } - }, - "yq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_darwin_arm64", - "platform": "darwin_arm64", - "version": "4.25.2" - } - }, - "yq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_toolchains", - "user_repository_name": "yq" - } - }, - "coreutils_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~coreutils_windows_amd64", - "platform": "windows_amd64", - "version": "0.0.16" - } - }, - "yq_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.34.5//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.34.5~ext~yq_linux_arm64", - "platform": "linux_arm64", - "version": "4.25.2" - } - } - } - } - }, - "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { - "general": { - "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_config_cc": { - "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", - "ruleClassName": "cc_autoconf", - "attributes": { - "name": "bazel_tools~cc_configure_extension~local_config_cc" - } - }, - "local_config_cc_toolchains": { - "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", - "ruleClassName": "cc_autoconf_toolchains", - "attributes": { - "name": "bazel_tools~cc_configure_extension~local_config_cc_toolchains" - } - } - } - } - }, - "@@bazel_tools//tools/sh:sh_configure.bzl%sh_configure_extension": { - "general": { - "bzlTransitiveDigest": "hp4NgmNjEg5+xgvzfh6L83bt9/aiiWETuNpwNuF1MSU=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_config_sh": { - "bzlFile": "@@bazel_tools//tools/sh:sh_configure.bzl", - "ruleClassName": "sh_config", - "attributes": { - "name": "bazel_tools~sh_configure_extension~local_config_sh" - } - } - } - } - }, - "@@rules_dotnet~override//dotnet:extensions.bzl%dotnet": { - "general": { - "bzlTransitiveDigest": "LfueriafbpbmQt8LgZHyFyAyGSZDaaZhGh3j4CWTZ54=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "dotnet_x86_64-apple-darwin": { - "bzlFile": "@@rules_dotnet~override//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_x86_64-apple-darwin", - "platform": "x86_64-apple-darwin", - "dotnet_version": "7.0.101" - } - }, - "dotnet_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_dotnet~override//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_x86_64-unknown-linux-gnu", - "platform": "x86_64-unknown-linux-gnu", - "dotnet_version": "7.0.101" - } - }, - "dotnet_arm64-unknown-linux-gnu": { - "bzlFile": "@@rules_dotnet~override//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_arm64-unknown-linux-gnu", - "platform": "arm64-unknown-linux-gnu", - "dotnet_version": "7.0.101" - } - }, - "dotnet_aarch64-apple-darwin": { - "bzlFile": "@@rules_dotnet~override//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_aarch64-apple-darwin", - "platform": "aarch64-apple-darwin", - "dotnet_version": "7.0.101" - } - }, - "dotnet_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_dotnet~override//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_x86_64-pc-windows-msvc", - "platform": "x86_64-pc-windows-msvc", - "dotnet_version": "7.0.101" - } - }, - "dotnet_toolchains": { - "bzlFile": "@@rules_dotnet~override//dotnet/private:toolchains_repo.bzl", - "ruleClassName": "toolchains_repo", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_toolchains", - "user_repository_name": "dotnet" - } - }, - "dotnet_arm64-pc-windows-msvc": { - "bzlFile": "@@rules_dotnet~override//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "name": "rules_dotnet~override~dotnet~dotnet_arm64-pc-windows-msvc", - "platform": "arm64-pc-windows-msvc", - "dotnet_version": "7.0.101" - } - } - } - } - }, - "@@rules_dotnet~override//dotnet:paket.paket2bazel_dependencies_extension.bzl%paket2bazel_dependencies_extension": { - "general": { - "bzlTransitiveDigest": "1e+Umdp9EvBIRlyFf19N5DWRQptP8Ali0S2tZS87WkE=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "nuget.runtime.native.system.net.http.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.native.system.net.http.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.native.system.net.http", - "version": "4.3.1", - "sha512": "sha512-n3clBjCv4nEoDl/hV4/DYwi/yoRrFZk9Tpe0TenLiITLHvtijO+OSYhwV7JmACcsZlLFKMaYW+P5yN3sK/xU0Q==" - } - }, - "nuget.fsharp.systemtextjson.v0.16.6": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.fsharp.systemtextjson.v0.16.6", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharp.systemtextjson", - "version": "0.16.6", - "sha512": "sha512-7SoZOjo4dY6Ez47RSL5pWVAGiy8SPCzpjD4oBoGEkMNsnrRcy1WhD8jB2XyRufrboyBxKbGp7ZKMAQlDIc1Crg==" - } - }, - "nuget.runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-KBHT4RWCC3klyYzHWLweXSAPRzPLuzFdfixnzojA+tNUE6kHpyABhtbgTiwhGHyA3+TlyLOn1viw1NBoG7ZOxQ==" - } - }, - "nuget.system.collections.concurrent.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.collections.concurrent.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.collections.concurrent", - "version": "4.3.0", - "sha512": "sha512-NcGqPmNiFv5dwuvrUEKT5prWNV0m4iRTrwYK+U2CefqpO9z+EnrssLMWx+fZGFvKxy6ZSYTv238thRXx9Vz2gg==" - } - }, - "nuget.system.security.cryptography.x509certificates.v4.3.2": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.x509certificates.v4.3.2", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.x509certificates", - "version": "4.3.2", - "sha512": "sha512-Ax8SNsw9NCe5pBEysVjrPiGgmcw9ToUMQyNOsbKL0BAGO3VQ+Gis2eleJ7KVmJ5j2gFdgh42yc9U2hboXdy+3A==" - } - }, - "nuget.system.globalization.extensions.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.globalization.extensions.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.globalization.extensions", - "version": "4.3.0", - "sha512": "sha512-pNNgAD+V4MMe3znAuR4cc4UKYKxdADKxfbiIo8fXE0zvms2XIZ0UF0rSE7fARPSbNkzFcgBz6/y24b9uTsJM5Q==" - } - }, - "nuget.system.threading.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.threading.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.threading", - "version": "4.3.0", - "sha512": "sha512-l6J1G9zmn6r5xU+DSp/Vxgx6eG+qUvQgdpgo28m1gEwfNyG6HqlF6h2ESDXZCYEPnngsmkTQ+q7MyyMMTNlaiA==" - } - }, - "nuget.nuget.packaging.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.packaging.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packaging", - "version": "6.3.0", - "sha512": "sha512-qTv1nY3kH0DOly5kNaVFPTW8kta63YMqw3Xp3JBK5nt+EZW/iZvN1NcQ+YEHuW+2ktn6I6lQ/9MNv8I9Tv4DtA==" - } - }, - "nuget.system.security.cryptography.cng.v5.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.cng.v5.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.cng", - "version": "5.0.0", - "sha512": "sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==" - } - }, - "nuget.microsoft.netcore.targets.v5.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.netcore.targets.v5.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.targets", - "version": "5.0.0", - "sha512": "sha512-hYHm3JAjQO/nySxcl1EpZhYEW+2P3H1eLZNr+QxgO5TnLS6hqtfi5WchjQzjid45MYmhy2X7IOmcWtDP4fpMGw==" - } - }, - "nuget.system.security.cryptography.protecteddata.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.protecteddata.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.protecteddata", - "version": "6.0.0", - "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==" - } - }, - "nuget.system.text.json.v5.0.2": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.text.json.v5.0.2", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.text.json", - "version": "5.0.2", - "sha512": "sha512-PTL4h2MLbKEqZ/9TE6SEmJp1txIh0GjzYPQrWGbfJ5sgbPrpXzb9sOoXe3cid51zDBE+2KCLd95e/04JiNr0TQ==" - } - }, - "nuget.runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-IXiZH+OL4lP8dRKieebADFgWPgyq/vbMbYqXCz9EhfaU4CcRl1ygb3pmpNWhVJsVEV3fRb3tEaEFowmkb56WCQ==" - } - }, - "nuget.runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-fefg8Dxuv7BKypFbd1HKIdO/x51l+NN4WP5GIqe+Gx6El1Aut7zZA5a9B8WPowDiGCwPIqEJaIhdwCjmbHqscQ==" - } - }, - "nuget.system.drawing.common.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.drawing.common.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.drawing.common", - "version": "6.0.0", - "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==" - } - }, - "nuget.system.linq.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.linq.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.linq", - "version": "4.3.0", - "sha512": "sha512-6sx/4exSb0BfW6DmcfYW0OW+nBgo1UOp4vjGXfQJnWsupKn6LNrk80sXDcNxQvYOJn4TfKOfNQKB7XDS3GIEWA==" - } - }, - "nuget.microsoft.win32.systemevents.v6.0.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.win32.systemevents.v6.0.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.win32.systemevents", - "version": "6.0.1", - "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==" - } - }, - "nuget.nuget.configuration.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.configuration.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.configuration", - "version": "6.3.0", - "sha512": "sha512-mFn4cXvExSjgUooFPEqq5Gtsp8a7ANdu5LjDzysdJkziDkWkUa6x07xjZCzINQZoe9Y/OtOuQRMaAE1UA8dyPw==" - } - }, - "nuget.system.net.http.v4.3.4": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.net.http.v4.3.4", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.net.http", - "version": "4.3.4", - "sha512": "sha512-Fj7e73NNHwof97gFPTJuq8gv6G895yxkZt14DVnZdEh4gvKl8WrksCwNjIp/JeYX/yu/qxM/iOv9ai+ZY3Fp7Q==" - } - }, - "paket.paket2bazel_dependencies": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_repo.bzl", - "ruleClassName": "_nuget_repo", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~paket.paket2bazel_dependencies", - "repo_name": "paket.paket2bazel_dependencies", - "packages": [ - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net462\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net47\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net471\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net472\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net48\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net5.0\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net6.0\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"net7.0\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netcoreapp2.1\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netcoreapp2.2\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netcoreapp3.0\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netcoreapp3.1\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"],\"netstandard2.1\":[\"FSharp.Core\",\"System.Configuration.ConfigurationManager\"]},\"framework_list\":[],\"id\":\"Argu\",\"sha512\":\"sha512-ed1N3RMohnxS54MYuMgPz3766hXItY3L12IrPazZ+F8CXPKkxyV+p8xVkWmE5NDnRhEvaWptRhBrXstK9DhS/w==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.1.1\"}", - "{\"dependencies\":{\"net11\":[\"FSharp.Core\"],\"net20\":[\"FSharp.Core\"],\"net30\":[\"FSharp.Core\"],\"net35\":[\"FSharp.Core\"],\"net40\":[\"FSharp.Core\"],\"net403\":[\"FSharp.Core\"],\"net45\":[\"FSharp.Core\"],\"net451\":[\"FSharp.Core\"],\"net452\":[\"FSharp.Core\"],\"net46\":[\"FSharp.Core\"],\"net461\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net462\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net47\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net471\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net472\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net48\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net5.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net6.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"net7.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp1.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp1.1\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp2.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp2.1\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp2.2\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp3.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netcoreapp3.1\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netstandard\":[\"FSharp.Core\"],\"netstandard1.0\":[\"FSharp.Core\"],\"netstandard1.1\":[\"FSharp.Core\"],\"netstandard1.2\":[\"FSharp.Core\"],\"netstandard1.3\":[\"FSharp.Core\"],\"netstandard1.4\":[\"FSharp.Core\"],\"netstandard1.5\":[\"FSharp.Core\"],\"netstandard1.6\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netstandard2.0\":[\"NETStandard.Library\",\"FSharp.Core\"],\"netstandard2.1\":[\"NETStandard.Library\",\"FSharp.Core\"]},\"framework_list\":[],\"id\":\"Chessie\",\"sha512\":\"sha512-VUcf1SFTXQDf1ULVQ/IddKISCuVICj9OC+wW1LFSIDqpHfihP2M2CvLetBxsCvcplu8ugI4mo9ZV5gmdefHxPg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"0.6.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net462\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net47\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net471\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net472\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net48\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net5.0\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net6.0\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net7.0\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp2.1\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp2.2\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp3.0\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp3.1\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netstandard2.1\":[\"FSharp.Core\",\"Microsoft.Bcl.AsyncInterfaces\"]},\"framework_list\":[],\"id\":\"FSharp.Control.AsyncSeq\",\"sha512\":\"sha512-oV4Xx1MMOqpnZAon10bhN/JSUjwuc/H4hXq2SM7IWimfghk5yK85alZiqVH4momfGBKpr/RsBVfgCrqbmkaxJg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.2.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"FSharp.Core\",\"sha512\":\"sha512-aDyKHiVFMwXWJrfW90iAeKyvw/lN+x98DPfx4oXke9Qnl4dz1sOi8KT2iczGeunqyWXh7nm+XUJ18i/0P3pZYw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"FSharp.Core\",\"System.Text.Json\"],\"net462\":[\"FSharp.Core\",\"System.Text.Json\"],\"net47\":[\"FSharp.Core\",\"System.Text.Json\"],\"net471\":[\"FSharp.Core\",\"System.Text.Json\"],\"net472\":[\"FSharp.Core\",\"System.Text.Json\"],\"net48\":[\"FSharp.Core\",\"System.Text.Json\"],\"net5.0\":[\"FSharp.Core\",\"System.Text.Json\"],\"net6.0\":[\"FSharp.Core\",\"System.Text.Json\"],\"net7.0\":[\"FSharp.Core\",\"System.Text.Json\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"FSharp.Core\",\"System.Text.Json\"],\"netcoreapp2.1\":[\"FSharp.Core\",\"System.Text.Json\"],\"netcoreapp2.2\":[\"FSharp.Core\",\"System.Text.Json\"],\"netcoreapp3.0\":[\"FSharp.Core\",\"System.Text.Json\"],\"netcoreapp3.1\":[\"FSharp.Core\",\"System.Text.Json\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"FSharp.Core\",\"System.Text.Json\"],\"netstandard2.1\":[\"FSharp.Core\",\"System.Text.Json\"]},\"framework_list\":[],\"id\":\"FSharp.SystemTextJson\",\"sha512\":\"sha512-7SoZOjo4dY6Ez47RSL5pWVAGiy8SPCzpjD4oBoGEkMNsnrRcy1WhD8jB2XyRufrboyBxKbGp7ZKMAQlDIc1Crg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"0.16.6\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net46\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net461\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net462\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net47\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net471\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net472\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net48\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net5.0\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net6.0\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"net7.0\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netcoreapp2.1\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netcoreapp2.2\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netcoreapp3.0\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netcoreapp3.1\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"],\"netstandard2.1\":[\"FSharp.Control.AsyncSeq\",\"FSharp.Core\"]},\"framework_list\":[],\"id\":\"FSharpx.Async\",\"sha512\":\"sha512-8Ye/hgNHsnHWFtanfED+tgJJzPq4QEt+LUQ87Ie2JOiqb6WUP+vtF3WRBO2NIDqGQpivh207nwmCoFdK+T6jwQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"1.14.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"FSharp.Core\"],\"net451\":[\"FSharp.Core\"],\"net452\":[\"FSharp.Core\"],\"net46\":[\"FSharp.Core\"],\"net461\":[\"FSharp.Core\"],\"net462\":[\"FSharp.Core\"],\"net47\":[\"FSharp.Core\"],\"net471\":[\"FSharp.Core\"],\"net472\":[\"FSharp.Core\"],\"net48\":[\"FSharp.Core\"],\"net5.0\":[\"FSharp.Core\"],\"net6.0\":[\"FSharp.Core\"],\"net7.0\":[\"FSharp.Core\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"FSharp.Core\"],\"netcoreapp2.1\":[\"FSharp.Core\"],\"netcoreapp2.2\":[\"FSharp.Core\"],\"netcoreapp3.0\":[\"FSharp.Core\"],\"netcoreapp3.1\":[\"FSharp.Core\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"FSharp.Core\"],\"netstandard2.1\":[\"FSharp.Core\"]},\"framework_list\":[],\"id\":\"FSharpx.Collections\",\"sha512\":\"sha512-1KSJLhLpqOTPRKYkgi0YvPrvGybiYi642r53VrQb1U7LNd3VQNsh3z++v69ky8FEj4y+kP6NPbgZbFyJ8mumqA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.1.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net46\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net461\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net462\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net47\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net471\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net472\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net48\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net5.0\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net6.0\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"net7.0\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netcoreapp2.1\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netcoreapp2.2\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netcoreapp3.0\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netcoreapp3.1\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"],\"netstandard2.1\":[\"FSharp.Core\",\"FSharpx.Async\",\"FSharpx.Collections\",\"System.Reflection.Emit.Lightweight\"]},\"framework_list\":[],\"id\":\"FSharpx.Extras\",\"sha512\":\"sha512-7Wv7LF8hZfGG6KuXcQoGTnm6keDAtMwvI6S2lK90Z23Dvs44XGeRAGOsLRO3dg2k6atckdt6xd0SDqQ9FSa4vA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Bcl.AsyncInterfaces\",\"sha512\":\"sha512-IhoFoMkQ96h7Yg2PODHtOStOuV0RK+4nTTXycAmtKiZEXenXzSNf5vtKA/JVCHS9o7493dlu2vnAhSqcI9ewmQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"NETStandard.Library\"],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.CSharp\",\"sha512\":\"sha512-LJaYhRX5VxTUuD9WUPGD3GpWTgs89SVfoOPvSEdt66tL3lQvny9sR/ZiC3px1qUV5EFebS44i2CBeiliHVaQ3w==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.7.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.CSharp|6.0.0.0\",\"Microsoft.VisualBasic.Core|11.0.0.0\",\"Microsoft.VisualBasic|10.0.0.0\",\"Microsoft.Win32.Primitives|6.0.0.0\",\"Microsoft.Win32.Registry|6.0.0.0\",\"System.AppContext|6.0.0.0\",\"System.Buffers|6.0.0.0\",\"System.Collections.Concurrent|6.0.0.0\",\"System.Collections.Immutable|6.0.0.0\",\"System.Collections.NonGeneric|6.0.0.0\",\"System.Collections.Specialized|6.0.0.0\",\"System.Collections|6.0.0.0\",\"System.ComponentModel.Annotations|6.0.0.0\",\"System.ComponentModel.DataAnnotations|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|6.0.0.0\",\"System.ComponentModel.Primitives|6.0.0.0\",\"System.ComponentModel.TypeConverter|6.0.0.0\",\"System.ComponentModel|6.0.0.0\",\"System.Configuration|4.0.0.0\",\"System.Console|6.0.0.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|6.0.0.0\",\"System.Data.DataSetExtensions|4.0.0.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|6.0.0.0\",\"System.Diagnostics.Debug|6.0.0.0\",\"System.Diagnostics.DiagnosticSource|6.0.0.0\",\"System.Diagnostics.FileVersionInfo|6.0.0.0\",\"System.Diagnostics.Process|6.0.0.0\",\"System.Diagnostics.StackTrace|6.0.0.0\",\"System.Diagnostics.TextWriterTraceListener|6.0.0.0\",\"System.Diagnostics.Tools|6.0.0.0\",\"System.Diagnostics.TraceSource|6.0.0.0\",\"System.Diagnostics.Tracing|6.0.0.0\",\"System.Drawing.Primitives|6.0.0.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|6.0.0.0\",\"System.Formats.Asn1|6.0.0.0\",\"System.Globalization.Calendars|6.0.0.0\",\"System.Globalization.Extensions|6.0.0.0\",\"System.Globalization|6.0.0.0\",\"System.IO.Compression.Brotli|6.0.0.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|6.0.0.0\",\"System.IO.Compression|6.0.0.0\",\"System.IO.FileSystem.AccessControl|6.0.0.0\",\"System.IO.FileSystem.DriveInfo|6.0.0.0\",\"System.IO.FileSystem.Primitives|6.0.0.0\",\"System.IO.FileSystem.Watcher|6.0.0.0\",\"System.IO.FileSystem|6.0.0.0\",\"System.IO.IsolatedStorage|6.0.0.0\",\"System.IO.MemoryMappedFiles|6.0.0.0\",\"System.IO.Pipes.AccessControl|6.0.0.0\",\"System.IO.Pipes|6.0.0.0\",\"System.IO.UnmanagedMemoryStream|6.0.0.0\",\"System.IO|6.0.0.0\",\"System.Linq.Expressions|6.0.0.0\",\"System.Linq.Parallel|6.0.0.0\",\"System.Linq.Queryable|6.0.0.0\",\"System.Linq|6.0.0.0\",\"System.Memory|6.0.0.0\",\"System.Net.Http.Json|6.0.0.0\",\"System.Net.Http|6.0.0.0\",\"System.Net.HttpListener|6.0.0.0\",\"System.Net.Mail|6.0.0.0\",\"System.Net.NameResolution|6.0.0.0\",\"System.Net.NetworkInformation|6.0.0.0\",\"System.Net.Ping|6.0.0.0\",\"System.Net.Primitives|6.0.0.0\",\"System.Net.Requests|6.0.0.0\",\"System.Net.Security|6.0.0.0\",\"System.Net.ServicePoint|6.0.0.0\",\"System.Net.Sockets|6.0.0.0\",\"System.Net.WebClient|6.0.0.0\",\"System.Net.WebHeaderCollection|6.0.0.0\",\"System.Net.WebProxy|6.0.0.0\",\"System.Net.WebSockets.Client|6.0.0.0\",\"System.Net.WebSockets|6.0.0.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|6.0.0.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|6.0.0.0\",\"System.Reflection.DispatchProxy|6.0.0.0\",\"System.Reflection.Emit.ILGeneration|6.0.0.0\",\"System.Reflection.Emit.Lightweight|6.0.0.0\",\"System.Reflection.Emit|6.0.0.0\",\"System.Reflection.Extensions|6.0.0.0\",\"System.Reflection.Metadata|6.0.0.0\",\"System.Reflection.Primitives|6.0.0.0\",\"System.Reflection.TypeExtensions|6.0.0.0\",\"System.Reflection|6.0.0.0\",\"System.Resources.Reader|6.0.0.0\",\"System.Resources.ResourceManager|6.0.0.0\",\"System.Resources.Writer|6.0.0.0\",\"System.Runtime.CompilerServices.Unsafe|6.0.0.0\",\"System.Runtime.CompilerServices.VisualC|6.0.0.0\",\"System.Runtime.Extensions|6.0.0.0\",\"System.Runtime.Handles|6.0.0.0\",\"System.Runtime.InteropServices.RuntimeInformation|6.0.0.0\",\"System.Runtime.InteropServices|6.0.0.0\",\"System.Runtime.Intrinsics|6.0.0.0\",\"System.Runtime.Loader|6.0.0.0\",\"System.Runtime.Numerics|6.0.0.0\",\"System.Runtime.Serialization.Formatters|6.0.0.0\",\"System.Runtime.Serialization.Json|6.0.0.0\",\"System.Runtime.Serialization.Primitives|6.0.0.0\",\"System.Runtime.Serialization.Xml|6.0.0.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|6.0.0.0\",\"System.Security.AccessControl|6.0.0.0\",\"System.Security.Claims|6.0.0.0\",\"System.Security.Cryptography.Algorithms|6.0.0.0\",\"System.Security.Cryptography.Cng|6.0.0.0\",\"System.Security.Cryptography.Csp|6.0.0.0\",\"System.Security.Cryptography.Encoding|6.0.0.0\",\"System.Security.Cryptography.OpenSsl|6.0.0.0\",\"System.Security.Cryptography.Primitives|6.0.0.0\",\"System.Security.Cryptography.X509Certificates|6.0.0.0\",\"System.Security.Principal.Windows|6.0.0.0\",\"System.Security.Principal|6.0.0.0\",\"System.Security.SecureString|6.0.0.0\",\"System.Security|4.0.0.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.ServiceProcess|4.0.0.0\",\"System.Text.Encoding.CodePages|6.0.0.0\",\"System.Text.Encoding.Extensions|6.0.0.0\",\"System.Text.Encoding|6.0.0.0\",\"System.Text.Encodings.Web|6.0.0.0\",\"System.Text.Json|6.0.0.0\",\"System.Text.RegularExpressions|6.0.0.0\",\"System.Threading.Channels|6.0.0.0\",\"System.Threading.Overlapped|6.0.0.0\",\"System.Threading.Tasks.Dataflow|6.0.0.0\",\"System.Threading.Tasks.Extensions|6.0.0.0\",\"System.Threading.Tasks.Parallel|6.0.0.0\",\"System.Threading.Tasks|6.0.0.0\",\"System.Threading.Thread|6.0.0.0\",\"System.Threading.ThreadPool|6.0.0.0\",\"System.Threading.Timer|6.0.0.0\",\"System.Threading|6.0.0.0\",\"System.Transactions.Local|6.0.0.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.3.0\",\"System.Web.HttpUtility|6.0.0.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|6.0.0.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|6.0.0.0\",\"System.Xml.XPath.XDocument|6.0.0.0\",\"System.Xml.XPath|6.0.0.0\",\"System.Xml.XmlDocument|6.0.0.0\",\"System.Xml.XmlSerializer|6.0.0.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"WindowsBase|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"Microsoft.NETCore.App.Ref\",\"sha512\":\"sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.CSharp|4.4.0\",\"Microsoft.Win32.Primitives|4.3.0\",\"Microsoft.Win32.Registry|4.4.0\",\"runtime.debian.8-x64.runtime.native.System|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"System.AppContext|4.3.0\",\"System.Buffers|4.4.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.DiagnosticSource|4.4.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.AccessControl|4.4.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Metadata|1.5.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Cng|4.4.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.OpenSsl|4.4.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"6.0.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.Platforms\",\"sha512\":\"sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.Targets\",\"sha512\":\"sha512-hYHm3JAjQO/nySxcl1EpZhYEW+2P3H1eLZNr+QxgO5TnLS6hqtfi5WchjQzjid45MYmhy2X7IOmcWtDP4fpMGw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Web.Xdt\",\"sha512\":\"sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.1.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Win32.SystemEvents\",\"sha512\":\"sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Mono.Cecil\",\"sha512\":\"sha512-CnjwUMmFHnScNG8e/4DRZQQX67H5ajekRDudmZ6Fy1jCLhyH1jjzbQCOEFhBLa2NjPWQpMF+RHdBJY8a7GgmlA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"0.11.4\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"Microsoft.NETCore.Platforms\"],\"net451\":[\"Microsoft.NETCore.Platforms\"],\"net452\":[\"Microsoft.NETCore.Platforms\"],\"net46\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization.Calendars\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Net.Http\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\"],\"net461\":[\"Microsoft.NETCore.Platforms\"],\"net462\":[\"Microsoft.NETCore.Platforms\"],\"net47\":[\"Microsoft.NETCore.Platforms\"],\"net471\":[\"Microsoft.NETCore.Platforms\"],\"net472\":[\"Microsoft.NETCore.Platforms\"],\"net48\":[\"Microsoft.NETCore.Platforms\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Linq\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.IO\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.IO\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Linq\",\"System.Net.Http\",\"System.Net.Primitives\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\"]},\"framework_list\":[],\"id\":\"NETStandard.Library\",\"sha512\":\"sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.0.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netcoreapp1.1\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.1\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.2\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.3\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.4\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.5\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.6\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Newtonsoft.Json\",\"sha512\":\"sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"13.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net462\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net47\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net471\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net472\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net48\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net5.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net6.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net7.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp2.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp2.2\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp3.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp3.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netstandard2.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"]},\"framework_list\":[],\"id\":\"NuGet.Commands\",\"sha512\":\"sha512-Sku4aLa2P6fu/yU23cCaXtG33lBC5yZ4CskiCECnKMKhoiONQx/9ts66B7doJjwctb37w3FJAo9yE7gwzfUOZA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Frameworks\"],\"net462\":[\"NuGet.Frameworks\"],\"net47\":[\"NuGet.Frameworks\"],\"net471\":[\"NuGet.Frameworks\"],\"net472\":[\"NuGet.Frameworks\"],\"net48\":[\"NuGet.Frameworks\"],\"net5.0\":[\"NuGet.Frameworks\"],\"net6.0\":[\"NuGet.Frameworks\"],\"net7.0\":[\"NuGet.Frameworks\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Frameworks\"],\"netcoreapp2.1\":[\"NuGet.Frameworks\"],\"netcoreapp2.2\":[\"NuGet.Frameworks\"],\"netcoreapp3.0\":[\"NuGet.Frameworks\"],\"netcoreapp3.1\":[\"NuGet.Frameworks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Frameworks\"],\"netstandard2.1\":[\"NuGet.Frameworks\"]},\"framework_list\":[],\"id\":\"NuGet.Common\",\"sha512\":\"sha512-qIXPWAhirtrK3QU/ZWBd0NYLdPfZL5XAWZepacZDUKuOJ8a+2hlcVP7ohvN6RzYk4LcBN3HgguFhoKdZLM4brA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net462\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net47\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net471\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net472\":[\"NuGet.Common\"],\"net48\":[\"NuGet.Common\"],\"net5.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net6.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net7.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.2\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard2.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"]},\"framework_list\":[],\"id\":\"NuGet.Configuration\",\"sha512\":\"sha512-mFn4cXvExSjgUooFPEqq5Gtsp8a7ANdu5LjDzysdJkziDkWkUa6x07xjZCzINQZoe9Y/OtOuQRMaAE1UA8dyPw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Protocol\"],\"net462\":[\"NuGet.Protocol\"],\"net47\":[\"NuGet.Protocol\"],\"net471\":[\"NuGet.Protocol\"],\"net472\":[\"NuGet.Protocol\"],\"net48\":[\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.Credentials\",\"sha512\":\"sha512-5xA2dW8YdEBLYtu+SkZ6QyxrZt6vxmPTW521nSq9BE8DgNS2BpwPwo1sFcYbM+devU9bSYCIPIg8CpSQHF2YVA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net462\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net47\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net471\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net472\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net48\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Configuration\",\"NuGet.LibraryModel\",\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.DependencyResolver.Core\",\"sha512\":\"sha512-7sgzHc9ZPa39YlVBfyFqGyNEflQOH9AmDo2M3vzrGtkoDgMIlmTeRZm/3P6R4rjoo1DFNUcTRAepDesaXRf9tA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Frameworks\",\"sha512\":\"sha512-1qR5DUYtyBi1Vfl70p3Rv+TVLp0InZkwSQuedRAklLzDbsDiCX9IDFOZaBuoFYEVp8z3+/tABujlzJwoSh28Hg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net462\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net47\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net471\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net472\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net48\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net5.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net6.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net7.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp2.1\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp2.2\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp3.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp3.1\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netstandard2.1\":[\"NuGet.Common\",\"NuGet.Versioning\"]},\"framework_list\":[],\"id\":\"NuGet.LibraryModel\",\"sha512\":\"sha512-OPXNh1kxH+a/KSQ3y7QZiZS9/hQSTvmATfzW58LHCGSnBt9uXFz175omQFTfzRT2zhmxD3G8llp1eh9lRAgIUQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net462\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net47\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net471\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net472\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\"],\"net48\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\"],\"net5.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net6.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net7.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp2.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp2.2\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp3.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp3.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netstandard2.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.CSharp\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"]},\"framework_list\":[],\"id\":\"NuGet.PackageManagement\",\"sha512\":\"sha512-pHKYJIu77c9RHdV1t8FvrzipVgQgBxDnGZB+/IsSfnH7h6ZGdkRg74MDTgh3uJbIoU4ggC3RLbaDGxsPz6qWIQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.2.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net462\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net47\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net471\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net472\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\"],\"net48\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\"],\"net5.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net6.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net7.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp2.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp2.2\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp3.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp3.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netstandard2.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"]},\"framework_list\":[],\"id\":\"Nuget.Packaging\",\"sha512\":\"sha512-qTv1nY3kH0DOly5kNaVFPTW8kta63YMqw3Xp3JBK5nt+EZW/iZvN1NcQ+YEHuW+2ktn6I6lQ/9MNv8I9Tv4DtA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.DependencyResolver.Core\"],\"net462\":[\"NuGet.DependencyResolver.Core\"],\"net47\":[\"NuGet.DependencyResolver.Core\"],\"net471\":[\"NuGet.DependencyResolver.Core\"],\"net472\":[\"NuGet.DependencyResolver.Core\"],\"net48\":[\"NuGet.DependencyResolver.Core\"],\"net5.0\":[\"NuGet.DependencyResolver.Core\"],\"net6.0\":[\"NuGet.DependencyResolver.Core\"],\"net7.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp2.1\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp2.2\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp3.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp3.1\":[\"NuGet.DependencyResolver.Core\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.DependencyResolver.Core\"],\"netstandard2.1\":[\"NuGet.DependencyResolver.Core\"]},\"framework_list\":[],\"id\":\"NuGet.ProjectModel\",\"sha512\":\"sha512-8nHo2PxZ4uIW9V2u+h/A/rJJHBuWv+QCImIoKLwCKT8YKGBHKW+MpFlP5NV59JficVFITJtjeCFgWQjEUoPcFA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Protocol\",\"sha512\":\"sha512-6nLnh/bPnf4KGwtWeait6J8wgON+hNUtfAU7f3cDKECHqUdzNsxz78iHu/ia2wgBx3Uq9xj0Ne/mNRIKII16GQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Protocol\"],\"net462\":[\"NuGet.Protocol\"],\"net47\":[\"NuGet.Protocol\"],\"net471\":[\"NuGet.Protocol\"],\"net472\":[\"NuGet.Protocol\"],\"net48\":[\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.Resolver\",\"sha512\":\"sha512-hdmaUD7+q7qfBY8NiK9OYBpmUlO6LhktKGDCpB7SerE3YYZC1jq09bUQfYjBya0MVGN6UvmpVnQRlc7MHX5WMg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Versioning\",\"sha512\":\"sha512-66/JrnvBv9W/MW2M6OhHF8oJhhEPxQVPBYh/B7WsYn6z/qaM+FwGjiX3yiIJPoo/wSZ0bbkMsITbdcuemN4WBA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net462\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net47\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net471\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net472\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net48\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net5.0\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net6.0\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"net7.0\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.1\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.2\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.0\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.1\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard2.1\":[\"Chessie\",\"FSharp.Core\",\"Mono.Cecil\",\"Newtonsoft.Json\",\"Nuget.Packaging\",\"System.Net.Http\",\"System.Net.Http.WinHttpHandler\",\"System.Security.Cryptography.ProtectedData\"]},\"framework_list\":[],\"id\":\"Paket.Core\",\"sha512\":\"sha512-XT8Jdh8NOJU6CZDuGXaL4mirvwLscK5MarhCBJlT9RAtTq79qQuSc9dklEkfGMkyif/s36oMQtaQIZ914vzJHg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"7.1.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-s9AMelYhmifrJqGjkRkqyoP7NMudky0vJPdYzjGKryWYhofREwzC4EesqYm+dooMQB++vbgvGrtrcZpU36Q+sA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-1kcSfJKTg00KxR43jsnYjjYTPoUh+f+OLpL4/yF/bzKikgxV6QPlz74UyrypYprz3NUHHOcsa12E7+Xp4RtTng==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-DPcJlXiNYg8lqqCAFTgaL9Yqs1brKG3H6b1XVimLf9RYxW7zOLujvf3HfTlvrYEWsAulgJ/+7Gh0mCw4FUt+IQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-2p9EjZTy8LkH/wx6OwRuk0ORuVL7PzqJ3cdvL/SY58Ep+XW0AYEBjyy7kloJ/nPZGYVUT+NS8kNwPU5ICV/DwQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-2v5kHzEZgBFCz+5NJgZn3Dmi9gaYY/loR5PJEXvOJ018XIF6BmSGYNyHNXTmdFPq50EjwaGpHj8cQmR3z5oeGA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-qfB0WU/HXLYhTlXpDZi0eY1p1x9jlwxDlVFcWrj9u+2gFEesUKux9IoR9bzQLPPj//B0dSWolKEgW/1X70VWCA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net20\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net30\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net35\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net40\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net403\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net45\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net451\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net452\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net46\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net461\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net462\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net47\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net471\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net472\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net48\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"]},\"framework_list\":[],\"id\":\"runtime.native.System\",\"sha512\":\"sha512-AJsN0GLPijYtmFZdvPYnfTdAMTlvMttusjye6ZC1Edg5XUneNv1BCHzXfM0SWpqf+Gt/31WthibAPAorcN4F1g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net20\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net30\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net35\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net40\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net403\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net45\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net451\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net452\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net46\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net461\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net462\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net47\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net471\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net472\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net48\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"]},\"framework_list\":[],\"id\":\"runtime.native.System.Net.Http\",\"sha512\":\"sha512-n3clBjCv4nEoDl/hV4/DYwi/yoRrFZk9Tpe0TenLiITLHvtijO+OSYhwV7JmACcsZlLFKMaYW+P5yN3sK/xU0Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net20\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net30\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net35\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net40\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net403\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net45\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net451\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net452\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net46\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net461\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net462\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net47\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net471\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net472\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net48\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net5.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net6.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"net7.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp1.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp1.1\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp2.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp2.1\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp2.2\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp3.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netcoreapp3.1\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.1\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.2\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.3\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.4\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.5\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard1.6\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard2.0\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"],\"netstandard2.1\":[\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"]},\"framework_list\":[],\"id\":\"runtime.native.System.Security.Cryptography.Apple\",\"sha512\":\"sha512-C+AZUmQBFgXR/NxF80q0Sy7SgYiW+C3CcIuA7yd0f1FXWN16xhIRSmXN92IUSGx/ebGN3XmaeuVUZpd+NuY/jQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net20\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net30\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net35\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net40\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net403\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net45\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net451\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net452\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net46\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net461\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net462\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net47\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net471\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net472\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net48\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net5.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net6.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"net7.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp1.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp1.1\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp2.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp2.1\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp2.2\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp3.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netcoreapp3.1\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.1\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.2\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.3\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.4\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.5\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard1.6\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard2.0\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"],\"netstandard2.1\":[\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"]},\"framework_list\":[],\"id\":\"runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-CiS94rEK+DWQJJbFqOc+SboSZQeswgRiao5QMZjHjhhRPi2NkawZZ0l99i8+eGNTVo6f4cYTOXVmNr0BeJTiYQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-kbvMwf5iS0oM7qiHPy3sHADQa2ncqFXVz7bQKCiPKcnNu5NTDz4cO/Nk4gy54iYjU0SSma/z2IfYIpPGVsdiZA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-anMSS/nfTUvTuvUE3jg+sSEx7JUgLkeYS7T9dbb8ZE42XYWdaLJjRlp3qA/yYyoewJuVJ6ZPeI8w9QrlKgVSow==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-KHQzsD6iTnD3Rpr+Odhe0II9LMwTJkIOMKekGzBz5TQlNbEpuc0LwQxMuCE4FZnzcefRYw3kDd5Xyu+AFND8FQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\",\"sha512\":\"sha512-YVeP6XccbJen1k3sjfntjqWS+vAcVt37VW3eBuZvjH7ZlTmQz3t6n8gLNh342IeDSBM+06SPYtBqP1roAlIpDA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-KBHT4RWCC3klyYzHWLweXSAPRzPLuzFdfixnzojA+tNUE6kHpyABhtbgTiwhGHyA3+TlyLOn1viw1NBoG7ZOxQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-Lmw34chaD1jDOrmiEl2jIXVoCfYhTFMWQWtC47RDRLKYpwLOjOkSa6E2LM5K28UNpkSOZu579Os/t+eZ+wAhOw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-K6KLKN1ICpOqvVG2Dub+uX3gb/MqqiS1deVZpuj46M7ya9ranrGzFYVIMsQFI8f7vhc+sf0gyTtN0es9tN4jmw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-IXiZH+OL4lP8dRKieebADFgWPgyq/vbMbYqXCz9EhfaU4CcRl1ygb3pmpNWhVJsVEV3fRb3tEaEFowmkb56WCQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-uOpq6ML3XC+QioF01mDpg6zuJEZs23+vjpbnOKQkZxyMSOGNanyleAjNgXLZyUo0NPa5c8QIMB878SvxLSxjhA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-fefg8Dxuv7BKypFbd1HKIdO/x51l+NN4WP5GIqe+Gx6El1Aut7zZA5a9B8WPowDiGCwPIqEJaIhdwCjmbHqscQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Collections\",\"sha512\":\"sha512-ynuVLTDaFIfKTkOqUigXte4m5+EFNwYoEBEvxnp1EnZsOdQC85S7BCbREIu8+bu2Tpzh9a9zbvIVpRo15V8FGw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"net6.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"net7.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Threading\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.Collections.Concurrent\",\"sha512\":\"sha512-NcGqPmNiFv5dwuvrUEKT5prWNV0m4iRTrwYK+U2CefqpO9z+EnrssLMWx+fZGFvKxy6ZSYTv238thRXx9Vz2gg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.ComponentModel.Composition\",\"sha512\":\"sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Security.Permissions\"],\"net462\":[\"System.Security.Permissions\"],\"net47\":[\"System.Security.Permissions\"],\"net471\":[\"System.Security.Permissions\"],\"net472\":[\"System.Security.Permissions\"],\"net48\":[\"System.Security.Permissions\"],\"net5.0\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"net6.0\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"net7.0\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netcoreapp2.1\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netcoreapp2.2\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netcoreapp3.0\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netcoreapp3.1\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"],\"netstandard2.1\":[\"System.Security.Cryptography.ProtectedData\",\"System.Security.Permissions\"]},\"framework_list\":[],\"id\":\"System.Configuration.ConfigurationManager\",\"sha512\":\"sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Diagnostics.Debug\",\"sha512\":\"sha512-bFj+HjYY5/h2hMHOp+/H07Gb19+NJTX54ntixS9EHxG2eyEiXWvNYvQJ4CwqFiMcTbGb4zuPq1ubClyGYN2rJA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net462\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net47\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net471\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net472\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net48\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net5.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net6.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net7.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.1\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.2\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp3.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp3.1\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard2.1\":[\"System.Runtime.CompilerServices.Unsafe\"]},\"framework_list\":[],\"id\":\"System.Diagnostics.DiagnosticSource\",\"sha512\":\"sha512-dYnmo66bitfHxLjNBU2LPp6Dn98n7hRyk7ZKGVzaAPw2MHy+40dLxfw7susxMkWfL3C//aJF+/UDAPgH2YhUZg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Diagnostics.Tracing\",\"sha512\":\"sha512-0KXTDiYc1Ft9+rArf/vXa2TgybiS7YJuphSByYPAIIsFtpmBzXnpHNTlgR4c1MPOoGoa/OBYEezli+XkwgFp6g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.Win32.SystemEvents\"],\"net6.0\":[\"Microsoft.Win32.SystemEvents\"],\"net7.0\":[\"Microsoft.Win32.SystemEvents\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[\"Microsoft.Win32.SystemEvents\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Drawing.Common\",\"sha512\":\"sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Formats.Asn1\",\"sha512\":\"sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Globalization\",\"sha512\":\"sha512-gj0rowjLBztAoxRuzM0Nn9exYVrD+++xb3PYc+QR/YHDvch98gbT3H4vFMnNU6r8poSjVwwlRxKAqtqN6AXs4g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Globalization.Calendars\",\"sha512\":\"sha512-6XGQIxQCs5N3S5Je/AKiv6QdHRF6F/uH2m45n1I0VGlidn6c2POZcO+kCOT0U80eZ1Giph42a8l0BuGwuKS+hg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.InteropServices\"]},\"framework_list\":[],\"id\":\"System.Globalization.Extensions\",\"sha512\":\"sha512-pNNgAD+V4MMe3znAuR4cc4UKYKxdADKxfbiIo8fXE0zvms2XIZ0UF0rSE7fARPSbNkzFcgBz6/y24b9uTsJM5Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.IO\",\"sha512\":\"sha512-v8paIePhmGuXZbE9xvvNb4uJ5ME4OFXR1+8la/G/L1GIl2nbU2WFnddgb79kVK3U2us7q1aZT/uY/R0D/ovB5g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[\"System.IO.FileSystem.Primitives\"],\"net461\":[\"System.IO.FileSystem.Primitives\"],\"net462\":[\"System.IO.FileSystem.Primitives\"],\"net47\":[\"System.IO.FileSystem.Primitives\"],\"net471\":[\"System.IO.FileSystem.Primitives\"],\"net472\":[\"System.IO.FileSystem.Primitives\"],\"net48\":[\"System.IO.FileSystem.Primitives\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.IO.FileSystem.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Text.Encoding\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.IO.FileSystem\",\"sha512\":\"sha512-T7WB1vhblSmgkaDpdGM3Uqo55Qsr5sip5eyowrwiXOoHBkzOx3ePd9+Zh97r9NzOwFCxqX7awO6RBxQuao7n7g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Runtime\"],\"net6.0\":[\"System.Runtime\"],\"net7.0\":[\"System.Runtime\"],\"netcoreapp1.0\":[\"System.Runtime\"],\"netcoreapp1.1\":[\"System.Runtime\"],\"netcoreapp2.0\":[\"System.Runtime\"],\"netcoreapp2.1\":[\"System.Runtime\"],\"netcoreapp2.2\":[\"System.Runtime\"],\"netcoreapp3.0\":[\"System.Runtime\"],\"netcoreapp3.1\":[\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.Runtime\"],\"netstandard1.4\":[\"System.Runtime\"],\"netstandard1.5\":[\"System.Runtime\"],\"netstandard1.6\":[\"System.Runtime\"],\"netstandard2.0\":[\"System.Runtime\"],\"netstandard2.1\":[\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.IO.FileSystem.Primitives\",\"sha512\":\"sha512-WIWVPQlYLP/Zc9I6IakpBk1y8ryVGK83MtZx//zGKKi2hvHQWKAB7moRQCOz5Is/wNDksiYpocf3FeA3le6e5Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"net6.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"net7.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp1.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp1.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp2.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp2.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp2.2\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp3.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp3.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard\":[],\"netstandard1.0\":[\"System.Collections\",\"System.Runtime\"],\"netstandard1.1\":[\"System.Collections\",\"System.Runtime\"],\"netstandard1.2\":[\"System.Collections\",\"System.Runtime\"],\"netstandard1.3\":[\"System.Collections\",\"System.Runtime\"],\"netstandard1.4\":[\"System.Collections\",\"System.Runtime\"],\"netstandard1.5\":[\"System.Collections\",\"System.Runtime\"],\"netstandard1.6\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard2.0\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard2.1\":[\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"]},\"framework_list\":[],\"id\":\"System.Linq\",\"sha512\":\"sha512-6sx/4exSb0BfW6DmcfYW0OW+nBgo1UOp4vjGXfQJnWsupKn6LNrk80sXDcNxQvYOJn4TfKOfNQKB7XDS3GIEWA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[\"System.Security.Cryptography.X509Certificates\"],\"net461\":[\"System.Security.Cryptography.X509Certificates\"],\"net462\":[\"System.Security.Cryptography.X509Certificates\"],\"net47\":[\"System.Security.Cryptography.X509Certificates\"],\"net471\":[\"System.Security.Cryptography.X509Certificates\"],\"net472\":[\"System.Security.Cryptography.X509Certificates\"],\"net48\":[\"System.Security.Cryptography.X509Certificates\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"System.IO\",\"System.Net.Primitives\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"System.IO\",\"System.Net.Primitives\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.IO\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.IO\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.IO\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Diagnostics.DiagnosticSource\",\"System.Diagnostics.Tracing\",\"System.Globalization\",\"System.Globalization.Extensions\",\"System.IO\",\"System.IO.FileSystem\",\"System.Net.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Security.Cryptography.X509Certificates\",\"System.Text.Encoding\",\"System.Threading\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.Net.Http\",\"sha512\":\"sha512-Fj7e73NNHwof97gFPTJuq8gv6G895yxkZt14DVnZdEh4gvKl8WrksCwNjIp/JeYX/yu/qxM/iOv9ai+ZY3Fp7Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.4\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Net.Http.WinHttpHandler\",\"sha512\":\"sha512-uLH7CWm9PZaO0SNhnEL8wvLCwcLCjC9M/jWgl7kTwp5PuFCfeCn7hrq6c0Bpfq2s1SCkx9lNUoRWnM76wMpnxQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Runtime.Handles\"]},\"framework_list\":[],\"id\":\"System.Net.Primitives\",\"sha512\":\"sha512-BgdlyYCI7rrdh36p3lMTqbkvaafPETpB1bk9iQlFdQxYE692kiXvmseXs8ghL+gEgQF2xgDc8GH4QLkSgUUs+Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Reflection\",\"sha512\":\"sha512-IyW2ftYNzgMCgHBk8lQiy+G3+ydbU5tE+6PEqM5JJvIdeFKaXDSzHAPYDREPe6zpr5WJ1Fcma+rAFCIAV6+DMw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netcoreapp1.1\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard1.1\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard1.2\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard1.3\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard1.4\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard1.5\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard1.6\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Reflection.Emit.Lightweight\",\"sha512\":\"sha512-Blr1A9Vqk+ZUknlk6sFrhOcpuqx4bp7kqwZfhwkmmhz+9dgOl8cZ9CnSXbalbL9rfHmi5HDFydxQsfozl2PvjQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.7.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Reflection.Primitives\",\"sha512\":\"sha512-1LnMkF9aXKuQAgYzjoiQaL9mwY7oY6KdaO/zzeLMynNBEqKoUfLi5TiKIewoAF+hkxfGTZsjkjsF1jRL4uSeqg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Globalization\",\"System.Reflection\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Resources.ResourceManager\",\"sha512\":\"sha512-kGfbKPHEjQj8Uq1Apgj4jBStkRJkZ0Hdr0Jv3+aL7WGrAZVLF5Rh5h0Yc3FgDB5uXDbHiJk/WhBaZPVwKmuB1A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"]},\"framework_list\":[],\"id\":\"System.Runtime\",\"sha512\":\"sha512-Al69mPDfzdD+bKGK2HAfB+lNFOHFqnkqzNnUJmmvUe1/qEPK9M7EiTT4zuycKDPy7ev11xz8XVgJWKP0hm7NIA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Runtime.CompilerServices.Unsafe\",\"sha512\":\"sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Runtime.Extensions\",\"sha512\":\"sha512-VSbBNw3UQxuHk4aALPsYo154l+TKUR4Ij+Nj9GPnyJkzAmMewY1AyHXuaE+KCJ6JBj2SoO4uwLqY4ORKW9JRTw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Runtime.Handles\",\"sha512\":\"sha512-CluvHdVUv54BvLTOCCyybugreDNk/rR8unMPruzXDtxSjvrQOU3M4R831/lQf4YI8VYp668FGQa/01E+Rq8PEQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[\"System.Runtime\"],\"net47\":[\"System.Runtime\"],\"net471\":[\"System.Runtime\"],\"net472\":[\"System.Runtime\"],\"net48\":[\"System.Runtime\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"]},\"framework_list\":[],\"id\":\"System.Runtime.InteropServices\",\"sha512\":\"sha512-ZQeZw+ZU77ua1nFXycYM5G8oioFZe+N84qC/XUg1BEBl7z9luZcyjLu7+4H0yJuNfn1hOAiAAZ3u5us/lj9w2Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"net6.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"net7.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp1.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp1.1\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp2.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp2.1\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp2.2\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp3.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netcoreapp3.1\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"System.Runtime\"],\"netstandard1.2\":[\"System.Runtime\"],\"netstandard1.3\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard1.4\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard1.5\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard1.6\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard2.0\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"],\"netstandard2.1\":[\"System.Globalization\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\"]},\"framework_list\":[],\"id\":\"System.Runtime.Numerics\",\"sha512\":\"sha512-PjR/qo5+xITUgeU7HCGf4c40augniiFLRQjPDiM8Fie9nGxsfGVOjB9BQycYON3ZWT9joQQ1d62HxA45Kvf9NA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.AccessControl\",\"sha512\":\"sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[\"System.Security.Cryptography.Primitives\"],\"net461\":[\"System.Security.Cryptography.Primitives\"],\"net462\":[\"System.Security.Cryptography.Primitives\"],\"net47\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\"],\"net471\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\"],\"net472\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\"],\"net48\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Primitives\"],\"netstandard1.4\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Primitives\"],\"netstandard1.5\":[\"System.IO\",\"System.Runtime\",\"System.Security.Cryptography.Primitives\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.Apple\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Algorithms\",\"sha512\":\"sha512-NLArYLaaVOExC1EVEuMhCkm/sFhMUPgLWcWG1xgK2XPjtUGfelV4ODeIQ5VGDbPg2xPI+yfebRcLjS2rHJCtzw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net461\":[\"System.Security.Cryptography.Algorithms\"],\"net462\":[\"System.Security.Cryptography.Algorithms\"],\"net47\":[\"System.Security.Cryptography.Algorithms\"],\"net471\":[\"System.Security.Cryptography.Algorithms\"],\"net472\":[\"System.Security.Cryptography.Algorithms\"],\"net48\":[\"System.Security.Cryptography.Algorithms\"],\"net5.0\":[\"System.Formats.Asn1\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp1.1\":[\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[\"System.Formats.Asn1\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"netstandard1.4\":[\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard1.5\":[\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard1.6\":[\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Cng\",\"sha512\":\"sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net461\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net462\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net47\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net471\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net472\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net48\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Primitives\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"System.IO\",\"System.Reflection\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Csp\",\"sha512\":\"sha512-QzF1kXR6GPUvaDGH4Jrf4OA1c+baxDC/O6E/RAzbHHux+SBTadXzsqDz/flgTVuh5tlKiZol0sUz5FMzhXjzUQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Collections.Concurrent\",\"System.Linq\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Encoding\",\"sha512\":\"sha512-XCat0j5jVC83UG9fofcuiYDwN0PVKc2OWD0QVLjYpXn7dz+gNaANkHPbhNtr5PR8rDQNHrxtI912Hb29YAB14A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Security.Cryptography.Algorithms\"],\"net462\":[\"System.Security.Cryptography.Algorithms\"],\"net47\":[\"System.Security.Cryptography.Algorithms\"],\"net471\":[\"System.Security.Cryptography.Algorithms\"],\"net472\":[\"System.Security.Cryptography.Algorithms\"],\"net48\":[\"System.Security.Cryptography.Algorithms\"],\"net5.0\":[\"System.Formats.Asn1\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp1.1\":[\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[\"System.Formats.Asn1\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[\"System.Collections\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.OpenSsl\",\"sha512\":\"sha512-+8P4Eo9HMcke1V4bPK6JjBaHilI5MAYLcqPKVHcpbJmW3O6qOCxutBmEiuT3e6CZvk8cE4v2wqC5J3woxqEF/Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp2.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp2.2\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp3.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netstandard2.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Pkcs\",\"sha512\":\"sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"net6.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"net7.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.IO\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Threading\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Primitives\",\"sha512\":\"sha512-WtgnP5mOu5zKL3vQMUPT9tV7XVYGV7Jtb0540DgBD7MMN5ojonwIcw8VybZvS6VloGmE7CRt/Hms8adBsN1DRw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.ProtectedData\",\"sha512\":\"sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net461\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net462\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net47\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net471\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net472\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net48\":[\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.Runtime\",\"System.Runtime.Handles\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"netstandard1.4\":[\"System.Runtime\",\"System.Runtime.Handles\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"netstandard1.5\":[\"System.Runtime\",\"System.Runtime.Handles\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Encoding\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"runtime.native.System\",\"runtime.native.System.Net.Http\",\"runtime.native.System.Security.Cryptography.OpenSsl\",\"System.Collections\",\"System.Diagnostics.Debug\",\"System.Globalization\",\"System.Globalization.Calendars\",\"System.IO\",\"System.IO.FileSystem\",\"System.IO.FileSystem.Primitives\",\"System.Resources.ResourceManager\",\"System.Runtime\",\"System.Runtime.Extensions\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Runtime.Numerics\",\"System.Security.Cryptography.Algorithms\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Csp\",\"System.Security.Cryptography.Encoding\",\"System.Security.Cryptography.OpenSsl\",\"System.Security.Cryptography.Primitives\",\"System.Text.Encoding\",\"System.Threading\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.X509Certificates\",\"sha512\":\"sha512-Ax8SNsw9NCe5pBEysVjrPiGgmcw9ToUMQyNOsbKL0BAGO3VQ+Gis2eleJ7KVmJ5j2gFdgh42yc9U2hboXdy+3A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.2\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Security.AccessControl\"],\"net462\":[\"System.Security.AccessControl\"],\"net47\":[\"System.Security.AccessControl\"],\"net471\":[\"System.Security.AccessControl\"],\"net472\":[\"System.Security.AccessControl\"],\"net48\":[\"System.Security.AccessControl\"],\"net5.0\":[\"System.Security.AccessControl\",\"System.Windows.Extensions\"],\"net6.0\":[\"System.Security.AccessControl\",\"System.Windows.Extensions\"],\"net7.0\":[\"System.Security.AccessControl\",\"System.Windows.Extensions\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Security.AccessControl\"],\"netcoreapp2.1\":[\"System.Security.AccessControl\"],\"netcoreapp2.2\":[\"System.Security.AccessControl\"],\"netcoreapp3.0\":[\"System.Security.AccessControl\"],\"netcoreapp3.1\":[\"System.Security.AccessControl\",\"System.Windows.Extensions\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Security.AccessControl\"],\"netstandard2.1\":[\"System.Security.AccessControl\"]},\"framework_list\":[],\"id\":\"System.Security.Permissions\",\"sha512\":\"sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Text.Encoding\",\"sha512\":\"sha512-b/f+7HMTpxIfeV7H03bkuHKMFylCGfr9/U6gePnfFFW0aF8LOWLDgQCY6V1oWUqDksC3mdNuyChM1vy9TP4sZw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"net462\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"net47\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"net471\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"net472\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"net48\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.1\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.2\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp3.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp3.1\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard2.1\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\"]},\"framework_list\":[],\"id\":\"System.Text.Json\",\"sha512\":\"sha512-PTL4h2MLbKEqZ/9TE6SEmJp1txIh0GjzYPQrWGbfJ5sgbPrpXzb9sOoXe3cid51zDBE+2KCLd95e/04JiNr0TQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.2\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"net6.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"net7.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.1\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"System.Runtime\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"System.Runtime\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.Threading\",\"sha512\":\"sha512-l6J1G9zmn6r5xU+DSp/Vxgx6eG+qUvQgdpgo28m1gEwfNyG6HqlF6h2ESDXZCYEPnngsmkTQ+q7MyyMMTNlaiA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Threading.Tasks\",\"sha512\":\"sha512-fUiP+CyyCjs872OA8trl6p97qma/da1xGq3h4zAbJZk8zyaU4zyEfqW5vbkP80xG/Nimun1vlWBboMEk7XxdEw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Drawing.Common\"],\"net6.0\":[\"System.Drawing.Common\"],\"net7.0\":[\"System.Drawing.Common\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[\"System.Drawing.Common\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Windows.Extensions\",\"sha512\":\"sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}" - ], - "targeting_pack_overrides": { - "argu": [], - "chessie": [], - "fsharp.control.asyncseq": [], - "fsharp.core": [], - "fsharp.systemtextjson": [], - "fsharpx.async": [], - "fsharpx.collections": [], - "fsharpx.extras": [], - "microsoft.bcl.asyncinterfaces": [], - "microsoft.csharp": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|4.4.0", - "Microsoft.Win32.Primitives|4.3.0", - "Microsoft.Win32.Registry|4.4.0", - "runtime.debian.8-x64.runtime.native.System|4.3.0", - "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.23-x64.runtime.native.System|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.24-x64.runtime.native.System|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.rhel.7-x64.runtime.native.System|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "System.AppContext|4.3.0", - "System.Buffers|4.4.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.DiagnosticSource|4.4.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.AccessControl|4.4.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Metadata|1.5.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Cng|4.4.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.OpenSsl|4.4.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ], - "microsoft.netcore.platforms": [], - "microsoft.netcore.targets": [], - "microsoft.web.xdt": [], - "microsoft.win32.systemevents": [], - "mono.cecil": [], - "netstandard.library": [], - "newtonsoft.json": [], - "nuget.commands": [], - "nuget.common": [], - "nuget.configuration": [], - "nuget.credentials": [], - "nuget.dependencyresolver.core": [], - "nuget.frameworks": [], - "nuget.librarymodel": [], - "nuget.packagemanagement": [], - "nuget.packaging": [], - "nuget.projectmodel": [], - "nuget.protocol": [], - "nuget.resolver": [], - "nuget.versioning": [], - "paket.core": [], - "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.native.system": [], - "runtime.native.system.net.http": [], - "runtime.native.system.security.cryptography.apple": [], - "runtime.native.system.security.cryptography.openssl": [], - "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple": [], - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl": [], - "system.collections": [], - "system.collections.concurrent": [], - "system.componentmodel.composition": [], - "system.configuration.configurationmanager": [], - "system.diagnostics.debug": [], - "system.diagnostics.diagnosticsource": [], - "system.diagnostics.tracing": [], - "system.drawing.common": [], - "system.formats.asn1": [], - "system.globalization": [], - "system.globalization.calendars": [], - "system.globalization.extensions": [], - "system.io": [], - "system.io.filesystem": [], - "system.io.filesystem.primitives": [], - "system.linq": [], - "system.net.http": [], - "system.net.http.winhttphandler": [], - "system.net.primitives": [], - "system.reflection": [], - "system.reflection.emit.lightweight": [], - "system.reflection.primitives": [], - "system.resources.resourcemanager": [], - "system.runtime": [], - "system.runtime.compilerservices.unsafe": [], - "system.runtime.extensions": [], - "system.runtime.handles": [], - "system.runtime.interopservices": [], - "system.runtime.numerics": [], - "system.security.accesscontrol": [], - "system.security.cryptography.algorithms": [], - "system.security.cryptography.cng": [], - "system.security.cryptography.csp": [], - "system.security.cryptography.encoding": [], - "system.security.cryptography.openssl": [], - "system.security.cryptography.pkcs": [], - "system.security.cryptography.primitives": [], - "system.security.cryptography.protecteddata": [], - "system.security.cryptography.x509certificates": [], - "system.security.permissions": [], - "system.text.encoding": [], - "system.text.json": [], - "system.threading": [], - "system.threading.tasks": [], - "system.windows.extensions": [] - }, - "framework_list": { - "argu": [], - "chessie": [], - "fsharp.control.asyncseq": [], - "fsharp.core": [], - "fsharp.systemtextjson": [], - "fsharpx.async": [], - "fsharpx.collections": [], - "fsharpx.extras": [], - "microsoft.bcl.asyncinterfaces": [], - "microsoft.csharp": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|6.0.0.0", - "Microsoft.VisualBasic.Core|11.0.0.0", - "Microsoft.VisualBasic|10.0.0.0", - "Microsoft.Win32.Primitives|6.0.0.0", - "Microsoft.Win32.Registry|6.0.0.0", - "System.AppContext|6.0.0.0", - "System.Buffers|6.0.0.0", - "System.Collections.Concurrent|6.0.0.0", - "System.Collections.Immutable|6.0.0.0", - "System.Collections.NonGeneric|6.0.0.0", - "System.Collections.Specialized|6.0.0.0", - "System.Collections|6.0.0.0", - "System.ComponentModel.Annotations|6.0.0.0", - "System.ComponentModel.DataAnnotations|4.0.0.0", - "System.ComponentModel.EventBasedAsync|6.0.0.0", - "System.ComponentModel.Primitives|6.0.0.0", - "System.ComponentModel.TypeConverter|6.0.0.0", - "System.ComponentModel|6.0.0.0", - "System.Configuration|4.0.0.0", - "System.Console|6.0.0.0", - "System.Core|4.0.0.0", - "System.Data.Common|6.0.0.0", - "System.Data.DataSetExtensions|4.0.0.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|6.0.0.0", - "System.Diagnostics.Debug|6.0.0.0", - "System.Diagnostics.DiagnosticSource|6.0.0.0", - "System.Diagnostics.FileVersionInfo|6.0.0.0", - "System.Diagnostics.Process|6.0.0.0", - "System.Diagnostics.StackTrace|6.0.0.0", - "System.Diagnostics.TextWriterTraceListener|6.0.0.0", - "System.Diagnostics.Tools|6.0.0.0", - "System.Diagnostics.TraceSource|6.0.0.0", - "System.Diagnostics.Tracing|6.0.0.0", - "System.Drawing.Primitives|6.0.0.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|6.0.0.0", - "System.Formats.Asn1|6.0.0.0", - "System.Globalization.Calendars|6.0.0.0", - "System.Globalization.Extensions|6.0.0.0", - "System.Globalization|6.0.0.0", - "System.IO.Compression.Brotli|6.0.0.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|6.0.0.0", - "System.IO.Compression|6.0.0.0", - "System.IO.FileSystem.AccessControl|6.0.0.0", - "System.IO.FileSystem.DriveInfo|6.0.0.0", - "System.IO.FileSystem.Primitives|6.0.0.0", - "System.IO.FileSystem.Watcher|6.0.0.0", - "System.IO.FileSystem|6.0.0.0", - "System.IO.IsolatedStorage|6.0.0.0", - "System.IO.MemoryMappedFiles|6.0.0.0", - "System.IO.Pipes.AccessControl|6.0.0.0", - "System.IO.Pipes|6.0.0.0", - "System.IO.UnmanagedMemoryStream|6.0.0.0", - "System.IO|6.0.0.0", - "System.Linq.Expressions|6.0.0.0", - "System.Linq.Parallel|6.0.0.0", - "System.Linq.Queryable|6.0.0.0", - "System.Linq|6.0.0.0", - "System.Memory|6.0.0.0", - "System.Net.Http.Json|6.0.0.0", - "System.Net.Http|6.0.0.0", - "System.Net.HttpListener|6.0.0.0", - "System.Net.Mail|6.0.0.0", - "System.Net.NameResolution|6.0.0.0", - "System.Net.NetworkInformation|6.0.0.0", - "System.Net.Ping|6.0.0.0", - "System.Net.Primitives|6.0.0.0", - "System.Net.Requests|6.0.0.0", - "System.Net.Security|6.0.0.0", - "System.Net.ServicePoint|6.0.0.0", - "System.Net.Sockets|6.0.0.0", - "System.Net.WebClient|6.0.0.0", - "System.Net.WebHeaderCollection|6.0.0.0", - "System.Net.WebProxy|6.0.0.0", - "System.Net.WebSockets.Client|6.0.0.0", - "System.Net.WebSockets|6.0.0.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|6.0.0.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|6.0.0.0", - "System.Reflection.DispatchProxy|6.0.0.0", - "System.Reflection.Emit.ILGeneration|6.0.0.0", - "System.Reflection.Emit.Lightweight|6.0.0.0", - "System.Reflection.Emit|6.0.0.0", - "System.Reflection.Extensions|6.0.0.0", - "System.Reflection.Metadata|6.0.0.0", - "System.Reflection.Primitives|6.0.0.0", - "System.Reflection.TypeExtensions|6.0.0.0", - "System.Reflection|6.0.0.0", - "System.Resources.Reader|6.0.0.0", - "System.Resources.ResourceManager|6.0.0.0", - "System.Resources.Writer|6.0.0.0", - "System.Runtime.CompilerServices.Unsafe|6.0.0.0", - "System.Runtime.CompilerServices.VisualC|6.0.0.0", - "System.Runtime.Extensions|6.0.0.0", - "System.Runtime.Handles|6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation|6.0.0.0", - "System.Runtime.InteropServices|6.0.0.0", - "System.Runtime.Intrinsics|6.0.0.0", - "System.Runtime.Loader|6.0.0.0", - "System.Runtime.Numerics|6.0.0.0", - "System.Runtime.Serialization.Formatters|6.0.0.0", - "System.Runtime.Serialization.Json|6.0.0.0", - "System.Runtime.Serialization.Primitives|6.0.0.0", - "System.Runtime.Serialization.Xml|6.0.0.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|6.0.0.0", - "System.Security.AccessControl|6.0.0.0", - "System.Security.Claims|6.0.0.0", - "System.Security.Cryptography.Algorithms|6.0.0.0", - "System.Security.Cryptography.Cng|6.0.0.0", - "System.Security.Cryptography.Csp|6.0.0.0", - "System.Security.Cryptography.Encoding|6.0.0.0", - "System.Security.Cryptography.OpenSsl|6.0.0.0", - "System.Security.Cryptography.Primitives|6.0.0.0", - "System.Security.Cryptography.X509Certificates|6.0.0.0", - "System.Security.Principal.Windows|6.0.0.0", - "System.Security.Principal|6.0.0.0", - "System.Security.SecureString|6.0.0.0", - "System.Security|4.0.0.0", - "System.ServiceModel.Web|4.0.0.0", - "System.ServiceProcess|4.0.0.0", - "System.Text.Encoding.CodePages|6.0.0.0", - "System.Text.Encoding.Extensions|6.0.0.0", - "System.Text.Encoding|6.0.0.0", - "System.Text.Encodings.Web|6.0.0.0", - "System.Text.Json|6.0.0.0", - "System.Text.RegularExpressions|6.0.0.0", - "System.Threading.Channels|6.0.0.0", - "System.Threading.Overlapped|6.0.0.0", - "System.Threading.Tasks.Dataflow|6.0.0.0", - "System.Threading.Tasks.Extensions|6.0.0.0", - "System.Threading.Tasks.Parallel|6.0.0.0", - "System.Threading.Tasks|6.0.0.0", - "System.Threading.Thread|6.0.0.0", - "System.Threading.ThreadPool|6.0.0.0", - "System.Threading.Timer|6.0.0.0", - "System.Threading|6.0.0.0", - "System.Transactions.Local|6.0.0.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.3.0", - "System.Web.HttpUtility|6.0.0.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|6.0.0.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|6.0.0.0", - "System.Xml.XPath.XDocument|6.0.0.0", - "System.Xml.XPath|6.0.0.0", - "System.Xml.XmlDocument|6.0.0.0", - "System.Xml.XmlSerializer|6.0.0.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "WindowsBase|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ], - "microsoft.netcore.platforms": [], - "microsoft.netcore.targets": [], - "microsoft.web.xdt": [], - "microsoft.win32.systemevents": [], - "mono.cecil": [], - "netstandard.library": [], - "newtonsoft.json": [], - "nuget.commands": [], - "nuget.common": [], - "nuget.configuration": [], - "nuget.credentials": [], - "nuget.dependencyresolver.core": [], - "nuget.frameworks": [], - "nuget.librarymodel": [], - "nuget.packagemanagement": [], - "nuget.packaging": [], - "nuget.projectmodel": [], - "nuget.protocol": [], - "nuget.resolver": [], - "nuget.versioning": [], - "paket.core": [], - "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.native.system": [], - "runtime.native.system.net.http": [], - "runtime.native.system.security.cryptography.apple": [], - "runtime.native.system.security.cryptography.openssl": [], - "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple": [], - "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl": [], - "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl": [], - "system.collections": [], - "system.collections.concurrent": [], - "system.componentmodel.composition": [], - "system.configuration.configurationmanager": [], - "system.diagnostics.debug": [], - "system.diagnostics.diagnosticsource": [], - "system.diagnostics.tracing": [], - "system.drawing.common": [], - "system.formats.asn1": [], - "system.globalization": [], - "system.globalization.calendars": [], - "system.globalization.extensions": [], - "system.io": [], - "system.io.filesystem": [], - "system.io.filesystem.primitives": [], - "system.linq": [], - "system.net.http": [], - "system.net.http.winhttphandler": [], - "system.net.primitives": [], - "system.reflection": [], - "system.reflection.emit.lightweight": [], - "system.reflection.primitives": [], - "system.resources.resourcemanager": [], - "system.runtime": [], - "system.runtime.compilerservices.unsafe": [], - "system.runtime.extensions": [], - "system.runtime.handles": [], - "system.runtime.interopservices": [], - "system.runtime.numerics": [], - "system.security.accesscontrol": [], - "system.security.cryptography.algorithms": [], - "system.security.cryptography.cng": [], - "system.security.cryptography.csp": [], - "system.security.cryptography.encoding": [], - "system.security.cryptography.openssl": [], - "system.security.cryptography.pkcs": [], - "system.security.cryptography.primitives": [], - "system.security.cryptography.protecteddata": [], - "system.security.cryptography.x509certificates": [], - "system.security.permissions": [], - "system.text.encoding": [], - "system.text.json": [], - "system.threading": [], - "system.threading.tasks": [], - "system.windows.extensions": [] - } - } - }, - "nuget.system.runtime.compilerservices.unsafe.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.runtime.compilerservices.unsafe.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.compilerservices.unsafe", - "version": "6.0.0", - "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==" - } - }, - "nuget.runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-K6KLKN1ICpOqvVG2Dub+uX3gb/MqqiS1deVZpuj46M7ya9ranrGzFYVIMsQFI8f7vhc+sf0gyTtN0es9tN4jmw==" - } - }, - "nuget.runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-KHQzsD6iTnD3Rpr+Odhe0II9LMwTJkIOMKekGzBz5TQlNbEpuc0LwQxMuCE4FZnzcefRYw3kDd5Xyu+AFND8FQ==" - } - }, - "nuget.nuget.common.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.common.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.common", - "version": "6.3.0", - "sha512": "sha512-qIXPWAhirtrK3QU/ZWBd0NYLdPfZL5XAWZepacZDUKuOJ8a+2hlcVP7ohvN6RzYk4LcBN3HgguFhoKdZLM4brA==" - } - }, - "nuget.mono.cecil.v0.11.4": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.mono.cecil.v0.11.4", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "mono.cecil", - "version": "0.11.4", - "sha512": "sha512-CnjwUMmFHnScNG8e/4DRZQQX67H5ajekRDudmZ6Fy1jCLhyH1jjzbQCOEFhBLa2NjPWQpMF+RHdBJY8a7GgmlA==" - } - }, - "nuget.system.reflection.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.reflection.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection", - "version": "4.3.0", - "sha512": "sha512-IyW2ftYNzgMCgHBk8lQiy+G3+ydbU5tE+6PEqM5JJvIdeFKaXDSzHAPYDREPe6zpr5WJ1Fcma+rAFCIAV6+DMw==" - } - }, - "nuget.system.security.cryptography.algorithms.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.algorithms.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.algorithms", - "version": "4.3.1", - "sha512": "sha512-NLArYLaaVOExC1EVEuMhCkm/sFhMUPgLWcWG1xgK2XPjtUGfelV4ODeIQ5VGDbPg2xPI+yfebRcLjS2rHJCtzw==" - } - }, - "nuget.microsoft.bcl.asyncinterfaces.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.bcl.asyncinterfaces.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.bcl.asyncinterfaces", - "version": "6.0.0", - "sha512": "sha512-IhoFoMkQ96h7Yg2PODHtOStOuV0RK+4nTTXycAmtKiZEXenXzSNf5vtKA/JVCHS9o7493dlu2vnAhSqcI9ewmQ==" - } - }, - "nuget.system.security.cryptography.openssl.v5.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.openssl.v5.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.openssl", - "version": "5.0.0", - "sha512": "sha512-+8P4Eo9HMcke1V4bPK6JjBaHilI5MAYLcqPKVHcpbJmW3O6qOCxutBmEiuT3e6CZvk8cE4v2wqC5J3woxqEF/Q==" - } - }, - "nuget.newtonsoft.json.v13.0.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.newtonsoft.json.v13.0.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "newtonsoft.json", - "version": "13.0.1", - "sha512": "sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==" - } - }, - "nuget.system.security.permissions.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.permissions.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.permissions", - "version": "6.0.0", - "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==" - } - }, - "nuget.system.reflection.primitives.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.reflection.primitives.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection.primitives", - "version": "4.3.0", - "sha512": "sha512-1LnMkF9aXKuQAgYzjoiQaL9mwY7oY6KdaO/zzeLMynNBEqKoUfLi5TiKIewoAF+hkxfGTZsjkjsF1jRL4uSeqg==" - } - }, - "nuget.system.configuration.configurationmanager.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.configuration.configurationmanager.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.configuration.configurationmanager", - "version": "6.0.0", - "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==" - } - }, - "nuget.system.security.cryptography.primitives.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.primitives.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.primitives", - "version": "4.3.0", - "sha512": "sha512-WtgnP5mOu5zKL3vQMUPT9tV7XVYGV7Jtb0540DgBD7MMN5ojonwIcw8VybZvS6VloGmE7CRt/Hms8adBsN1DRw==" - } - }, - "nuget.nuget.protocol.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.protocol.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.protocol", - "version": "6.3.0", - "sha512": "sha512-6nLnh/bPnf4KGwtWeait6J8wgON+hNUtfAU7f3cDKECHqUdzNsxz78iHu/ia2wgBx3Uq9xj0Ne/mNRIKII16GQ==" - } - }, - "nuget.nuget.resolver.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.resolver.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.resolver", - "version": "6.3.0", - "sha512": "sha512-hdmaUD7+q7qfBY8NiK9OYBpmUlO6LhktKGDCpB7SerE3YYZC1jq09bUQfYjBya0MVGN6UvmpVnQRlc7MHX5WMg==" - } - }, - "nuget.nuget.frameworks.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.frameworks.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.frameworks", - "version": "6.3.0", - "sha512": "sha512-1qR5DUYtyBi1Vfl70p3Rv+TVLp0InZkwSQuedRAklLzDbsDiCX9IDFOZaBuoFYEVp8z3+/tABujlzJwoSh28Hg==" - } - }, - "nuget.system.collections.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.collections.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.collections", - "version": "4.3.0", - "sha512": "sha512-ynuVLTDaFIfKTkOqUigXte4m5+EFNwYoEBEvxnp1EnZsOdQC85S7BCbREIu8+bu2Tpzh9a9zbvIVpRo15V8FGw==" - } - }, - "nuget.system.resources.resourcemanager.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.resources.resourcemanager.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.resources.resourcemanager", - "version": "4.3.0", - "sha512": "sha512-kGfbKPHEjQj8Uq1Apgj4jBStkRJkZ0Hdr0Jv3+aL7WGrAZVLF5Rh5h0Yc3FgDB5uXDbHiJk/WhBaZPVwKmuB1A==" - } - }, - "nuget.chessie.v0.6.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.chessie.v0.6.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "chessie", - "version": "0.6.0", - "sha512": "sha512-VUcf1SFTXQDf1ULVQ/IddKISCuVICj9OC+wW1LFSIDqpHfihP2M2CvLetBxsCvcplu8ugI4mo9ZV5gmdefHxPg==" - } - }, - "nuget.system.io.filesystem.primitives.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.io.filesystem.primitives.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.io.filesystem.primitives", - "version": "4.3.0", - "sha512": "sha512-WIWVPQlYLP/Zc9I6IakpBk1y8ryVGK83MtZx//zGKKi2hvHQWKAB7moRQCOz5Is/wNDksiYpocf3FeA3le6e5Q==" - } - }, - "nuget.fsharpx.async.v1.14.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.fsharpx.async.v1.14.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharpx.async", - "version": "1.14.1", - "sha512": "sha512-8Ye/hgNHsnHWFtanfED+tgJJzPq4QEt+LUQ87Ie2JOiqb6WUP+vtF3WRBO2NIDqGQpivh207nwmCoFdK+T6jwQ==" - } - }, - "nuget.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-CiS94rEK+DWQJJbFqOc+SboSZQeswgRiao5QMZjHjhhRPi2NkawZZ0l99i8+eGNTVo6f4cYTOXVmNr0BeJTiYQ==" - } - }, - "nuget.system.runtime.interopservices.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.runtime.interopservices.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.interopservices", - "version": "4.3.0", - "sha512": "sha512-ZQeZw+ZU77ua1nFXycYM5G8oioFZe+N84qC/XUg1BEBl7z9luZcyjLu7+4H0yJuNfn1hOAiAAZ3u5us/lj9w2Q==" - } - }, - "nuget.netstandard.library.v2.0.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.netstandard.library.v2.0.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "netstandard.library", - "version": "2.0.3", - "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==" - } - }, - "nuget.system.runtime.extensions.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.runtime.extensions.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.extensions", - "version": "4.3.1", - "sha512": "sha512-VSbBNw3UQxuHk4aALPsYo154l+TKUR4Ij+Nj9GPnyJkzAmMewY1AyHXuaE+KCJ6JBj2SoO4uwLqY4ORKW9JRTw==" - } - }, - "nuget.system.runtime.handles.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.runtime.handles.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.handles", - "version": "4.3.0", - "sha512": "sha512-CluvHdVUv54BvLTOCCyybugreDNk/rR8unMPruzXDtxSjvrQOU3M4R831/lQf4YI8VYp668FGQa/01E+Rq8PEQ==" - } - }, - "nuget.system.reflection.emit.lightweight.v4.7.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.reflection.emit.lightweight.v4.7.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection.emit.lightweight", - "version": "4.7.0", - "sha512": "sha512-Blr1A9Vqk+ZUknlk6sFrhOcpuqx4bp7kqwZfhwkmmhz+9dgOl8cZ9CnSXbalbL9rfHmi5HDFydxQsfozl2PvjQ==" - } - }, - "nuget.fsharp.core.v6.0.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.fsharp.core.v6.0.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharp.core", - "version": "6.0.3", - "sha512": "sha512-aDyKHiVFMwXWJrfW90iAeKyvw/lN+x98DPfx4oXke9Qnl4dz1sOi8KT2iczGeunqyWXh7nm+XUJ18i/0P3pZYw==" - } - }, - "nuget.system.io.filesystem.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.io.filesystem.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.io.filesystem", - "version": "4.3.0", - "sha512": "sha512-T7WB1vhblSmgkaDpdGM3Uqo55Qsr5sip5eyowrwiXOoHBkzOx3ePd9+Zh97r9NzOwFCxqX7awO6RBxQuao7n7g==" - } - }, - "nuget.system.diagnostics.debug.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.diagnostics.debug.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.diagnostics.debug", - "version": "4.3.0", - "sha512": "sha512-bFj+HjYY5/h2hMHOp+/H07Gb19+NJTX54ntixS9EHxG2eyEiXWvNYvQJ4CwqFiMcTbGb4zuPq1ubClyGYN2rJA==" - } - }, - "nuget.microsoft.web.xdt.v3.1.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.web.xdt.v3.1.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.web.xdt", - "version": "3.1.0", - "sha512": "sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==" - } - }, - "nuget.nuget.credentials.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.credentials.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.credentials", - "version": "6.3.0", - "sha512": "sha512-5xA2dW8YdEBLYtu+SkZ6QyxrZt6vxmPTW521nSq9BE8DgNS2BpwPwo1sFcYbM+devU9bSYCIPIg8CpSQHF2YVA==" - } - }, - "nuget.runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-Lmw34chaD1jDOrmiEl2jIXVoCfYhTFMWQWtC47RDRLKYpwLOjOkSa6E2LM5K28UNpkSOZu579Os/t+eZ+wAhOw==" - } - }, - "nuget.system.security.cryptography.encoding.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.encoding.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.encoding", - "version": "4.3.0", - "sha512": "sha512-XCat0j5jVC83UG9fofcuiYDwN0PVKc2OWD0QVLjYpXn7dz+gNaANkHPbhNtr5PR8rDQNHrxtI912Hb29YAB14A==" - } - }, - "nuget.system.threading.tasks.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.threading.tasks.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.threading.tasks", - "version": "4.3.0", - "sha512": "sha512-fUiP+CyyCjs872OA8trl6p97qma/da1xGq3h4zAbJZk8zyaU4zyEfqW5vbkP80xG/Nimun1vlWBboMEk7XxdEw==" - } - }, - "nuget.system.diagnostics.diagnosticsource.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.diagnostics.diagnosticsource.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.diagnostics.diagnosticsource", - "version": "6.0.0", - "sha512": "sha512-dYnmo66bitfHxLjNBU2LPp6Dn98n7hRyk7ZKGVzaAPw2MHy+40dLxfw7susxMkWfL3C//aJF+/UDAPgH2YhUZg==" - } - }, - "nuget.system.security.cryptography.pkcs.v6.0.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.pkcs.v6.0.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.pkcs", - "version": "6.0.1", - "sha512": "sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==" - } - }, - "nuget.nuget.packagemanagement.v6.2.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.packagemanagement.v6.2.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packagemanagement", - "version": "6.2.0", - "sha512": "sha512-pHKYJIu77c9RHdV1t8FvrzipVgQgBxDnGZB+/IsSfnH7h6ZGdkRg74MDTgh3uJbIoU4ggC3RLbaDGxsPz6qWIQ==" - } - }, - "nuget.runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple", - "version": "4.3.1", - "sha512": "sha512-YVeP6XccbJen1k3sjfntjqWS+vAcVt37VW3eBuZvjH7ZlTmQz3t6n8gLNh342IeDSBM+06SPYtBqP1roAlIpDA==" - } - }, - "nuget.system.globalization.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.globalization.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.globalization", - "version": "4.3.0", - "sha512": "sha512-gj0rowjLBztAoxRuzM0Nn9exYVrD+++xb3PYc+QR/YHDvch98gbT3H4vFMnNU6r8poSjVwwlRxKAqtqN6AXs4g==" - } - }, - "nuget.paket.core.v7.1.5": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.paket.core.v7.1.5", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "paket.core", - "version": "7.1.5", - "sha512": "sha512-XT8Jdh8NOJU6CZDuGXaL4mirvwLscK5MarhCBJlT9RAtTq79qQuSc9dklEkfGMkyif/s36oMQtaQIZ914vzJHg==" - } - }, - "nuget.microsoft.csharp.v4.7.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.csharp.v4.7.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.csharp", - "version": "4.7.0", - "sha512": "sha512-LJaYhRX5VxTUuD9WUPGD3GpWTgs89SVfoOPvSEdt66tL3lQvny9sR/ZiC3px1qUV5EFebS44i2CBeiliHVaQ3w==" - } - }, - "nuget.system.formats.asn1.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.formats.asn1.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.formats.asn1", - "version": "6.0.0", - "sha512": "sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==" - } - }, - "nuget.nuget.librarymodel.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.librarymodel.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.librarymodel", - "version": "6.3.0", - "sha512": "sha512-OPXNh1kxH+a/KSQ3y7QZiZS9/hQSTvmATfzW58LHCGSnBt9uXFz175omQFTfzRT2zhmxD3G8llp1eh9lRAgIUQ==" - } - }, - "nuget.microsoft.netcore.app.ref.v6.0.5": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.netcore.app.ref.v6.0.5", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.ref", - "version": "6.0.5", - "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==" - } - }, - "nuget.argu.v6.1.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.argu.v6.1.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "argu", - "version": "6.1.1", - "sha512": "sha512-ed1N3RMohnxS54MYuMgPz3766hXItY3L12IrPazZ+F8CXPKkxyV+p8xVkWmE5NDnRhEvaWptRhBrXstK9DhS/w==" - } - }, - "nuget.system.net.primitives.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.net.primitives.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.net.primitives", - "version": "4.3.1", - "sha512": "sha512-BgdlyYCI7rrdh36p3lMTqbkvaafPETpB1bk9iQlFdQxYE692kiXvmseXs8ghL+gEgQF2xgDc8GH4QLkSgUUs+Q==" - } - }, - "nuget.nuget.commands.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.commands.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.commands", - "version": "6.3.0", - "sha512": "sha512-Sku4aLa2P6fu/yU23cCaXtG33lBC5yZ4CskiCECnKMKhoiONQx/9ts66B7doJjwctb37w3FJAo9yE7gwzfUOZA==" - } - }, - "nuget.runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-DPcJlXiNYg8lqqCAFTgaL9Yqs1brKG3H6b1XVimLf9RYxW7zOLujvf3HfTlvrYEWsAulgJ/+7Gh0mCw4FUt+IQ==" - } - }, - "nuget.runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-2v5kHzEZgBFCz+5NJgZn3Dmi9gaYY/loR5PJEXvOJ018XIF6BmSGYNyHNXTmdFPq50EjwaGpHj8cQmR3z5oeGA==" - } - }, - "nuget.nuget.versioning.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.versioning.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.versioning", - "version": "6.3.0", - "sha512": "sha512-66/JrnvBv9W/MW2M6OhHF8oJhhEPxQVPBYh/B7WsYn6z/qaM+FwGjiX3yiIJPoo/wSZ0bbkMsITbdcuemN4WBA==" - } - }, - "nuget.fsharpx.extras.v3.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.fsharpx.extras.v3.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharpx.extras", - "version": "3.0.0", - "sha512": "sha512-7Wv7LF8hZfGG6KuXcQoGTnm6keDAtMwvI6S2lK90Z23Dvs44XGeRAGOsLRO3dg2k6atckdt6xd0SDqQ9FSa4vA==" - } - }, - "nuget.system.net.http.winhttphandler.v6.0.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.net.http.winhttphandler.v6.0.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.net.http.winhttphandler", - "version": "6.0.1", - "sha512": "sha512-uLH7CWm9PZaO0SNhnEL8wvLCwcLCjC9M/jWgl7kTwp5PuFCfeCn7hrq6c0Bpfq2s1SCkx9lNUoRWnM76wMpnxQ==" - } - }, - "nuget.system.globalization.calendars.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.globalization.calendars.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.globalization.calendars", - "version": "4.3.0", - "sha512": "sha512-6XGQIxQCs5N3S5Je/AKiv6QdHRF6F/uH2m45n1I0VGlidn6c2POZcO+kCOT0U80eZ1Giph42a8l0BuGwuKS+hg==" - } - }, - "nuget.system.text.encoding.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.text.encoding.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.text.encoding", - "version": "4.3.0", - "sha512": "sha512-b/f+7HMTpxIfeV7H03bkuHKMFylCGfr9/U6gePnfFFW0aF8LOWLDgQCY6V1oWUqDksC3mdNuyChM1vy9TP4sZw==" - } - }, - "nuget.nuget.dependencyresolver.core.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.dependencyresolver.core.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.dependencyresolver.core", - "version": "6.3.0", - "sha512": "sha512-7sgzHc9ZPa39YlVBfyFqGyNEflQOH9AmDo2M3vzrGtkoDgMIlmTeRZm/3P6R4rjoo1DFNUcTRAepDesaXRf9tA==" - } - }, - "nuget.system.runtime.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.runtime.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime", - "version": "4.3.1", - "sha512": "sha512-Al69mPDfzdD+bKGK2HAfB+lNFOHFqnkqzNnUJmmvUe1/qEPK9M7EiTT4zuycKDPy7ev11xz8XVgJWKP0hm7NIA==" - } - }, - "nuget.runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-anMSS/nfTUvTuvUE3jg+sSEx7JUgLkeYS7T9dbb8ZE42XYWdaLJjRlp3qA/yYyoewJuVJ6ZPeI8w9QrlKgVSow==" - } - }, - "nuget.system.componentmodel.composition.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.componentmodel.composition.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.componentmodel.composition", - "version": "6.0.0", - "sha512": "sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==" - } - }, - "nuget.microsoft.netcore.platforms.v6.0.5": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.microsoft.netcore.platforms.v6.0.5", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.platforms", - "version": "6.0.5", - "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==" - } - }, - "nuget.fsharp.control.asyncseq.v3.2.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.fsharp.control.asyncseq.v3.2.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharp.control.asyncseq", - "version": "3.2.1", - "sha512": "sha512-oV4Xx1MMOqpnZAon10bhN/JSUjwuc/H4hXq2SM7IWimfghk5yK85alZiqVH4momfGBKpr/RsBVfgCrqbmkaxJg==" - } - }, - "nuget.runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-1kcSfJKTg00KxR43jsnYjjYTPoUh+f+OLpL4/yF/bzKikgxV6QPlz74UyrypYprz3NUHHOcsa12E7+Xp4RtTng==" - } - }, - "nuget.runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-s9AMelYhmifrJqGjkRkqyoP7NMudky0vJPdYzjGKryWYhofREwzC4EesqYm+dooMQB++vbgvGrtrcZpU36Q+sA==" - } - }, - "nuget.runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-kbvMwf5iS0oM7qiHPy3sHADQa2ncqFXVz7bQKCiPKcnNu5NTDz4cO/Nk4gy54iYjU0SSma/z2IfYIpPGVsdiZA==" - } - }, - "nuget.runtime.native.system.security.cryptography.apple.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.native.system.security.cryptography.apple.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.native.system.security.cryptography.apple", - "version": "4.3.1", - "sha512": "sha512-C+AZUmQBFgXR/NxF80q0Sy7SgYiW+C3CcIuA7yd0f1FXWN16xhIRSmXN92IUSGx/ebGN3XmaeuVUZpd+NuY/jQ==" - } - }, - "nuget.system.security.cryptography.csp.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.cryptography.csp.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.csp", - "version": "4.3.0", - "sha512": "sha512-QzF1kXR6GPUvaDGH4Jrf4OA1c+baxDC/O6E/RAzbHHux+SBTadXzsqDz/flgTVuh5tlKiZol0sUz5FMzhXjzUQ==" - } - }, - "nuget.system.runtime.numerics.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.runtime.numerics.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.numerics", - "version": "4.3.0", - "sha512": "sha512-PjR/qo5+xITUgeU7HCGf4c40augniiFLRQjPDiM8Fie9nGxsfGVOjB9BQycYON3ZWT9joQQ1d62HxA45Kvf9NA==" - } - }, - "nuget.runtime.native.system.v4.3.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.native.system.v4.3.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.native.system", - "version": "4.3.1", - "sha512": "sha512-AJsN0GLPijYtmFZdvPYnfTdAMTlvMttusjye6ZC1Edg5XUneNv1BCHzXfM0SWpqf+Gt/31WthibAPAorcN4F1g==" - } - }, - "nuget.runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-2p9EjZTy8LkH/wx6OwRuk0ORuVL7PzqJ3cdvL/SY58Ep+XW0AYEBjyy7kloJ/nPZGYVUT+NS8kNwPU5ICV/DwQ==" - } - }, - "nuget.runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-qfB0WU/HXLYhTlXpDZi0eY1p1x9jlwxDlVFcWrj9u+2gFEesUKux9IoR9bzQLPPj//B0dSWolKEgW/1X70VWCA==" - } - }, - "nuget.system.diagnostics.tracing.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.diagnostics.tracing.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.diagnostics.tracing", - "version": "4.3.0", - "sha512": "sha512-0KXTDiYc1Ft9+rArf/vXa2TgybiS7YJuphSByYPAIIsFtpmBzXnpHNTlgR4c1MPOoGoa/OBYEezli+XkwgFp6g==" - } - }, - "nuget.system.security.accesscontrol.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.security.accesscontrol.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.accesscontrol", - "version": "6.0.0", - "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==" - } - }, - "nuget.nuget.projectmodel.v6.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.nuget.projectmodel.v6.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.projectmodel", - "version": "6.3.0", - "sha512": "sha512-8nHo2PxZ4uIW9V2u+h/A/rJJHBuWv+QCImIoKLwCKT8YKGBHKW+MpFlP5NV59JficVFITJtjeCFgWQjEUoPcFA==" - } - }, - "nuget.system.io.v4.3.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.io.v4.3.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.io", - "version": "4.3.0", - "sha512": "sha512-v8paIePhmGuXZbE9xvvNb4uJ5ME4OFXR1+8la/G/L1GIl2nbU2WFnddgb79kVK3U2us7q1aZT/uY/R0D/ovB5g==" - } - }, - "nuget.system.windows.extensions.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.system.windows.extensions.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.windows.extensions", - "version": "6.0.0", - "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==" - } - }, - "nuget.runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.v4.3.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.v4.3.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl", - "version": "4.3.3", - "sha512": "sha512-uOpq6ML3XC+QioF01mDpg6zuJEZs23+vjpbnOKQkZxyMSOGNanyleAjNgXLZyUo0NPa5c8QIMB878SvxLSxjhA==" - } - }, - "nuget.fsharpx.collections.v2.1.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~paket2bazel_dependencies_extension~nuget.fsharpx.collections.v2.1.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "fsharpx.collections", - "version": "2.1.3", - "sha512": "sha512-1KSJLhLpqOTPRKYkgi0YvPrvGybiYi642r53VrQb1U7LNd3VQNsh3z++v69ky8FEj4y+kP6NPbgZbFyJ8mumqA==" - } - } - } - } - }, - "@@rules_dotnet~override//dotnet:paket.rules_dotnet_nuget_packages_extension.bzl%rules_dotnet_nuget_packages_extension": { - "general": { - "bzlTransitiveDigest": "Q7u7GBiH0yvRrnJvAG6kTAoLFok61Se9Bi/dfttNXkc=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "nuget.nuget.frameworks.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.frameworks.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.frameworks", - "version": "5.10.0", - "sha512": "sha512-l8KtHN2bzA391seLZ9Q2AWK0mbCHpfbwL1nmOSMDxBpWLxqh+nxMWaKL437bROpHltU+oP5LX/hc4Fxm89T9Tg==" - } - }, - "nuget.nuget.dependencyresolver.core.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.dependencyresolver.core.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.dependencyresolver.core", - "version": "5.10.0", - "sha512": "sha512-+9mCFiBhnm5C2Cb3dtHaHyv/WarSr5HwRi2NaoVJgudpHoK3B9uy8wB7PNnUos0kOghZmVslemeLsmw7icQqTw==" - } - }, - "nuget.microsoft.web.xdt.v3.1.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.microsoft.web.xdt.v3.1.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.web.xdt", - "version": "3.1.0", - "sha512": "sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==" - } - }, - "nuget.system.componentmodel.composition.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.system.componentmodel.composition.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.componentmodel.composition", - "version": "6.0.0", - "sha512": "sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==" - } - }, - "nuget.netstandard.library.ref.v2.1.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.netstandard.library.ref.v2.1.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "netstandard.library.ref", - "version": "2.1.0", - "sha512": "sha512-Jr0OqnqkaJJGEVq3w9oNQrIEteD/4QBNg3YOh1cvRjydzwop07+5aWjO/SfEYu6CwBn+dSBKXj8niEvTNy2brA==" - } - }, - "nuget.microsoft.netcore.platforms.v6.0.5": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.microsoft.netcore.platforms.v6.0.5", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.platforms", - "version": "6.0.5", - "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==" - } - }, - "nuget.system.security.cryptography.pkcs.v6.0.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.system.security.cryptography.pkcs.v6.0.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.pkcs", - "version": "6.0.1", - "sha512": "sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==" - } - }, - "nuget.nuget.configuration.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.configuration.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.configuration", - "version": "5.10.0", - "sha512": "sha512-ZJc2HY/D+UEk2U0jxamyBhUbKl2bgluViM/tnP4ObIIfJpOj8dHEJ6xzggulIGDlhe+ItK6yc+sqtCb6qV5+gw==" - } - }, - "nuget.newtonsoft.json.v13.0.1": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.newtonsoft.json.v13.0.1", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "newtonsoft.json", - "version": "13.0.1", - "sha512": "sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==" - } - }, - "nuget.nunit.v3.12.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nunit.v3.12.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nunit", - "version": "3.12.0", - "sha512": "sha512-HAhwFxr+Z+PJf8hXzc747NecvsDwEZ+3X8SA5+GIRM43GAy1Ap+TQPMHsWCnisfes5vPZ1/a2md/91u+shoTsQ==" - } - }, - "nuget.system.formats.asn1.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.system.formats.asn1.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.formats.asn1", - "version": "6.0.0", - "sha512": "sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==" - } - }, - "nuget.system.security.cryptography.cng.v5.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.system.security.cryptography.cng.v5.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.cng", - "version": "5.0.0", - "sha512": "sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==" - } - }, - "nuget.nuget.versioning.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.versioning.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.versioning", - "version": "5.10.0", - "sha512": "sha512-NW11tfXijCWeI8d71HKpNPKPzJqr30PtUyJHzCpKFMFTGZhsHh2YxgjKBuhpC5R59SMZUzqrFF5CgJ8uGaupqg==" - } - }, - "nuget.microsoft.netcore.app.ref.v6.0.5": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.microsoft.netcore.app.ref.v6.0.5", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.ref", - "version": "6.0.5", - "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==" - } - }, - "nuget.mcmaster.extensions.commandlineutils.v2.5.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.mcmaster.extensions.commandlineutils.v2.5.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "mcmaster.extensions.commandlineutils", - "version": "2.5.0", - "sha512": "sha512-00uJOWYKPCPqDB6RxyOLXNnoPGeRmzKTZhu5OdZJaWn5+JV/n6mzB3/M+Z1yMpkabag3Lym9S11G/ITLrptOiw==" - } - }, - "nuget.nuget.projectmodel.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.projectmodel.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.projectmodel", - "version": "5.10.0", - "sha512": "sha512-gsZS2Kuat3ZjjPcBQ3Mc8QlRv6mP1OzNzkF4Dzybu3LgtG+kwvgQh4UMLbiIrko6WKbwVTbr8nQYpL+wsVZ4hA==" - } - }, - "nuget.system.componentmodel.annotations.v5.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.system.componentmodel.annotations.v5.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.componentmodel.annotations", - "version": "5.0.0", - "sha512": "sha512-WJqsTGaXAc55EPGjJylPFXiNPs/x1t9dklVlHlIBxUEcIxIob6sRGm9Un7TehkyEFM+vKjZd7rbwaMH/znw1PA==" - } - }, - "nuget.nuget.credentials.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.credentials.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.credentials", - "version": "5.10.0", - "sha512": "sha512-r/fzn5yJaCXyChbhxbGZ5d/4xV4n3NIjVdE3odLfQy0znmcYRCDIfjYGu5l7vO9Nx27F+q7YA+9QmG9sucxX9A==" - } - }, - "nuget.nunitlite.v3.12.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nunitlite.v3.12.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nunitlite", - "version": "3.12.0", - "sha512": "sha512-M9VVS4x3KURXFS4HTl2b7uJOX7vOi2wzpHACmNX6ANlBmb0/hIehJLciiVvddD3ubIIL81EF4Qk54kpsUOtVFQ==" - } - }, - "nuget.system.security.cryptography.protecteddata.v6.0.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.system.security.cryptography.protecteddata.v6.0.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.protecteddata", - "version": "6.0.0", - "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==" - } - }, - "nuget.nuget.packaging.core.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.packaging.core.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packaging.core", - "version": "5.10.0", - "sha512": "sha512-/WXGAbLb4T0pwEfEeY0j8zOVpS36OHNUANL95txANysbLoG7tUr9e+5je+Nfh3iIqzMaHIZXT6JKFvHOBwAotw==" - } - }, - "nuget.nuget.packagemanagement.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.packagemanagement.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packagemanagement", - "version": "5.10.0", - "sha512": "sha512-Kr0CZuStXNsJRL86ecuWGhIHUhYy31rYZJ9WZ0tiFUaRwiPb7HpSQVsV/v3tqrKE7FWUZBpasX1bugXNqXcPjA==" - } - }, - "nuget.nuget.packaging.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.packaging.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packaging", - "version": "5.10.0", - "sha512": "sha512-2HMq5gNgLMOHmqGb84pyEC7ctkCYBVXkhJfcYmHlkpo4FpDA6GQBoT//1h0Q4nGoybtgoBxiIbJu8VRn/9CZrQ==" - } - }, - "nuget.nuget.protocol.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.protocol.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.protocol", - "version": "5.10.0", - "sha512": "sha512-lY85Pgf7kr0JwTufdJmfDgBwN9BRQc96F4xxKrUGSALhuZRRC7y6f2RN1JQ0UTPIXlQx7HTG/h0UZEknQj3/UQ==" - } - }, - "paket.rules_dotnet_nuget_packages": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_repo.bzl", - "ruleClassName": "_nuget_repo", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~paket.rules_dotnet_nuget_packages", - "repo_name": "paket.rules_dotnet_nuget_packages", - "packages": [ - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.ComponentModel.Annotations\"],\"net6.0\":[\"System.ComponentModel.Annotations\"],\"net7.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp1.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp1.1\":[\"System.ComponentModel.Annotations\"],\"netcoreapp2.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp2.1\":[\"System.ComponentModel.Annotations\"],\"netcoreapp2.2\":[\"System.ComponentModel.Annotations\"],\"netcoreapp3.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp3.1\":[\"System.ComponentModel.Annotations\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[\"System.ComponentModel.Annotations\"],\"netstandard2.0\":[\"System.ComponentModel.Annotations\"],\"netstandard2.1\":[\"System.ComponentModel.Annotations\"]},\"framework_list\":[],\"id\":\"McMaster.Extensions.CommandLineUtils\",\"sha512\":\"sha512-00uJOWYKPCPqDB6RxyOLXNnoPGeRmzKTZhu5OdZJaWn5+JV/n6mzB3/M+Z1yMpkabag3Lym9S11G/ITLrptOiw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.5.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.CSharp|6.0.0.0\",\"Microsoft.VisualBasic.Core|11.0.0.0\",\"Microsoft.VisualBasic|10.0.0.0\",\"Microsoft.Win32.Primitives|6.0.0.0\",\"Microsoft.Win32.Registry|6.0.0.0\",\"System.AppContext|6.0.0.0\",\"System.Buffers|6.0.0.0\",\"System.Collections.Concurrent|6.0.0.0\",\"System.Collections.Immutable|6.0.0.0\",\"System.Collections.NonGeneric|6.0.0.0\",\"System.Collections.Specialized|6.0.0.0\",\"System.Collections|6.0.0.0\",\"System.ComponentModel.Annotations|6.0.0.0\",\"System.ComponentModel.DataAnnotations|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|6.0.0.0\",\"System.ComponentModel.Primitives|6.0.0.0\",\"System.ComponentModel.TypeConverter|6.0.0.0\",\"System.ComponentModel|6.0.0.0\",\"System.Configuration|4.0.0.0\",\"System.Console|6.0.0.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|6.0.0.0\",\"System.Data.DataSetExtensions|4.0.0.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|6.0.0.0\",\"System.Diagnostics.Debug|6.0.0.0\",\"System.Diagnostics.DiagnosticSource|6.0.0.0\",\"System.Diagnostics.FileVersionInfo|6.0.0.0\",\"System.Diagnostics.Process|6.0.0.0\",\"System.Diagnostics.StackTrace|6.0.0.0\",\"System.Diagnostics.TextWriterTraceListener|6.0.0.0\",\"System.Diagnostics.Tools|6.0.0.0\",\"System.Diagnostics.TraceSource|6.0.0.0\",\"System.Diagnostics.Tracing|6.0.0.0\",\"System.Drawing.Primitives|6.0.0.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|6.0.0.0\",\"System.Formats.Asn1|6.0.0.0\",\"System.Globalization.Calendars|6.0.0.0\",\"System.Globalization.Extensions|6.0.0.0\",\"System.Globalization|6.0.0.0\",\"System.IO.Compression.Brotli|6.0.0.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|6.0.0.0\",\"System.IO.Compression|6.0.0.0\",\"System.IO.FileSystem.AccessControl|6.0.0.0\",\"System.IO.FileSystem.DriveInfo|6.0.0.0\",\"System.IO.FileSystem.Primitives|6.0.0.0\",\"System.IO.FileSystem.Watcher|6.0.0.0\",\"System.IO.FileSystem|6.0.0.0\",\"System.IO.IsolatedStorage|6.0.0.0\",\"System.IO.MemoryMappedFiles|6.0.0.0\",\"System.IO.Pipes.AccessControl|6.0.0.0\",\"System.IO.Pipes|6.0.0.0\",\"System.IO.UnmanagedMemoryStream|6.0.0.0\",\"System.IO|6.0.0.0\",\"System.Linq.Expressions|6.0.0.0\",\"System.Linq.Parallel|6.0.0.0\",\"System.Linq.Queryable|6.0.0.0\",\"System.Linq|6.0.0.0\",\"System.Memory|6.0.0.0\",\"System.Net.Http.Json|6.0.0.0\",\"System.Net.Http|6.0.0.0\",\"System.Net.HttpListener|6.0.0.0\",\"System.Net.Mail|6.0.0.0\",\"System.Net.NameResolution|6.0.0.0\",\"System.Net.NetworkInformation|6.0.0.0\",\"System.Net.Ping|6.0.0.0\",\"System.Net.Primitives|6.0.0.0\",\"System.Net.Requests|6.0.0.0\",\"System.Net.Security|6.0.0.0\",\"System.Net.ServicePoint|6.0.0.0\",\"System.Net.Sockets|6.0.0.0\",\"System.Net.WebClient|6.0.0.0\",\"System.Net.WebHeaderCollection|6.0.0.0\",\"System.Net.WebProxy|6.0.0.0\",\"System.Net.WebSockets.Client|6.0.0.0\",\"System.Net.WebSockets|6.0.0.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|6.0.0.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|6.0.0.0\",\"System.Reflection.DispatchProxy|6.0.0.0\",\"System.Reflection.Emit.ILGeneration|6.0.0.0\",\"System.Reflection.Emit.Lightweight|6.0.0.0\",\"System.Reflection.Emit|6.0.0.0\",\"System.Reflection.Extensions|6.0.0.0\",\"System.Reflection.Metadata|6.0.0.0\",\"System.Reflection.Primitives|6.0.0.0\",\"System.Reflection.TypeExtensions|6.0.0.0\",\"System.Reflection|6.0.0.0\",\"System.Resources.Reader|6.0.0.0\",\"System.Resources.ResourceManager|6.0.0.0\",\"System.Resources.Writer|6.0.0.0\",\"System.Runtime.CompilerServices.Unsafe|6.0.0.0\",\"System.Runtime.CompilerServices.VisualC|6.0.0.0\",\"System.Runtime.Extensions|6.0.0.0\",\"System.Runtime.Handles|6.0.0.0\",\"System.Runtime.InteropServices.RuntimeInformation|6.0.0.0\",\"System.Runtime.InteropServices|6.0.0.0\",\"System.Runtime.Intrinsics|6.0.0.0\",\"System.Runtime.Loader|6.0.0.0\",\"System.Runtime.Numerics|6.0.0.0\",\"System.Runtime.Serialization.Formatters|6.0.0.0\",\"System.Runtime.Serialization.Json|6.0.0.0\",\"System.Runtime.Serialization.Primitives|6.0.0.0\",\"System.Runtime.Serialization.Xml|6.0.0.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|6.0.0.0\",\"System.Security.AccessControl|6.0.0.0\",\"System.Security.Claims|6.0.0.0\",\"System.Security.Cryptography.Algorithms|6.0.0.0\",\"System.Security.Cryptography.Cng|6.0.0.0\",\"System.Security.Cryptography.Csp|6.0.0.0\",\"System.Security.Cryptography.Encoding|6.0.0.0\",\"System.Security.Cryptography.OpenSsl|6.0.0.0\",\"System.Security.Cryptography.Primitives|6.0.0.0\",\"System.Security.Cryptography.X509Certificates|6.0.0.0\",\"System.Security.Principal.Windows|6.0.0.0\",\"System.Security.Principal|6.0.0.0\",\"System.Security.SecureString|6.0.0.0\",\"System.Security|4.0.0.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.ServiceProcess|4.0.0.0\",\"System.Text.Encoding.CodePages|6.0.0.0\",\"System.Text.Encoding.Extensions|6.0.0.0\",\"System.Text.Encoding|6.0.0.0\",\"System.Text.Encodings.Web|6.0.0.0\",\"System.Text.Json|6.0.0.0\",\"System.Text.RegularExpressions|6.0.0.0\",\"System.Threading.Channels|6.0.0.0\",\"System.Threading.Overlapped|6.0.0.0\",\"System.Threading.Tasks.Dataflow|6.0.0.0\",\"System.Threading.Tasks.Extensions|6.0.0.0\",\"System.Threading.Tasks.Parallel|6.0.0.0\",\"System.Threading.Tasks|6.0.0.0\",\"System.Threading.Thread|6.0.0.0\",\"System.Threading.ThreadPool|6.0.0.0\",\"System.Threading.Timer|6.0.0.0\",\"System.Threading|6.0.0.0\",\"System.Transactions.Local|6.0.0.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.3.0\",\"System.Web.HttpUtility|6.0.0.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|6.0.0.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|6.0.0.0\",\"System.Xml.XPath.XDocument|6.0.0.0\",\"System.Xml.XPath|6.0.0.0\",\"System.Xml.XmlDocument|6.0.0.0\",\"System.Xml.XmlSerializer|6.0.0.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"WindowsBase|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"Microsoft.NETCore.App.Ref\",\"sha512\":\"sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.CSharp|4.4.0\",\"Microsoft.Win32.Primitives|4.3.0\",\"Microsoft.Win32.Registry|4.4.0\",\"runtime.debian.8-x64.runtime.native.System|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"System.AppContext|4.3.0\",\"System.Buffers|4.4.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.DiagnosticSource|4.4.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.AccessControl|4.4.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Metadata|1.5.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Cng|4.4.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.OpenSsl|4.4.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"6.0.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.Platforms\",\"sha512\":\"sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Web.Xdt\",\"sha512\":\"sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.1.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"Microsoft.NETCore.Platforms\"],\"net451\":[\"Microsoft.NETCore.Platforms\"],\"net452\":[\"Microsoft.NETCore.Platforms\"],\"net46\":[\"Microsoft.NETCore.Platforms\"],\"net461\":[\"Microsoft.NETCore.Platforms\"],\"net462\":[\"Microsoft.NETCore.Platforms\"],\"net47\":[\"Microsoft.NETCore.Platforms\"],\"net471\":[\"Microsoft.NETCore.Platforms\"],\"net472\":[\"Microsoft.NETCore.Platforms\"],\"net48\":[\"Microsoft.NETCore.Platforms\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\"]},\"framework_list\":[],\"id\":\"NETStandard.Library\",\"sha512\":\"sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.0.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.Win32.Primitives|4.0.3.0\",\"System.AppContext|4.1.2.0\",\"System.Buffers|4.0.3.0\",\"System.Collections.Concurrent|4.0.11.0\",\"System.Collections.NonGeneric|4.0.3.0\",\"System.Collections.Specialized|4.0.3.0\",\"System.Collections|4.0.11.0\",\"System.ComponentModel.Composition|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|4.0.11.0\",\"System.ComponentModel.Primitives|4.1.2.0\",\"System.ComponentModel.TypeConverter|4.1.2.0\",\"System.ComponentModel|4.0.1.0\",\"System.Console|4.0.2.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|4.1.2.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|4.0.1.0\",\"System.Diagnostics.Debug|4.0.11.0\",\"System.Diagnostics.FileVersionInfo|4.0.2.0\",\"System.Diagnostics.Process|4.1.2.0\",\"System.Diagnostics.StackTrace|4.0.4.0\",\"System.Diagnostics.TextWriterTraceListener|4.0.2.0\",\"System.Diagnostics.Tools|4.0.1.0\",\"System.Diagnostics.TraceSource|4.0.2.0\",\"System.Diagnostics.Tracing|4.1.2.0\",\"System.Drawing.Primitives|4.0.2.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|4.0.11.0\",\"System.Globalization.Calendars|4.0.3.0\",\"System.Globalization.Extensions|4.0.3.0\",\"System.Globalization|4.0.11.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|4.0.3.0\",\"System.IO.Compression|4.1.3.0\",\"System.IO.FileSystem.DriveInfo|4.0.2.0\",\"System.IO.FileSystem.Primitives|4.0.3.0\",\"System.IO.FileSystem.Watcher|4.0.2.0\",\"System.IO.FileSystem|4.0.3.0\",\"System.IO.IsolatedStorage|4.0.2.0\",\"System.IO.MemoryMappedFiles|4.0.2.0\",\"System.IO.Pipes|4.0.2.0\",\"System.IO.UnmanagedMemoryStream|4.0.3.0\",\"System.IO|4.1.2.0\",\"System.Linq.Expressions|4.1.2.0\",\"System.Linq.Parallel|4.0.1.0\",\"System.Linq.Queryable|4.0.1.0\",\"System.Linq|4.1.2.0\",\"System.Memory|4.0.2.0\",\"System.Net.Http|4.1.2.0\",\"System.Net.NameResolution|4.0.2.0\",\"System.Net.NetworkInformation|4.1.2.0\",\"System.Net.Ping|4.0.2.0\",\"System.Net.Primitives|4.0.11.0\",\"System.Net.Requests|4.0.11.0\",\"System.Net.Security|4.0.2.0\",\"System.Net.Sockets|4.1.2.0\",\"System.Net.WebHeaderCollection|4.0.1.0\",\"System.Net.WebSockets.Client|4.0.2.0\",\"System.Net.WebSockets|4.0.2.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|4.1.5.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|4.0.11.0\",\"System.Reflection.DispatchProxy|4.0.5.0\",\"System.Reflection.Emit.ILGeneration|4.0.1.0\",\"System.Reflection.Emit.Lightweight|4.0.1.0\",\"System.Reflection.Emit|4.0.1.0\",\"System.Reflection.Extensions|4.0.1.0\",\"System.Reflection.Primitives|4.0.1.0\",\"System.Reflection|4.1.2.0\",\"System.Resources.Reader|4.0.2.0\",\"System.Resources.ResourceManager|4.0.1.0\",\"System.Resources.Writer|4.0.2.0\",\"System.Runtime.CompilerServices.VisualC|4.0.2.0\",\"System.Runtime.Extensions|4.1.2.0\",\"System.Runtime.Handles|4.0.1.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.0.2.0\",\"System.Runtime.InteropServices|4.1.2.0\",\"System.Runtime.Numerics|4.0.1.0\",\"System.Runtime.Serialization.Formatters|4.0.2.0\",\"System.Runtime.Serialization.Json|4.0.1.0\",\"System.Runtime.Serialization.Primitives|4.1.3.0\",\"System.Runtime.Serialization.Xml|4.1.3.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|4.1.2.0\",\"System.Security.Claims|4.0.3.0\",\"System.Security.Cryptography.Algorithms|4.2.2.0\",\"System.Security.Cryptography.Csp|4.0.2.0\",\"System.Security.Cryptography.Encoding|4.0.2.0\",\"System.Security.Cryptography.Primitives|4.0.2.0\",\"System.Security.Cryptography.X509Certificates|4.1.2.0\",\"System.Security.Principal|4.0.1.0\",\"System.Security.SecureString|4.0.2.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.Text.Encoding.Extensions|4.0.11.0\",\"System.Text.Encoding|4.0.11.0\",\"System.Text.RegularExpressions|4.1.1.0\",\"System.Threading.Overlapped|4.0.3.0\",\"System.Threading.Tasks.Extensions|4.2.1.0\",\"System.Threading.Tasks.Parallel|4.0.1.0\",\"System.Threading.Tasks|4.0.11.0\",\"System.Threading.Thread|4.0.2.0\",\"System.Threading.ThreadPool|4.0.12.0\",\"System.Threading.Timer|4.0.1.0\",\"System.Threading|4.0.11.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.2.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|4.1.1.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|4.0.11.0\",\"System.Xml.XPath.XDocument|4.0.3.0\",\"System.Xml.XPath|4.0.3.0\",\"System.Xml.XmlDocument|4.0.3.0\",\"System.Xml.XmlSerializer|4.0.11.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"NETStandard.Library.Ref\",\"sha512\":\"sha512-Jr0OqnqkaJJGEVq3w9oNQrIEteD/4QBNg3YOh1cvRjydzwop07+5aWjO/SfEYu6CwBn+dSBKXj8niEvTNy2brA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.Win32.Primitives|4.3.0\",\"System.AppContext|4.3.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"2.1.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"NETStandard.Library\"],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Newtonsoft.Json\",\"sha512\":\"sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"13.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net462\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net47\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net471\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net472\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net48\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net5.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net6.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net7.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp2.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp2.2\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp3.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp3.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netstandard2.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"]},\"framework_list\":[],\"id\":\"NuGet.Commands\",\"sha512\":\"sha512-Q7ANXnmLUPC4pWgCZjBy2R7vRDABiaJz5NsBtoErE0dLylx/zQWRMyoa+m4Y478SKvUpt7S1V7LhAOlMRCTPpg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"NuGet.Frameworks\"],\"net451\":[\"NuGet.Frameworks\"],\"net452\":[\"NuGet.Frameworks\"],\"net46\":[\"NuGet.Frameworks\"],\"net461\":[\"NuGet.Frameworks\"],\"net462\":[\"NuGet.Frameworks\"],\"net47\":[\"NuGet.Frameworks\"],\"net471\":[\"NuGet.Frameworks\"],\"net472\":[\"NuGet.Frameworks\"],\"net48\":[\"NuGet.Frameworks\"],\"net5.0\":[\"NuGet.Frameworks\"],\"net6.0\":[\"NuGet.Frameworks\"],\"net7.0\":[\"NuGet.Frameworks\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Frameworks\"],\"netcoreapp2.1\":[\"NuGet.Frameworks\"],\"netcoreapp2.2\":[\"NuGet.Frameworks\"],\"netcoreapp3.0\":[\"NuGet.Frameworks\"],\"netcoreapp3.1\":[\"NuGet.Frameworks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Frameworks\"],\"netstandard2.1\":[\"NuGet.Frameworks\"]},\"framework_list\":[],\"id\":\"NuGet.Common\",\"sha512\":\"sha512-8M9VtXAB1M15KmvL0F9QsItI96PH3WmYD0z3oxYm5H9G5AIhK8Ivi4kGzqtBJDTsZ/NkP91U1MnoCAeg4E4+zA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"NuGet.Common\"],\"net451\":[\"NuGet.Common\"],\"net452\":[\"NuGet.Common\"],\"net46\":[\"NuGet.Common\"],\"net461\":[\"NuGet.Common\"],\"net462\":[\"NuGet.Common\"],\"net47\":[\"NuGet.Common\"],\"net471\":[\"NuGet.Common\"],\"net472\":[\"NuGet.Common\"],\"net48\":[\"NuGet.Common\"],\"net5.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net6.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net7.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.2\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard2.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"]},\"framework_list\":[],\"id\":\"NuGet.Configuration\",\"sha512\":\"sha512-ZJc2HY/D+UEk2U0jxamyBhUbKl2bgluViM/tnP4ObIIfJpOj8dHEJ6xzggulIGDlhe+ItK6yc+sqtCb6qV5+gw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Protocol\"],\"net462\":[\"NuGet.Protocol\"],\"net47\":[\"NuGet.Protocol\"],\"net471\":[\"NuGet.Protocol\"],\"net472\":[\"NuGet.Protocol\"],\"net48\":[\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.Credentials\",\"sha512\":\"sha512-r/fzn5yJaCXyChbhxbGZ5d/4xV4n3NIjVdE3odLfQy0znmcYRCDIfjYGu5l7vO9Nx27F+q7YA+9QmG9sucxX9A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net462\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net47\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net471\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net472\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net48\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.DependencyResolver.Core\",\"sha512\":\"sha512-+9mCFiBhnm5C2Cb3dtHaHyv/WarSr5HwRi2NaoVJgudpHoK3B9uy8wB7PNnUos0kOghZmVslemeLsmw7icQqTw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Frameworks\",\"sha512\":\"sha512-l8KtHN2bzA391seLZ9Q2AWK0mbCHpfbwL1nmOSMDxBpWLxqh+nxMWaKL437bROpHltU+oP5LX/hc4Fxm89T9Tg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net462\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net47\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net471\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net472\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net48\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net5.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net6.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net7.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp2.1\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp2.2\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp3.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp3.1\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netstandard2.1\":[\"NuGet.Common\",\"NuGet.Versioning\"]},\"framework_list\":[],\"id\":\"NuGet.LibraryModel\",\"sha512\":\"sha512-xb8XLKJEMymZMAZJeXdSUaDNFRQMJ4MXkOPUaqafcgSKGz8M8BZgfLsBz9QCQVEyHIVYGbI4yroWZYed/c8xSg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net462\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net47\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net471\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net472\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\"],\"net48\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\"],\"net5.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net6.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net7.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp2.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp2.2\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp3.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp3.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netstandard2.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"]},\"framework_list\":[],\"id\":\"NuGet.PackageManagement\",\"sha512\":\"sha512-Kr0CZuStXNsJRL86ecuWGhIHUhYy31rYZJ9WZ0tiFUaRwiPb7HpSQVsV/v3tqrKE7FWUZBpasX1bugXNqXcPjA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net462\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net47\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net471\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net472\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\"],\"net48\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\"],\"net5.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net6.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net7.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp2.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp2.2\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp3.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp3.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netstandard2.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"]},\"framework_list\":[],\"id\":\"Nuget.Packaging\",\"sha512\":\"sha512-2HMq5gNgLMOHmqGb84pyEC7ctkCYBVXkhJfcYmHlkpo4FpDA6GQBoT//1h0Q4nGoybtgoBxiIbJu8VRn/9CZrQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Nuget.Packaging.Core\",\"sha512\":\"sha512-/WXGAbLb4T0pwEfEeY0j8zOVpS36OHNUANL95txANysbLoG7tUr9e+5je+Nfh3iIqzMaHIZXT6JKFvHOBwAotw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.DependencyResolver.Core\"],\"net462\":[\"NuGet.DependencyResolver.Core\"],\"net47\":[\"NuGet.DependencyResolver.Core\"],\"net471\":[\"NuGet.DependencyResolver.Core\"],\"net472\":[\"NuGet.DependencyResolver.Core\"],\"net48\":[\"NuGet.DependencyResolver.Core\"],\"net5.0\":[\"NuGet.DependencyResolver.Core\"],\"net6.0\":[\"NuGet.DependencyResolver.Core\"],\"net7.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp2.1\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp2.2\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp3.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp3.1\":[\"NuGet.DependencyResolver.Core\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.DependencyResolver.Core\"],\"netstandard2.1\":[\"NuGet.DependencyResolver.Core\"]},\"framework_list\":[],\"id\":\"NuGet.ProjectModel\",\"sha512\":\"sha512-gsZS2Kuat3ZjjPcBQ3Mc8QlRv6mP1OzNzkF4Dzybu3LgtG+kwvgQh4UMLbiIrko6WKbwVTbr8nQYpL+wsVZ4hA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Protocol\",\"sha512\":\"sha512-lY85Pgf7kr0JwTufdJmfDgBwN9BRQc96F4xxKrUGSALhuZRRC7y6f2RN1JQ0UTPIXlQx7HTG/h0UZEknQj3/UQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Protocol\"],\"net462\":[\"NuGet.Protocol\"],\"net47\":[\"NuGet.Protocol\"],\"net471\":[\"NuGet.Protocol\"],\"net472\":[\"NuGet.Protocol\"],\"net48\":[\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.Resolver\",\"sha512\":\"sha512-a2zWl9RkKDkcVUqfRJjz3O4uoPIWf3PGaFf6AntXtTKjvvsB6SZz8jjPSGdLgTTRIWzsFlybKp6yU+GaXeIQkg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Versioning\",\"sha512\":\"sha512-NW11tfXijCWeI8d71HKpNPKPzJqr30PtUyJHzCpKFMFTGZhsHh2YxgjKBuhpC5R59SMZUzqrFF5CgJ8uGaupqg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"NETStandard.Library\"],\"net6.0\":[\"NETStandard.Library\"],\"net7.0\":[\"NETStandard.Library\"],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[\"NETStandard.Library\"],\"netcoreapp2.1\":[\"NETStandard.Library\"],\"netcoreapp2.2\":[\"NETStandard.Library\"],\"netcoreapp3.0\":[\"NETStandard.Library\"],\"netcoreapp3.1\":[\"NETStandard.Library\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[\"NETStandard.Library\"],\"netstandard2.1\":[\"NETStandard.Library\"]},\"framework_list\":[],\"id\":\"NUnit\",\"sha512\":\"sha512-HAhwFxr+Z+PJf8hXzc747NecvsDwEZ+3X8SA5+GIRM43GAy1Ap+TQPMHsWCnisfes5vPZ1/a2md/91u+shoTsQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.12.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[\"NUnit\"],\"net40\":[\"NUnit\"],\"net403\":[\"NUnit\"],\"net45\":[\"NUnit\"],\"net451\":[\"NUnit\"],\"net452\":[\"NUnit\"],\"net46\":[\"NUnit\"],\"net461\":[\"NUnit\"],\"net462\":[\"NUnit\"],\"net47\":[\"NUnit\"],\"net471\":[\"NUnit\"],\"net472\":[\"NUnit\"],\"net48\":[\"NUnit\"],\"net5.0\":[\"NUnit\",\"NETStandard.Library\"],\"net6.0\":[\"NUnit\",\"NETStandard.Library\"],\"net7.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp1.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.1\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.2\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp3.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp3.1\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard1.5\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard1.6\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard2.0\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard2.1\":[\"NUnit\",\"NETStandard.Library\"]},\"framework_list\":[],\"id\":\"NUnitLite\",\"sha512\":\"sha512-M9VVS4x3KURXFS4HTl2b7uJOX7vOi2wzpHACmNX6ANlBmb0/hIehJLciiVvddD3ubIIL81EF4Qk54kpsUOtVFQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.12.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.ComponentModel.Annotations\",\"sha512\":\"sha512-WJqsTGaXAc55EPGjJylPFXiNPs/x1t9dklVlHlIBxUEcIxIob6sRGm9Un7TehkyEFM+vKjZd7rbwaMH/znw1PA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.ComponentModel.Composition\",\"sha512\":\"sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Formats.Asn1\",\"sha512\":\"sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Formats.Asn1\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[\"System.Formats.Asn1\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Cng\",\"sha512\":\"sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp2.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp2.2\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp3.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netstandard2.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Pkcs\",\"sha512\":\"sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.ProtectedData\",\"sha512\":\"sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}" - ], - "targeting_pack_overrides": { - "mcmaster.extensions.commandlineutils": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|4.4.0", - "Microsoft.Win32.Primitives|4.3.0", - "Microsoft.Win32.Registry|4.4.0", - "runtime.debian.8-x64.runtime.native.System|4.3.0", - "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.23-x64.runtime.native.System|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.24-x64.runtime.native.System|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.rhel.7-x64.runtime.native.System|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "System.AppContext|4.3.0", - "System.Buffers|4.4.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.DiagnosticSource|4.4.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.AccessControl|4.4.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Metadata|1.5.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Cng|4.4.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.OpenSsl|4.4.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ], - "microsoft.netcore.platforms": [], - "microsoft.web.xdt": [], - "netstandard.library": [], - "netstandard.library.ref": [ - "Microsoft.Win32.Primitives|4.3.0", - "System.AppContext|4.3.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ], - "newtonsoft.json": [], - "nuget.commands": [], - "nuget.common": [], - "nuget.configuration": [], - "nuget.credentials": [], - "nuget.dependencyresolver.core": [], - "nuget.frameworks": [], - "nuget.librarymodel": [], - "nuget.packagemanagement": [], - "nuget.packaging": [], - "nuget.packaging.core": [], - "nuget.projectmodel": [], - "nuget.protocol": [], - "nuget.resolver": [], - "nuget.versioning": [], - "nunit": [], - "nunitlite": [], - "system.componentmodel.annotations": [], - "system.componentmodel.composition": [], - "system.formats.asn1": [], - "system.security.cryptography.cng": [], - "system.security.cryptography.pkcs": [], - "system.security.cryptography.protecteddata": [] - }, - "framework_list": { - "mcmaster.extensions.commandlineutils": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|6.0.0.0", - "Microsoft.VisualBasic.Core|11.0.0.0", - "Microsoft.VisualBasic|10.0.0.0", - "Microsoft.Win32.Primitives|6.0.0.0", - "Microsoft.Win32.Registry|6.0.0.0", - "System.AppContext|6.0.0.0", - "System.Buffers|6.0.0.0", - "System.Collections.Concurrent|6.0.0.0", - "System.Collections.Immutable|6.0.0.0", - "System.Collections.NonGeneric|6.0.0.0", - "System.Collections.Specialized|6.0.0.0", - "System.Collections|6.0.0.0", - "System.ComponentModel.Annotations|6.0.0.0", - "System.ComponentModel.DataAnnotations|4.0.0.0", - "System.ComponentModel.EventBasedAsync|6.0.0.0", - "System.ComponentModel.Primitives|6.0.0.0", - "System.ComponentModel.TypeConverter|6.0.0.0", - "System.ComponentModel|6.0.0.0", - "System.Configuration|4.0.0.0", - "System.Console|6.0.0.0", - "System.Core|4.0.0.0", - "System.Data.Common|6.0.0.0", - "System.Data.DataSetExtensions|4.0.0.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|6.0.0.0", - "System.Diagnostics.Debug|6.0.0.0", - "System.Diagnostics.DiagnosticSource|6.0.0.0", - "System.Diagnostics.FileVersionInfo|6.0.0.0", - "System.Diagnostics.Process|6.0.0.0", - "System.Diagnostics.StackTrace|6.0.0.0", - "System.Diagnostics.TextWriterTraceListener|6.0.0.0", - "System.Diagnostics.Tools|6.0.0.0", - "System.Diagnostics.TraceSource|6.0.0.0", - "System.Diagnostics.Tracing|6.0.0.0", - "System.Drawing.Primitives|6.0.0.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|6.0.0.0", - "System.Formats.Asn1|6.0.0.0", - "System.Globalization.Calendars|6.0.0.0", - "System.Globalization.Extensions|6.0.0.0", - "System.Globalization|6.0.0.0", - "System.IO.Compression.Brotli|6.0.0.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|6.0.0.0", - "System.IO.Compression|6.0.0.0", - "System.IO.FileSystem.AccessControl|6.0.0.0", - "System.IO.FileSystem.DriveInfo|6.0.0.0", - "System.IO.FileSystem.Primitives|6.0.0.0", - "System.IO.FileSystem.Watcher|6.0.0.0", - "System.IO.FileSystem|6.0.0.0", - "System.IO.IsolatedStorage|6.0.0.0", - "System.IO.MemoryMappedFiles|6.0.0.0", - "System.IO.Pipes.AccessControl|6.0.0.0", - "System.IO.Pipes|6.0.0.0", - "System.IO.UnmanagedMemoryStream|6.0.0.0", - "System.IO|6.0.0.0", - "System.Linq.Expressions|6.0.0.0", - "System.Linq.Parallel|6.0.0.0", - "System.Linq.Queryable|6.0.0.0", - "System.Linq|6.0.0.0", - "System.Memory|6.0.0.0", - "System.Net.Http.Json|6.0.0.0", - "System.Net.Http|6.0.0.0", - "System.Net.HttpListener|6.0.0.0", - "System.Net.Mail|6.0.0.0", - "System.Net.NameResolution|6.0.0.0", - "System.Net.NetworkInformation|6.0.0.0", - "System.Net.Ping|6.0.0.0", - "System.Net.Primitives|6.0.0.0", - "System.Net.Requests|6.0.0.0", - "System.Net.Security|6.0.0.0", - "System.Net.ServicePoint|6.0.0.0", - "System.Net.Sockets|6.0.0.0", - "System.Net.WebClient|6.0.0.0", - "System.Net.WebHeaderCollection|6.0.0.0", - "System.Net.WebProxy|6.0.0.0", - "System.Net.WebSockets.Client|6.0.0.0", - "System.Net.WebSockets|6.0.0.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|6.0.0.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|6.0.0.0", - "System.Reflection.DispatchProxy|6.0.0.0", - "System.Reflection.Emit.ILGeneration|6.0.0.0", - "System.Reflection.Emit.Lightweight|6.0.0.0", - "System.Reflection.Emit|6.0.0.0", - "System.Reflection.Extensions|6.0.0.0", - "System.Reflection.Metadata|6.0.0.0", - "System.Reflection.Primitives|6.0.0.0", - "System.Reflection.TypeExtensions|6.0.0.0", - "System.Reflection|6.0.0.0", - "System.Resources.Reader|6.0.0.0", - "System.Resources.ResourceManager|6.0.0.0", - "System.Resources.Writer|6.0.0.0", - "System.Runtime.CompilerServices.Unsafe|6.0.0.0", - "System.Runtime.CompilerServices.VisualC|6.0.0.0", - "System.Runtime.Extensions|6.0.0.0", - "System.Runtime.Handles|6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation|6.0.0.0", - "System.Runtime.InteropServices|6.0.0.0", - "System.Runtime.Intrinsics|6.0.0.0", - "System.Runtime.Loader|6.0.0.0", - "System.Runtime.Numerics|6.0.0.0", - "System.Runtime.Serialization.Formatters|6.0.0.0", - "System.Runtime.Serialization.Json|6.0.0.0", - "System.Runtime.Serialization.Primitives|6.0.0.0", - "System.Runtime.Serialization.Xml|6.0.0.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|6.0.0.0", - "System.Security.AccessControl|6.0.0.0", - "System.Security.Claims|6.0.0.0", - "System.Security.Cryptography.Algorithms|6.0.0.0", - "System.Security.Cryptography.Cng|6.0.0.0", - "System.Security.Cryptography.Csp|6.0.0.0", - "System.Security.Cryptography.Encoding|6.0.0.0", - "System.Security.Cryptography.OpenSsl|6.0.0.0", - "System.Security.Cryptography.Primitives|6.0.0.0", - "System.Security.Cryptography.X509Certificates|6.0.0.0", - "System.Security.Principal.Windows|6.0.0.0", - "System.Security.Principal|6.0.0.0", - "System.Security.SecureString|6.0.0.0", - "System.Security|4.0.0.0", - "System.ServiceModel.Web|4.0.0.0", - "System.ServiceProcess|4.0.0.0", - "System.Text.Encoding.CodePages|6.0.0.0", - "System.Text.Encoding.Extensions|6.0.0.0", - "System.Text.Encoding|6.0.0.0", - "System.Text.Encodings.Web|6.0.0.0", - "System.Text.Json|6.0.0.0", - "System.Text.RegularExpressions|6.0.0.0", - "System.Threading.Channels|6.0.0.0", - "System.Threading.Overlapped|6.0.0.0", - "System.Threading.Tasks.Dataflow|6.0.0.0", - "System.Threading.Tasks.Extensions|6.0.0.0", - "System.Threading.Tasks.Parallel|6.0.0.0", - "System.Threading.Tasks|6.0.0.0", - "System.Threading.Thread|6.0.0.0", - "System.Threading.ThreadPool|6.0.0.0", - "System.Threading.Timer|6.0.0.0", - "System.Threading|6.0.0.0", - "System.Transactions.Local|6.0.0.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.3.0", - "System.Web.HttpUtility|6.0.0.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|6.0.0.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|6.0.0.0", - "System.Xml.XPath.XDocument|6.0.0.0", - "System.Xml.XPath|6.0.0.0", - "System.Xml.XmlDocument|6.0.0.0", - "System.Xml.XmlSerializer|6.0.0.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "WindowsBase|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ], - "microsoft.netcore.platforms": [], - "microsoft.web.xdt": [], - "netstandard.library": [], - "netstandard.library.ref": [ - "Microsoft.Win32.Primitives|4.0.3.0", - "System.AppContext|4.1.2.0", - "System.Buffers|4.0.3.0", - "System.Collections.Concurrent|4.0.11.0", - "System.Collections.NonGeneric|4.0.3.0", - "System.Collections.Specialized|4.0.3.0", - "System.Collections|4.0.11.0", - "System.ComponentModel.Composition|4.0.0.0", - "System.ComponentModel.EventBasedAsync|4.0.11.0", - "System.ComponentModel.Primitives|4.1.2.0", - "System.ComponentModel.TypeConverter|4.1.2.0", - "System.ComponentModel|4.0.1.0", - "System.Console|4.0.2.0", - "System.Core|4.0.0.0", - "System.Data.Common|4.1.2.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|4.0.1.0", - "System.Diagnostics.Debug|4.0.11.0", - "System.Diagnostics.FileVersionInfo|4.0.2.0", - "System.Diagnostics.Process|4.1.2.0", - "System.Diagnostics.StackTrace|4.0.4.0", - "System.Diagnostics.TextWriterTraceListener|4.0.2.0", - "System.Diagnostics.Tools|4.0.1.0", - "System.Diagnostics.TraceSource|4.0.2.0", - "System.Diagnostics.Tracing|4.1.2.0", - "System.Drawing.Primitives|4.0.2.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|4.0.11.0", - "System.Globalization.Calendars|4.0.3.0", - "System.Globalization.Extensions|4.0.3.0", - "System.Globalization|4.0.11.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|4.0.3.0", - "System.IO.Compression|4.1.3.0", - "System.IO.FileSystem.DriveInfo|4.0.2.0", - "System.IO.FileSystem.Primitives|4.0.3.0", - "System.IO.FileSystem.Watcher|4.0.2.0", - "System.IO.FileSystem|4.0.3.0", - "System.IO.IsolatedStorage|4.0.2.0", - "System.IO.MemoryMappedFiles|4.0.2.0", - "System.IO.Pipes|4.0.2.0", - "System.IO.UnmanagedMemoryStream|4.0.3.0", - "System.IO|4.1.2.0", - "System.Linq.Expressions|4.1.2.0", - "System.Linq.Parallel|4.0.1.0", - "System.Linq.Queryable|4.0.1.0", - "System.Linq|4.1.2.0", - "System.Memory|4.0.2.0", - "System.Net.Http|4.1.2.0", - "System.Net.NameResolution|4.0.2.0", - "System.Net.NetworkInformation|4.1.2.0", - "System.Net.Ping|4.0.2.0", - "System.Net.Primitives|4.0.11.0", - "System.Net.Requests|4.0.11.0", - "System.Net.Security|4.0.2.0", - "System.Net.Sockets|4.1.2.0", - "System.Net.WebHeaderCollection|4.0.1.0", - "System.Net.WebSockets.Client|4.0.2.0", - "System.Net.WebSockets|4.0.2.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|4.1.5.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|4.0.11.0", - "System.Reflection.DispatchProxy|4.0.5.0", - "System.Reflection.Emit.ILGeneration|4.0.1.0", - "System.Reflection.Emit.Lightweight|4.0.1.0", - "System.Reflection.Emit|4.0.1.0", - "System.Reflection.Extensions|4.0.1.0", - "System.Reflection.Primitives|4.0.1.0", - "System.Reflection|4.1.2.0", - "System.Resources.Reader|4.0.2.0", - "System.Resources.ResourceManager|4.0.1.0", - "System.Resources.Writer|4.0.2.0", - "System.Runtime.CompilerServices.VisualC|4.0.2.0", - "System.Runtime.Extensions|4.1.2.0", - "System.Runtime.Handles|4.0.1.0", - "System.Runtime.InteropServices.RuntimeInformation|4.0.2.0", - "System.Runtime.InteropServices|4.1.2.0", - "System.Runtime.Numerics|4.0.1.0", - "System.Runtime.Serialization.Formatters|4.0.2.0", - "System.Runtime.Serialization.Json|4.0.1.0", - "System.Runtime.Serialization.Primitives|4.1.3.0", - "System.Runtime.Serialization.Xml|4.1.3.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|4.1.2.0", - "System.Security.Claims|4.0.3.0", - "System.Security.Cryptography.Algorithms|4.2.2.0", - "System.Security.Cryptography.Csp|4.0.2.0", - "System.Security.Cryptography.Encoding|4.0.2.0", - "System.Security.Cryptography.Primitives|4.0.2.0", - "System.Security.Cryptography.X509Certificates|4.1.2.0", - "System.Security.Principal|4.0.1.0", - "System.Security.SecureString|4.0.2.0", - "System.ServiceModel.Web|4.0.0.0", - "System.Text.Encoding.Extensions|4.0.11.0", - "System.Text.Encoding|4.0.11.0", - "System.Text.RegularExpressions|4.1.1.0", - "System.Threading.Overlapped|4.0.3.0", - "System.Threading.Tasks.Extensions|4.2.1.0", - "System.Threading.Tasks.Parallel|4.0.1.0", - "System.Threading.Tasks|4.0.11.0", - "System.Threading.Thread|4.0.2.0", - "System.Threading.ThreadPool|4.0.12.0", - "System.Threading.Timer|4.0.1.0", - "System.Threading|4.0.11.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.2.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|4.1.1.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|4.0.11.0", - "System.Xml.XPath.XDocument|4.0.3.0", - "System.Xml.XPath|4.0.3.0", - "System.Xml.XmlDocument|4.0.3.0", - "System.Xml.XmlSerializer|4.0.11.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ], - "newtonsoft.json": [], - "nuget.commands": [], - "nuget.common": [], - "nuget.configuration": [], - "nuget.credentials": [], - "nuget.dependencyresolver.core": [], - "nuget.frameworks": [], - "nuget.librarymodel": [], - "nuget.packagemanagement": [], - "nuget.packaging": [], - "nuget.packaging.core": [], - "nuget.projectmodel": [], - "nuget.protocol": [], - "nuget.resolver": [], - "nuget.versioning": [], - "nunit": [], - "nunitlite": [], - "system.componentmodel.annotations": [], - "system.componentmodel.composition": [], - "system.formats.asn1": [], - "system.security.cryptography.cng": [], - "system.security.cryptography.pkcs": [], - "system.security.cryptography.protecteddata": [] - } - } - }, - "nuget.nuget.commands.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.commands.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.commands", - "version": "5.10.0", - "sha512": "sha512-Q7ANXnmLUPC4pWgCZjBy2R7vRDABiaJz5NsBtoErE0dLylx/zQWRMyoa+m4Y478SKvUpt7S1V7LhAOlMRCTPpg==" - } - }, - "nuget.nuget.common.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.common.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.common", - "version": "5.10.0", - "sha512": "sha512-8M9VtXAB1M15KmvL0F9QsItI96PH3WmYD0z3oxYm5H9G5AIhK8Ivi4kGzqtBJDTsZ/NkP91U1MnoCAeg4E4+zA==" - } - }, - "nuget.netstandard.library.v2.0.3": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.netstandard.library.v2.0.3", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "netstandard.library", - "version": "2.0.3", - "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==" - } - }, - "nuget.nuget.librarymodel.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.librarymodel.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.librarymodel", - "version": "5.10.0", - "sha512": "sha512-xb8XLKJEMymZMAZJeXdSUaDNFRQMJ4MXkOPUaqafcgSKGz8M8BZgfLsBz9QCQVEyHIVYGbI4yroWZYed/c8xSg==" - } - }, - "nuget.nuget.resolver.v5.10.0": { - "bzlFile": "@@rules_dotnet~override//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "name": "rules_dotnet~override~rules_dotnet_nuget_packages_extension~nuget.nuget.resolver.v5.10.0", - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.resolver", - "version": "5.10.0", - "sha512": "sha512-a2zWl9RkKDkcVUqfRJjz3O4uoPIWf3PGaFf6AntXtTKjvvsB6SZz8jjPSGdLgTTRIWzsFlybKp6yU+GaXeIQkg==" - } - } - } - } - }, - "@@rules_java~7.1.0//java:extensions.bzl%toolchains": { - "general": { - "bzlTransitiveDigest": "iUIRqCK7tkhvcDJCAfPPqSd06IHG0a8HQD0xeQyVAqw=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "remotejdk21_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\n" - } - }, - "remotejdk17_linux_s390x_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\n" - } - }, - "remotejdk17_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\n" - } - }, - "remotejdk21_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk17_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk21_macos_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "2a7a99a3ea263dbd8d32a67d1e6e363ba8b25c645c826f5e167a02bbafaff1fa", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_aarch64.tar.gz" - ] - } - }, - "remotejdk17_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\n" - } - }, - "remotejdk17_macos_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "314b04568ec0ae9b36ba03c9cbd42adc9e1265f74678923b19297d66eb84dcca", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz" - ] - } - }, - "remote_java_tools_windows": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_windows", - "sha256": "c5c70c214a350f12cbf52da8270fa43ba629b795f3dd328028a38f8f0d39c2a1", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_windows-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_windows-v13.1.zip" - ] - } - }, - "remotejdk11_win": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "43408193ce2fa0862819495b5ae8541085b95660153f2adcf91a52d3a1710e83", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-win_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip" - ] - } - }, - "remotejdk11_win_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "54174439f2b3fddd11f1048c397fe7bb45d4c9d66d452d6889b013d04d21c4de", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_aarch64.tar.gz" - ] - } - }, - "remotejdk17_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "b9482f2304a1a68a614dfacddcf29569a72f0fac32e6c74f83dc1b9a157b8340", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_x64.tar.gz" - ] - } - }, - "remotejdk11_linux_s390x_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\n" - } - }, - "remotejdk11_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "bcaab11cfe586fae7583c6d9d311c64384354fb2638eb9a012eca4c3f1a1d9fd", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.tar.gz" - ] - } - }, - "remotejdk11_win_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "b8a28e6e767d90acf793ea6f5bed0bb595ba0ba5ebdf8b99f395266161e53ec2", - "strip_prefix": "jdk-11.0.13+8", - "urls": [ - "https://mirror.bazel.build/aka.ms/download-jdk/microsoft-jdk-11.0.13.8.1-windows-aarch64.zip" - ] - } - }, - "remotejdk17_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "640453e8afe8ffe0fb4dceb4535fb50db9c283c64665eebb0ba68b19e65f4b1f", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_x64.tar.gz" - ] - } - }, - "remotejdk21_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "9639b87db586d0c89f7a9892ae47f421e442c64b97baebdff31788fbe23265bd", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_x64.tar.gz" - ] - } - }, - "remotejdk21_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\n" - } - }, - "remotejdk17_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk17_win": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "192f2afca57701de6ec496234f7e45d971bf623ff66b8ee4a5c81582054e5637", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip" - ] - } - }, - "remotejdk11_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_ppc64le_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\n" - } - }, - "remotejdk21_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "0c0eadfbdc47a7ca64aeab51b9c061f71b6e4d25d2d87674512e9b6387e9e3a6", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz" - ] - } - }, - "remote_java_tools_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_linux", - "sha256": "d134da9b04c9023fb6e56a5d4bffccee73f7bc9572ddc4e747778dacccd7a5a7", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_linux-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_linux-v13.1.zip" - ] - } - }, - "remotejdk21_win": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "e9959d500a0d9a7694ac243baf657761479da132f0f94720cbffd092150bd802", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-win_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-win_x64.zip", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-win_x64.zip" - ] - } - }, - "remotejdk21_linux_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "1fb64b8036c5d463d8ab59af06bf5b6b006811e6012e3b0eb6bccf57f1c55835", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_aarch64.tar.gz" - ] - } - }, - "remotejdk11_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_s390x": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "a58fc0361966af0a5d5a31a2d8a208e3c9bb0f54f345596fd80b99ea9a39788b", - "strip_prefix": "jdk-11.0.15+10", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz", - "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz" - ] - } - }, - "remotejdk17_linux_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "6531cef61e416d5a7b691555c8cf2bdff689201b8a001ff45ab6740062b44313", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64.tar.gz" - ] - } - }, - "remotejdk17_win_arm64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\n" - } - }, - "remotejdk11_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "a34b404f87a08a61148b38e1416d837189e1df7a040d949e743633daf4695a3c", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz" - ] - } - }, - "remotejdk11_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\n" - } - }, - "remotejdk17_linux_ppc64le_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\n" - } - }, - "remotejdk17_win_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "6802c99eae0d788e21f52d03cab2e2b3bf42bc334ca03cbf19f71eb70ee19f85", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_aarch64.zip", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_aarch64.zip" - ] - } - }, - "remote_java_tools_darwin_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_arm64", - "sha256": "dab5bb87ec43e980faea6e1cec14bafb217b8e2f5346f53aa784fd715929a930", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_arm64-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_arm64-v13.1.zip" - ] - } - }, - "remotejdk17_linux_ppc64le": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "00a4c07603d0218cd678461b5b3b7e25b3253102da4022d31fc35907f21a2efd", - "strip_prefix": "jdk-17.0.8.1+1", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.8.1_1.tar.gz", - "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.8.1_1.tar.gz" - ] - } - }, - "remotejdk21_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk11_win_arm64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\n" - } - }, - "local_jdk": { - "bzlFile": "@@rules_java~7.1.0//toolchains:local_java_repository.bzl", - "ruleClassName": "_local_java_repository_rule", - "attributes": { - "name": "rules_java~7.1.0~toolchains~local_jdk", - "java_home": "", - "version": "", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = {RUNTIME_VERSION},\n)\n" - } - }, - "remote_java_tools_darwin_x86_64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_x86_64", - "sha256": "0db40d8505a2b65ef0ed46e4256757807db8162f7acff16225be57c1d5726dbc", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_x86_64-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_x86_64-v13.1.zip" - ] - } - }, - "remote_java_tools": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools", - "sha256": "286bdbbd66e616fc4ed3f90101418729a73baa7e8c23a98ffbef558f74c0ad14", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools-v13.1.zip" - ] - } - }, - "remotejdk17_linux_s390x": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "ffacba69c6843d7ca70d572489d6cc7ab7ae52c60f0852cedf4cf0d248b6fc37", - "strip_prefix": "jdk-17.0.8.1+1", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.8.1_1.tar.gz", - "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.8.1_1.tar.gz" - ] - } - }, - "remotejdk17_win_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_ppc64le": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "a8fba686f6eb8ae1d1a9566821dbd5a85a1108b96ad857fdbac5c1e4649fc56f", - "strip_prefix": "jdk-11.0.15+10", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz", - "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz" - ] - } - }, - "remotejdk11_macos_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "7632bc29f8a4b7d492b93f3bc75a7b61630894db85d136456035ab2a24d38885", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.tar.gz" - ] - } - }, - "remotejdk21_win_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_win_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\n" - } - } - } - } - } - } -} diff --git a/e2e/smoke/WORKSPACE b/e2e/smoke/WORKSPACE deleted file mode 100644 index e69de29b..00000000 diff --git a/e2e/smoke/WORKSPACE.bzlmod b/e2e/smoke/WORKSPACE.bzlmod deleted file mode 100644 index 8985b571..00000000 --- a/e2e/smoke/WORKSPACE.bzlmod +++ /dev/null @@ -1,20 +0,0 @@ -# NOTE: This file is only needed to get the Bazel CI RBE working - -load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") - -http_archive( - name = "bazelci_rules", - sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e", - strip_prefix = "bazelci_rules-1.0.0", - url = "https://github.com/bazelbuild/continuous-integration/releases/download/rules-1.0.0/bazelci_rules-1.0.0.tar.gz", -) - -load("@bazelci_rules//:rbe_repo.bzl", "rbe_preconfig") - -# Creates a default toolchain config for RBE. -# Use this as is if you are using the rbe_ubuntu16_04 container, -# otherwise refer to RBE docs. -rbe_preconfig( - name = "buildkite_config", - toolchain = "ubuntu1804-bazel-java11", -) diff --git a/e2e/smoke/basic_csharp/BUILD.bazel b/e2e/smoke/basic_csharp/BUILD.bazel deleted file mode 100644 index b8084def..00000000 --- a/e2e/smoke/basic_csharp/BUILD.bazel +++ /dev/null @@ -1,42 +0,0 @@ -load( - "@rules_dotnet//dotnet:defs.bzl", - "csharp_binary", - "csharp_library", - "csharp_nunit_test", -) - -# bazel run //examples:hello -csharp_binary( - name = "hello", - srcs = ["hello.cs"], - target_frameworks = ["net6.0"], - targeting_packs = [ - "@paket.main//microsoft.netcore.app.ref", - ], - deps = [ - ":lib", - ], -) - -csharp_nunit_test( - name = "lib_test", - srcs = ["libtest.cs"], - target_frameworks = ["net6.0"], - targeting_packs = [ - "@paket.main//microsoft.netcore.app.ref", - ], - deps = [ - ":lib", - ], -) - -csharp_library( - name = "lib", - srcs = ["lib.cs"], - internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], - targeting_packs = [ - "@paket.main//microsoft.netcore.app.ref", - ], - deps = [], -) diff --git a/e2e/smoke/basic_csharp/hello.cs b/e2e/smoke/basic_csharp/hello.cs deleted file mode 100644 index c6f4e099..00000000 --- a/e2e/smoke/basic_csharp/hello.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Linq; -using static Lib.Stuff; - -namespace Hello { - public static class Program { - public static void Main() { - Console.WriteLine( "Hello, world!" ); - Console.WriteLine( "Some numbers for you:" ); - Console.Write( "\t" ); - - // silly code - Console.WriteLine( - Fibonacci( 0, 1 ) - .WhereNot( IsEven ) - .Take( 10 ) - .Select( x => x.ToString() ) - .Aggregate( (x, y) => x + ", " + y ) - ); - } - } -} diff --git a/e2e/smoke/basic_csharp/lib.cs b/e2e/smoke/basic_csharp/lib.cs deleted file mode 100644 index 8883a136..00000000 --- a/e2e/smoke/basic_csharp/lib.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -namespace Lib { - public static class Stuff { - public static IEnumerable WhereNot( this IEnumerable @this, Func fn ) - => @this.Where( t => !fn( t ) ); - - public static IEnumerable Fibonacci( int x0, int x1 ) { - while (true) { - yield return x0; - var next = x0 + x1; - x0 = x1; - x1 = next; - } - } - - public static bool IsEven( int x ) => x%2 == 0; - - internal static int NonPublicMethod() => 42; - } -} diff --git a/e2e/smoke/basic_csharp/libtest.cs b/e2e/smoke/basic_csharp/libtest.cs deleted file mode 100644 index a075e3d6..00000000 --- a/e2e/smoke/basic_csharp/libtest.cs +++ /dev/null @@ -1,20 +0,0 @@ -using Lib; -using NUnit.Framework; -using System.Linq; - -[TestFixture] -public sealed class LibTests { - [Test] - public void SomeTest() { - CollectionAssert.AreEqual( - new [] { 0, 1, 1, 2, 3, 5, 8, 13, 21 }, - Stuff.Fibonacci( 0, 1 ).Take( 9 ) - ); - } - - [Test] - public void CanSeeInternals() { - Assert.AreEqual(42, Stuff.NonPublicMethod()); - } -} - diff --git a/e2e/smoke/basic_fsharp/BUILD.bazel b/e2e/smoke/basic_fsharp/BUILD.bazel deleted file mode 100644 index d4930e86..00000000 --- a/e2e/smoke/basic_fsharp/BUILD.bazel +++ /dev/null @@ -1,45 +0,0 @@ -load( - "@rules_dotnet//dotnet:defs.bzl", - "fsharp_binary", - "fsharp_library", - "fsharp_nunit_test", -) - -fsharp_binary( - name = "hello", - srcs = ["hello.fs"], - target_frameworks = ["net6.0"], - targeting_packs = [ - "@paket.main//microsoft.netcore.app.ref", - ], - deps = [ - ":lib", - "@paket.main//fsharp.core", - ], -) - -fsharp_nunit_test( - name = "lib_test", - srcs = ["libtest.fs"], - target_frameworks = ["net6.0"], - targeting_packs = [ - "@paket.main//microsoft.netcore.app.ref", - ], - deps = [ - ":lib", - "@paket.main//fsharp.core", - ], -) - -fsharp_library( - name = "lib", - srcs = ["lib.fs"], - internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], - targeting_packs = [ - "@paket.main//microsoft.netcore.app.ref", - ], - deps = [ - "@paket.main//fsharp.core", - ], -) diff --git a/e2e/smoke/basic_fsharp/hello.fs b/e2e/smoke/basic_fsharp/hello.fs deleted file mode 100644 index 31f209f5..00000000 --- a/e2e/smoke/basic_fsharp/hello.fs +++ /dev/null @@ -1,12 +0,0 @@ -open System -open System.Linq -open Lib - -[] -let main args = - Console.WriteLine( "Hello, world!" ); - Console.WriteLine( "Some numbers for you:" ); - - Stuff.fibonacci |> Seq.take 10 |> Seq.iter (fun i -> Console.WriteLine(i)) - - 0 diff --git a/e2e/smoke/basic_fsharp/lib.fs b/e2e/smoke/basic_fsharp/lib.fs deleted file mode 100644 index 22b7ce91..00000000 --- a/e2e/smoke/basic_fsharp/lib.fs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Lib - module Stuff = - let rec fibonacci = - Seq.unfold - (fun (n0, n1) -> - Some(n0, (n1, n0 + n1))) - (0,1) - - let internal nonPublicMethod () = 42 - diff --git a/e2e/smoke/basic_fsharp/libtest.fs b/e2e/smoke/basic_fsharp/libtest.fs deleted file mode 100644 index 5e6e4070..00000000 --- a/e2e/smoke/basic_fsharp/libtest.fs +++ /dev/null @@ -1,15 +0,0 @@ -module Tests - -open Lib -open NUnit.Framework -open System.Linq - -[] -type LibTests () = - [] - member this.SomeTest() = - CollectionAssert.AreEqual([ 0; 1; 1; 2; 3; 5; 8; 13; 21 ], Stuff.fibonacci |> Seq.take 9) - - [] - member this.CanSeeInternals() = - Assert.AreEqual(42, Stuff.nonPublicMethod()) diff --git a/e2e/smoke/dotnet-tools.json b/e2e/smoke/dotnet-tools.json deleted file mode 100644 index 6e9775fc..00000000 --- a/e2e/smoke/dotnet-tools.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "paket": { - "version": "8.0.0", - "commands": ["paket"] - } - } -} diff --git a/e2e/smoke/paket.dependencies b/e2e/smoke/paket.dependencies deleted file mode 100644 index a480244d..00000000 --- a/e2e/smoke/paket.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -framework: net6.0,netstandard2.0 -storage: none -source https://api.nuget.org/v3/index.json - -nuget FSharp.Core 6.0.3 -nuget Microsoft.NETCore.App.Ref 6.0.8 diff --git a/e2e/smoke/paket.lock b/e2e/smoke/paket.lock deleted file mode 100644 index 04d717ca..00000000 --- a/e2e/smoke/paket.lock +++ /dev/null @@ -1,6 +0,0 @@ -STORAGE: NONE -RESTRICTION: || (== net6.0) (== netstandard2.0) -NUGET - remote: https://api.nuget.org/v3/index.json - FSharp.Core (6.0.3) - Microsoft.NETCore.App.Ref (6.0.8) diff --git a/e2e/smoke/paket.main.bzl b/e2e/smoke/paket.main.bzl deleted file mode 100644 index 8a4c6f36..00000000 --- a/e2e/smoke/paket.main.bzl +++ /dev/null @@ -1,13 +0,0 @@ -"Generated by paket2bazel" - -load("@rules_dotnet//dotnet:defs.bzl", "nuget_repo") - -def main(): - "main" - nuget_repo( - name = "paket.main", - packages = [ - {"id": "FSharp.Core", "version": "6.0.3", "sha512": "sha512-aDyKHiVFMwXWJrfW90iAeKyvw/lN+x98DPfx4oXke9Qnl4dz1sOi8KT2iczGeunqyWXh7nm+XUJ18i/0P3pZYw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": [], "net462": [], "net47": [], "net471": [], "net472": [], "net48": [], "net5.0": [], "net6.0": [], "net7.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": [], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": [], "netstandard2.1": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"id": "Microsoft.NETCore.App.Ref", "version": "6.0.8", "sha512": "sha512-TcZWOpmw+hWGQANrK0YWS3oHvtxdkn5A5JB284IdgXNvQ4rGABOPK8u52qB2bATbpSy3DbiMdobRxgAB2/mcJQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": [], "net462": [], "net47": [], "net471": [], "net472": [], "net48": [], "net5.0": [], "net6.0": [], "net7.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": [], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": [], "netstandard2.1": []}, "targeting_pack_overrides": ["Microsoft.CSharp|4.4.0", "Microsoft.Win32.Primitives|4.3.0", "Microsoft.Win32.Registry|4.4.0", "runtime.debian.8-x64.runtime.native.System|4.3.0", "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0", "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0", "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.fedora.23-x64.runtime.native.System|4.3.0", "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0", "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0", "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.fedora.24-x64.runtime.native.System|4.3.0", "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0", "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0", "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.osx.10.10-x64.runtime.native.System|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.rhel.7-x64.runtime.native.System|4.3.0", "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0", "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0", "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "System.AppContext|4.3.0", "System.Buffers|4.4.0", "System.Collections|4.3.0", "System.Collections.Concurrent|4.3.0", "System.Collections.Immutable|1.4.0", "System.Collections.NonGeneric|4.3.0", "System.Collections.Specialized|4.3.0", "System.ComponentModel|4.3.0", "System.ComponentModel.EventBasedAsync|4.3.0", "System.ComponentModel.Primitives|4.3.0", "System.ComponentModel.TypeConverter|4.3.0", "System.Console|4.3.0", "System.Data.Common|4.3.0", "System.Diagnostics.Contracts|4.3.0", "System.Diagnostics.Debug|4.3.0", "System.Diagnostics.DiagnosticSource|4.4.0", "System.Diagnostics.FileVersionInfo|4.3.0", "System.Diagnostics.Process|4.3.0", "System.Diagnostics.StackTrace|4.3.0", "System.Diagnostics.TextWriterTraceListener|4.3.0", "System.Diagnostics.Tools|4.3.0", "System.Diagnostics.TraceSource|4.3.0", "System.Diagnostics.Tracing|4.3.0", "System.Dynamic.Runtime|4.3.0", "System.Globalization|4.3.0", "System.Globalization.Calendars|4.3.0", "System.Globalization.Extensions|4.3.0", "System.IO|4.3.0", "System.IO.Compression|4.3.0", "System.IO.Compression.ZipFile|4.3.0", "System.IO.FileSystem|4.3.0", "System.IO.FileSystem.AccessControl|4.4.0", "System.IO.FileSystem.DriveInfo|4.3.0", "System.IO.FileSystem.Primitives|4.3.0", "System.IO.FileSystem.Watcher|4.3.0", "System.IO.IsolatedStorage|4.3.0", "System.IO.MemoryMappedFiles|4.3.0", "System.IO.Pipes|4.3.0", "System.IO.UnmanagedMemoryStream|4.3.0", "System.Linq|4.3.0", "System.Linq.Expressions|4.3.0", "System.Linq.Queryable|4.3.0", "System.Net.Http|4.3.0", "System.Net.NameResolution|4.3.0", "System.Net.Primitives|4.3.0", "System.Net.Requests|4.3.0", "System.Net.Security|4.3.0", "System.Net.Sockets|4.3.0", "System.Net.WebHeaderCollection|4.3.0", "System.ObjectModel|4.3.0", "System.Private.DataContractSerialization|4.3.0", "System.Reflection|4.3.0", "System.Reflection.Emit|4.3.0", "System.Reflection.Emit.ILGeneration|4.3.0", "System.Reflection.Emit.Lightweight|4.3.0", "System.Reflection.Extensions|4.3.0", "System.Reflection.Metadata|1.5.0", "System.Reflection.Primitives|4.3.0", "System.Reflection.TypeExtensions|4.3.0", "System.Resources.ResourceManager|4.3.0", "System.Runtime|4.3.0", "System.Runtime.Extensions|4.3.0", "System.Runtime.Handles|4.3.0", "System.Runtime.InteropServices|4.3.0", "System.Runtime.InteropServices.RuntimeInformation|4.3.0", "System.Runtime.Loader|4.3.0", "System.Runtime.Numerics|4.3.0", "System.Runtime.Serialization.Formatters|4.3.0", "System.Runtime.Serialization.Json|4.3.0", "System.Runtime.Serialization.Primitives|4.3.0", "System.Security.AccessControl|4.4.0", "System.Security.Claims|4.3.0", "System.Security.Cryptography.Algorithms|4.3.0", "System.Security.Cryptography.Cng|4.4.0", "System.Security.Cryptography.Csp|4.3.0", "System.Security.Cryptography.Encoding|4.3.0", "System.Security.Cryptography.OpenSsl|4.4.0", "System.Security.Cryptography.Primitives|4.3.0", "System.Security.Cryptography.X509Certificates|4.3.0", "System.Security.Cryptography.Xml|4.4.0", "System.Security.Principal|4.3.0", "System.Security.Principal.Windows|4.4.0", "System.Text.Encoding|4.3.0", "System.Text.Encoding.Extensions|4.3.0", "System.Text.RegularExpressions|4.3.0", "System.Threading|4.3.0", "System.Threading.Overlapped|4.3.0", "System.Threading.Tasks|4.3.0", "System.Threading.Tasks.Extensions|4.3.0", "System.Threading.Tasks.Parallel|4.3.0", "System.Threading.Thread|4.3.0", "System.Threading.ThreadPool|4.3.0", "System.Threading.Timer|4.3.0", "System.ValueTuple|4.3.0", "System.Xml.ReaderWriter|4.3.0", "System.Xml.XDocument|4.3.0", "System.Xml.XmlDocument|4.3.0", "System.Xml.XmlSerializer|4.3.0", "System.Xml.XPath|4.3.0", "System.Xml.XPath.XDocument|4.3.0"], "framework_list": ["Microsoft.CSharp|6.0.0.0", "Microsoft.VisualBasic.Core|11.0.0.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|6.0.0.0", "Microsoft.Win32.Registry|6.0.0.0", "System.AppContext|6.0.0.0", "System.Buffers|6.0.0.0", "System.Collections.Concurrent|6.0.0.0", "System.Collections.Immutable|6.0.0.0", "System.Collections.NonGeneric|6.0.0.0", "System.Collections.Specialized|6.0.0.0", "System.Collections|6.0.0.0", "System.ComponentModel.Annotations|6.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|6.0.0.0", "System.ComponentModel.Primitives|6.0.0.0", "System.ComponentModel.TypeConverter|6.0.0.0", "System.ComponentModel|6.0.0.0", "System.Configuration|4.0.0.0", "System.Console|6.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|6.0.0.0", "System.Data.DataSetExtensions|4.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|6.0.0.0", "System.Diagnostics.Debug|6.0.0.0", "System.Diagnostics.DiagnosticSource|6.0.0.0", "System.Diagnostics.FileVersionInfo|6.0.0.0", "System.Diagnostics.Process|6.0.0.0", "System.Diagnostics.StackTrace|6.0.0.0", "System.Diagnostics.TextWriterTraceListener|6.0.0.0", "System.Diagnostics.Tools|6.0.0.0", "System.Diagnostics.TraceSource|6.0.0.0", "System.Diagnostics.Tracing|6.0.0.0", "System.Drawing.Primitives|6.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|6.0.0.0", "System.Formats.Asn1|6.0.0.0", "System.Globalization.Calendars|6.0.0.0", "System.Globalization.Extensions|6.0.0.0", "System.Globalization|6.0.0.0", "System.IO.Compression.Brotli|6.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|6.0.0.0", "System.IO.Compression|6.0.0.0", "System.IO.FileSystem.AccessControl|6.0.0.0", "System.IO.FileSystem.DriveInfo|6.0.0.0", "System.IO.FileSystem.Primitives|6.0.0.0", "System.IO.FileSystem.Watcher|6.0.0.0", "System.IO.FileSystem|6.0.0.0", "System.IO.IsolatedStorage|6.0.0.0", "System.IO.MemoryMappedFiles|6.0.0.0", "System.IO.Pipes.AccessControl|6.0.0.0", "System.IO.Pipes|6.0.0.0", "System.IO.UnmanagedMemoryStream|6.0.0.0", "System.IO|6.0.0.0", "System.Linq.Expressions|6.0.0.0", "System.Linq.Parallel|6.0.0.0", "System.Linq.Queryable|6.0.0.0", "System.Linq|6.0.0.0", "System.Memory|6.0.0.0", "System.Net.Http.Json|6.0.0.0", "System.Net.Http|6.0.0.0", "System.Net.HttpListener|6.0.0.0", "System.Net.Mail|6.0.0.0", "System.Net.NameResolution|6.0.0.0", "System.Net.NetworkInformation|6.0.0.0", "System.Net.Ping|6.0.0.0", "System.Net.Primitives|6.0.0.0", "System.Net.Requests|6.0.0.0", "System.Net.Security|6.0.0.0", "System.Net.ServicePoint|6.0.0.0", "System.Net.Sockets|6.0.0.0", "System.Net.WebClient|6.0.0.0", "System.Net.WebHeaderCollection|6.0.0.0", "System.Net.WebProxy|6.0.0.0", "System.Net.WebSockets.Client|6.0.0.0", "System.Net.WebSockets|6.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|6.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|6.0.0.0", "System.Reflection.DispatchProxy|6.0.0.0", "System.Reflection.Emit.ILGeneration|6.0.0.0", "System.Reflection.Emit.Lightweight|6.0.0.0", "System.Reflection.Emit|6.0.0.0", "System.Reflection.Extensions|6.0.0.0", "System.Reflection.Metadata|6.0.0.0", "System.Reflection.Primitives|6.0.0.0", "System.Reflection.TypeExtensions|6.0.0.0", "System.Reflection|6.0.0.0", "System.Resources.Reader|6.0.0.0", "System.Resources.ResourceManager|6.0.0.0", "System.Resources.Writer|6.0.0.0", "System.Runtime.CompilerServices.Unsafe|6.0.0.0", "System.Runtime.CompilerServices.VisualC|6.0.0.0", "System.Runtime.Extensions|6.0.0.0", "System.Runtime.Handles|6.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|6.0.0.0", "System.Runtime.InteropServices|6.0.0.0", "System.Runtime.Intrinsics|6.0.0.0", "System.Runtime.Loader|6.0.0.0", "System.Runtime.Numerics|6.0.0.0", "System.Runtime.Serialization.Formatters|6.0.0.0", "System.Runtime.Serialization.Json|6.0.0.0", "System.Runtime.Serialization.Primitives|6.0.0.0", "System.Runtime.Serialization.Xml|6.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|6.0.0.0", "System.Security.AccessControl|6.0.0.0", "System.Security.Claims|6.0.0.0", "System.Security.Cryptography.Algorithms|6.0.0.0", "System.Security.Cryptography.Cng|6.0.0.0", "System.Security.Cryptography.Csp|6.0.0.0", "System.Security.Cryptography.Encoding|6.0.0.0", "System.Security.Cryptography.OpenSsl|6.0.0.0", "System.Security.Cryptography.Primitives|6.0.0.0", "System.Security.Cryptography.X509Certificates|6.0.0.0", "System.Security.Principal.Windows|6.0.0.0", "System.Security.Principal|6.0.0.0", "System.Security.SecureString|6.0.0.0", "System.Security|4.0.0.0", "System.ServiceModel.Web|4.0.0.0", "System.ServiceProcess|4.0.0.0", "System.Text.Encoding.CodePages|6.0.0.0", "System.Text.Encoding.Extensions|6.0.0.0", "System.Text.Encoding|6.0.0.0", "System.Text.Encodings.Web|6.0.0.0", "System.Text.Json|6.0.0.0", "System.Text.RegularExpressions|6.0.0.0", "System.Threading.Channels|6.0.0.0", "System.Threading.Overlapped|6.0.0.0", "System.Threading.Tasks.Dataflow|6.0.0.0", "System.Threading.Tasks.Extensions|6.0.0.0", "System.Threading.Tasks.Parallel|6.0.0.0", "System.Threading.Tasks|6.0.0.0", "System.Threading.Thread|6.0.0.0", "System.Threading.ThreadPool|6.0.0.0", "System.Threading.Timer|6.0.0.0", "System.Threading|6.0.0.0", "System.Transactions.Local|6.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|4.0.3.0", "System.Web.HttpUtility|6.0.0.0", "System.Web|4.0.0.0", "System.Windows|4.0.0.0", "System.Xml.Linq|4.0.0.0", "System.Xml.ReaderWriter|6.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|6.0.0.0", "System.Xml.XPath.XDocument|6.0.0.0", "System.Xml.XPath|6.0.0.0", "System.Xml.XmlDocument|6.0.0.0", "System.Xml.XmlSerializer|6.0.0.0", "System.Xml|4.0.0.0", "System|4.0.0.0", "WindowsBase|4.0.0.0", "mscorlib|4.0.0.0", "netstandard|2.1.0.0"]}, - ], - ) diff --git a/e2e/smoke/paket.main_extension.bzl b/e2e/smoke/paket.main_extension.bzl deleted file mode 100644 index 18c48060..00000000 --- a/e2e/smoke/paket.main_extension.bzl +++ /dev/null @@ -1,10 +0,0 @@ -"Generated by paket2bazel" - -load(":paket.main.bzl", _main = "main") - -def _main_impl(_ctx): - _main() - -main_extension = module_extension( - implementation = _main_impl, -) diff --git a/e2e/smoke/update-deps.sh b/e2e/smoke/update-deps.sh deleted file mode 100755 index c089c6e0..00000000 --- a/e2e/smoke/update-deps.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /usr/bin/env bash - -SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) - -( - cd "$SCRIPT_DIR" || exit 1 - (dotnet tool restore && dotnet paket install) - bazel run @rules_dotnet//tools/paket2bazel:paket2bazel.exe -- --dependencies-file "$(pwd)"/paket.dependencies --output-folder "$(pwd)" -)