diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 5ed101f0..73777b52 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"]] - e2e_working_directory: ["e2e/net6.0", "e2e/net7.0", "e2e/net8.0"] + e2e_working_directory: ["e2e/net8.0", "e2e/net9.0"] tasks: test_all: diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets index e230bb21..712cd771 100644 --- a/.paket/Paket.Restore.targets +++ b/.paket/Paket.Restore.targets @@ -1,322 +1,330 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - $(MSBuildVersion) - 15.0.0 - false - true - - true - $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)..\ - $(PaketRootPath)paket-files\paket.restore.cached - $(PaketRootPath)paket.lock - classic - proj - assembly - native - /Library/Frameworks/Mono.framework/Commands/mono - mono - - - $(PaketRootPath)paket.bootstrapper.exe - $(PaketToolsPath)paket.bootstrapper.exe - $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\ - - "$(PaketBootStrapperExePath)" - $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)" - - - - - true - true - - - True - - - False - - $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/')) - - - - - - - - - $(PaketRootPath)paket - $(PaketToolsPath)paket - - - - - - $(PaketRootPath)paket.exe - $(PaketToolsPath)paket.exe - - - - - - <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json")) - <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"')) - <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false - - - - - - - - - - - <_PaketCommand>dotnet paket - - - - - - $(PaketToolsPath)paket - $(PaketBootStrapperExeDir)paket - - - paket - - - - - <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)")) - <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)" - <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" - <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)" - - - - - - - - - - - - - - - - - - - - - true - $(NoWarn);NU1603;NU1604;NU1605;NU1608 - false - true - - - - - - - - - $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)')) - - - - - - - $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[0].Replace(`"`, ``).Replace(` `, ``)) - $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[1].Replace(`"`, ``).Replace(` `, ``)) - - - - - %(PaketRestoreCachedKeyValue.Value) - %(PaketRestoreCachedKeyValue.Value) - - - - - true - false - true - - - + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(MSBuildVersion) + 15.0.0 + false + true + + true + $(MSBuildThisFileDirectory) + $(MSBuildThisFileDirectory)..\ + $(PaketRootPath)paket-files\paket.restore.cached + $(PaketRootPath)paket.lock + classic + proj + assembly + native + /Library/Frameworks/Mono.framework/Commands/mono + mono + + + $(PaketRootPath)paket.bootstrapper.exe + $(PaketToolsPath)paket.bootstrapper.exe + $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\ + + "$(PaketBootStrapperExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)" + + + + + true + true + + + True + + + False + + $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/')) + + + + + + + + + $(PaketRootPath)paket + $(PaketToolsPath)paket + + + + + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe + + + + + + <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json")) + <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"')) + <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false + + + + + + + + + + + <_PaketCommand>dotnet paket + + + + + + $(PaketToolsPath)paket + $(PaketBootStrapperExeDir)paket + + + paket + + + + + <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)")) + <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)" + <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)" + + + + + + + + + + + + + + + + + + + + + true + $(NoWarn);NU1603;NU1604;NU1605;NU1608 + false + true + + + + + + + + + $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)')) + + + + + + + $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[0].Replace(`"`, ``).Replace(` `, ``)) + $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[1].Replace(`"`, ``).Replace(` `, ``)) + + + + + %(PaketRestoreCachedKeyValue.Value) + %(PaketRestoreCachedKeyValue.Value) + + + + + true + false + true + + + - - true - - - - - - - - - - - - - - - - - - - $(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached - - $(MSBuildProjectFullPath).paket.references - - $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references - - $(MSBuildProjectDirectory)\paket.references - - false - true - true - references-file-or-cache-not-found - - - - - $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)')) - $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)')) - references-file - false - - - - - false - - - - - true - target-framework '$(TargetFramework)' or '$(TargetFrameworks)' files @(PaketResolvedFilePaths) - - - - - - - - - - - false - true - - - - - - - - - - - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',').Length) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[6]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[7]) - - - %(PaketReferencesFileLinesInfo.PackageVersion) - All - runtime - $(ExcludeAssets);contentFiles - $(ExcludeAssets);build;buildMultitargeting;buildTransitive - true - true - - - - - $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools - - - - - - - - - $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0]) - $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1]) - - - %(PaketCliToolFileLinesInfo.PackageVersion) - - - - + + + + + + + + + + + + + + + + $(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached + + $(MSBuildProjectFullPath).paket.references + + $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references + + $(MSBuildProjectDirectory)\paket.references + + false + true + true + references-file-or-cache-not-found + + + + + $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)')) + $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)')) + references-file + false + + + + + false + + + + + true + target-framework '$(TargetFramework)' or '$(TargetFrameworks)' files @(PaketResolvedFilePaths) + + + + + + + + + + + false + true + + + + + + + + + + + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',').Length) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[2]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[6]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[7]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[8]) + + + %(PaketReferencesFileLinesInfo.PackageVersion) + All + runtime + $(ExcludeAssets);contentFiles + $(ExcludeAssets);build;buildMultitargeting;buildTransitive + %(PaketReferencesFileLinesInfo.Aliases) + true + true + + + + + %(PaketReferencesFileLinesInfo.PackageVersion) + + + + + $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools + + + + + + + + + $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1]) + + + %(PaketCliToolFileLinesInfo.PackageVersion) + + + + - - - - - false - - - - - - <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/> - - - - - - $(MSBuildProjectDirectory)/$(MSBuildProjectFile) - true - false - true - false - true - false - true - false - true - false - true - $(PaketIntermediateOutputPath)\$(Configuration) - $(PaketIntermediateOutputPath) - - - - <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/> - - - - - - - - - + + + + + false + + + + + + <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/> + + + + + + $(MSBuildProjectDirectory)/$(MSBuildProjectFile) + true + false + true + false + true + false + true + false + true + false + true + $(PaketIntermediateOutputPath)\$(Configuration) + $(PaketIntermediateOutputPath) + + + + <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/> + + + + + + + + + - - - - - - - - - + + + + + + + + + diff --git a/MODULE.bazel b/MODULE.bazel index e4edb758..97fd1de2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,7 +8,7 @@ module( ) dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet") -dotnet.toolchain(dotnet_version = "8.0.402") +dotnet.toolchain(dotnet_version = "9.0.100") use_repo(dotnet, "dotnet_toolchains") register_toolchains("@dotnet_toolchains//:all") diff --git a/dotnet-tools.json b/dotnet-tools.json index ab44c48d..1dab7c7e 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "paket": { - "version": "8.0.0", + "version": "9.0.0", "commands": [ "paket" ] diff --git a/dotnet/paket.paket2bazel_dependencies.bzl b/dotnet/paket.paket2bazel_dependencies.bzl index 89374e6a..0526e217 100644 --- a/dotnet/paket.paket2bazel_dependencies.bzl +++ b/dotnet/paket.paket2bazel_dependencies.bzl @@ -7,97 +7,43 @@ def paket2bazel_dependencies(): nuget_repo( name = "paket.paket2bazel_dependencies", packages = [ - {"name": "Argu", "id": "Argu", "version": "6.2.3", "sha512": "sha512-ihcJ2ZDYMfyAfCXxQUXJe/N+R3W3Ag5qqnRo07TynHKhxDatwdu9QUKjV4Ej8kTSbkORkpfDJ5zr6O3ZisP5TA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Chessie", "id": "Chessie", "version": "0.6.0", "sha512": "sha512-VUcf1SFTXQDf1ULVQ/IddKISCuVICj9OC+wW1LFSIDqpHfihP2M2CvLetBxsCvcplu8ugI4mo9ZV5gmdefHxPg==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "FSharp.Core", "id": "FSharp.Core", "version": "8.0.200", "sha512": "sha512-XsUCYJqGfuL+jSVEiep/zq7R4zCM4MJSwAgaeN/q8zV2iYrXsE23hQrsDJaCiSSTnbPg7YD2ZGEzUcmE6LnM6A==", "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": [], "net8.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": []}, - {"name": "Microsoft.CSharp", "id": "Microsoft.CSharp", "version": "4.7.0", "sha512": "sha512-LJaYhRX5VxTUuD9WUPGD3GpWTgs89SVfoOPvSEdt66tL3lQvny9sR/ZiC3px1qUV5EFebS44i2CBeiliHVaQ3w==", "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": [], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.Extensions.FileProviders.Abstractions", "id": "Microsoft.Extensions.FileProviders.Abstractions", "version": "8.0.0", "sha512": "sha512-/pqhjy6BlpTyDjIsk+B14nvuLVfd1TgGJPxIqVZpxSbCcKtcdPWMakch0Y7NtbL+vwMV+HlFha5lYXgxRZ4qCw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.Extensions.Primitives"], "net462": ["Microsoft.Extensions.Primitives"], "net47": ["Microsoft.Extensions.Primitives"], "net471": ["Microsoft.Extensions.Primitives"], "net472": ["Microsoft.Extensions.Primitives"], "net48": ["Microsoft.Extensions.Primitives"], "net5.0": ["Microsoft.Extensions.Primitives"], "net6.0": ["Microsoft.Extensions.Primitives"], "net7.0": ["Microsoft.Extensions.Primitives"], "net8.0": ["Microsoft.Extensions.Primitives"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.Extensions.Primitives"], "netcoreapp2.1": ["Microsoft.Extensions.Primitives"], "netcoreapp2.2": ["Microsoft.Extensions.Primitives"], "netcoreapp3.0": ["Microsoft.Extensions.Primitives"], "netcoreapp3.1": ["Microsoft.Extensions.Primitives"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.Extensions.Primitives"], "netstandard2.1": ["Microsoft.Extensions.Primitives"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.Extensions.FileSystemGlobbing", "id": "Microsoft.Extensions.FileSystemGlobbing", "version": "8.0.0", "sha512": "sha512-I6XlDPaVuhjHp398BQ5A1vsGWVdIDbF/XnXlzyacj1B2PJlsKNDc/KCeLBJIVAiYq1PEdMrccFVI9f5JHdJj/Q==", "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": [], "net8.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": []}, - {"name": "Microsoft.Extensions.Primitives", "id": "Microsoft.Extensions.Primitives", "version": "8.0.0", "sha512": "sha512-H1R1yj084YRjRW3RNa+sUC1vgv6m5OSBSmH4ZhbDSN7PKLc9FcK7J20aPAOepgZPdeEyn286ZMqjUg1wq5LDLQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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": [], "net8.0": [], "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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.NETCore.Platforms", "id": "Microsoft.NETCore.Platforms", "version": "6.0.5", "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==", "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": [], "net8.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": []}, - {"name": "Microsoft.NETCore.Targets", "id": "Microsoft.NETCore.Targets", "version": "5.0.0", "sha512": "sha512-hYHm3JAjQO/nySxcl1EpZhYEW+2P3H1eLZNr+QxgO5TnLS6hqtfi5WchjQzjid45MYmhy2X7IOmcWtDP4fpMGw==", "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": [], "net8.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": []}, - {"name": "Microsoft.Web.Xdt", "id": "Microsoft.Web.Xdt", "version": "3.1.0", "sha512": "sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==", "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": [], "net8.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": []}, - {"name": "Microsoft.Win32.SystemEvents", "id": "Microsoft.Win32.SystemEvents", "version": "6.0.1", "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==", "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": [], "net8.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": []}, - {"name": "Mono.Cecil", "id": "Mono.Cecil", "version": "0.11.4", "sha512": "sha512-CnjwUMmFHnScNG8e/4DRZQQX67H5ajekRDudmZ6Fy1jCLhyH1jjzbQCOEFhBLa2NjPWQpMF+RHdBJY8a7GgmlA==", "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": [], "net8.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": []}, - {"name": "NETStandard.Library", "id": "NETStandard.Library", "version": "2.0.3", "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Newtonsoft.Json", "id": "Newtonsoft.Json", "version": "13.0.3", "sha512": "sha512-mbJSvHfRxfX3tR/U6n1WU+mWHXswYc+SB/hkOpx8yZZe68hNZGfymJu0cjsaJEkVzCMqePiU6LdIyogqfIn7kg==", "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": [], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Commands", "id": "NuGet.Commands", "version": "6.9.1", "sha512": "sha512-HOkPRzY+cnsVjUFbXhW39MfUKAOIoX3uQsfQsMuf+2wKkbfx9A8cjLhjNNi242jTHYhuWDUbIEqUERQG2NoxNw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net462": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net47": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net471": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net472": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net48": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net5.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net6.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net7.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net8.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp2.1": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp2.2": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp3.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp3.1": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netstandard2.1": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Common", "id": "NuGet.Common", "version": "6.9.1", "sha512": "sha512-DXYOLj6bfp5XkO7mXlmvZ4/VGUfm5T4lUoQEpY/8LWy2b60s47zslhR22eDhZg5LpO35rECtIAKVCI2iRQ+qKQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Configuration", "id": "NuGet.Configuration", "version": "6.9.1", "sha512": "sha512-AdyOMLmAtAmIiVJAh0Y1ewrqerDE//K3MRqD2+Kywe+hTnpS/XvrvwzOstf1IXiHp13rG6vFwDYVc1MIqEF0fw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Credentials", "id": "NuGet.Credentials", "version": "6.9.1", "sha512": "sha512-VQWJ+wbjViRbVfVa21J1YFMI9fYV/xoQyk2xn7T4pXbindaopfWuPXni3Mb3N1yD12xIUvFf6AB1r/Hb2TI9pw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.DependencyResolver.Core", "id": "NuGet.DependencyResolver.Core", "version": "6.9.1", "sha512": "sha512-d4WJ/pba9Kkj2DB+p/IH3EgRFt0ZD0mM5ftDDda2IA29NXu+MEew+YRuM/2MUb/X13lMfZkwqeeyBLlX+9RCqA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Frameworks", "id": "NuGet.Frameworks", "version": "6.9.1", "sha512": "sha512-n9zfKo3Hwpmih3cHvyKv3rF7vle4/NCa23jLuGajLJEn2iCXvcjq3UhSNj2ZTIUMq2OSS7RjioDQCEjqMDs2aQ==", "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": [], "net8.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": []}, - {"name": "NuGet.LibraryModel", "id": "NuGet.LibraryModel", "version": "6.9.1", "sha512": "sha512-wjmw2ZOmRFzLBzKyA6Tx62SVKfopE3Toz+oo0+H38zp7yK6GFcTiHZqjerN1AyYgz85Rl5bo752a0dv6Cpkc3A==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.PackageManagement", "id": "NuGet.PackageManagement", "version": "6.9.1", "sha512": "sha512-TP7oMZoHAC8Js19gT5pT+HA0EICDQwRfkhMfZcJyYOH4WM7+46mB5tbqJrFZCrPqEyWUGL1Xaqngss/6QVKjbw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Nuget.Packaging", "id": "Nuget.Packaging", "version": "6.9.1", "sha512": "sha512-5GflbMRqaWyIUVODkbw3WFS0a5RMC/IznBHVutAxJtTMi8yIe9QKIqS2OHru+syL5dlCShxSQoKMdcz80CMUlQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "net462": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "net47": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "net471": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "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.Pkcs"], "net6.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "net7.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "net8.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "netcoreapp2.1": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "netcoreapp2.2": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "netcoreapp3.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"], "netcoreapp3.1": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "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.Pkcs"], "netstandard2.1": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Security.Cryptography.Pkcs"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.ProjectModel", "id": "NuGet.ProjectModel", "version": "6.9.1", "sha512": "sha512-NT4T/3PVm7z8GwDHHjQpK96EH3FUDO7dviFBSgJzGvXzLkmIhLoEwYeO6/K4T+TIEcsGzZ6+cVwwGunjfXts+Q==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Protocol", "id": "NuGet.Protocol", "version": "6.9.1", "sha512": "sha512-XLoO4nWfUCOmvb3f1PyIKq+fOUTw8RI3zmMqdkTubjMdIBzfvreGiZ74nqxgs42q0Lyj3Dh6+5/LK7v/XAZLLA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Text.Json"], "net462": ["System.Text.Json"], "net47": ["System.Text.Json"], "net471": ["System.Text.Json"], "net472": ["System.Text.Json"], "net48": ["System.Text.Json"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Text.Json"], "netcoreapp2.1": ["System.Text.Json"], "netcoreapp2.2": ["System.Text.Json"], "netcoreapp3.0": ["System.Text.Json"], "netcoreapp3.1": ["System.Text.Json"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Text.Json"], "netstandard2.1": ["System.Text.Json"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Resolver", "id": "NuGet.Resolver", "version": "6.9.1", "sha512": "sha512-ITKdXrRHjWV9vVVt2ZPBPTfZBqSGSGvUIAPfyxCqUmSqPpbs3VlnMJ9OcvmNJTVZHIjtI2EMlcd9/UA3iBljiw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Versioning", "id": "NuGet.Versioning", "version": "6.9.1", "sha512": "sha512-wmE9WvXY9N9tWH3zPTOU3Ct+IpJST7Qtf6ZXaw6DEgLS8gYJ/Q773R/tFT/jGIHb6kJQWoi5vStIqioIoZLtUg==", "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": [], "net8.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": []}, - {"name": "Paket.Core", "id": "Paket.Core", "version": "8.0.3", "sha512": "sha512-aN4vT3PJ+MFlXupkjqVXuQNLYTIPj6e0CYor+uEgy4fQcw8aVGvGrPQEARNVQIh+mHY3LWEIizY5ABPTcr537g==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-s9AMelYhmifrJqGjkRkqyoP7NMudky0vJPdYzjGKryWYhofREwzC4EesqYm+dooMQB++vbgvGrtrcZpU36Q+sA==", "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": [], "net8.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": []}, - {"name": "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-1kcSfJKTg00KxR43jsnYjjYTPoUh+f+OLpL4/yF/bzKikgxV6QPlz74UyrypYprz3NUHHOcsa12E7+Xp4RtTng==", "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": [], "net8.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": []}, - {"name": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-DPcJlXiNYg8lqqCAFTgaL9Yqs1brKG3H6b1XVimLf9RYxW7zOLujvf3HfTlvrYEWsAulgJ/+7Gh0mCw4FUt+IQ==", "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": [], "net8.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": []}, - {"name": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-2p9EjZTy8LkH/wx6OwRuk0ORuVL7PzqJ3cdvL/SY58Ep+XW0AYEBjyy7kloJ/nPZGYVUT+NS8kNwPU5ICV/DwQ==", "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": [], "net8.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": []}, - {"name": "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-2v5kHzEZgBFCz+5NJgZn3Dmi9gaYY/loR5PJEXvOJ018XIF6BmSGYNyHNXTmdFPq50EjwaGpHj8cQmR3z5oeGA==", "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": [], "net8.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": []}, - {"name": "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-qfB0WU/HXLYhTlXpDZi0eY1p1x9jlwxDlVFcWrj9u+2gFEesUKux9IoR9bzQLPPj//B0dSWolKEgW/1X70VWCA==", "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": [], "net8.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": []}, - {"name": "runtime.native.System", "id": "runtime.native.System", "version": "4.3.1", "sha512": "sha512-AJsN0GLPijYtmFZdvPYnfTdAMTlvMttusjye6ZC1Edg5XUneNv1BCHzXfM0SWpqf+Gt/31WthibAPAorcN4F1g==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "runtime.native.System.Net.Http", "id": "runtime.native.System.Net.Http", "version": "4.3.1", "sha512": "sha512-n3clBjCv4nEoDl/hV4/DYwi/yoRrFZk9Tpe0TenLiITLHvtijO+OSYhwV7JmACcsZlLFKMaYW+P5yN3sK/xU0Q==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "runtime.native.System.Security.Cryptography.Apple", "id": "runtime.native.System.Security.Cryptography.Apple", "version": "4.3.1", "sha512": "sha512-C+AZUmQBFgXR/NxF80q0Sy7SgYiW+C3CcIuA7yd0f1FXWN16xhIRSmXN92IUSGx/ebGN3XmaeuVUZpd+NuY/jQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-CiS94rEK+DWQJJbFqOc+SboSZQeswgRiao5QMZjHjhhRPi2NkawZZ0l99i8+eGNTVo6f4cYTOXVmNr0BeJTiYQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-kbvMwf5iS0oM7qiHPy3sHADQa2ncqFXVz7bQKCiPKcnNu5NTDz4cO/Nk4gy54iYjU0SSma/z2IfYIpPGVsdiZA==", "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": [], "net8.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": []}, - {"name": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-anMSS/nfTUvTuvUE3jg+sSEx7JUgLkeYS7T9dbb8ZE42XYWdaLJjRlp3qA/yYyoewJuVJ6ZPeI8w9QrlKgVSow==", "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": [], "net8.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": []}, - {"name": "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-KHQzsD6iTnD3Rpr+Odhe0II9LMwTJkIOMKekGzBz5TQlNbEpuc0LwQxMuCE4FZnzcefRYw3kDd5Xyu+AFND8FQ==", "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": [], "net8.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": []}, - {"name": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", "id": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", "version": "4.3.1", "sha512": "sha512-YVeP6XccbJen1k3sjfntjqWS+vAcVt37VW3eBuZvjH7ZlTmQz3t6n8gLNh342IeDSBM+06SPYtBqP1roAlIpDA==", "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": [], "net8.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": []}, - {"name": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-KBHT4RWCC3klyYzHWLweXSAPRzPLuzFdfixnzojA+tNUE6kHpyABhtbgTiwhGHyA3+TlyLOn1viw1NBoG7ZOxQ==", "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": [], "net8.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": []}, - {"name": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-Lmw34chaD1jDOrmiEl2jIXVoCfYhTFMWQWtC47RDRLKYpwLOjOkSa6E2LM5K28UNpkSOZu579Os/t+eZ+wAhOw==", "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": [], "net8.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": []}, - {"name": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-K6KLKN1ICpOqvVG2Dub+uX3gb/MqqiS1deVZpuj46M7ya9ranrGzFYVIMsQFI8f7vhc+sf0gyTtN0es9tN4jmw==", "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": [], "net8.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": []}, - {"name": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-IXiZH+OL4lP8dRKieebADFgWPgyq/vbMbYqXCz9EhfaU4CcRl1ygb3pmpNWhVJsVEV3fRb3tEaEFowmkb56WCQ==", "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": [], "net8.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": []}, - {"name": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-uOpq6ML3XC+QioF01mDpg6zuJEZs23+vjpbnOKQkZxyMSOGNanyleAjNgXLZyUo0NPa5c8QIMB878SvxLSxjhA==", "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": [], "net8.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": []}, - {"name": "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "id": "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", "version": "4.3.3", "sha512": "sha512-fefg8Dxuv7BKypFbd1HKIdO/x51l+NN4WP5GIqe+Gx6El1Aut7zZA5a9B8WPowDiGCwPIqEJaIhdwCjmbHqscQ==", "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": [], "net8.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": []}, - {"name": "System.Collections", "id": "System.Collections", "version": "4.3.0", "sha512": "sha512-ynuVLTDaFIfKTkOqUigXte4m5+EFNwYoEBEvxnp1EnZsOdQC85S7BCbREIu8+bu2Tpzh9a9zbvIVpRo15V8FGw==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Collections.Concurrent", "id": "System.Collections.Concurrent", "version": "4.3.0", "sha512": "sha512-NcGqPmNiFv5dwuvrUEKT5prWNV0m4iRTrwYK+U2CefqpO9z+EnrssLMWx+fZGFvKxy6ZSYTv238thRXx9Vz2gg==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.ComponentModel.Composition", "id": "System.ComponentModel.Composition", "version": "6.0.0", "sha512": "sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==", "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": [], "net8.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": []}, - {"name": "System.Configuration.ConfigurationManager", "id": "System.Configuration.ConfigurationManager", "version": "6.0.0", "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Diagnostics.Debug", "id": "System.Diagnostics.Debug", "version": "4.3.0", "sha512": "sha512-bFj+HjYY5/h2hMHOp+/H07Gb19+NJTX54ntixS9EHxG2eyEiXWvNYvQJ4CwqFiMcTbGb4zuPq1ubClyGYN2rJA==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Diagnostics.DiagnosticSource", "id": "System.Diagnostics.DiagnosticSource", "version": "6.0.0", "sha512": "sha512-dYnmo66bitfHxLjNBU2LPp6Dn98n7hRyk7ZKGVzaAPw2MHy+40dLxfw7susxMkWfL3C//aJF+/UDAPgH2YhUZg==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Diagnostics.Tracing", "id": "System.Diagnostics.Tracing", "version": "4.3.0", "sha512": "sha512-0KXTDiYc1Ft9+rArf/vXa2TgybiS7YJuphSByYPAIIsFtpmBzXnpHNTlgR4c1MPOoGoa/OBYEezli+XkwgFp6g==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Drawing.Common", "id": "System.Drawing.Common", "version": "6.0.0", "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==", "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": ["Microsoft.Win32.SystemEvents"], "net6.0": ["Microsoft.Win32.SystemEvents"], "net7.0": ["Microsoft.Win32.SystemEvents"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Formats.Asn1", "id": "System.Formats.Asn1", "version": "8.0.0", "sha512": "sha512-KAcODhtEEDJs6494uw0/s/BxymRWD1yV4JHd0QOx8IV4B8JocCvk2mfOmmwVptBxydT25WJvOnzmh2vjoqbbwg==", "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": [], "net8.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": []}, - {"name": "System.Globalization", "id": "System.Globalization", "version": "4.3.0", "sha512": "sha512-gj0rowjLBztAoxRuzM0Nn9exYVrD+++xb3PYc+QR/YHDvch98gbT3H4vFMnNU6r8poSjVwwlRxKAqtqN6AXs4g==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Globalization.Calendars", "id": "System.Globalization.Calendars", "version": "4.3.0", "sha512": "sha512-6XGQIxQCs5N3S5Je/AKiv6QdHRF6F/uH2m45n1I0VGlidn6c2POZcO+kCOT0U80eZ1Giph42a8l0BuGwuKS+hg==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Globalization.Extensions", "id": "System.Globalization.Extensions", "version": "4.3.0", "sha512": "sha512-pNNgAD+V4MMe3znAuR4cc4UKYKxdADKxfbiIo8fXE0zvms2XIZ0UF0rSE7fARPSbNkzFcgBz6/y24b9uTsJM5Q==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.IO", "id": "System.IO", "version": "4.3.0", "sha512": "sha512-v8paIePhmGuXZbE9xvvNb4uJ5ME4OFXR1+8la/G/L1GIl2nbU2WFnddgb79kVK3U2us7q1aZT/uY/R0D/ovB5g==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.IO.FileSystem", "id": "System.IO.FileSystem", "version": "4.3.0", "sha512": "sha512-T7WB1vhblSmgkaDpdGM3Uqo55Qsr5sip5eyowrwiXOoHBkzOx3ePd9+Zh97r9NzOwFCxqX7awO6RBxQuao7n7g==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.IO.FileSystem.Primitives", "id": "System.IO.FileSystem.Primitives", "version": "4.3.0", "sha512": "sha512-WIWVPQlYLP/Zc9I6IakpBk1y8ryVGK83MtZx//zGKKi2hvHQWKAB7moRQCOz5Is/wNDksiYpocf3FeA3le6e5Q==", "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": ["System.Runtime"], "net6.0": ["System.Runtime"], "net7.0": ["System.Runtime"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Linq", "id": "System.Linq", "version": "4.3.0", "sha512": "sha512-6sx/4exSb0BfW6DmcfYW0OW+nBgo1UOp4vjGXfQJnWsupKn6LNrk80sXDcNxQvYOJn4TfKOfNQKB7XDS3GIEWA==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Net.Http", "id": "System.Net.Http", "version": "4.3.4", "sha512": "sha512-Fj7e73NNHwof97gFPTJuq8gv6G895yxkZt14DVnZdEh4gvKl8WrksCwNjIp/JeYX/yu/qxM/iOv9ai+ZY3Fp7Q==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Net.Http.WinHttpHandler", "id": "System.Net.Http.WinHttpHandler", "version": "6.0.1", "sha512": "sha512-uLH7CWm9PZaO0SNhnEL8wvLCwcLCjC9M/jWgl7kTwp5PuFCfeCn7hrq6c0Bpfq2s1SCkx9lNUoRWnM76wMpnxQ==", "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": [], "net8.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": []}, - {"name": "System.Net.Primitives", "id": "System.Net.Primitives", "version": "4.3.1", "sha512": "sha512-BgdlyYCI7rrdh36p3lMTqbkvaafPETpB1bk9iQlFdQxYE692kiXvmseXs8ghL+gEgQF2xgDc8GH4QLkSgUUs+Q==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Reflection", "id": "System.Reflection", "version": "4.3.0", "sha512": "sha512-IyW2ftYNzgMCgHBk8lQiy+G3+ydbU5tE+6PEqM5JJvIdeFKaXDSzHAPYDREPe6zpr5WJ1Fcma+rAFCIAV6+DMw==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Reflection.Primitives", "id": "System.Reflection.Primitives", "version": "4.3.0", "sha512": "sha512-1LnMkF9aXKuQAgYzjoiQaL9mwY7oY6KdaO/zzeLMynNBEqKoUfLi5TiKIewoAF+hkxfGTZsjkjsF1jRL4uSeqg==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Resources.ResourceManager", "id": "System.Resources.ResourceManager", "version": "4.3.0", "sha512": "sha512-kGfbKPHEjQj8Uq1Apgj4jBStkRJkZ0Hdr0Jv3+aL7WGrAZVLF5Rh5h0Yc3FgDB5uXDbHiJk/WhBaZPVwKmuB1A==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime", "id": "System.Runtime", "version": "4.3.1", "sha512": "sha512-Al69mPDfzdD+bKGK2HAfB+lNFOHFqnkqzNnUJmmvUe1/qEPK9M7EiTT4zuycKDPy7ev11xz8XVgJWKP0hm7NIA==", "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": ["Microsoft.NETCore.Platforms", "Microsoft.NETCore.Targets"], "net6.0": ["Microsoft.NETCore.Platforms", "Microsoft.NETCore.Targets"], "net7.0": ["Microsoft.NETCore.Platforms", "Microsoft.NETCore.Targets"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime.CompilerServices.Unsafe", "id": "System.Runtime.CompilerServices.Unsafe", "version": "6.0.0", "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==", "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": [], "net8.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": []}, - {"name": "System.Runtime.Extensions", "id": "System.Runtime.Extensions", "version": "4.3.1", "sha512": "sha512-VSbBNw3UQxuHk4aALPsYo154l+TKUR4Ij+Nj9GPnyJkzAmMewY1AyHXuaE+KCJ6JBj2SoO4uwLqY4ORKW9JRTw==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime.Handles", "id": "System.Runtime.Handles", "version": "4.3.0", "sha512": "sha512-CluvHdVUv54BvLTOCCyybugreDNk/rR8unMPruzXDtxSjvrQOU3M4R831/lQf4YI8VYp668FGQa/01E+Rq8PEQ==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime.InteropServices", "id": "System.Runtime.InteropServices", "version": "4.3.0", "sha512": "sha512-ZQeZw+ZU77ua1nFXycYM5G8oioFZe+N84qC/XUg1BEBl7z9luZcyjLu7+4H0yJuNfn1hOAiAAZ3u5us/lj9w2Q==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime.Numerics", "id": "System.Runtime.Numerics", "version": "4.3.0", "sha512": "sha512-PjR/qo5+xITUgeU7HCGf4c40augniiFLRQjPDiM8Fie9nGxsfGVOjB9BQycYON3ZWT9joQQ1d62HxA45Kvf9NA==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.AccessControl", "id": "System.Security.AccessControl", "version": "6.0.0", "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==", "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": [], "net8.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": []}, - {"name": "System.Security.Cryptography.Algorithms", "id": "System.Security.Cryptography.Algorithms", "version": "4.3.1", "sha512": "sha512-NLArYLaaVOExC1EVEuMhCkm/sFhMUPgLWcWG1xgK2XPjtUGfelV4ODeIQ5VGDbPg2xPI+yfebRcLjS2rHJCtzw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.Cng", "id": "System.Security.Cryptography.Cng", "version": "5.0.0", "sha512": "sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.Csp", "id": "System.Security.Cryptography.Csp", "version": "4.3.0", "sha512": "sha512-QzF1kXR6GPUvaDGH4Jrf4OA1c+baxDC/O6E/RAzbHHux+SBTadXzsqDz/flgTVuh5tlKiZol0sUz5FMzhXjzUQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.Encoding", "id": "System.Security.Cryptography.Encoding", "version": "4.3.0", "sha512": "sha512-XCat0j5jVC83UG9fofcuiYDwN0PVKc2OWD0QVLjYpXn7dz+gNaANkHPbhNtr5PR8rDQNHrxtI912Hb29YAB14A==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.OpenSsl", "id": "System.Security.Cryptography.OpenSsl", "version": "5.0.0", "sha512": "sha512-+8P4Eo9HMcke1V4bPK6JjBaHilI5MAYLcqPKVHcpbJmW3O6qOCxutBmEiuT3e6CZvk8cE4v2wqC5J3woxqEF/Q==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.Pkcs", "id": "System.Security.Cryptography.Pkcs", "version": "8.0.0", "sha512": "sha512-zWk9gw+KSXYnBfrm+nUF7u17gexrNmJOwj0WcLw7kxJB9VAabPTsj9PwPod8QIkSp0q4M/4DTHKhMbc7op2GlQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Formats.Asn1", "System.Security.Cryptography.Cng"], "net462": [], "net47": [], "net471": [], "net472": [], "net48": [], "net5.0": ["System.Formats.Asn1", "System.Security.Cryptography.Cng"], "net6.0": ["System.Formats.Asn1"], "net7.0": ["System.Formats.Asn1"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.Primitives", "id": "System.Security.Cryptography.Primitives", "version": "4.3.0", "sha512": "sha512-WtgnP5mOu5zKL3vQMUPT9tV7XVYGV7Jtb0540DgBD7MMN5ojonwIcw8VybZvS6VloGmE7CRt/Hms8adBsN1DRw==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.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": []}, - {"name": "System.Security.Cryptography.X509Certificates", "id": "System.Security.Cryptography.X509Certificates", "version": "4.3.2", "sha512": "sha512-Ax8SNsw9NCe5pBEysVjrPiGgmcw9ToUMQyNOsbKL0BAGO3VQ+Gis2eleJ7KVmJ5j2gFdgh42yc9U2hboXdy+3A==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Permissions", "id": "System.Security.Permissions", "version": "6.0.0", "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Text.Encoding", "id": "System.Text.Encoding", "version": "4.3.0", "sha512": "sha512-b/f+7HMTpxIfeV7H03bkuHKMFylCGfr9/U6gePnfFFW0aF8LOWLDgQCY6V1oWUqDksC3mdNuyChM1vy9TP4sZw==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Text.Json", "id": "System.Text.Json", "version": "5.0.2", "sha512": "sha512-PTL4h2MLbKEqZ/9TE6SEmJp1txIh0GjzYPQrWGbfJ5sgbPrpXzb9sOoXe3cid51zDBE+2KCLd95e/04JiNr0TQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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": [], "net6.0": [], "net7.0": [], "net8.0": [], "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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Threading", "id": "System.Threading", "version": "4.3.0", "sha512": "sha512-l6J1G9zmn6r5xU+DSp/Vxgx6eG+qUvQgdpgo28m1gEwfNyG6HqlF6h2ESDXZCYEPnngsmkTQ+q7MyyMMTNlaiA==", "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": ["System.Runtime", "System.Threading.Tasks"], "net6.0": ["System.Runtime", "System.Threading.Tasks"], "net7.0": ["System.Runtime", "System.Threading.Tasks"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Threading.Tasks", "id": "System.Threading.Tasks", "version": "4.3.0", "sha512": "sha512-fUiP+CyyCjs872OA8trl6p97qma/da1xGq3h4zAbJZk8zyaU4zyEfqW5vbkP80xG/Nimun1vlWBboMEk7XxdEw==", "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": ["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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Windows.Extensions", "id": "System.Windows.Extensions", "version": "6.0.0", "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==", "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": ["System.Drawing.Common"], "net6.0": ["System.Drawing.Common"], "net7.0": ["System.Drawing.Common"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Argu", "id": "Argu", "version": "6.2.3", "sha512": "sha512-ihcJ2ZDYMfyAfCXxQUXJe/N+R3W3Ag5qqnRo07TynHKhxDatwdu9QUKjV4Ej8kTSbkORkpfDJ5zr6O3ZisP5TA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["FSharp.Core", "System.Configuration.ConfigurationManager"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Chessie", "id": "Chessie", "version": "0.6.0", "sha512": "sha512-VUcf1SFTXQDf1ULVQ/IddKISCuVICj9OC+wW1LFSIDqpHfihP2M2CvLetBxsCvcplu8ugI4mo9ZV5gmdefHxPg==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NETStandard.Library", "FSharp.Core"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "FSharp.Core", "id": "FSharp.Core", "version": "9.0.100", "sha512": "sha512-k35dREQY4EhWeg3mokITJxckDCddGVMSG+qbS5OwbWUJuqiaXEAYgc5rLuZqNz1JDFj1kTIuydBAzqCufZI3pw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.CSharp", "id": "Microsoft.CSharp", "version": "4.7.0", "sha512": "sha512-LJaYhRX5VxTUuD9WUPGD3GpWTgs89SVfoOPvSEdt66tL3lQvny9sR/ZiC3px1qUV5EFebS44i2CBeiliHVaQ3w==", "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": [], "net8.0": [], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.Extensions.FileProviders.Abstractions", "id": "Microsoft.Extensions.FileProviders.Abstractions", "version": "8.0.0", "sha512": "sha512-/pqhjy6BlpTyDjIsk+B14nvuLVfd1TgGJPxIqVZpxSbCcKtcdPWMakch0Y7NtbL+vwMV+HlFha5lYXgxRZ4qCw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.Extensions.Primitives"], "net462": ["Microsoft.Extensions.Primitives"], "net47": ["Microsoft.Extensions.Primitives"], "net471": ["Microsoft.Extensions.Primitives"], "net472": ["Microsoft.Extensions.Primitives"], "net48": ["Microsoft.Extensions.Primitives"], "net5.0": ["Microsoft.Extensions.Primitives"], "net6.0": ["Microsoft.Extensions.Primitives"], "net7.0": ["Microsoft.Extensions.Primitives"], "net8.0": ["Microsoft.Extensions.Primitives"], "net9.0": ["Microsoft.Extensions.Primitives"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.Extensions.Primitives"], "netcoreapp2.1": ["Microsoft.Extensions.Primitives"], "netcoreapp2.2": ["Microsoft.Extensions.Primitives"], "netcoreapp3.0": ["Microsoft.Extensions.Primitives"], "netcoreapp3.1": ["Microsoft.Extensions.Primitives"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.Extensions.Primitives"], "netstandard2.1": ["Microsoft.Extensions.Primitives"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.Extensions.FileSystemGlobbing", "id": "Microsoft.Extensions.FileSystemGlobbing", "version": "8.0.0", "sha512": "sha512-I6XlDPaVuhjHp398BQ5A1vsGWVdIDbF/XnXlzyacj1B2PJlsKNDc/KCeLBJIVAiYq1PEdMrccFVI9f5JHdJj/Q==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.Extensions.Primitives", "id": "Microsoft.Extensions.Primitives", "version": "8.0.0", "sha512": "sha512-H1R1yj084YRjRW3RNa+sUC1vgv6m5OSBSmH4ZhbDSN7PKLc9FcK7J20aPAOepgZPdeEyn286ZMqjUg1wq5LDLQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.NETCore.Platforms", "id": "Microsoft.NETCore.Platforms", "version": "6.0.5", "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.Web.Xdt", "id": "Microsoft.Web.Xdt", "version": "3.1.0", "sha512": "sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.Win32.SystemEvents", "id": "Microsoft.Win32.SystemEvents", "version": "6.0.1", "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Mono.Cecil", "id": "Mono.Cecil", "version": "0.11.4", "sha512": "sha512-CnjwUMmFHnScNG8e/4DRZQQX67H5ajekRDudmZ6Fy1jCLhyH1jjzbQCOEFhBLa2NjPWQpMF+RHdBJY8a7GgmlA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "NETStandard.Library", "id": "NETStandard.Library", "version": "2.0.3", "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["Microsoft.NETCore.Platforms"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Newtonsoft.Json", "id": "Newtonsoft.Json", "version": "13.0.3", "sha512": "sha512-mbJSvHfRxfX3tR/U6n1WU+mWHXswYc+SB/hkOpx8yZZe68hNZGfymJu0cjsaJEkVzCMqePiU6LdIyogqfIn7kg==", "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": [], "net8.0": [], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Commands", "id": "NuGet.Commands", "version": "6.12.1", "sha512": "sha512-Qui7ZCyjKL+Gzcc0H0zEXRlYQPlbM3kp1/B3cIDmcC0AGYDijYTbMqGGRNtp9umP8X/e8lQt6BEZ7qPbUy7VSA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net462": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net47": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net471": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net472": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net48": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net5.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net6.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net7.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net8.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "net9.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp2.1": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp2.2": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp3.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netcoreapp3.1": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"], "netstandard2.1": ["NuGet.Credentials", "NuGet.ProjectModel", "Microsoft.Extensions.FileProviders.Abstractions", "Microsoft.Extensions.FileSystemGlobbing"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Common", "id": "NuGet.Common", "version": "6.12.1", "sha512": "sha512-W00eQqkyRUNTWH2zyd8+7DpixCBuJS8tXuHDEIQsldmcWFG6M17c/3A+mhl43r/mvw/6aHZlQ0q+jrl4CJGnDw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Frameworks"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Configuration", "id": "NuGet.Configuration", "version": "6.12.1", "sha512": "sha512-RDSrb6T+fBo1Glr7WiUCyqNTnNFjvV4QXtQGsCsMAeL5ExmNhRyzlv65nRqVx0R9fOZR5wdpXtoByj6MpSi4Jw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Common", "System.Security.Cryptography.ProtectedData"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Credentials", "id": "NuGet.Credentials", "version": "6.12.1", "sha512": "sha512-+goKIeuaMnxl37rTljxZusFhd9d8Mdb1zN8mJJQx9VMsPlfbcVxUxfZ5PumYcK5Q20Q6P3IyrIFLwWnLn7g50w==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Protocol"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.DependencyResolver.Core", "id": "NuGet.DependencyResolver.Core", "version": "6.12.1", "sha512": "sha512-lyL8/1Nh1rZ8I6y3gpeXNW/Q7VLcjXLqdQAwAn8ApwaYMPUn7Q1Z6tlzaAnbReetuM+EgcSOXojkrxQ4lyxBnQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Configuration", "NuGet.LibraryModel", "NuGet.Protocol"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Frameworks", "id": "NuGet.Frameworks", "version": "6.12.1", "sha512": "sha512-BlTY4hLVgQkrcdBTtCYPL7jzogGSSp07SEs84e/j7+HmgBc47eOdTU3WAQB1aMqfwifcWAcn8s50dOSK4AUCiw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "NuGet.LibraryModel", "id": "NuGet.LibraryModel", "version": "6.12.1", "sha512": "sha512-+/9mKhhrjxHN5ycWD5W8QVS5wQqOWErVJYM5ucbh0R66dz7ws7NInB0i7qCcdYn2A77yifD56AzuV2N87ORWtw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Common", "NuGet.Versioning"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.PackageManagement", "id": "NuGet.PackageManagement", "version": "6.12.1", "sha512": "sha512-4TbT7VGe/HDoKjUo7B0g2BKPO4faHXLfIiCqsMLWgEAu76iRW0GbPiL0CcFrg8Zihiwug//9W1UsWoodqe7xoA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Commands", "NuGet.Resolver", "Microsoft.CSharp", "Microsoft.Web.Xdt", "System.ComponentModel.Composition"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Nuget.Packaging", "id": "Nuget.Packaging", "version": "6.12.1", "sha512": "sha512-2RL+0+oB26027KGLlvlgjJ5/7wrjlDI6XikAnR+tv1CDtaI7JOF6y/w6EHD6fmRwE2tEnMGPj9GfWGeVz3LhKA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net462": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net47": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net471": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "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.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net6.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net7.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net8.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "net9.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "netcoreapp2.1": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "netcoreapp2.2": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "netcoreapp3.0": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "netcoreapp3.1": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "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.Formats.Asn1", "System.Security.Cryptography.Pkcs"], "netstandard2.1": ["NuGet.Configuration", "NuGet.Versioning", "Newtonsoft.Json", "System.Formats.Asn1", "System.Security.Cryptography.Pkcs"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.ProjectModel", "id": "NuGet.ProjectModel", "version": "6.12.1", "sha512": "sha512-z5NAdD7S42grMjE1hEo3wd6DL3tOAJqZ69oaXQouUCu+vRw3hbsJRCbjORNo3V90pgd2BUNxfo4V5B7obOGMvw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.DependencyResolver.Core"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Protocol", "id": "NuGet.Protocol", "version": "6.12.1", "sha512": "sha512-nlJ2tCZ3KyfUmPccQw26oeTQP2sVu2llygN6Rb4u/J4k2N+RTvnmjQXhrjx1OD+a2DS7aYs1TZiLubyp4mHvnQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Text.Json"], "net462": ["System.Text.Json"], "net47": ["System.Text.Json"], "net471": ["System.Text.Json"], "net472": ["System.Text.Json"], "net48": ["System.Text.Json"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Text.Json"], "netcoreapp2.1": ["System.Text.Json"], "netcoreapp2.2": ["System.Text.Json"], "netcoreapp3.0": ["System.Text.Json"], "netcoreapp3.1": ["System.Text.Json"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Text.Json"], "netstandard2.1": ["System.Text.Json"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Resolver", "id": "NuGet.Resolver", "version": "6.12.1", "sha512": "sha512-zWF1J71cbomtCGfl9AAYuz4Gpxq5w/8WoeKZwh08e4dzyWE3JgTLo5WU1s7sgR7ird8HoCwsu8/ZeJqHZkiB2g==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NuGet.Protocol"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NuGet.Versioning", "id": "NuGet.Versioning", "version": "6.12.1", "sha512": "sha512-64hIPJf/CI6gKPytHJGzYVkvftfAOgS9233zop1DlkG0RcTYLRBFxlN6RHxy41LwpL3itWimyqnEISg7CL2Y1A==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Paket.Core", "id": "Paket.Core", "version": "9.0.0", "sha512": "sha512-qZelMzI1+v9moLM2IBERuwxMI3VhX6Vj7edEY5pdQu922/HQA0Spg+tDypjIbReiH22ud2qBc646HZxweOaElA==", "sources": ["https://api.nuget.org/v3/index.json"], "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.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "net6.0": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "net7.0": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "net8.0": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "net9.0": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "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.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "netcoreapp2.1": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "netcoreapp2.2": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "netcoreapp3.0": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "netcoreapp3.1": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "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.WinHttpHandler", "System.Security.Cryptography.ProtectedData"], "netstandard2.1": ["Chessie", "FSharp.Core", "Mono.Cecil", "Newtonsoft.Json", "Nuget.Packaging", "System.Net.Http.WinHttpHandler", "System.Security.Cryptography.ProtectedData"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.ComponentModel.Composition", "id": "System.ComponentModel.Composition", "version": "6.0.0", "sha512": "sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Configuration.ConfigurationManager", "id": "System.Configuration.ConfigurationManager", "version": "6.0.0", "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["System.Security.Cryptography.ProtectedData", "System.Security.Permissions"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Drawing.Common", "id": "System.Drawing.Common", "version": "6.0.0", "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==", "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": ["Microsoft.Win32.SystemEvents"], "net6.0": ["Microsoft.Win32.SystemEvents"], "net7.0": ["Microsoft.Win32.SystemEvents"], "net8.0": ["Microsoft.Win32.SystemEvents"], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Formats.Asn1", "id": "System.Formats.Asn1", "version": "9.0.0", "sha512": "sha512-n7oIMWKxQjpY3z2L2LSpkhu2M0N68Q7QkPinV6m+W+Is0eOYVS86zBeT/RWM/45d+LCTtYZlr9FnONUfCDenVw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Net.Http.WinHttpHandler", "id": "System.Net.Http.WinHttpHandler", "version": "6.0.1", "sha512": "sha512-uLH7CWm9PZaO0SNhnEL8wvLCwcLCjC9M/jWgl7kTwp5PuFCfeCn7hrq6c0Bpfq2s1SCkx9lNUoRWnM76wMpnxQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.AccessControl", "id": "System.Security.AccessControl", "version": "6.0.0", "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Cryptography.Pkcs", "id": "System.Security.Cryptography.Pkcs", "version": "8.0.0", "sha512": "sha512-zWk9gw+KSXYnBfrm+nUF7u17gexrNmJOwj0WcLw7kxJB9VAabPTsj9PwPod8QIkSp0q4M/4DTHKhMbc7op2GlQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Formats.Asn1"], "net462": [], "net47": [], "net471": [], "net472": [], "net48": [], "net5.0": ["System.Formats.Asn1"], "net6.0": ["System.Formats.Asn1"], "net7.0": ["System.Formats.Asn1"], "net8.0": ["System.Formats.Asn1"], "net9.0": ["System.Formats.Asn1"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Formats.Asn1"], "netcoreapp2.1": ["System.Formats.Asn1"], "netcoreapp2.2": ["System.Formats.Asn1"], "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": ["System.Formats.Asn1"], "netstandard2.1": ["System.Formats.Asn1"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Permissions", "id": "System.Security.Permissions", "version": "6.0.0", "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["System.Security.AccessControl", "System.Windows.Extensions"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Text.Json", "id": "System.Text.Json", "version": "9.0.0", "sha512": "sha512-6LeDIh5mEF0SywBJoHq7Tt405IKb7dOn17Ce7+ou5KtyhEUHcMVprFzBha7/NrR1GP5X03bNXDK2jcp8PQMTRQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Windows.Extensions", "id": "System.Windows.Extensions", "version": "6.0.0", "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==", "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": ["System.Drawing.Common"], "net6.0": ["System.Drawing.Common"], "net7.0": ["System.Drawing.Common"], "net8.0": ["System.Drawing.Common"], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/dotnet/paket.rules_dotnet_dev_nuget_packages.bzl b/dotnet/paket.rules_dotnet_dev_nuget_packages.bzl index a8968265..dbb36713 100644 --- a/dotnet/paket.rules_dotnet_dev_nuget_packages.bzl +++ b/dotnet/paket.rules_dotnet_dev_nuget_packages.bzl @@ -7,27 +7,26 @@ def rules_dotnet_dev_nuget_packages(): nuget_repo( name = "paket.rules_dotnet_dev_nuget_packages", packages = [ - {"name": "FSharp.Core", "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": [], "net8.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": []}, - {"name": "FSharp.Data", "id": "FSharp.Data", "version": "4.2.7", "sha512": "sha512-ycPjhFwlqwGb1nRE2ALpbs+C2DUHSv6YnPLQA+vv+zxaWQfMjJxVVfj6j1ANqlP5WNodjXyiqvmDWv149rBucw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "LibGit2Sharp", "id": "LibGit2Sharp", "version": "0.27.0-preview-0182", "sha512": "sha512-EQZksMK/1/oSuSU+vtc9R3DurosXySQ5uHRO02D5JvAoYdSCOGQ1lTigtvYcVnXcRGdsAlM3pXnYWexNNf7X4g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["LibGit2Sharp.NativeBinaries"], "net462": ["LibGit2Sharp.NativeBinaries"], "net47": ["LibGit2Sharp.NativeBinaries"], "net471": ["LibGit2Sharp.NativeBinaries"], "net472": ["LibGit2Sharp.NativeBinaries"], "net48": ["LibGit2Sharp.NativeBinaries"], "net5.0": ["LibGit2Sharp.NativeBinaries"], "net6.0": ["LibGit2Sharp.NativeBinaries"], "net7.0": ["LibGit2Sharp.NativeBinaries"], "net8.0": ["LibGit2Sharp.NativeBinaries"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["LibGit2Sharp.NativeBinaries"], "netcoreapp2.1": ["LibGit2Sharp.NativeBinaries"], "netcoreapp2.2": ["LibGit2Sharp.NativeBinaries"], "netcoreapp3.0": ["LibGit2Sharp.NativeBinaries"], "netcoreapp3.1": ["LibGit2Sharp.NativeBinaries"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["LibGit2Sharp.NativeBinaries"], "netstandard2.1": ["LibGit2Sharp.NativeBinaries"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "LibGit2Sharp.NativeBinaries", "id": "LibGit2Sharp.NativeBinaries", "version": "2.0.315-alpha.0.9", "sha512": "sha512-YYQfD2dsYdPn9NjR5s4Mcbek0UM76nO00pPUToAS7we3Qknqqh3y6/QV2/GKMv41EDFZ8osGZfCz+qUWows2zw==", "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": [], "net8.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": []}, - {"name": "Magick.NET.Core", "id": "Magick.NET.Core", "version": "12.2.2", "sha512": "sha512-pCrQcYNwbTHynEYpAa6jKHZmsuSyV0/4ypVDvlgto+5Aks+M0eR8T/aCoFkJO4jS7Rf/xdh0Ujo+MfqBtYGrdA==", "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": [], "net8.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": []}, - {"name": "Microsoft.Bcl.AsyncInterfaces", "id": "Microsoft.Bcl.AsyncInterfaces", "version": "8.0.0", "sha512": "sha512-ecsHc9lEZZJM7k5HHZA1PV2N+ELEarLFcssV2bn7XQIJoaiNZDkplTNcX+VKANfDGURAuEyVFCcRu7aFy16VUg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Threading.Tasks.Extensions"], "net462": ["System.Threading.Tasks.Extensions"], "net47": ["System.Threading.Tasks.Extensions"], "net471": ["System.Threading.Tasks.Extensions"], "net472": ["System.Threading.Tasks.Extensions"], "net48": ["System.Threading.Tasks.Extensions"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["System.Threading.Tasks.Extensions"], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Threading.Tasks.Extensions"], "netstandard2.1": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.CodeAnalysis.Analyzers", "id": "Microsoft.CodeAnalysis.Analyzers", "version": "3.3.4", "sha512": "sha512-I+Riw6/6WjNICydoiNpDjN/GGP7u4XsL6VsI9lG/OjFufH3flvSEy/fxNhGDVGwZWwq/5BlnqX+LH2dmheaPfg==", "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": [], "net8.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": []}, - {"name": "Microsoft.CodeAnalysis.Common", "id": "Microsoft.CodeAnalysis.Common", "version": "4.9.2", "sha512": "sha512-XCtqPQdnoqfrBSidFWIESm8exXVHF4yPY94e84St2PVZPc2bGeQNXdFNwadu1Bd2sr/bAgM5B0UHbCqBz+/SeQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net462": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net47": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net471": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net472": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net48": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net5.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net6.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net7.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net8.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.CodeAnalysis.CSharp", "id": "Microsoft.CodeAnalysis.CSharp", "version": "4.9.2", "sha512": "sha512-oy5nUdJOaOQEjUZimhYH4xU6nVxt8ctkdP7HT2fc32ecvH50QeIwJXgjNt7MGUyhJO+Wd3SipQWQ5QyDw7VuLg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Common"], "net462": ["Microsoft.CodeAnalysis.Common"], "net47": ["Microsoft.CodeAnalysis.Common"], "net471": ["Microsoft.CodeAnalysis.Common"], "net472": ["Microsoft.CodeAnalysis.Common"], "net48": ["Microsoft.CodeAnalysis.Common"], "net5.0": ["Microsoft.CodeAnalysis.Common"], "net6.0": ["Microsoft.CodeAnalysis.Common"], "net7.0": ["Microsoft.CodeAnalysis.Common"], "net8.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Common"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Common"], "netstandard2.1": ["Microsoft.CodeAnalysis.Common"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.NETFramework.ReferenceAssemblies.net48", "id": "Microsoft.NETFramework.ReferenceAssemblies.net48", "version": "1.0.3", "sha512": "sha512-XWKgyeNadNcTQaIVvQB8BrdCNrEar6fo/de1OdQRZ9HFy0jcBSaM8IV5q64ZampsSnC8AlTsACaGZUuoFw41RA==", "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": [], "net8.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": []}, - {"name": "NETStandard.Library.Ref", "id": "NETStandard.Library.Ref", "version": "2.1.0", "sha512": "sha512-Jr0OqnqkaJJGEVq3w9oNQrIEteD/4QBNg3YOh1cvRjydzwop07+5aWjO/SfEYu6CwBn+dSBKXj8niEvTNy2brA==", "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": [], "net8.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.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"], "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"]}, - {"name": "System.Buffers", "id": "System.Buffers", "version": "4.5.1", "sha512": "sha512-gNphWOVbm89+C15jebnPRaYykU8De1PFv1YJV24814IfeGGVa3PXRHDS0MLlbdI1pe9Mpv/n4ZK4INwtAjqv8g==", "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": [], "net8.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": []}, - {"name": "System.Collections.Immutable", "id": "System.Collections.Immutable", "version": "8.0.0", "sha512": "sha512-BXqVkcIrhimvvem6q2ChWkuW6XYYirvb6FlhvuwaMoBqBdpcr4nehJBKP65Tw40UqcUM6oDoODsecM0yjZ6AUw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Memory", "id": "System.Memory", "version": "4.5.5", "sha512": "sha512-6MjlNsl7lKw0Q8lAsw2tQ89ul9x6jD2Yk3EEj+dOFoYGOE9eAUO9wNhvd4O/n97oQXlkyzqKXXUnE+kLElFy3A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net461": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "netcoreapp1.0": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Numerics.Vectors", "id": "System.Numerics.Vectors", "version": "4.5.0", "sha512": "sha512-nATsBTD2CKr4AYN6eRszhX4sptImWmBJwB/U6XKCWWfnCcrTBw8XSCm3QA9gjppkHTr8OkXUY21MR91D3QZXsw==", "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": [], "net8.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": []}, - {"name": "System.Reflection.Metadata", "id": "System.Reflection.Metadata", "version": "8.0.0", "sha512": "sha512-+6sMdkJjee0B6nm3AlBBl7cQaI0oPniLvvkrkFhmEN3fo/hGONaFdwpAaO+GRTlbZe4kRZzFwU7kSXQW0RyJxg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Collections.Immutable", "System.Memory"], "net462": ["System.Collections.Immutable", "System.Memory"], "net47": ["System.Collections.Immutable", "System.Memory"], "net471": ["System.Collections.Immutable", "System.Memory"], "net472": ["System.Collections.Immutable", "System.Memory"], "net48": ["System.Collections.Immutable", "System.Memory"], "net5.0": ["System.Collections.Immutable", "System.Memory"], "net6.0": ["System.Collections.Immutable"], "net7.0": ["System.Collections.Immutable"], "net8.0": ["System.Collections.Immutable"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.1": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.2": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.1": ["System.Collections.Immutable", "System.Memory"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Collections.Immutable", "System.Memory"], "netstandard2.1": ["System.Collections.Immutable", "System.Memory"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime.CompilerServices.Unsafe", "id": "System.Runtime.CompilerServices.Unsafe", "version": "6.0.0", "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==", "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": [], "net8.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": []}, - {"name": "System.Security.Principal.Windows", "id": "System.Security.Principal.Windows", "version": "5.0.0", "sha512": "sha512-RKkgqq8ishctQTGbtXqyuOGkUx1fAhkqb1OoHYdRJRlbYLoLWkSkWYHRN/17DzplsSlZtf2Xr8BXjNhO8nRnzQ==", "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": [], "net8.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": []}, - {"name": "System.Text.Encoding.CodePages", "id": "System.Text.Encoding.CodePages", "version": "8.0.0", "sha512": "sha512-d9rfaxpz7u+1BQem129eOiDgrn0/VQw0kmWuTg1V8K5PDvG0G+CN2BB5io4B27p04sqsdGtRWLjiPXIlI9Rz7Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Text.Encodings.Web", "id": "System.Text.Encodings.Web", "version": "7.0.0", "sha512": "sha512-0WTBXfAhqZ0Y7Qw5trfAKQt/lI2PCb8HFAtHuuZAPxy5qCLBUEqr16YJQ2etn8+M7R6hhrBmKlGBXruzejsENA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Text.Json", "id": "System.Text.Json", "version": "7.0.3", "sha512": "sha512-DqP+zKPdTIT42a/d1tPu+w/hq14QZ8+6tbpuv2GsyrjhqBqbsHH7mNta/sSvOkF3fB+yP7PWr2IjYILinfT6VQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net462": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net47": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net471": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net472": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net48": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net5.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net6.0": ["System.Text.Encodings.Web", "System.Runtime.CompilerServices.Unsafe"], "net7.0": ["System.Text.Encodings.Web"], "net8.0": ["System.Text.Encodings.Web"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp3.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp3.1": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netstandard2.1": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Threading.Tasks.Extensions", "id": "System.Threading.Tasks.Extensions", "version": "4.5.4", "sha512": "sha512-aAUghud9PHGYc3o9oWPWd0C3xE+TJQw5ZZs78htlR6mr9ky/QEgfXHjyQ2GvOq9H1S0YizcVVKCSin92ZcH8FA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Runtime.CompilerServices.Unsafe"], "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": [], "net6.0": [], "net7.0": [], "net8.0": [], "netcoreapp1.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.1": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "FSharp.Core", "id": "FSharp.Core", "version": "9.0.100", "sha512": "sha512-k35dREQY4EhWeg3mokITJxckDCddGVMSG+qbS5OwbWUJuqiaXEAYgc5rLuZqNz1JDFj1kTIuydBAzqCufZI3pw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "FSharp.Data", "id": "FSharp.Data", "version": "4.2.7", "sha512": "sha512-ycPjhFwlqwGb1nRE2ALpbs+C2DUHSv6YnPLQA+vv+zxaWQfMjJxVVfj6j1ANqlP5WNodjXyiqvmDWv149rBucw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.0": ["FSharp.Core"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "LibGit2Sharp", "id": "LibGit2Sharp", "version": "0.27.0-preview-0182", "sha512": "sha512-EQZksMK/1/oSuSU+vtc9R3DurosXySQ5uHRO02D5JvAoYdSCOGQ1lTigtvYcVnXcRGdsAlM3pXnYWexNNf7X4g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["LibGit2Sharp.NativeBinaries"], "net462": ["LibGit2Sharp.NativeBinaries"], "net47": ["LibGit2Sharp.NativeBinaries"], "net471": ["LibGit2Sharp.NativeBinaries"], "net472": ["LibGit2Sharp.NativeBinaries"], "net48": ["LibGit2Sharp.NativeBinaries"], "net5.0": ["LibGit2Sharp.NativeBinaries"], "net6.0": ["LibGit2Sharp.NativeBinaries"], "net7.0": ["LibGit2Sharp.NativeBinaries"], "net8.0": ["LibGit2Sharp.NativeBinaries"], "net9.0": ["LibGit2Sharp.NativeBinaries"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["LibGit2Sharp.NativeBinaries"], "netcoreapp2.1": ["LibGit2Sharp.NativeBinaries"], "netcoreapp2.2": ["LibGit2Sharp.NativeBinaries"], "netcoreapp3.0": ["LibGit2Sharp.NativeBinaries"], "netcoreapp3.1": ["LibGit2Sharp.NativeBinaries"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["LibGit2Sharp.NativeBinaries"], "netstandard2.1": ["LibGit2Sharp.NativeBinaries"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "LibGit2Sharp.NativeBinaries", "id": "LibGit2Sharp.NativeBinaries", "version": "2.0.315-alpha.0.9", "sha512": "sha512-YYQfD2dsYdPn9NjR5s4Mcbek0UM76nO00pPUToAS7we3Qknqqh3y6/QV2/GKMv41EDFZ8osGZfCz+qUWows2zw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Magick.NET.Core", "id": "Magick.NET.Core", "version": "12.2.2", "sha512": "sha512-pCrQcYNwbTHynEYpAa6jKHZmsuSyV0/4ypVDvlgto+5Aks+M0eR8T/aCoFkJO4jS7Rf/xdh0Ujo+MfqBtYGrdA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.Bcl.AsyncInterfaces", "id": "Microsoft.Bcl.AsyncInterfaces", "version": "8.0.0", "sha512": "sha512-ecsHc9lEZZJM7k5HHZA1PV2N+ELEarLFcssV2bn7XQIJoaiNZDkplTNcX+VKANfDGURAuEyVFCcRu7aFy16VUg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Threading.Tasks.Extensions"], "net462": ["System.Threading.Tasks.Extensions"], "net47": ["System.Threading.Tasks.Extensions"], "net471": ["System.Threading.Tasks.Extensions"], "net472": ["System.Threading.Tasks.Extensions"], "net48": ["System.Threading.Tasks.Extensions"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["System.Threading.Tasks.Extensions"], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Threading.Tasks.Extensions"], "netstandard2.1": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.CodeAnalysis.Analyzers", "id": "Microsoft.CodeAnalysis.Analyzers", "version": "3.3.4", "sha512": "sha512-I+Riw6/6WjNICydoiNpDjN/GGP7u4XsL6VsI9lG/OjFufH3flvSEy/fxNhGDVGwZWwq/5BlnqX+LH2dmheaPfg==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.CodeAnalysis.Common", "id": "Microsoft.CodeAnalysis.Common", "version": "4.9.2", "sha512": "sha512-XCtqPQdnoqfrBSidFWIESm8exXVHF4yPY94e84St2PVZPc2bGeQNXdFNwadu1Bd2sr/bAgM5B0UHbCqBz+/SeQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net462": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net47": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net471": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net472": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net48": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net5.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net6.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net7.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net8.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net9.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.CodeAnalysis.CSharp", "id": "Microsoft.CodeAnalysis.CSharp", "version": "4.9.2", "sha512": "sha512-oy5nUdJOaOQEjUZimhYH4xU6nVxt8ctkdP7HT2fc32ecvH50QeIwJXgjNt7MGUyhJO+Wd3SipQWQ5QyDw7VuLg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Common"], "net462": ["Microsoft.CodeAnalysis.Common"], "net47": ["Microsoft.CodeAnalysis.Common"], "net471": ["Microsoft.CodeAnalysis.Common"], "net472": ["Microsoft.CodeAnalysis.Common"], "net48": ["Microsoft.CodeAnalysis.Common"], "net5.0": ["Microsoft.CodeAnalysis.Common"], "net6.0": ["Microsoft.CodeAnalysis.Common"], "net7.0": ["Microsoft.CodeAnalysis.Common"], "net8.0": ["Microsoft.CodeAnalysis.Common"], "net9.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Common"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Common"], "netstandard2.1": ["Microsoft.CodeAnalysis.Common"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.NETFramework.ReferenceAssemblies.net48", "id": "Microsoft.NETFramework.ReferenceAssemblies.net48", "version": "1.0.3", "sha512": "sha512-XWKgyeNadNcTQaIVvQB8BrdCNrEar6fo/de1OdQRZ9HFy0jcBSaM8IV5q64ZampsSnC8AlTsACaGZUuoFw41RA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Buffers", "id": "System.Buffers", "version": "4.5.1", "sha512": "sha512-gNphWOVbm89+C15jebnPRaYykU8De1PFv1YJV24814IfeGGVa3PXRHDS0MLlbdI1pe9Mpv/n4ZK4INwtAjqv8g==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Collections.Immutable", "id": "System.Collections.Immutable", "version": "8.0.0", "sha512": "sha512-BXqVkcIrhimvvem6q2ChWkuW6XYYirvb6FlhvuwaMoBqBdpcr4nehJBKP65Tw40UqcUM6oDoODsecM0yjZ6AUw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Memory", "id": "System.Memory", "version": "4.5.5", "sha512": "sha512-6MjlNsl7lKw0Q8lAsw2tQ89ul9x6jD2Yk3EEj+dOFoYGOE9eAUO9wNhvd4O/n97oQXlkyzqKXXUnE+kLElFy3A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net461": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Numerics.Vectors", "id": "System.Numerics.Vectors", "version": "4.5.0", "sha512": "sha512-nATsBTD2CKr4AYN6eRszhX4sptImWmBJwB/U6XKCWWfnCcrTBw8XSCm3QA9gjppkHTr8OkXUY21MR91D3QZXsw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Reflection.Metadata", "id": "System.Reflection.Metadata", "version": "8.0.0", "sha512": "sha512-+6sMdkJjee0B6nm3AlBBl7cQaI0oPniLvvkrkFhmEN3fo/hGONaFdwpAaO+GRTlbZe4kRZzFwU7kSXQW0RyJxg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Collections.Immutable", "System.Memory"], "net462": ["System.Collections.Immutable", "System.Memory"], "net47": ["System.Collections.Immutable", "System.Memory"], "net471": ["System.Collections.Immutable", "System.Memory"], "net472": ["System.Collections.Immutable", "System.Memory"], "net48": ["System.Collections.Immutable", "System.Memory"], "net5.0": ["System.Collections.Immutable", "System.Memory"], "net6.0": ["System.Collections.Immutable"], "net7.0": ["System.Collections.Immutable"], "net8.0": ["System.Collections.Immutable"], "net9.0": ["System.Collections.Immutable"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.1": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.2": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.1": ["System.Collections.Immutable", "System.Memory"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Collections.Immutable", "System.Memory"], "netstandard2.1": ["System.Collections.Immutable", "System.Memory"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Runtime.CompilerServices.Unsafe", "id": "System.Runtime.CompilerServices.Unsafe", "version": "6.0.0", "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Principal.Windows", "id": "System.Security.Principal.Windows", "version": "5.0.0", "sha512": "sha512-RKkgqq8ishctQTGbtXqyuOGkUx1fAhkqb1OoHYdRJRlbYLoLWkSkWYHRN/17DzplsSlZtf2Xr8BXjNhO8nRnzQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Text.Encoding.CodePages", "id": "System.Text.Encoding.CodePages", "version": "8.0.0", "sha512": "sha512-d9rfaxpz7u+1BQem129eOiDgrn0/VQw0kmWuTg1V8K5PDvG0G+CN2BB5io4B27p04sqsdGtRWLjiPXIlI9Rz7Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Text.Encodings.Web", "id": "System.Text.Encodings.Web", "version": "7.0.0", "sha512": "sha512-0WTBXfAhqZ0Y7Qw5trfAKQt/lI2PCb8HFAtHuuZAPxy5qCLBUEqr16YJQ2etn8+M7R6hhrBmKlGBXruzejsENA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Buffers", "System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Text.Json", "id": "System.Text.Json", "version": "7.0.3", "sha512": "sha512-DqP+zKPdTIT42a/d1tPu+w/hq14QZ8+6tbpuv2GsyrjhqBqbsHH7mNta/sSvOkF3fB+yP7PWr2IjYILinfT6VQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net462": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net47": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net471": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net472": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net48": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net5.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "net6.0": ["System.Text.Encodings.Web", "System.Runtime.CompilerServices.Unsafe"], "net7.0": ["System.Text.Encodings.Web"], "net8.0": ["System.Text.Encodings.Web"], "net9.0": ["System.Text.Encodings.Web"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp3.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netcoreapp3.1": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"], "netstandard2.1": ["Microsoft.Bcl.AsyncInterfaces", "System.Text.Encodings.Web", "System.Buffers", "System.Memory", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe", "System.Threading.Tasks.Extensions"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Threading.Tasks.Extensions", "id": "System.Threading.Tasks.Extensions", "version": "4.5.4", "sha512": "sha512-aAUghud9PHGYc3o9oWPWd0C3xE+TJQw5ZZs78htlR6mr9ky/QEgfXHjyQ2GvOq9H1S0YizcVVKCSin92ZcH8FA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Runtime.CompilerServices.Unsafe"], "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": [], "net6.0": [], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.1": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/dotnet/paket.rules_dotnet_nuget_packages.bzl b/dotnet/paket.rules_dotnet_nuget_packages.bzl index cecafe85..ab0899a4 100644 --- a/dotnet/paket.rules_dotnet_nuget_packages.bzl +++ b/dotnet/paket.rules_dotnet_nuget_packages.bzl @@ -7,32 +7,9 @@ def rules_dotnet_nuget_packages(): nuget_repo( name = "paket.rules_dotnet_nuget_packages", packages = [ - {"name": "McMaster.Extensions.CommandLineUtils", "id": "McMaster.Extensions.CommandLineUtils", "version": "2.5.0", "sha512": "sha512-00uJOWYKPCPqDB6RxyOLXNnoPGeRmzKTZhu5OdZJaWn5+JV/n6mzB3/M+Z1yMpkabag3Lym9S11G/ITLrptOiw==", "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": ["System.ComponentModel.Annotations"], "net6.0": ["System.ComponentModel.Annotations"], "net7.0": ["System.ComponentModel.Annotations"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.NETCore.Platforms", "id": "Microsoft.NETCore.Platforms", "version": "6.0.5", "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==", "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": [], "net8.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": []}, - {"name": "Microsoft.Web.Xdt", "id": "Microsoft.Web.Xdt", "version": "3.1.0", "sha512": "sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==", "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": [], "net8.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": []}, - {"name": "NETStandard.Library", "id": "NETStandard.Library", "version": "2.0.3", "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Newtonsoft.Json", "id": "Newtonsoft.Json", "version": "13.0.1", "sha512": "sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==", "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": [], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Commands", "id": "NuGet.Commands", "version": "5.10.0", "sha512": "sha512-Q7ANXnmLUPC4pWgCZjBy2R7vRDABiaJz5NsBtoErE0dLylx/zQWRMyoa+m4Y478SKvUpt7S1V7LhAOlMRCTPpg==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Common", "id": "NuGet.Common", "version": "5.10.0", "sha512": "sha512-8M9VtXAB1M15KmvL0F9QsItI96PH3WmYD0z3oxYm5H9G5AIhK8Ivi4kGzqtBJDTsZ/NkP91U1MnoCAeg4E4+zA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Configuration", "id": "NuGet.Configuration", "version": "5.10.0", "sha512": "sha512-ZJc2HY/D+UEk2U0jxamyBhUbKl2bgluViM/tnP4ObIIfJpOj8dHEJ6xzggulIGDlhe+ItK6yc+sqtCb6qV5+gw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Credentials", "id": "NuGet.Credentials", "version": "5.10.0", "sha512": "sha512-r/fzn5yJaCXyChbhxbGZ5d/4xV4n3NIjVdE3odLfQy0znmcYRCDIfjYGu5l7vO9Nx27F+q7YA+9QmG9sucxX9A==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.DependencyResolver.Core", "id": "NuGet.DependencyResolver.Core", "version": "5.10.0", "sha512": "sha512-+9mCFiBhnm5C2Cb3dtHaHyv/WarSr5HwRi2NaoVJgudpHoK3B9uy8wB7PNnUos0kOghZmVslemeLsmw7icQqTw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Frameworks", "id": "NuGet.Frameworks", "version": "5.10.0", "sha512": "sha512-l8KtHN2bzA391seLZ9Q2AWK0mbCHpfbwL1nmOSMDxBpWLxqh+nxMWaKL437bROpHltU+oP5LX/hc4Fxm89T9Tg==", "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": [], "net8.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": []}, - {"name": "NuGet.LibraryModel", "id": "NuGet.LibraryModel", "version": "5.10.0", "sha512": "sha512-xb8XLKJEMymZMAZJeXdSUaDNFRQMJ4MXkOPUaqafcgSKGz8M8BZgfLsBz9QCQVEyHIVYGbI4yroWZYed/c8xSg==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.PackageManagement", "id": "NuGet.PackageManagement", "version": "5.10.0", "sha512": "sha512-Kr0CZuStXNsJRL86ecuWGhIHUhYy31rYZJ9WZ0tiFUaRwiPb7HpSQVsV/v3tqrKE7FWUZBpasX1bugXNqXcPjA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Nuget.Packaging", "id": "Nuget.Packaging", "version": "5.10.0", "sha512": "sha512-2HMq5gNgLMOHmqGb84pyEC7ctkCYBVXkhJfcYmHlkpo4FpDA6GQBoT//1h0Q4nGoybtgoBxiIbJu8VRn/9CZrQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Nuget.Packaging.Core", "id": "Nuget.Packaging.Core", "version": "5.10.0", "sha512": "sha512-/WXGAbLb4T0pwEfEeY0j8zOVpS36OHNUANL95txANysbLoG7tUr9e+5je+Nfh3iIqzMaHIZXT6JKFvHOBwAotw==", "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": [], "net8.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": []}, - {"name": "NuGet.ProjectModel", "id": "NuGet.ProjectModel", "version": "5.10.0", "sha512": "sha512-gsZS2Kuat3ZjjPcBQ3Mc8QlRv6mP1OzNzkF4Dzybu3LgtG+kwvgQh4UMLbiIrko6WKbwVTbr8nQYpL+wsVZ4hA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Protocol", "id": "NuGet.Protocol", "version": "5.10.0", "sha512": "sha512-lY85Pgf7kr0JwTufdJmfDgBwN9BRQc96F4xxKrUGSALhuZRRC7y6f2RN1JQ0UTPIXlQx7HTG/h0UZEknQj3/UQ==", "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": [], "net8.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": []}, - {"name": "NuGet.Resolver", "id": "NuGet.Resolver", "version": "5.10.0", "sha512": "sha512-a2zWl9RkKDkcVUqfRJjz3O4uoPIWf3PGaFf6AntXtTKjvvsB6SZz8jjPSGdLgTTRIWzsFlybKp6yU+GaXeIQkg==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NuGet.Versioning", "id": "NuGet.Versioning", "version": "5.10.0", "sha512": "sha512-NW11tfXijCWeI8d71HKpNPKPzJqr30PtUyJHzCpKFMFTGZhsHh2YxgjKBuhpC5R59SMZUzqrFF5CgJ8uGaupqg==", "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": [], "net8.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": []}, - {"name": "NUnit", "id": "NUnit", "version": "3.12.0", "sha512": "sha512-HAhwFxr+Z+PJf8hXzc747NecvsDwEZ+3X8SA5+GIRM43GAy1Ap+TQPMHsWCnisfes5vPZ1/a2md/91u+shoTsQ==", "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": ["NETStandard.Library"], "net6.0": ["NETStandard.Library"], "net7.0": ["NETStandard.Library"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "NUnitLite", "id": "NUnitLite", "version": "3.12.0", "sha512": "sha512-M9VVS4x3KURXFS4HTl2b7uJOX7vOi2wzpHACmNX6ANlBmb0/hIehJLciiVvddD3ubIIL81EF4Qk54kpsUOtVFQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.ComponentModel.Annotations", "id": "System.ComponentModel.Annotations", "version": "5.0.0", "sha512": "sha512-WJqsTGaXAc55EPGjJylPFXiNPs/x1t9dklVlHlIBxUEcIxIob6sRGm9Un7TehkyEFM+vKjZd7rbwaMH/znw1PA==", "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": [], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.ComponentModel.Composition", "id": "System.ComponentModel.Composition", "version": "6.0.0", "sha512": "sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==", "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": [], "net8.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": []}, - {"name": "System.Formats.Asn1", "id": "System.Formats.Asn1", "version": "6.0.0", "sha512": "sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==", "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": [], "net8.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": []}, - {"name": "System.Security.Cryptography.Cng", "id": "System.Security.Cryptography.Cng", "version": "5.0.0", "sha512": "sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==", "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": ["System.Formats.Asn1"], "net6.0": ["System.Formats.Asn1"], "net7.0": ["System.Formats.Asn1"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.Pkcs", "id": "System.Security.Cryptography.Pkcs", "version": "6.0.1", "sha512": "sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==", "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": ["System.Formats.Asn1", "System.Security.Cryptography.Cng"], "net6.0": ["System.Formats.Asn1"], "net7.0": ["System.Formats.Asn1"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.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": []}, + {"name": "Microsoft.NETCore.Platforms", "id": "Microsoft.NETCore.Platforms", "version": "6.0.5", "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "NETStandard.Library", "id": "NETStandard.Library", "version": "2.0.3", "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["Microsoft.NETCore.Platforms"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NUnit", "id": "NUnit", "version": "3.12.0", "sha512": "sha512-HAhwFxr+Z+PJf8hXzc747NecvsDwEZ+3X8SA5+GIRM43GAy1Ap+TQPMHsWCnisfes5vPZ1/a2md/91u+shoTsQ==", "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": ["NETStandard.Library"], "net6.0": ["NETStandard.Library"], "net7.0": ["NETStandard.Library"], "net8.0": ["NETStandard.Library"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "NUnitLite", "id": "NUnitLite", "version": "3.12.0", "sha512": "sha512-M9VVS4x3KURXFS4HTl2b7uJOX7vOi2wzpHACmNX6ANlBmb0/hIehJLciiVvddD3ubIIL81EF4Qk54kpsUOtVFQ==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["NUnit", "NETStandard.Library"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/dotnet/private/BUILD.bazel b/dotnet/private/BUILD.bazel index cb6af34c..138725c7 100644 --- a/dotnet/private/BUILD.bazel +++ b/dotnet/private/BUILD.bazel @@ -130,9 +130,3 @@ bzl_library( srcs = ["toolchains_repo.bzl"], visibility = ["//dotnet:__subpackages__"], ) - -bzl_library( - name = "versions", - srcs = ["versions.bzl"], - visibility = ["//dotnet:__subpackages__"], -) diff --git a/dotnet/private/common.bzl b/dotnet/private/common.bzl index c72fa9c4..93c66fdc 100644 --- a/dotnet/private/common.bzl +++ b/dotnet/private/common.bzl @@ -22,7 +22,7 @@ def _collect_transitive(): t[framework] = sets.union(sets.make([framework]), *[t[c] for c in compat]) return t -DEFAULT_TFM = "net8.0" +DEFAULT_TFM = "net9.0" DEFAULT_RID = "base" # A dict of target frameworks to the set of other framworks it can compile @@ -73,6 +73,7 @@ FRAMEWORK_COMPATIBILITY = { "net6.0": ["net5.0"], "net7.0": ["net6.0"], "net8.0": ["net7.0"], + "net9.0": ["net8.0"], } _subsystem_version = { @@ -114,6 +115,7 @@ _subsystem_version = { "net6.0": None, "net7.0": None, "net8.0": None, + "net9.0": None, } _default_lang_version_csharp = { @@ -155,6 +157,7 @@ _default_lang_version_csharp = { "net6.0": "10.0", "net7.0": "11.0", "net8.0": "12.0", + "net9.0": "13.0", } _net = FRAMEWORK_COMPATIBILITY.keys().index("net11") diff --git a/dotnet/private/sdk/apphost_packs/apphost_pack_lookup_table.bzl b/dotnet/private/sdk/apphost_packs/apphost_pack_lookup_table.bzl index 6bef908e..4b0b794a 100644 --- a/dotnet/private/sdk/apphost_packs/apphost_pack_lookup_table.bzl +++ b/dotnet/private/sdk/apphost_packs/apphost_pack_lookup_table.bzl @@ -58,4 +58,14 @@ apphost_pack_lookup_table = { "win-x64": "//dotnet/private/sdk/apphost_packs:net8.0_win-x64", "win-arm64": "//dotnet/private/sdk/apphost_packs:net8.0_win-arm64", }, + "net9.0": { + "linux-x64": "//dotnet/private/sdk/apphost_packs:net9.0_linux-x64", + "linux-arm64": "//dotnet/private/sdk/apphost_packs:net9.0_linux-arm64", + "linux-musl-x64": "//dotnet/private/sdk/apphost_packs:net9.0_linux-musl-x64", + "linux-musl-arm64": "//dotnet/private/sdk/apphost_packs:net9.0_linux-musl-arm64", + "osx-x64": "//dotnet/private/sdk/apphost_packs:net9.0_osx-x64", + "osx-arm64": "//dotnet/private/sdk/apphost_packs:net9.0_osx-arm64", + "win-x64": "//dotnet/private/sdk/apphost_packs:net9.0_win-x64", + "win-arm64": "//dotnet/private/sdk/apphost_packs:net9.0_win-arm64", + }, } diff --git a/dotnet/private/sdk/apphost_packs/apphost_packs.bzl b/dotnet/private/sdk/apphost_packs/apphost_packs.bzl index 585477d4..78286ca9 100644 --- a/dotnet/private/sdk/apphost_packs/apphost_packs.bzl +++ b/dotnet/private/sdk/apphost_packs/apphost_packs.bzl @@ -27,14 +27,14 @@ def apphost_packs(): apphost_pack(name = "net5.0_osx-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v5.0.17", target_framework = "net5.0", runtime_identifier = "osx-x64") apphost_pack(name = "net5.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v5.0.17", target_framework = "net5.0", runtime_identifier = "win-x64") apphost_pack(name = "net5.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v5.0.17", target_framework = "net5.0", runtime_identifier = "win-arm64") - apphost_pack(name = "net6.0_linux-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v6.0.33", target_framework = "net6.0", runtime_identifier = "linux-x64") - apphost_pack(name = "net6.0_linux-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v6.0.33", target_framework = "net6.0", runtime_identifier = "linux-arm64") - apphost_pack(name = "net6.0_linux-musl-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v6.0.33", target_framework = "net6.0", runtime_identifier = "linux-musl-x64") - apphost_pack(name = "net6.0_linux-musl-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v6.0.33", target_framework = "net6.0", runtime_identifier = "linux-musl-arm64") - apphost_pack(name = "net6.0_osx-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v6.0.33", target_framework = "net6.0", runtime_identifier = "osx-x64") - apphost_pack(name = "net6.0_osx-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v6.0.33", target_framework = "net6.0", runtime_identifier = "osx-arm64") - apphost_pack(name = "net6.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v6.0.33", target_framework = "net6.0", runtime_identifier = "win-x64") - apphost_pack(name = "net6.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v6.0.33", target_framework = "net6.0", runtime_identifier = "win-arm64") + apphost_pack(name = "net6.0_linux-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v6.0.36", target_framework = "net6.0", runtime_identifier = "linux-x64") + apphost_pack(name = "net6.0_linux-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v6.0.36", target_framework = "net6.0", runtime_identifier = "linux-arm64") + apphost_pack(name = "net6.0_linux-musl-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v6.0.36", target_framework = "net6.0", runtime_identifier = "linux-musl-x64") + apphost_pack(name = "net6.0_linux-musl-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v6.0.36", target_framework = "net6.0", runtime_identifier = "linux-musl-arm64") + apphost_pack(name = "net6.0_osx-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v6.0.36", target_framework = "net6.0", runtime_identifier = "osx-x64") + apphost_pack(name = "net6.0_osx-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v6.0.36", target_framework = "net6.0", runtime_identifier = "osx-arm64") + apphost_pack(name = "net6.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v6.0.36", target_framework = "net6.0", runtime_identifier = "win-x64") + apphost_pack(name = "net6.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v6.0.36", target_framework = "net6.0", runtime_identifier = "win-arm64") apphost_pack(name = "net7.0_linux-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v7.0.20", target_framework = "net7.0", runtime_identifier = "linux-x64") apphost_pack(name = "net7.0_linux-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v7.0.20", target_framework = "net7.0", runtime_identifier = "linux-arm64") apphost_pack(name = "net7.0_linux-musl-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v7.0.20", target_framework = "net7.0", runtime_identifier = "linux-musl-x64") @@ -43,11 +43,19 @@ def apphost_packs(): apphost_pack(name = "net7.0_osx-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v7.0.20", target_framework = "net7.0", runtime_identifier = "osx-arm64") apphost_pack(name = "net7.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v7.0.20", target_framework = "net7.0", runtime_identifier = "win-x64") apphost_pack(name = "net7.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v7.0.20", target_framework = "net7.0", runtime_identifier = "win-arm64") - apphost_pack(name = "net8.0_linux-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v8.0.8", target_framework = "net8.0", runtime_identifier = "linux-x64") - apphost_pack(name = "net8.0_linux-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v8.0.8", target_framework = "net8.0", runtime_identifier = "linux-arm64") - apphost_pack(name = "net8.0_linux-musl-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v8.0.8", target_framework = "net8.0", runtime_identifier = "linux-musl-x64") - apphost_pack(name = "net8.0_linux-musl-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v8.0.8", target_framework = "net8.0", runtime_identifier = "linux-musl-arm64") - apphost_pack(name = "net8.0_osx-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v8.0.8", target_framework = "net8.0", runtime_identifier = "osx-x64") - apphost_pack(name = "net8.0_osx-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v8.0.8", target_framework = "net8.0", runtime_identifier = "osx-arm64") - apphost_pack(name = "net8.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v8.0.8", target_framework = "net8.0", runtime_identifier = "win-x64") - apphost_pack(name = "net8.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v8.0.8", target_framework = "net8.0", runtime_identifier = "win-arm64") + apphost_pack(name = "net8.0_linux-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v8.0.11", target_framework = "net8.0", runtime_identifier = "linux-x64") + apphost_pack(name = "net8.0_linux-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v8.0.11", target_framework = "net8.0", runtime_identifier = "linux-arm64") + apphost_pack(name = "net8.0_linux-musl-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v8.0.11", target_framework = "net8.0", runtime_identifier = "linux-musl-x64") + apphost_pack(name = "net8.0_linux-musl-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v8.0.11", target_framework = "net8.0", runtime_identifier = "linux-musl-arm64") + apphost_pack(name = "net8.0_osx-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v8.0.11", target_framework = "net8.0", runtime_identifier = "osx-x64") + apphost_pack(name = "net8.0_osx-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v8.0.11", target_framework = "net8.0", runtime_identifier = "osx-arm64") + apphost_pack(name = "net8.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v8.0.11", target_framework = "net8.0", runtime_identifier = "win-x64") + apphost_pack(name = "net8.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v8.0.11", target_framework = "net8.0", runtime_identifier = "win-arm64") + apphost_pack(name = "net9.0_linux-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v9.0.0", target_framework = "net9.0", runtime_identifier = "linux-x64") + apphost_pack(name = "net9.0_linux-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v9.0.0", target_framework = "net9.0", runtime_identifier = "linux-arm64") + apphost_pack(name = "net9.0_linux-musl-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v9.0.0", target_framework = "net9.0", runtime_identifier = "linux-musl-x64") + apphost_pack(name = "net9.0_linux-musl-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v9.0.0", target_framework = "net9.0", runtime_identifier = "linux-musl-arm64") + apphost_pack(name = "net9.0_osx-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v9.0.0", target_framework = "net9.0", runtime_identifier = "osx-x64") + apphost_pack(name = "net9.0_osx-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v9.0.0", target_framework = "net9.0", runtime_identifier = "osx-arm64") + apphost_pack(name = "net9.0_win-x64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v9.0.0", target_framework = "net9.0", runtime_identifier = "win-x64") + apphost_pack(name = "net9.0_win-arm64", pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v9.0.0", target_framework = "net9.0", runtime_identifier = "win-arm64") diff --git a/dotnet/private/sdk/apphost_packs/dotnet.apphost_packs.bzl b/dotnet/private/sdk/apphost_packs/dotnet.apphost_packs.bzl index 091819ab..01f4f0b3 100644 --- a/dotnet/private/sdk/apphost_packs/dotnet.apphost_packs.bzl +++ b/dotnet/private/sdk/apphost_packs/dotnet.apphost_packs.bzl @@ -28,14 +28,14 @@ def apphost_packs(): {"name": "microsoft.netcore.app.host.osx-x64.v5.0.17", "id": "Microsoft.NETCore.App.Host.osx-x64", "version": "5.0.17", "sha512": "sha512-cW3IvuCZC4ULbzsA4A3FznaUTFNXOJNCUDfFn9eN/t6tjJZe70tI4WAc51GApa3wC/B7Sy/S7yRsH+m5fDnjzA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.win-x64.v5.0.17", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "5.0.17", "sha512": "sha512-GjnT+8oke0YvrrbD2VlIcBmJ8HyqB0/zOpnNJ+f0dc0RzAQ/lSxCC7avT0Ly86as+zK5vU9TatXP++5VqspCZQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.win-arm64.v5.0.17", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "5.0.17", "sha512": "sha512-ibTt4do4+2H3pShc5cvk/u3SG5zeiXMwi3HvTRNMKfnjd+UIjf4w364tXNoEADHrWokdUOX37k5icLvqCIqqNA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-x64.v6.0.33", "id": "Microsoft.NETCore.App.Host.linux-x64", "version": "6.0.33", "sha512": "sha512-Z1FdgE3MQ3BBmJ8obAlvZTyX5mmfQKEF0tWcBUttLfvZQbsMicJ4T3fc6dPhO6D6g9xLBc+H7MTrnEzdWDl2iQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Host.linux-arm64", "version": "6.0.33", "sha512": "sha512-W7W8GCU/YnVc9Ovl2F8YVe1w5fDrA5cNW/5VcSxp8UYEsl0g6XXy3F1rG51s7q9Yp1Q50NRddc76POIrL9dW9A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-musl-x64.v6.0.33", "id": "Microsoft.NETCore.App.Host.linux-musl-x64", "version": "6.0.33", "sha512": "sha512-9iMx++NoSzMibl4mPcFcZ8VDBJUSAYdQtoc2fBAYsZZWIXXi0MEc2mepAQPyqwgaXf6HlEg0Zi5gbxhLaSsWXw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-musl-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", "version": "6.0.33", "sha512": "sha512-5F03J9p5OKW4naA3M+RgH3OLWZASyiAK+TVD45uq3ixLwa2FyzcHgoZktdO+B9bLJyrvNTcdWW88ATrbTx0Y9A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.osx-x64.v6.0.33", "id": "Microsoft.NETCore.App.Host.osx-x64", "version": "6.0.33", "sha512": "sha512-6+5e1SxiDU5nytfxh41IAtiC4ONMrTTuVmz80s+dVREFIMZHA6808K4hTY/HMm3a8fmfxu0PANjLdyS+SbVUJA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.osx-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Host.osx-arm64", "version": "6.0.33", "sha512": "sha512-Fz4IwstYvCkUCMe4QosABgTv30Gs4aNTTTVTXRaErJn4d5ffsYgEoTnXgoDwWl8av74aGHG6Kn0TC3TUELW+BQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.win-x64.v6.0.33", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "6.0.33", "sha512": "sha512-TQipjmrwAD34o3iRACeZK/4rI+YBKsQzkfC5Gja2XahJ35kN5g7+Gm9VaueurlVmdB2QpBgxC9jvkU5qjk0HMg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.win-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "6.0.33", "sha512": "sha512-qjnVZqs1fPNFCwX2tBh3Eii1S3UBy003p5KPuUode0oxBfulm9dKXxr71cxHH2DqG0JUdYBl5gz7D6ybGhx4zw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-x64.v6.0.36", "id": "Microsoft.NETCore.App.Host.linux-x64", "version": "6.0.36", "sha512": "sha512-WRPkqMdz5pLsZTxXah0LgKwrGwDVc1jLxov4XKyqeCW1uAtPCTgf7UEAkFaFZufxmW8d+B0UbAD2u4PBCKYkJA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Host.linux-arm64", "version": "6.0.36", "sha512": "sha512-OlDeI3Y7Po0mhbfmb2zVCxaKXhPUIFGBIqRlbv5vnC7OQohief/31EPBNC0RCaEaayRjTv7P3CckkX403Y8Ncw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-musl-x64.v6.0.36", "id": "Microsoft.NETCore.App.Host.linux-musl-x64", "version": "6.0.36", "sha512": "sha512-V/yoD7xpW/R1jW3DDBLl7q7KCiSspzT4rCRgkMNf6CBFDEf1HzeoeHprpNbBz7NNMYKOWlG28Fm4uZ84LGX9MQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-musl-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", "version": "6.0.36", "sha512": "sha512-8BXWNjvA7BkhZD2dGx00Rfz7+FvjprTUnJKp3uLze83Wet0D/CcMn/22NSMq0JcG+DxulQgyQ8U88QadyQagMQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.osx-x64.v6.0.36", "id": "Microsoft.NETCore.App.Host.osx-x64", "version": "6.0.36", "sha512": "sha512-XylVsSjl1387Mz1g23ZUtPWGz/u1YBX2fd2Fldv2B6WteiIIdoLzHOmP+JeBR67WtVSUcEMrTT4NWj7xOr02Ww==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.osx-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Host.osx-arm64", "version": "6.0.36", "sha512": "sha512-TRU5D6v6pHYNgtnGe9nH7XQnhKE/FdBcxvhWUkS8rcm7ZEYP2RYiOBXQvamgKqH3Tx04+i+2y/HurX0IlMaF0Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.win-x64.v6.0.36", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "6.0.36", "sha512": "sha512-Qpsf4A+J0o0VZk/CQ7zvIvUIv6x+g3l2SVko2K33GcMaBj44CTT9giuHIRkTkcc2mQ5t9cFZLMeWiUuBRxoPBg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.win-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "6.0.36", "sha512": "sha512-isiVFlAPxOJDR3pbWTrdfoy7ZbLTmg4YHgg1Vzzo0S3M35mSUU4Ere286J0lrA5s/jAe6JhBSmuvCUELIfvegw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.linux-x64.v7.0.20", "id": "Microsoft.NETCore.App.Host.linux-x64", "version": "7.0.20", "sha512": "sha512-abPlEkse/tu8w/F9YPG7fzIP+NbtfhfBrkTjCgnRUnL+HXRkn7ysrUQJ63zWlhVYWilzwTAmUlnjqBsZ+Psnzg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.linux-arm64.v7.0.20", "id": "Microsoft.NETCore.App.Host.linux-arm64", "version": "7.0.20", "sha512": "sha512-a+SvJNNVQMGWbTKKmDRS4Dc83WzP4REEk2doI3UjEMkFdsLbEm2Lep3vCUpb7mkkFvjYPMiFqNiNG6OGTuVaVA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.linux-musl-x64.v7.0.20", "id": "Microsoft.NETCore.App.Host.linux-musl-x64", "version": "7.0.20", "sha512": "sha512-9k+5qHlL2/uiC5/crfn+Shv/93FV1E9oLFFK6nAs+/tUXL0olwsqpyEMUAdKdAoCgiTv50GnBjX/7jlp9bMmlg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, @@ -44,13 +44,21 @@ def apphost_packs(): {"name": "microsoft.netcore.app.host.osx-arm64.v7.0.20", "id": "Microsoft.NETCore.App.Host.osx-arm64", "version": "7.0.20", "sha512": "sha512-zskULQ4seV5+Aqj/hG1VQ5RKqGcjZi7T1ceCUHbfAJOxcVQOOcSzxGxy7+Ys2wQnhQsIjWYNIji58c5tnv/6vA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.win-x64.v7.0.20", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "7.0.20", "sha512": "sha512-j7IIiyW2m2BNTt0MgcmhX3f4rl3F98mnStnY+13nlMzr+YC7ewI9khfIXv+bzUA3R2lyz7KghSZx9SaQGPuRbQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.host.win-arm64.v7.0.20", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "7.0.20", "sha512": "sha512-15hmpDKa0ap3bWF4rvM01Dy+Zn09h2h2MgeOj609P5iNZlsh7Eu8J7mQDdband/jPFZXWCV9CM4GYGPFEtKTIg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-x64.v8.0.8", "id": "Microsoft.NETCore.App.Host.linux-x64", "version": "8.0.8", "sha512": "sha512-mB6mchIjuRfOwelryQ2iDhkxEW4Qcmi5zrUxtz6qXTqM69dNlsPPFdpsnpxcvW3/tlw/fkdyD2uDloW7oAbqxg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Host.linux-arm64", "version": "8.0.8", "sha512": "sha512-RUfnGj/uDGF5XQtSTfOdAnd5wj3rIk/zYMb+rCFxRdrtdVJsS78H9bFn6rkjpqlyYnm0X5GnB+oKoBoZRG3PFg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-musl-x64.v8.0.8", "id": "Microsoft.NETCore.App.Host.linux-musl-x64", "version": "8.0.8", "sha512": "sha512-YWXIKMDEEde4ELVsM4gVd76qpQAmb1HPDHJRHd1HbMKT3EGfsTt5UGZpI256PhclBgAfXFfuvctObONCNGWUPA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.linux-musl-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", "version": "8.0.8", "sha512": "sha512-39zao16B3FggIVpRPehDWdGTkwDUVMak39LqBcXbySPbNlTL9OuZeoWOIHpvdKjkYYGB4pP8ENKC16WiYde3+Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.osx-x64.v8.0.8", "id": "Microsoft.NETCore.App.Host.osx-x64", "version": "8.0.8", "sha512": "sha512-gTlDiH/loxdT9fioPw4+XIaGZ0nYY1aGZD7n0x4jwCxhHpGPTOy7EA9EvbpGaGvWm5ve5gHTAyEH9KOyMqU3nQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.osx-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Host.osx-arm64", "version": "8.0.8", "sha512": "sha512-cuRgyxlXWAZT1y68B54SXDCoqgWrKywUWx4qZ742MQslHjwQxrUrRPuX4IxarqwAMVEesWYgqTLjhPHuMmMR3Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.win-x64.v8.0.8", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "8.0.8", "sha512": "sha512-i6GqVVFgQc8Brkuew5BSHJ0FXDxo1EXKOSw+GQCq+fGbMcXLWlJVY4mB36vYc0k0anuZH7L9A+GhFSjWRhKD9A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.host.win-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "8.0.8", "sha512": "sha512-y+6FdThbFGcmDOddfbWmxeVIcj8jC7jSW2yc8bycltJIwc/6L2gSxVD3xgd5m6suNYJABeyLEL8c1ZjlkwZdVg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-x64.v8.0.11", "id": "Microsoft.NETCore.App.Host.linux-x64", "version": "8.0.11", "sha512": "sha512-CYyQU33vn02h5xowEBEfRXIcLYm6GyXGhLmrDUJiHjJOZkAca1mbJZ39Fal/pEhzosnSN53Ld+HRGxe+9yijWg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Host.linux-arm64", "version": "8.0.11", "sha512": "sha512-YpkUhlr8il3zMSVx/7Q9ZFl7CS3x/tcgdSI2wAXyoKxIw6NOj1l7ilEBdq2qJ1nPZFbgc5JfTUJTBMG6ahSzsA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-musl-x64.v8.0.11", "id": "Microsoft.NETCore.App.Host.linux-musl-x64", "version": "8.0.11", "sha512": "sha512-2H8/Pdrzex0K/3zI1TMciRlgz7Z7od83gC9qk9Fm6UI8cElOjfd1uFP8Fry4hd77cfAFEGLOH08nhSYVnpMFnw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-musl-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", "version": "8.0.11", "sha512": "sha512-lPAmNTIsRdMcvaN7rjnkvVc9a56RuNrDMi3H6rKo0ZS06Njoee1BFDeQ5wuUDWnvaMxnAwxZH5wPKAvt6LdT3Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.osx-x64.v8.0.11", "id": "Microsoft.NETCore.App.Host.osx-x64", "version": "8.0.11", "sha512": "sha512-zt3fmvA9clYIVjPsuFXfcB2nDpEkWYU2+5GsNPzTQSiyGfhWkXygGCLpbYvkpbXCH1q57Ax5Bxk/e1FR0Iipig==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.osx-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Host.osx-arm64", "version": "8.0.11", "sha512": "sha512-Z7XeUhut6aToHi/cclEUICL45EdVBHv/rFjSPbz3/SARoDFoKia7wl3H61vKxpodTB2HmzFVmABTrdEF8N5uoA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.win-x64.v8.0.11", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "8.0.11", "sha512": "sha512-MmTlraMVCA4AWhuhG0ceYMOOjzCFLM5sydkoAUCLh43VoQOgzHMCa6BhxSzdXdcOuJ6VTHukMG72+NEm4TvL5w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.win-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "8.0.11", "sha512": "sha512-UwOxMcccBMa+nayzQINw98K8TdOe2gtInabbUhAtPglu9mn5KFplImezdd5ZctE1YPuVrsa79abrTnY+eHdsXg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-x64.v9.0.0", "id": "Microsoft.NETCore.App.Host.linux-x64", "version": "9.0.0", "sha512": "sha512-va4ruzadg4nK1wM8PzDoqLFTNypO0kgVVkiV7+3wKWuYflwdYwWNpae5qKjmsLB0uLNrljBT3JSErksU6YpfkQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Host.linux-arm64", "version": "9.0.0", "sha512": "sha512-f7cPFLvJA1v08v1EtfcC8bKE1WFM6AU2YhhKrid5HZLDD1e71TXFMT2eLawwsoOJxnKG+rD1ERtySgvMYPWh8Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-musl-x64.v9.0.0", "id": "Microsoft.NETCore.App.Host.linux-musl-x64", "version": "9.0.0", "sha512": "sha512-2qPiXsxgMn//ucG3xnTJX+kkpL7/cSF6ve6G+9voJk4Y0abbr3kaJqnmuSRIFoRi6gQt73FBEB7U5mcopeidSA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.linux-musl-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", "version": "9.0.0", "sha512": "sha512-nVvMcj58prH57guq7lLE6de9KgTjAt18JTu9wXTsnNwQrOyAgZevzM3OpB4clZ1aqkqCKZZ8fuMgpPEbfyaTCw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.osx-x64.v9.0.0", "id": "Microsoft.NETCore.App.Host.osx-x64", "version": "9.0.0", "sha512": "sha512-DryrXoJ1Y5LAwNfU06r75aak+/raphHgkNwD1Ejy1b5bIPuUDD3VJRfAl0JfWw5e8hsidiA4WEVRdl1gy5LU5w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.osx-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Host.osx-arm64", "version": "9.0.0", "sha512": "sha512-SmhcN8JXFuVkmM32zgDtMWP9GFM3kimGr5R3FqzvlLXc1LVndmdsEcvCsLhmYhjr69hPBZtIv6av/LAxiIoKMw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.win-x64.v9.0.0", "id": "Microsoft.NETCore.App.Host.win-x64", "version": "9.0.0", "sha512": "sha512-7SEHvvDPaYhWyNhUAurZou1oPrTgibn2k9RBW+falSlmXPq5AIqNi4EODJUbydc1QyyD2vQjRVgXvhF6aJ9s1Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.host.win-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Host.win-arm64", "version": "9.0.0", "sha512": "sha512-2MkdFDpDUQFBNJsytmLbyv51Jeyl7vG4NoO1ekWAhNa+ZzwVOtgl3VJNlHgsgwGqyYc8VPmbT5ZAFrBNSR3hoQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/dotnet/private/sdk/gen/BUILD.bazel b/dotnet/private/sdk/gen/BUILD.bazel index 042862e6..59310e69 100644 --- a/dotnet/private/sdk/gen/BUILD.bazel +++ b/dotnet/private/sdk/gen/BUILD.bazel @@ -12,7 +12,7 @@ fsharp_binary( "Sdk.fs", "Main.fs", ], - target_frameworks = ["net8.0"], + target_frameworks = ["net9.0"], visibility = ["//visibility:public"], deps = [ "@paket.paket2bazel_dependencies//argu", diff --git a/dotnet/private/sdk/gen/NugetHelpers.fs b/dotnet/private/sdk/gen/NugetHelpers.fs index d3283242..4c0940bf 100644 --- a/dotnet/private/sdk/gen/NugetHelpers.fs +++ b/dotnet/private/sdk/gen/NugetHelpers.fs @@ -86,7 +86,8 @@ let tfms = "net5.0" "net6.0" "net7.0" - "net8.0" ] + "net8.0" + "net9.0" ] |> Seq.map (fun f -> NuGetFramework.Parse(f)) let getAllVersions packageId = diff --git a/dotnet/private/sdk/gen/Sdk.fs b/dotnet/private/sdk/gen/Sdk.fs index f3a21e3a..b154292f 100644 --- a/dotnet/private/sdk/gen/Sdk.fs +++ b/dotnet/private/sdk/gen/Sdk.fs @@ -10,7 +10,7 @@ open System.Collections.Generic open NuGet.RuntimeModel open System.Net.Http -let private supportedChannels = [ "6.0"; "7.0"; "8.0" ] +let private supportedChannels = [ "6.0"; "7.0"; "8.0"; "9.0" ] type File = { [] diff --git a/dotnet/private/sdk/gen/apphost-packs.json b/dotnet/private/sdk/gen/apphost-packs.json index d3aca767..0912b7d9 100644 --- a/dotnet/private/sdk/gen/apphost-packs.json +++ b/dotnet/private/sdk/gen/apphost-packs.json @@ -92,35 +92,35 @@ "net6.0": { "linux-x64": { "id": "Microsoft.NETCore.App.Host.linux-x64", - "version": "6.0.33" + "version": "6.0.36" }, "linux-arm64": { "id": "Microsoft.NETCore.App.Host.linux-arm64", - "version": "6.0.33" + "version": "6.0.36" }, "linux-musl-x64": { "id": "Microsoft.NETCore.App.Host.linux-musl-x64", - "version": "6.0.33" + "version": "6.0.36" }, "linux-musl-arm64": { "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", - "version": "6.0.33" + "version": "6.0.36" }, "osx-x64": { "id": "Microsoft.NETCore.App.Host.osx-x64", - "version": "6.0.33" + "version": "6.0.36" }, "osx-arm64": { "id": "Microsoft.NETCore.App.Host.osx-arm64", - "version": "6.0.33" + "version": "6.0.36" }, "win-x64": { "id": "Microsoft.NETCore.App.Host.win-x64", - "version": "6.0.33" + "version": "6.0.36" }, "win-arm64": { "id": "Microsoft.NETCore.App.Host.win-arm64", - "version": "6.0.33" + "version": "6.0.36" } }, "net7.0": { @@ -160,35 +160,69 @@ "net8.0": { "linux-x64": { "id": "Microsoft.NETCore.App.Host.linux-x64", - "version": "8.0.8" + "version": "8.0.11" }, "linux-arm64": { "id": "Microsoft.NETCore.App.Host.linux-arm64", - "version": "8.0.8" + "version": "8.0.11" }, "linux-musl-x64": { "id": "Microsoft.NETCore.App.Host.linux-musl-x64", - "version": "8.0.8" + "version": "8.0.11" }, "linux-musl-arm64": { "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", - "version": "8.0.8" + "version": "8.0.11" }, "osx-x64": { "id": "Microsoft.NETCore.App.Host.osx-x64", - "version": "8.0.8" + "version": "8.0.11" }, "osx-arm64": { "id": "Microsoft.NETCore.App.Host.osx-arm64", - "version": "8.0.8" + "version": "8.0.11" }, "win-x64": { "id": "Microsoft.NETCore.App.Host.win-x64", - "version": "8.0.8" + "version": "8.0.11" }, "win-arm64": { "id": "Microsoft.NETCore.App.Host.win-arm64", - "version": "8.0.8" + "version": "8.0.11" + } + }, + "net9.0": { + "linux-x64": { + "id": "Microsoft.NETCore.App.Host.linux-x64", + "version": "9.0.0" + }, + "linux-arm64": { + "id": "Microsoft.NETCore.App.Host.linux-arm64", + "version": "9.0.0" + }, + "linux-musl-x64": { + "id": "Microsoft.NETCore.App.Host.linux-musl-x64", + "version": "9.0.0" + }, + "linux-musl-arm64": { + "id": "Microsoft.NETCore.App.Host.linux-musl-arm64", + "version": "9.0.0" + }, + "osx-x64": { + "id": "Microsoft.NETCore.App.Host.osx-x64", + "version": "9.0.0" + }, + "osx-arm64": { + "id": "Microsoft.NETCore.App.Host.osx-arm64", + "version": "9.0.0" + }, + "win-x64": { + "id": "Microsoft.NETCore.App.Host.win-x64", + "version": "9.0.0" + }, + "win-arm64": { + "id": "Microsoft.NETCore.App.Host.win-arm64", + "version": "9.0.0" } } } \ No newline at end of file diff --git a/dotnet/private/sdk/gen/gen.fsproj b/dotnet/private/sdk/gen/gen.fsproj index b880c6c9..ac283439 100644 --- a/dotnet/private/sdk/gen/gen.fsproj +++ b/dotnet/private/sdk/gen/gen.fsproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 diff --git a/dotnet/private/sdk/gen/runtime-packs.json b/dotnet/private/sdk/gen/runtime-packs.json index 3dcf9588..92a017ec 100644 --- a/dotnet/private/sdk/gen/runtime-packs.json +++ b/dotnet/private/sdk/gen/runtime-packs.json @@ -136,49 +136,49 @@ "linux-x64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "linux-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-arm64", - "version": "6.0.33" + "version": "6.0.36" } ], "linux-musl-x64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "linux-musl-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", - "version": "6.0.33" + "version": "6.0.36" } ], "osx-x64": [ { "id": "Microsoft.NETCore.App.Runtime.osx-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "osx-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.osx-arm64", - "version": "6.0.33" + "version": "6.0.36" } ], "win-x64": [ { "id": "Microsoft.NETCore.App.Runtime.win-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "win-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.win-arm64", - "version": "6.0.33" + "version": "6.0.36" } ] }, @@ -236,49 +236,99 @@ "linux-x64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "8.0.8" + "version": "8.0.11" } ], "linux-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-arm64", - "version": "8.0.8" + "version": "8.0.11" } ], "linux-musl-x64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", - "version": "8.0.8" + "version": "8.0.11" } ], "linux-musl-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", - "version": "8.0.8" + "version": "8.0.11" } ], "osx-x64": [ { "id": "Microsoft.NETCore.App.Runtime.osx-x64", - "version": "8.0.8" + "version": "8.0.11" } ], "osx-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.osx-arm64", - "version": "8.0.8" + "version": "8.0.11" } ], "win-x64": [ { "id": "Microsoft.NETCore.App.Runtime.win-x64", - "version": "8.0.8" + "version": "8.0.11" } ], "win-arm64": [ { "id": "Microsoft.NETCore.App.Runtime.win-arm64", - "version": "8.0.8" + "version": "8.0.11" + } + ] + }, + "net9.0": { + "linux-x64": [ + { + "id": "Microsoft.NETCore.App.Runtime.linux-x64", + "version": "9.0.0" + } + ], + "linux-arm64": [ + { + "id": "Microsoft.NETCore.App.Runtime.linux-arm64", + "version": "9.0.0" + } + ], + "linux-musl-x64": [ + { + "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", + "version": "9.0.0" + } + ], + "linux-musl-arm64": [ + { + "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", + "version": "9.0.0" + } + ], + "osx-x64": [ + { + "id": "Microsoft.NETCore.App.Runtime.osx-x64", + "version": "9.0.0" + } + ], + "osx-arm64": [ + { + "id": "Microsoft.NETCore.App.Runtime.osx-arm64", + "version": "9.0.0" + } + ], + "win-x64": [ + { + "id": "Microsoft.NETCore.App.Runtime.win-x64", + "version": "9.0.0" + } + ], + "win-arm64": [ + { + "id": "Microsoft.NETCore.App.Runtime.win-arm64", + "version": "9.0.0" } ] } @@ -494,81 +544,81 @@ "linux-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "linux-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.linux-arm64", - "version": "6.0.33" + "version": "6.0.36" } ], "linux-musl-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "linux-musl-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", - "version": "6.0.33" + "version": "6.0.36" } ], "osx-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.osx-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "osx-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.osx-arm64", - "version": "6.0.33" + "version": "6.0.36" } ], "win-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.win-x64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.win-x64", - "version": "6.0.33" + "version": "6.0.36" } ], "win-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Runtime.win-arm64", - "version": "6.0.33" + "version": "6.0.36" } ] }, @@ -658,81 +708,163 @@ "linux-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "8.0.8" + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.linux-x64", + "version": "8.0.11" + } + ], + "linux-arm64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.linux-arm64", + "version": "8.0.11" + } + ], + "linux-musl-x64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", + "version": "8.0.11" + } + ], + "linux-musl-arm64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", + "version": "8.0.11" + } + ], + "osx-x64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.osx-x64", + "version": "8.0.11" + } + ], + "osx-arm64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.osx-arm64", + "version": "8.0.11" + } + ], + "win-x64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.win-x64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.win-x64", + "version": "8.0.11" + } + ], + "win-arm64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Runtime.win-arm64", + "version": "8.0.11" + } + ] + }, + "net9.0": { + "linux-x64": [ + { + "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "8.0.8" + "version": "9.0.0" } ], "linux-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.linux-arm64", - "version": "8.0.8" + "version": "9.0.0" } ], "linux-musl-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", - "version": "8.0.8" + "version": "9.0.0" } ], "linux-musl-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", - "version": "8.0.8" + "version": "9.0.0" } ], "osx-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.osx-x64", - "version": "8.0.8" + "version": "9.0.0" } ], "osx-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.osx-arm64", - "version": "8.0.8" + "version": "9.0.0" } ], "win-x64": [ { "id": "Microsoft.AspNetCore.App.Runtime.win-x64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.win-x64", - "version": "8.0.8" + "version": "9.0.0" } ], "win-arm64": [ { "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", - "version": "8.0.8" + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Runtime.win-arm64", - "version": "8.0.8" + "version": "9.0.0" } ] } diff --git a/dotnet/private/sdk/gen/targeting-packs.json b/dotnet/private/sdk/gen/targeting-packs.json index d87b83db..69a173d4 100644 --- a/dotnet/private/sdk/gen/targeting-packs.json +++ b/dotnet/private/sdk/gen/targeting-packs.json @@ -153,7 +153,7 @@ "net6.0": [ { "id": "Microsoft.NETCore.App.Ref", - "version": "6.0.33" + "version": "6.0.36" } ], "net7.0": [ @@ -165,7 +165,13 @@ "net8.0": [ { "id": "Microsoft.NETCore.App.Ref", - "version": "8.0.8" + "version": "8.0.11" + } + ], + "net9.0": [ + { + "id": "Microsoft.NETCore.App.Ref", + "version": "9.0.0" } ] }, @@ -223,11 +229,11 @@ "net6.0": [ { "id": "Microsoft.AspNetCore.App.Ref", - "version": "6.0.33" + "version": "6.0.36" }, { "id": "Microsoft.NETCore.App.Ref", - "version": "6.0.33" + "version": "6.0.36" } ], "net7.0": [ @@ -243,11 +249,21 @@ "net8.0": [ { "id": "Microsoft.AspNetCore.App.Ref", - "version": "8.0.8" + "version": "8.0.11" + }, + { + "id": "Microsoft.NETCore.App.Ref", + "version": "8.0.11" + } + ], + "net9.0": [ + { + "id": "Microsoft.AspNetCore.App.Ref", + "version": "9.0.0" }, { "id": "Microsoft.NETCore.App.Ref", - "version": "8.0.8" + "version": "9.0.0" } ] } diff --git a/dotnet/private/sdk/runtime_packs/dotnet.runtime_packs.bzl b/dotnet/private/sdk/runtime_packs/dotnet.runtime_packs.bzl index 60170e9c..1c066dc6 100644 --- a/dotnet/private/sdk/runtime_packs/dotnet.runtime_packs.bzl +++ b/dotnet/private/sdk/runtime_packs/dotnet.runtime_packs.bzl @@ -28,14 +28,14 @@ def runtime_packs(): {"name": "microsoft.netcore.app.runtime.osx-x64.v5.0.17", "id": "Microsoft.NETCore.App.Runtime.osx-x64", "version": "5.0.17", "sha512": "sha512-2sAAzMHaag8pSyGZxRG94a69UxRmWHaQ8p5qnrNgoFzTa1X0b+jsLqzNvrQgQba4fTtNc3lUoRdIfqaQJb6MmQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.win-x64.v5.0.17", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "5.0.17", "sha512": "sha512-Q+VlqOuhbAg5vU2RsWhKnPTP/QaeHzLhes32Y0aPadzKCgxYAxt2Bng7QTdNXqzraENevQQCFR83/oOutMp4/w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.win-arm64.v5.0.17", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "5.0.17", "sha512": "sha512-B2v3X59Gh8WD8079ZQJ68ipPA4qxjYHF++h0KqHhFMRIhVWwAMQfgkdPCSsnNyoNWZmXvVex/NQ3YWCV5LYFOA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-x64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.linux-x64", "version": "6.0.33", "sha512": "sha512-UNrd2rmc0fTGcdoabEYMXhBfLDCHRFoY3wZIsEm4No6d9eYkudsbuf6+0UKFL1z9+iz8YUQcRFXfcL4n/FNtSg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.linux-arm64", "version": "6.0.33", "sha512": "sha512-2Xhc1edVuiNn4c8EiIQwPD1IJXOF7oCR3JbFbf7bMQ8ZaBizM1B4icim3cvynzF6ZgjMl+GVYuS+6zcf8rfOuQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-musl-x64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", "version": "6.0.33", "sha512": "sha512-uDGr+zx5CIIyvMifFGomwX3/Fppoe8CBIDS1Qjg1j+AFQ7EyvIySsxEKbOfcj2PVvNtKs/30HnpU0NCHwo5DzQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-musl-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", "version": "6.0.33", "sha512": "sha512-gHfBbGtApplTFMjdHNrbL8OJmFS/Kvivd0GM9a7OmQodyGcaBGOz0MCDS76DL+RNozYwLSKMzG8gzjHyYWKQDQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.osx-x64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.osx-x64", "version": "6.0.33", "sha512": "sha512-7hHnUeoKd1+mVvTmHLSQBcmkU6/tbnInmbchyuR4EqERlMKWNNcNMRFR06eXjA9Bsy8oSxBrULxQ7t7s2lULBw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.osx-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.osx-arm64", "version": "6.0.33", "sha512": "sha512-vAZ2njNOEwAkSfZSanNtSu3LRfr4PrjCMRjrO9cf8QwViv4iEzSQy/Ff+56/yazwQn6r8fbthj/vEXnTtnLtDg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.win-x64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "6.0.33", "sha512": "sha512-UfI7z0bQsez+YC/gYzjGRcpXXgIQHVFYV08RQVCYZVwo8KfNuET+chO4aPXkDnV4BMsng6yiIEqZT1O90mYFSg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.win-arm64.v6.0.33", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "6.0.33", "sha512": "sha512-sbd1H1ZpWSpV93/bMm5fltNKLjE/3H5UMkQxJVu2YsO4UI/z8MSNXp4MQf8xIr13B0os7J9KTyDtXQC+ZKmKVA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-x64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.linux-x64", "version": "6.0.36", "sha512": "sha512-QOBu74LANKrjgQI6NMSSHZkungzGW+79tlOSv04HuGkphqCf330pMeCFvQn7U/i+egShqpFVZiFZDuzoTnCNjg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.linux-arm64", "version": "6.0.36", "sha512": "sha512-B3ZtzUpX1lR7XjfLrMh+rsZr5lRlVx4r2jK0eJQCyqt/V0Imw2ebQjieoQJra5sb5VQZZcS9LxNGhC5RZOrIbQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-musl-x64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", "version": "6.0.36", "sha512": "sha512-dYTLwgPcI9x7oexhWy+b/vsLfq4sBTgGKKdtWOYgAZFCXkKLOeWCtLySNSMmITrs7MtGgRyEwDpc5XIENc7U3A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-musl-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", "version": "6.0.36", "sha512": "sha512-8SzE6VIFgq87LipNuj1chTzR93v1Wu5Xun7Om1tvKCIUk98ZjXhIaqtWr6r7mwm/KFiBthCDsgq26n0ffM7wrw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.osx-x64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.osx-x64", "version": "6.0.36", "sha512": "sha512-M6IcgiyppQQ5GUkSwCaOXGh7y9qOugLj+ePi4Ooi4qMqolXB56ciPZ7XJ2HxWsXg9OHmFcOYtu/7mDPGy2uodQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.osx-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.osx-arm64", "version": "6.0.36", "sha512": "sha512-zPyKnjYA4/HHBEKgPPl+AvPBi61273ub52yfTNE1Pb4WkI0Xlc7Vg8aPtoux3kO+jS5IVs2MM3uCjOVLJKwD2g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.win-x64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "6.0.36", "sha512": "sha512-SjnCMVnWxee70G6D0Pkd4ku/hkPgs6z/nK7ivfLSk12fIWb7aMtM3umXjWjDs8f0aBH8MIw+JTDObDpAKsbCKA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.win-arm64.v6.0.36", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "6.0.36", "sha512": "sha512-9duYa7xbMuNJG3vsFO+TNLA8Fcvs7OPonbvH812od/ujnfbeoKPsPVPxOcgJhdUbTiRS9AMTLh3R8v491smQ0A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.linux-x64.v7.0.20", "id": "Microsoft.NETCore.App.Runtime.linux-x64", "version": "7.0.20", "sha512": "sha512-swLcwMoZuUvAWukwmEbjr+YXYtRyeDR/hiYALZ5SVFjtyfS/FSE3IY/xbVtkEyfMFPEcRdErlDVYcJEEq0kPaQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.linux-arm64.v7.0.20", "id": "Microsoft.NETCore.App.Runtime.linux-arm64", "version": "7.0.20", "sha512": "sha512-gxR7jFMvYM0IDe77zAE9OnCveUM5eW2poCOayo88FD82f//4/BK6sHY/gked0cu5cUMhygTmXEwr3klKrRnxgA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.linux-musl-x64.v7.0.20", "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", "version": "7.0.20", "sha512": "sha512-J/bFX9ai9i8S0ux0ZdnBhN+s+IFLosIBgnFvTBHuNfblPQ6R1YFsfYww5LQFI+plL8A2NcIdnBxLACrN22jwNQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, @@ -44,14 +44,22 @@ def runtime_packs(): {"name": "microsoft.netcore.app.runtime.osx-arm64.v7.0.20", "id": "Microsoft.NETCore.App.Runtime.osx-arm64", "version": "7.0.20", "sha512": "sha512-+fCP5RM7V7wOodSFtnIzEsrnJUAwnVsySDZ3rR8QTn71r9L8e04rlDicaFiphr5j537pMbGvLttPBt8NbIdCgw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.win-x64.v7.0.20", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "7.0.20", "sha512": "sha512-eiJuU57LsGAsxxkbDS4iDsSWKIJH08FcJtEIiSfPtUVN4aExj1IoLp+MWFa60QA4+hkNpqs49R+g92ye8oGoxQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.netcore.app.runtime.win-arm64.v7.0.20", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "7.0.20", "sha512": "sha512-qpAjc0CKz+vt3d0eoeZsjmcnb6S6IQmGnXXjv/sfqYqkYErDlBFq448CYOcLUYWdEotInD2Qc6V7wnhs9hVgoQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-x64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.linux-x64", "version": "8.0.8", "sha512": "sha512-4eM1cRUFGH00/Up4mWo9M0HXAM3w/KnTtSfG2dWsH/FZ8tVJh9CSV4jaxFzzPjncYxU2QBccYx4XmyUht+rm8A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.linux-arm64", "version": "8.0.8", "sha512": "sha512-UYlufAleuAwf+4Jma/xpT2ZMQYHKwAoJ9uwhVsC6O7dLF+hhAJesnOd+UdraGMdz5RbMpT3wI0ijxWo3+hdJdA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-musl-x64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", "version": "8.0.8", "sha512": "sha512-FC+PyuAwDDrbpw5dPVVtWtaHmXDc1m95/KamttU+E1FAcYD33djUNTda3Wk3ry7DdlvxEyMHxOXsrwD+zql62A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.linux-musl-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", "version": "8.0.8", "sha512": "sha512-ihsR6fW+5iNeMDa/3oKtOd12m5/dJy9wE9eikX5VNrpCmfBos/0YeHkSc3nHVhhWL/AbZm7eiTY7rS1tSrjzjQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.osx-x64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.osx-x64", "version": "8.0.8", "sha512": "sha512-8tBBl2M6HYQnrYznO9BsAY54DlAfjwDDrGjFr5iv5F61QWaLAdkTE+k+nkoAhbAMqB9kTYIghu7xlzt+6EvpaA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.osx-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.osx-arm64", "version": "8.0.8", "sha512": "sha512-jvtSDbsUNPGF70dTHUZxQcgnGMod1BDww1BvqurDCMEgd5tCR38MhASvJTthT8V46y2gW1ZRNg6CPWdy4Bqz0w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.win-x64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "8.0.8", "sha512": "sha512-3OHddiuNQ6XIPYmqKpf037n5XGRCA6/Ud3qQ9m4Pzhim5TosowcoOps2zK+wsEDCQw7EpiQlbK+HFN+TNN+F8g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.netcore.app.runtime.win-arm64.v8.0.8", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "8.0.8", "sha512": "sha512-kAFEUgVSzm7Dy6wWnCb/RH0Ue3SwYM20fNGN8dxvzL1iVESIxkkJS8BqKDjAXYTAu4tqLgQSbc2LUWUMlK62jA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-x64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.linux-x64", "version": "8.0.11", "sha512": "sha512-gQyj1KtYGgFJWTn4tTM1bH4xvTyVyk5pLCYZHlkYmfXwo1oDVvLrXiOC3rKdHxA+c8tRePJsNDIQKIAlJlmgAg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.linux-arm64", "version": "8.0.11", "sha512": "sha512-1A65EZfcbAjJ4sxycI+rke3saNMiWglG6NTxhZ5TEDRhlHy4l8Ft/GPnwofFBD5y8sDs5Hbs318q5XVbpqEL2A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-musl-x64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", "version": "8.0.11", "sha512": "sha512-IH1SXwkdekKugXK6ODphFR1MhQKkrBjFgt4zvCeKqL38sv7pfXLmGQOYBmstdxsSbV47VXcKzoi28E2TbOVi+g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-musl-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", "version": "8.0.11", "sha512": "sha512-+lz9eo9eSsaPNisaAeaUM7GtSaBilFyXnOFsVqt8nIn3tR/azvXAgzNj00Zy4QLJLiDMcr27eeNp8E7LKVI1mQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.osx-x64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.osx-x64", "version": "8.0.11", "sha512": "sha512-dvh/3bJAzZEwKTxzhLojdmFebW/iu/+AAAJH1FiYlZsT9684etdqWWn9vfuYPwqUBBXUTNLkPMH9iRJNPtPP1g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.osx-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.osx-arm64", "version": "8.0.11", "sha512": "sha512-O0fvdSX/MwFSsueeQ7pM/jDagmwDi4V+J/utor3emVDtI8xjabav11icQJdM9HE0L62vppg1uT8IMUx9wuH1mg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.win-x64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "8.0.11", "sha512": "sha512-9gYW5whLNQolY5oTcOSv9cQxfHujDOOUXjorA/GMlOhTM1iXvzrBbPuWnDjFywYznZBkE0ZiYc1jVKQUKJ2D7w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.win-arm64.v8.0.11", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "8.0.11", "sha512": "sha512-afq9u/kUUNRlECwgdngwlaCEIJVYzdKzJZfjklHK9UBoK61OpmrIhXYfhSIAr6/yOlkoWeq5Hn7uPoLEDWxwnA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-x64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.linux-x64", "version": "9.0.0", "sha512": "sha512-tT2j+X8saJn9J+3iM6MoJwv5kEAhWyuwPeZZipq266YDIlwEaW2FDjoWCJJVLC3vCDidHlnTT6IKUv/LMKKpWA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.linux-arm64", "version": "9.0.0", "sha512": "sha512-0v/YP+0hkr7yzvzGKhNzS9/wAknQtH6uH9k04NfIp5inCjq9LxWsL+S4YCINDwVX1oVeUS//AVv2T4sDuhIzjg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-musl-x64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.linux-musl-x64", "version": "9.0.0", "sha512": "sha512-7+1WIq+1cod9u6RBu0c5nxIyYhZs4PHPQ7xvFu7u67JiSk6yGZqYStoYSwphme7D6VPqsyzzSUG/92zgwNg+Bw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.linux-musl-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.linux-musl-arm64", "version": "9.0.0", "sha512": "sha512-jqfZ0ZboGYYa0KWArvYaO4Ddw0TMnLDkYVHtgKVfdFlaVon+KpM96yykbqmHLr1UUkDXDHNNFtHwnpVXmbmUOw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.osx-x64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.osx-x64", "version": "9.0.0", "sha512": "sha512-SyLkZqTEzTI9rWVbdLeM6F2EuhImVo3HzCaqu7JrFHwRxjFvc6TYa/BxmPhbOiA0wZbIAk7B70EWPeXe/jxzVA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.osx-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.osx-arm64", "version": "9.0.0", "sha512": "sha512-pc7A8emc9Rl25slknnQyYSMAyHG48JXAissa9EaOSX8xojisl/GU0sDJnWkZkrd4RERyhekpaSoHGS3znLcUUw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.win-x64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.win-x64", "version": "9.0.0", "sha512": "sha512-ugVn1CngjzNdGzUNJjzukCwrV9MDZ7DhwIQJMHjFPrF9e0SMHTx9BnY1VDqM24AByFrsyymvm1S4Vj540TpGag==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.netcore.app.runtime.win-arm64.v9.0.0", "id": "Microsoft.NETCore.App.Runtime.win-arm64", "version": "9.0.0", "sha512": "sha512-mEW0ITYKnBCRuXQDvFkasb4FaeV1GHobQGb6r/DRZED/u4b7qK9QMA8jDr29LzHdfGlZJL7dsBVyUfjOAvhuxQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v3.0.3", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "3.0.3", "sha512": "sha512-RD9dLMTl9G8p6eUkLLgFcU+deW+CFO6uJ0+5R1gS7piUQEPTuSDjVtO/NCGaWPC5rdgyGp82D79cmD5lW2yT8A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v3.0.3", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "3.0.3", "sha512": "sha512-NXATfeNJ2b3/SslsI/LbXIp1AaXM6yoKnEJQA2SW7LawfU+evBzoqgbcXap2AGRt1W+9VjavqaJCER+ilxnq9A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v3.0.3", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "3.0.3", "sha512": "sha512-jJYE+eZjILELbummWUpew6J2X0m/42fHn/rSTlgrKx4xy4NFm2jbmkpVmLq8B2jZpVum0gEpHj1aTFRfl+OgoQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, @@ -72,14 +80,14 @@ def runtime_packs(): {"name": "microsoft.aspnetcore.app.runtime.osx-x64.v5.0.17", "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", "version": "5.0.17", "sha512": "sha512-CpsTwPpyC8vNhPLdruZhxe+ffDASsDsvFjLGQ6vvcRwCYGpzJoQ7z78jWHhfcXbh2rKUq67ve4LWiIlEF58kCg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.win-x64.v5.0.17", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "5.0.17", "sha512": "sha512-jIZjwj5feyF7p95M0hosArKnBMajc2Zy86UIg6YUcR0mJkcbPpbS+ReLn8hY6Hkml4uJcQZs9ssQOPyJ97AN8w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v5.0.17", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "5.0.17", "sha512": "sha512-dZajijsKrJJhOwts64gw4UMap0BwCW2+jyKVwkMPG6KypOosIoEn1Gg+XAWdo3GhBrqYvQ5XkPM1r63GglOqtA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "6.0.33", "sha512": "sha512-wB/fgQCHRQfqlQxyI8KDmT477VIZUPzMDlbBWEqxwydx+VExf2VKz7VuqyHx09hUQ263dHgzJt3tQiVEcySltw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "6.0.33", "sha512": "sha512-utyzy00t5CGICyIgt1ZIWguHAavYtt8iENuxAm/ycAimfAYZU6WpWx0m6Eo8c4wqEskqrHQUvPb0U3EvmhrMDA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "6.0.33", "sha512": "sha512-ctoVuRMXQCQiRJLyEGGLj0lrMAZZ24SOIk2lzJKsBvf+P1UFX6mQJpcLJxYbqeIQSn6rfqqiliT4hmd6bHjmkQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-musl-arm64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", "version": "6.0.33", "sha512": "sha512-C8VmTT/HcSevsGJmLkuGf4c9WAwQCa3dYW1JErB04dfw+vfYgrD1EQPUrFLrmT43cYqlimgVL+7RfhCS9g0YyQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.osx-x64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", "version": "6.0.33", "sha512": "sha512-LFwUiTjkIxkOQfrZ9qqTlBB0IU4g+7jY5jvnblQikR2A8qi7QlMl9U8Dl3Sp9Tx2HGyvVXcNW0HHTn6Sjmg80A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.osx-arm64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", "version": "6.0.33", "sha512": "sha512-94pUGXDEXhi4p+FuLknJbvyjlnfKkhgK1rVmxsm54eq2jRt57wmQnFLuiONHFyo4EIknrmzhGJaYvRpR0SdlLQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.win-x64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "6.0.33", "sha512": "sha512-2xbLxZjSFhZWaQo3y3O2lsxnUR8R2Wwft4Kxpxq5H8kt7VbYnYvsHAibDq2sdSttbHKhYleZZUuhTv/DsBqAhQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v6.0.33", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "6.0.33", "sha512": "sha512-Eh3v16RbKX9uLbh8H/yusozGroTAXzqydWGrDtEFBcPq5ASoqq21VV6zoyfKsLMPeFE0bIqMQ1RiPkhNY+TC3Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "6.0.36", "sha512": "sha512-c/rCzvHPIQ7Es9YECSisSXAS67S+T5BWp8AgwSGxwpEgr7z3mShbhKNsMtWE+F6kxncIwzyCFAvdKKV5zuGoOw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "6.0.36", "sha512": "sha512-lAAx+xfzVq7nByfQlRKcVTRElpBk6Q2RF7ulx600kH0mk1Dy0J5/0IxEkwi+K5pEgjjCrGs37Uhc82mVwF8iUQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "6.0.36", "sha512": "sha512-dWFq/5WE7bNe+fYJrpzWihcBkNGM4cR4bRv23bYxmzdTV2pngiDXu1XBwUWpDgCNeL8eP0BgFOQ4Ra9NNXaLpw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-musl-arm64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", "version": "6.0.36", "sha512": "sha512-9jbPtXNsHUDyCWC11sWWyv6ao9aLRvdKpM57sxvhjWeOiLt93QwAagV8uDQ+1ymXkL9IfautWREGntn6KaW62w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.osx-x64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", "version": "6.0.36", "sha512": "sha512-YJRtVo8VZ/K6qwuyGHlGrPfqVhBZAZ4fk6+tLNZPREZM3l3EjjcrjWat2QL2WZF71aFioZVQScTzKEMfIjOZlQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.osx-arm64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", "version": "6.0.36", "sha512": "sha512-bBaPwnTViUOUer+qW9IB5Gzrv6Ha47od8DMiCho/6GtFjUi8NeDtj8/HFjApo3JZWBzBAW3xkK1MD5QFthDJCw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.win-x64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "6.0.36", "sha512": "sha512-XS0rzgotxL8fojceQ7zeYlmVRqSqRuP3SMJymXpIS45R8dnlpEooDfjjWRMAvyWkscmAmXQRI4f/UItGsTND5g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v6.0.36", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "6.0.36", "sha512": "sha512-oqI1Ilt03mR/4Y4VDNMeYkr5hP3YafBi0h6piSLMXPTCaOgkMHsU6xSpJW5CMTwOCEwREfMZxr22g/meL0uJmg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v7.0.20", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "7.0.20", "sha512": "sha512-DC+IasSvYfnFkrcT3gnq08t0iVKmIPmxEFrvITw3qdwH9Y5kz9ZEI4xgcQBIbrzUcE+z/5rwWVhATcxNHgaAWw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v7.0.20", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "7.0.20", "sha512": "sha512-7alEgdaS+JmhsfvgZWcOGEOWfL20TFShwkbpbRtiyXjXzMV6JHVER8s3n+tV+Bep85ME+FRwZh21YK+Nx33aZg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v7.0.20", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "7.0.20", "sha512": "sha512-wh25bBNZosflPj2pcbIMB/fttuSFCvWn4N8XmDYd6XA91RpRk4GkZx505PmC+kpfU2FgM0N4zWgqnjcrifp6Ng==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, @@ -88,13 +96,21 @@ def runtime_packs(): {"name": "microsoft.aspnetcore.app.runtime.osx-arm64.v7.0.20", "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", "version": "7.0.20", "sha512": "sha512-PnxpVZP/vcYJrJFxyAafetPeEcG+jzyT7LnKkWPPDLK7geSktcfefPYsZ96AIMhs8MUeOXYUrQd3luOZUo2tJw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.win-x64.v7.0.20", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "7.0.20", "sha512": "sha512-H9YZkbflMTqW04B9XpumTZwyNaFgtNnBxCTzM93XYNFPZbE6nbhuCUz7c2bdF9M3cZJzbm/4ITWFqBLoTMrqbg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v7.0.20", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "7.0.20", "sha512": "sha512-tt3EyI0qpyqwaFqtbG9+4BP7sukzjjheZ9/Cb/uO+CXxcep/LrKJW/Wc/wBKmkkIY/NnhJQ+Kwdjs6xcHVVO+w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "8.0.8", "sha512": "sha512-mRKr4odQx6OKBgb2PvAsBUO1Wp6vKuzMBDtNm/n6vObheZil5+xTVm5OgPZrYuFoINfVP2bRpeX7Xw1lsJia/w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "8.0.8", "sha512": "sha512-N30OSU/dOmigjeEvN1pkPLXy4TYdR+hmPAcJz0Yl3IuyyE0H6srKynoQeMx9gerVGkLPAZvitlCW0gnfzpSK6Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "8.0.8", "sha512": "sha512-dfEU6gbJz0PE8V1LByrrRYGyQCf95q7Q/7cpAWZbU/9w7/W4DH7eGhezcGCLxiwzenk+dr9rl2CysqJN57kJGw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.linux-musl-arm64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", "version": "8.0.8", "sha512": "sha512-/SRs9DrUDM7eBEPC+1bfeFxfWHJ0z30ulOJP9W7qYRacA4dRveiMIvnxIwRyf6bdafItuInMmOcWdkxdVPpJ8w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.osx-x64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", "version": "8.0.8", "sha512": "sha512-d5dLN/LtCqR2j1FmzoRYcSZ2nwCFoQ0LJKZE1vj5PTZ/z3yY/BCHWpyfbdpfZp96/poMUxesFq8UZbSP6PtTKw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.osx-arm64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", "version": "8.0.8", "sha512": "sha512-+pmeN+psijx6gpLL39hqEP+I53zws8I5Z0lhAg2uHDn4RbUrEln+WDiWbDNugXBQ+njYhYl6sJll+ijiJBWMZQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.win-x64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "8.0.8", "sha512": "sha512-W82p0oaBDOu6MJ0YNCvDtrwvzTEIuAZGysNHx5SqSoeul4DZhQQLuVgFxT5k65TOuWG5yl1tuA+g2hRfF2/jvA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v8.0.8", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "8.0.8", "sha512": "sha512-SmCC7ybZA8SeoJa3Q5gVigTKOLLDeaMmDL4PnZ7T8Pfk7B0FdZvyIUsce6+l6LMPWAk9IsENUCQqlaIyJZVn8Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "8.0.11", "sha512": "sha512-U3PF933HdVRLctSZQQHKwGGMqIVRikS5KM2IgIb5KH9zoXrzZCprAXJCvrZQDoOtaKOn+euyF+gy69CveB+gOw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "8.0.11", "sha512": "sha512-z6lwljPpEYS90GGVG/SA5m2oYXU4Tjo1zMnrvHaPIHeFgHvEhij9QQHs9jNqlJX7ycsCrqPAuVQ8Auc/uW+0+A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "8.0.11", "sha512": "sha512-SgTHU/z8LNomJAGsKH5HUvx5OizjB1WeqKsMzymgOubaRY7SgwH3mzrkO1ApZriU4UdDqr97pciMbxhlfaw89g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-musl-arm64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", "version": "8.0.11", "sha512": "sha512-KvNikPRuWtyDgZkbneySfA6MjX5VUfOwfq22GK5tRKc8xOtlsv08he6zx33Q8SW4ldu8f4K4uzMkO71EdQQmkQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.osx-x64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", "version": "8.0.11", "sha512": "sha512-XCnfmeGZy/faPQMhAa6ZSm2ij3s7poqYEhGdbWEds1LjqO6WBB0KkqtMiYGotZ9jJRXFbzMBXaTmAFE65iOGYA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.osx-arm64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", "version": "8.0.11", "sha512": "sha512-djBsHftYzC802MFtYmZLn82/XcjKzVY+mV12PrfxrTqcyjw46HlY1ii5uJVQ0Bm4cbX7Oz1dHdzfDnpgAmQkYg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.win-x64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "8.0.11", "sha512": "sha512-VkSu/oOIMPemlIf5ARuFXmmndocYjub5ut3/5JXAz5sSBKrpeWciGnsUDnnshaWHP3jK4JCj3TBds7heldom3Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v8.0.11", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "8.0.11", "sha512": "sha512-Z1yy2Lm+mF/pNfun1zTI4WcWfkB5J80pRbRY+Bi3zpVcuTYARaCIqqYCcs+RSsdGZyIsyxY5GCVtNnnS/Mr2gw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-x64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.linux-x64", "version": "9.0.0", "sha512": "sha512-ah1ir1EEeGSshjAkKp8lfdl44WOYXFZmcydvORnQIs3IeKCkwhQTZNkgZOwieT1NtGB0TLbc0h1FSV6sURlnuQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-arm64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.linux-arm64", "version": "9.0.0", "sha512": "sha512-DyQUA+74c4fjGgqGpTnXXkT5r03GSndeem3J7F2O+WsHg7nn87KHi2LR9y8RJWXHD9ceSOVMBvTLulM+VvRuOg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-musl-x64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "version": "9.0.0", "sha512": "sha512-LQmhF/z9n7Bp8ygYDpY261u3BU7QscyXfLwX52TFAXaMGNCvryVW5+92TeK5wK9zorlAdZMK5+T4sEeOMMa2PA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.linux-musl-arm64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", "version": "9.0.0", "sha512": "sha512-penFoYejLCetGFWNXlUma/LbCZKXQMzGjKaoTMLupQtvjc3ZKM/i+n7uBXbRPTd3o9kYus7fCPtNnjk9lI5cPA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.osx-x64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.osx-x64", "version": "9.0.0", "sha512": "sha512-8sJ5cWWtGGMG+NFNOqzzObgaBKAXrewTLMh5b0iHYIgyJ5KoVCpEQHAAe3Fa+zxdVyrmhXsRTekazgEqDKrSJA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.osx-arm64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.osx-arm64", "version": "9.0.0", "sha512": "sha512-x0yxetXr1TKLDGONxhE/xl9726Q9T/iVQALK0wtZMdIEES4J7XehHnzA2+jGK3vEK5ZkevAN9EE6Hoijf6+iGA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.win-x64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "9.0.0", "sha512": "sha512-BSXo3XZLsboJN72at4TMCxsZL5vjW5p3dMVtqedpXkmovGakcW0loYY22aCt40JC18i6QbsqzII+/jtTFqRoJg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "microsoft.aspnetcore.app.runtime.win-arm64.v9.0.0", "id": "Microsoft.AspNetCore.App.Runtime.win-arm64", "version": "9.0.0", "sha512": "sha512-APQNj5uwHVbZ28Zvrx7CLEciJrNMTHOh78lvSNp/gpXgHkD4G5yoQSC7sj/B0AqSshrDs006WaCbp3PuTrKIqw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/dotnet/private/sdk/runtime_packs/runtime_pack_lookup_table.bzl b/dotnet/private/sdk/runtime_packs/runtime_pack_lookup_table.bzl index 9aadc2ef..2c6ac80d 100644 --- a/dotnet/private/sdk/runtime_packs/runtime_pack_lookup_table.bzl +++ b/dotnet/private/sdk/runtime_packs/runtime_pack_lookup_table.bzl @@ -59,6 +59,16 @@ runtime_pack_lookup_table = { "win-x64": "//dotnet/private/sdk/runtime_packs:default_net8.0_win-x64", "win-arm64": "//dotnet/private/sdk/runtime_packs:default_net8.0_win-arm64", }, + "net9.0": { + "linux-x64": "//dotnet/private/sdk/runtime_packs:default_net9.0_linux-x64", + "linux-arm64": "//dotnet/private/sdk/runtime_packs:default_net9.0_linux-arm64", + "linux-musl-x64": "//dotnet/private/sdk/runtime_packs:default_net9.0_linux-musl-x64", + "linux-musl-arm64": "//dotnet/private/sdk/runtime_packs:default_net9.0_linux-musl-arm64", + "osx-x64": "//dotnet/private/sdk/runtime_packs:default_net9.0_osx-x64", + "osx-arm64": "//dotnet/private/sdk/runtime_packs:default_net9.0_osx-arm64", + "win-x64": "//dotnet/private/sdk/runtime_packs:default_net9.0_win-x64", + "win-arm64": "//dotnet/private/sdk/runtime_packs:default_net9.0_win-arm64", + }, }, "web": { "netcoreapp3.0": { @@ -117,5 +127,15 @@ runtime_pack_lookup_table = { "win-x64": "//dotnet/private/sdk/runtime_packs:web_net8.0_win-x64", "win-arm64": "//dotnet/private/sdk/runtime_packs:web_net8.0_win-arm64", }, + "net9.0": { + "linux-x64": "//dotnet/private/sdk/runtime_packs:web_net9.0_linux-x64", + "linux-arm64": "//dotnet/private/sdk/runtime_packs:web_net9.0_linux-arm64", + "linux-musl-x64": "//dotnet/private/sdk/runtime_packs:web_net9.0_linux-musl-x64", + "linux-musl-arm64": "//dotnet/private/sdk/runtime_packs:web_net9.0_linux-musl-arm64", + "osx-x64": "//dotnet/private/sdk/runtime_packs:web_net9.0_osx-x64", + "osx-arm64": "//dotnet/private/sdk/runtime_packs:web_net9.0_osx-arm64", + "win-x64": "//dotnet/private/sdk/runtime_packs:web_net9.0_win-x64", + "win-arm64": "//dotnet/private/sdk/runtime_packs:web_net9.0_win-arm64", + }, }, } diff --git a/dotnet/private/sdk/runtime_packs/runtime_packs.bzl b/dotnet/private/sdk/runtime_packs/runtime_packs.bzl index 15cc25e5..63b0662a 100644 --- a/dotnet/private/sdk/runtime_packs/runtime_packs.bzl +++ b/dotnet/private/sdk/runtime_packs/runtime_packs.bzl @@ -27,14 +27,14 @@ def runtime_packs(): runtime_pack(name = "default_net5.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v5.0.17"], target_framework = "net5.0", runtime_identifier = "osx-x64") runtime_pack(name = "default_net5.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v5.0.17"], target_framework = "net5.0", runtime_identifier = "win-x64") runtime_pack(name = "default_net5.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v5.0.17"], target_framework = "net5.0", runtime_identifier = "win-arm64") - runtime_pack(name = "default_net6.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-x64") - runtime_pack(name = "default_net6.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-arm64") - runtime_pack(name = "default_net6.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-musl-x64") - runtime_pack(name = "default_net6.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-musl-arm64") - runtime_pack(name = "default_net6.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "osx-x64") - runtime_pack(name = "default_net6.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "osx-arm64") - runtime_pack(name = "default_net6.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "win-x64") - runtime_pack(name = "default_net6.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "win-arm64") + runtime_pack(name = "default_net6.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-x64") + runtime_pack(name = "default_net6.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-arm64") + runtime_pack(name = "default_net6.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-musl-x64") + runtime_pack(name = "default_net6.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-musl-arm64") + runtime_pack(name = "default_net6.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "osx-x64") + runtime_pack(name = "default_net6.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "osx-arm64") + runtime_pack(name = "default_net6.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "win-x64") + runtime_pack(name = "default_net6.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "win-arm64") runtime_pack(name = "default_net7.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "linux-x64") runtime_pack(name = "default_net7.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "linux-arm64") runtime_pack(name = "default_net7.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "linux-musl-x64") @@ -43,14 +43,22 @@ def runtime_packs(): runtime_pack(name = "default_net7.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "osx-arm64") runtime_pack(name = "default_net7.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "win-x64") runtime_pack(name = "default_net7.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "win-arm64") - runtime_pack(name = "default_net8.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-x64") - runtime_pack(name = "default_net8.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-arm64") - runtime_pack(name = "default_net8.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-musl-x64") - runtime_pack(name = "default_net8.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-musl-arm64") - runtime_pack(name = "default_net8.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "osx-x64") - runtime_pack(name = "default_net8.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "osx-arm64") - runtime_pack(name = "default_net8.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "win-x64") - runtime_pack(name = "default_net8.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "win-arm64") + runtime_pack(name = "default_net8.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-x64") + runtime_pack(name = "default_net8.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-arm64") + runtime_pack(name = "default_net8.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-musl-x64") + runtime_pack(name = "default_net8.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-musl-arm64") + runtime_pack(name = "default_net8.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "osx-x64") + runtime_pack(name = "default_net8.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "osx-arm64") + runtime_pack(name = "default_net8.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "win-x64") + runtime_pack(name = "default_net8.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "win-arm64") + runtime_pack(name = "default_net9.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-x64") + runtime_pack(name = "default_net9.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-arm64") + runtime_pack(name = "default_net9.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-musl-x64") + runtime_pack(name = "default_net9.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-musl-arm64") + runtime_pack(name = "default_net9.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "osx-x64") + runtime_pack(name = "default_net9.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "osx-arm64") + runtime_pack(name = "default_net9.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "win-x64") + runtime_pack(name = "default_net9.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "win-arm64") runtime_pack(name = "web_netcoreapp3.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v3.0.3", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v3.0.3"], target_framework = "netcoreapp3.0", runtime_identifier = "linux-x64") runtime_pack(name = "web_netcoreapp3.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v3.0.3", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v3.0.3"], target_framework = "netcoreapp3.0", runtime_identifier = "linux-arm64") runtime_pack(name = "web_netcoreapp3.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v3.0.3", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v3.0.3"], target_framework = "netcoreapp3.0", runtime_identifier = "linux-musl-x64") @@ -71,14 +79,14 @@ def runtime_packs(): runtime_pack(name = "web_net5.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-x64.v5.0.17", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v5.0.17"], target_framework = "net5.0", runtime_identifier = "osx-x64") runtime_pack(name = "web_net5.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v5.0.17", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v5.0.17"], target_framework = "net5.0", runtime_identifier = "win-x64") runtime_pack(name = "web_net5.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v5.0.17", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v5.0.17"], target_framework = "net5.0", runtime_identifier = "win-arm64") - runtime_pack(name = "web_net6.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-x64") - runtime_pack(name = "web_net6.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-arm64") - runtime_pack(name = "web_net6.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-musl-x64") - runtime_pack(name = "web_net6.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-arm64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "linux-musl-arm64") - runtime_pack(name = "web_net6.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-x64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "osx-x64") - runtime_pack(name = "web_net6.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-arm64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "osx-arm64") - runtime_pack(name = "web_net6.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "win-x64") - runtime_pack(name = "web_net6.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v6.0.33", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v6.0.33"], target_framework = "net6.0", runtime_identifier = "win-arm64") + runtime_pack(name = "web_net6.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-x64") + runtime_pack(name = "web_net6.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-arm64") + runtime_pack(name = "web_net6.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-musl-x64") + runtime_pack(name = "web_net6.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-arm64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "linux-musl-arm64") + runtime_pack(name = "web_net6.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-x64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "osx-x64") + runtime_pack(name = "web_net6.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-arm64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "osx-arm64") + runtime_pack(name = "web_net6.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "win-x64") + runtime_pack(name = "web_net6.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v6.0.36", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v6.0.36"], target_framework = "net6.0", runtime_identifier = "win-arm64") runtime_pack(name = "web_net7.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v7.0.20", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "linux-x64") runtime_pack(name = "web_net7.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v7.0.20", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "linux-arm64") runtime_pack(name = "web_net7.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v7.0.20", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "linux-musl-x64") @@ -87,11 +95,19 @@ def runtime_packs(): runtime_pack(name = "web_net7.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-arm64.v7.0.20", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "osx-arm64") runtime_pack(name = "web_net7.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v7.0.20", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "win-x64") runtime_pack(name = "web_net7.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v7.0.20", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v7.0.20"], target_framework = "net7.0", runtime_identifier = "win-arm64") - runtime_pack(name = "web_net8.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-x64") - runtime_pack(name = "web_net8.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-arm64") - runtime_pack(name = "web_net8.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-musl-x64") - runtime_pack(name = "web_net8.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-arm64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "linux-musl-arm64") - runtime_pack(name = "web_net8.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-x64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "osx-x64") - runtime_pack(name = "web_net8.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-arm64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "osx-arm64") - runtime_pack(name = "web_net8.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "win-x64") - runtime_pack(name = "web_net8.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v8.0.8", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v8.0.8"], target_framework = "net8.0", runtime_identifier = "win-arm64") + runtime_pack(name = "web_net8.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-x64") + runtime_pack(name = "web_net8.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-arm64") + runtime_pack(name = "web_net8.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-musl-x64") + runtime_pack(name = "web_net8.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-arm64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "linux-musl-arm64") + runtime_pack(name = "web_net8.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-x64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "osx-x64") + runtime_pack(name = "web_net8.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-arm64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "osx-arm64") + runtime_pack(name = "web_net8.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "win-x64") + runtime_pack(name = "web_net8.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v8.0.11", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v8.0.11"], target_framework = "net8.0", runtime_identifier = "win-arm64") + runtime_pack(name = "web_net9.0_linux-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-x64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-x64") + runtime_pack(name = "web_net9.0_linux-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-arm64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-arm64") + runtime_pack(name = "web_net9.0_linux-musl-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-x64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-musl-x64") + runtime_pack(name = "web_net9.0_linux-musl-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.linux-musl-arm64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.linux-musl-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "linux-musl-arm64") + runtime_pack(name = "web_net9.0_osx-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-x64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "osx-x64") + runtime_pack(name = "web_net9.0_osx-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.osx-arm64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.osx-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "osx-arm64") + runtime_pack(name = "web_net9.0_win-x64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-x64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-x64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "win-x64") + runtime_pack(name = "web_net9.0_win-arm64", packs = ["@dotnet.runtime_packs//microsoft.aspnetcore.app.runtime.win-arm64.v9.0.0", "@dotnet.runtime_packs//microsoft.netcore.app.runtime.win-arm64.v9.0.0"], target_framework = "net9.0", runtime_identifier = "win-arm64") diff --git a/dotnet/private/sdk/targeting_packs/dotnet.targeting_packs.bzl b/dotnet/private/sdk/targeting_packs/dotnet.targeting_packs.bzl index 5806e7cb..12c4de91 100644 --- a/dotnet/private/sdk/targeting_packs/dotnet.targeting_packs.bzl +++ b/dotnet/private/sdk/targeting_packs/dotnet.targeting_packs.bzl @@ -32,16 +32,18 @@ def targeting_packs(): {"name": "microsoft.netcore.app.ref.v3.0.1", "id": "Microsoft.NETCore.App.Ref", "version": "3.0.1", "sha512": "sha512-JPbWGLnLSKJoP+E4dqQd93QIQ4GqXXv/+iltuzd1hFXHEqf1Ie5oOK/x/Z/oJn6PeFTSvOghef32T4cBUi9C1A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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.Security.Cryptography.OpenSsl|4.3.0", "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "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|4.0.0.0", "Microsoft.VisualBasic.Core|10.0.4.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|4.1.1.0", "System.AppContext|4.2.1.0", "System.Buffers|4.0.2.0", "System.Collections.Concurrent|4.0.14.0", "System.Collections.Immutable|1.2.4.0", "System.Collections.NonGeneric|4.1.1.0", "System.Collections.Specialized|4.1.1.0", "System.Collections|4.1.1.0", "System.ComponentModel.Annotations|4.3.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|4.1.1.0", "System.ComponentModel.Primitives|4.2.1.0", "System.ComponentModel.TypeConverter|4.2.1.0", "System.ComponentModel|4.0.3.0", "System.Configuration|4.0.0.0", "System.Console|4.1.1.0", "System.Core|4.0.0.0", "System.Data.Common|4.2.1.0", "System.Data.DataSetExtensions|4.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|4.0.3.0", "System.Diagnostics.Debug|4.1.1.0", "System.Diagnostics.DiagnosticSource|4.0.4.0", "System.Diagnostics.FileVersionInfo|4.0.3.0", "System.Diagnostics.Process|4.2.1.0", "System.Diagnostics.StackTrace|4.1.1.0", "System.Diagnostics.TextWriterTraceListener|4.1.1.0", "System.Diagnostics.Tools|4.1.1.0", "System.Diagnostics.TraceSource|4.1.1.0", "System.Diagnostics.Tracing|4.2.1.0", "System.Drawing.Primitives|4.2.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|4.1.1.0", "System.Globalization.Calendars|4.1.1.0", "System.Globalization.Extensions|4.1.1.0", "System.Globalization|4.1.1.0", "System.IO.Compression.Brotli|4.2.1.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|4.0.4.0", "System.IO.Compression|4.2.1.0", "System.IO.FileSystem.DriveInfo|4.1.1.0", "System.IO.FileSystem.Primitives|4.1.1.0", "System.IO.FileSystem.Watcher|4.1.1.0", "System.IO.FileSystem|4.1.1.0", "System.IO.IsolatedStorage|4.1.1.0", "System.IO.MemoryMappedFiles|4.1.1.0", "System.IO.Pipes|4.1.1.0", "System.IO.UnmanagedMemoryStream|4.1.1.0", "System.IO|4.2.1.0", "System.Linq.Expressions|4.2.1.0", "System.Linq.Parallel|4.0.3.0", "System.Linq.Queryable|4.0.3.0", "System.Linq|4.2.1.0", "System.Memory|4.2.0.0", "System.Net.Http|4.2.1.0", "System.Net.HttpListener|4.0.1.0", "System.Net.Mail|4.0.1.0", "System.Net.NameResolution|4.1.1.0", "System.Net.NetworkInformation|4.2.1.0", "System.Net.Ping|4.1.1.0", "System.Net.Primitives|4.1.1.0", "System.Net.Requests|4.1.1.0", "System.Net.Security|4.1.1.0", "System.Net.ServicePoint|4.0.1.0", "System.Net.Sockets|4.2.1.0", "System.Net.WebClient|4.0.1.0", "System.Net.WebHeaderCollection|4.1.1.0", "System.Net.WebProxy|4.0.1.0", "System.Net.WebSockets.Client|4.1.1.0", "System.Net.WebSockets|4.1.1.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|4.1.5.0", "System.Numerics|4.0.0.0", "System.ObjectModel|4.1.1.0", "System.Reflection.DispatchProxy|4.0.5.0", "System.Reflection.Emit.ILGeneration|4.1.0.0", "System.Reflection.Emit.Lightweight|4.1.0.0", "System.Reflection.Emit|4.1.1.0", "System.Reflection.Extensions|4.1.1.0", "System.Reflection.Metadata|1.4.4.0", "System.Reflection.Primitives|4.1.1.0", "System.Reflection.TypeExtensions|4.1.2.0", "System.Reflection|4.2.1.0", "System.Resources.Reader|4.1.1.0", "System.Resources.ResourceManager|4.1.1.0", "System.Resources.Writer|4.1.1.0", "System.Runtime.CompilerServices.Unsafe|4.0.5.0", "System.Runtime.CompilerServices.VisualC|4.1.1.0", "System.Runtime.Extensions|4.2.1.0", "System.Runtime.Handles|4.1.1.0", "System.Runtime.InteropServices.RuntimeInformation|4.0.3.0", "System.Runtime.InteropServices.WindowsRuntime|4.0.3.0", "System.Runtime.InteropServices|4.2.1.0", "System.Runtime.Intrinsics|4.0.0.0", "System.Runtime.Loader|4.1.0.0", "System.Runtime.Numerics|4.1.1.0", "System.Runtime.Serialization.Formatters|4.0.3.0", "System.Runtime.Serialization.Json|4.0.4.0", "System.Runtime.Serialization.Primitives|4.2.1.0", "System.Runtime.Serialization.Xml|4.1.4.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|4.2.1.0", "System.Security.Claims|4.1.1.0", "System.Security.Cryptography.Algorithms|4.3.1.0", "System.Security.Cryptography.Csp|4.1.1.0", "System.Security.Cryptography.Encoding|4.1.1.0", "System.Security.Cryptography.Primitives|4.1.1.0", "System.Security.Cryptography.X509Certificates|4.2.1.0", "System.Security.Principal|4.1.1.0", "System.Security.SecureString|4.1.1.0", "System.Security|4.0.0.0", "System.ServiceModel.Web|4.0.0.0", "System.ServiceProcess|4.0.0.0", "System.Text.Encoding.CodePages|4.1.2.0", "System.Text.Encoding.Extensions|4.1.1.0", "System.Text.Encoding|4.1.1.0", "System.Text.Encodings.Web|4.0.4.0", "System.Text.Json|4.0.0.0", "System.Text.RegularExpressions|4.2.1.0", "System.Threading.Channels|4.0.1.0", "System.Threading.Overlapped|4.1.1.0", "System.Threading.Tasks.Dataflow|4.6.4.0", "System.Threading.Tasks.Extensions|4.3.0.0", "System.Threading.Tasks.Parallel|4.0.3.0", "System.Threading.Tasks|4.1.1.0", "System.Threading.Thread|4.1.1.0", "System.Threading.ThreadPool|4.1.1.0", "System.Threading.Timer|4.1.1.0", "System.Threading|4.1.1.0", "System.Transactions.Local|4.0.1.0", "System.Transactions|4.0.0.0", "System.ValueTuple|4.0.3.0", "System.Web.HttpUtility|4.0.1.0", "System.Web|4.0.0.0", "System.Windows|4.0.0.0", "System.Xml.Linq|4.0.0.0", "System.Xml.ReaderWriter|4.2.1.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|4.1.1.0", "System.Xml.XPath.XDocument|4.1.1.0", "System.Xml.XPath|4.1.1.0", "System.Xml.XmlDocument|4.1.1.0", "System.Xml.XmlSerializer|4.1.1.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"]}, {"name": "microsoft.netcore.app.ref.v3.1.0", "id": "Microsoft.NETCore.App.Ref", "version": "3.1.0", "sha512": "sha512-cTXlQgzxZx5XsAIVw8tcdYhvPpcScA3vG3AQ/ScleqMn32SMBCIQqetoE0X0EqPSjW3S+hw/pRIUli0msjiJ9A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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.Security.Cryptography.OpenSsl|4.3.0", "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", "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|4.0.0.0", "Microsoft.VisualBasic.Core|10.0.5.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|4.1.2.0", "System.AppContext|4.2.2.0", "System.Buffers|4.0.2.0", "System.Collections.Concurrent|4.0.15.0", "System.Collections.Immutable|1.2.5.0", "System.Collections.NonGeneric|4.1.2.0", "System.Collections.Specialized|4.1.2.0", "System.Collections|4.1.2.0", "System.ComponentModel.Annotations|4.3.1.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|4.1.2.0", "System.ComponentModel.Primitives|4.2.2.0", "System.ComponentModel.TypeConverter|4.2.2.0", "System.ComponentModel|4.0.4.0", "System.Configuration|4.0.0.0", "System.Console|4.1.2.0", "System.Core|4.0.0.0", "System.Data.Common|4.2.2.0", "System.Data.DataSetExtensions|4.0.1.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|4.0.4.0", "System.Diagnostics.Debug|4.1.2.0", "System.Diagnostics.DiagnosticSource|4.0.5.0", "System.Diagnostics.FileVersionInfo|4.0.4.0", "System.Diagnostics.Process|4.2.2.0", "System.Diagnostics.StackTrace|4.1.2.0", "System.Diagnostics.TextWriterTraceListener|4.1.2.0", "System.Diagnostics.Tools|4.1.2.0", "System.Diagnostics.TraceSource|4.1.2.0", "System.Diagnostics.Tracing|4.2.2.0", "System.Drawing.Primitives|4.2.1.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|4.1.2.0", "System.Globalization.Calendars|4.1.2.0", "System.Globalization.Extensions|4.1.2.0", "System.Globalization|4.1.2.0", "System.IO.Compression.Brotli|4.2.2.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|4.0.5.0", "System.IO.Compression|4.2.2.0", "System.IO.FileSystem.DriveInfo|4.1.2.0", "System.IO.FileSystem.Primitives|4.1.2.0", "System.IO.FileSystem.Watcher|4.1.2.0", "System.IO.FileSystem|4.1.2.0", "System.IO.IsolatedStorage|4.1.2.0", "System.IO.MemoryMappedFiles|4.1.2.0", "System.IO.Pipes|4.1.2.0", "System.IO.UnmanagedMemoryStream|4.1.2.0", "System.IO|4.2.2.0", "System.Linq.Expressions|4.2.2.0", "System.Linq.Parallel|4.0.4.0", "System.Linq.Queryable|4.0.4.0", "System.Linq|4.2.2.0", "System.Memory|4.2.1.0", "System.Net.Http|4.2.2.0", "System.Net.HttpListener|4.0.2.0", "System.Net.Mail|4.0.2.0", "System.Net.NameResolution|4.1.2.0", "System.Net.NetworkInformation|4.2.2.0", "System.Net.Ping|4.1.2.0", "System.Net.Primitives|4.1.2.0", "System.Net.Requests|4.1.2.0", "System.Net.Security|4.1.2.0", "System.Net.ServicePoint|4.0.2.0", "System.Net.Sockets|4.2.2.0", "System.Net.WebClient|4.0.2.0", "System.Net.WebHeaderCollection|4.1.2.0", "System.Net.WebProxy|4.0.2.0", "System.Net.WebSockets.Client|4.1.2.0", "System.Net.WebSockets|4.1.2.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|4.1.6.0", "System.Numerics|4.0.0.0", "System.ObjectModel|4.1.2.0", "System.Reflection.DispatchProxy|4.0.6.0", "System.Reflection.Emit.ILGeneration|4.1.1.0", "System.Reflection.Emit.Lightweight|4.1.1.0", "System.Reflection.Emit|4.1.2.0", "System.Reflection.Extensions|4.1.2.0", "System.Reflection.Metadata|1.4.5.0", "System.Reflection.Primitives|4.1.2.0", "System.Reflection.TypeExtensions|4.1.2.0", "System.Reflection|4.2.2.0", "System.Resources.Reader|4.1.2.0", "System.Resources.ResourceManager|4.1.2.0", "System.Resources.Writer|4.1.2.0", "System.Runtime.CompilerServices.Unsafe|4.0.6.0", "System.Runtime.CompilerServices.VisualC|4.1.2.0", "System.Runtime.Extensions|4.2.2.0", "System.Runtime.Handles|4.1.2.0", "System.Runtime.InteropServices.RuntimeInformation|4.0.4.0", "System.Runtime.InteropServices.WindowsRuntime|4.0.4.0", "System.Runtime.InteropServices|4.2.2.0", "System.Runtime.Intrinsics|4.0.1.0", "System.Runtime.Loader|4.1.1.0", "System.Runtime.Numerics|4.1.2.0", "System.Runtime.Serialization.Formatters|4.0.4.0", "System.Runtime.Serialization.Json|4.0.5.0", "System.Runtime.Serialization.Primitives|4.2.2.0", "System.Runtime.Serialization.Xml|4.1.5.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|4.2.2.0", "System.Security.Claims|4.1.2.0", "System.Security.Cryptography.Algorithms|4.3.2.0", "System.Security.Cryptography.Csp|4.1.2.0", "System.Security.Cryptography.Encoding|4.1.2.0", "System.Security.Cryptography.Primitives|4.1.2.0", "System.Security.Cryptography.X509Certificates|4.2.2.0", "System.Security.Principal|4.1.2.0", "System.Security.SecureString|4.1.2.0", "System.Security|4.0.0.0", "System.ServiceModel.Web|4.0.0.0", "System.ServiceProcess|4.0.0.0", "System.Text.Encoding.CodePages|4.1.3.0", "System.Text.Encoding.Extensions|4.1.2.0", "System.Text.Encoding|4.1.2.0", "System.Text.Encodings.Web|4.0.5.0", "System.Text.Json|4.0.1.0", "System.Text.RegularExpressions|4.2.2.0", "System.Threading.Channels|4.0.2.0", "System.Threading.Overlapped|4.1.2.0", "System.Threading.Tasks.Dataflow|4.6.5.0", "System.Threading.Tasks.Extensions|4.3.1.0", "System.Threading.Tasks.Parallel|4.0.4.0", "System.Threading.Tasks|4.1.2.0", "System.Threading.Thread|4.1.2.0", "System.Threading.ThreadPool|4.1.2.0", "System.Threading.Timer|4.1.2.0", "System.Threading|4.1.2.0", "System.Transactions.Local|4.0.2.0", "System.Transactions|4.0.0.0", "System.ValueTuple|4.0.3.0", "System.Web.HttpUtility|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.2.2.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|4.1.2.0", "System.Xml.XPath.XDocument|4.1.2.0", "System.Xml.XPath|4.1.2.0", "System.Xml.XmlDocument|4.1.2.0", "System.Xml.XmlSerializer|4.1.2.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"]}, {"name": "microsoft.netcore.app.ref.v5.0.0", "id": "Microsoft.NETCore.App.Ref", "version": "5.0.0", "sha512": "sha512-bBp1LYzTBY58dMaCABHnp44CYBcBvW7RrfSsXENaS7iRq/yx39g+jhWdgUBZcJQBoF6AZeGbHhKV+JAoT3LHDw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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|5.0.0.0", "Microsoft.VisualBasic.Core|10.0.6.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|5.0.0.0", "System.AppContext|5.0.0.0", "System.Buffers|5.0.0.0", "System.Collections.Concurrent|5.0.0.0", "System.Collections.Immutable|5.0.0.0", "System.Collections.NonGeneric|5.0.0.0", "System.Collections.Specialized|5.0.0.0", "System.Collections|5.0.0.0", "System.ComponentModel.Annotations|5.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|5.0.0.0", "System.ComponentModel.Primitives|5.0.0.0", "System.ComponentModel.TypeConverter|5.0.0.0", "System.ComponentModel|5.0.0.0", "System.Configuration|4.0.0.0", "System.Console|5.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|5.0.0.0", "System.Data.DataSetExtensions|4.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|5.0.0.0", "System.Diagnostics.Debug|5.0.0.0", "System.Diagnostics.DiagnosticSource|5.0.0.0", "System.Diagnostics.FileVersionInfo|5.0.0.0", "System.Diagnostics.Process|5.0.0.0", "System.Diagnostics.StackTrace|5.0.0.0", "System.Diagnostics.TextWriterTraceListener|5.0.0.0", "System.Diagnostics.Tools|5.0.0.0", "System.Diagnostics.TraceSource|5.0.0.0", "System.Diagnostics.Tracing|5.0.0.0", "System.Drawing.Primitives|5.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|5.0.0.0", "System.Formats.Asn1|5.0.0.0", "System.Globalization.Calendars|5.0.0.0", "System.Globalization.Extensions|5.0.0.0", "System.Globalization|5.0.0.0", "System.IO.Compression.Brotli|5.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|5.0.0.0", "System.IO.Compression|5.0.0.0", "System.IO.FileSystem.DriveInfo|5.0.0.0", "System.IO.FileSystem.Primitives|5.0.0.0", "System.IO.FileSystem.Watcher|5.0.0.0", "System.IO.FileSystem|5.0.0.0", "System.IO.IsolatedStorage|5.0.0.0", "System.IO.MemoryMappedFiles|5.0.0.0", "System.IO.Pipes|5.0.0.0", "System.IO.UnmanagedMemoryStream|5.0.0.0", "System.IO|5.0.0.0", "System.Linq.Expressions|5.0.0.0", "System.Linq.Parallel|5.0.0.0", "System.Linq.Queryable|5.0.0.0", "System.Linq|5.0.0.0", "System.Memory|5.0.0.0", "System.Net.Http.Json|5.0.0.0", "System.Net.Http|5.0.0.0", "System.Net.HttpListener|5.0.0.0", "System.Net.Mail|5.0.0.0", "System.Net.NameResolution|5.0.0.0", "System.Net.NetworkInformation|5.0.0.0", "System.Net.Ping|5.0.0.0", "System.Net.Primitives|5.0.0.0", "System.Net.Requests|5.0.0.0", "System.Net.Security|5.0.0.0", "System.Net.ServicePoint|5.0.0.0", "System.Net.Sockets|5.0.0.0", "System.Net.WebClient|5.0.0.0", "System.Net.WebHeaderCollection|5.0.0.0", "System.Net.WebProxy|5.0.0.0", "System.Net.WebSockets.Client|5.0.0.0", "System.Net.WebSockets|5.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|5.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|5.0.0.0", "System.Reflection.DispatchProxy|5.0.0.0", "System.Reflection.Emit.ILGeneration|5.0.0.0", "System.Reflection.Emit.Lightweight|5.0.0.0", "System.Reflection.Emit|5.0.0.0", "System.Reflection.Extensions|5.0.0.0", "System.Reflection.Metadata|5.0.0.0", "System.Reflection.Primitives|5.0.0.0", "System.Reflection.TypeExtensions|5.0.0.0", "System.Reflection|5.0.0.0", "System.Resources.Reader|5.0.0.0", "System.Resources.ResourceManager|5.0.0.0", "System.Resources.Writer|5.0.0.0", "System.Runtime.CompilerServices.Unsafe|5.0.0.0", "System.Runtime.CompilerServices.VisualC|5.0.0.0", "System.Runtime.Extensions|5.0.0.0", "System.Runtime.Handles|5.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|5.0.0.0", "System.Runtime.InteropServices|5.0.0.0", "System.Runtime.Intrinsics|5.0.0.0", "System.Runtime.Loader|5.0.0.0", "System.Runtime.Numerics|5.0.0.0", "System.Runtime.Serialization.Formatters|5.0.0.0", "System.Runtime.Serialization.Json|5.0.0.0", "System.Runtime.Serialization.Primitives|5.0.0.0", "System.Runtime.Serialization.Xml|5.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|5.0.0.0", "System.Security.Claims|5.0.0.0", "System.Security.Cryptography.Algorithms|5.0.0.0", "System.Security.Cryptography.Csp|5.0.0.0", "System.Security.Cryptography.Encoding|5.0.0.0", "System.Security.Cryptography.Primitives|5.0.0.0", "System.Security.Cryptography.X509Certificates|5.0.0.0", "System.Security.Principal|5.0.0.0", "System.Security.SecureString|5.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|5.0.0.0", "System.Text.Encoding.Extensions|5.0.0.0", "System.Text.Encoding|5.0.0.0", "System.Text.Encodings.Web|5.0.0.0", "System.Text.Json|5.0.0.0", "System.Text.RegularExpressions|5.0.0.0", "System.Threading.Channels|5.0.0.0", "System.Threading.Overlapped|5.0.0.0", "System.Threading.Tasks.Dataflow|5.0.0.0", "System.Threading.Tasks.Extensions|5.0.0.0", "System.Threading.Tasks.Parallel|5.0.0.0", "System.Threading.Tasks|5.0.0.0", "System.Threading.Thread|5.0.0.0", "System.Threading.ThreadPool|5.0.0.0", "System.Threading.Timer|5.0.0.0", "System.Threading|5.0.0.0", "System.Transactions.Local|5.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|4.0.3.0", "System.Web.HttpUtility|5.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|5.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|5.0.0.0", "System.Xml.XPath.XDocument|5.0.0.0", "System.Xml.XPath|5.0.0.0", "System.Xml.XmlDocument|5.0.0.0", "System.Xml.XmlSerializer|5.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"]}, - {"name": "microsoft.netcore.app.ref.v6.0.33", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.33", "sha512": "sha512-XE3ED2QPu/JI5RNEV/gBinQEYk+IyHIWRhGtO2UgGdWCVYlvUOfQxKgn2P3SpycQVxPQjQV2mxk6vE3jKb5WYw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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"]}, + {"name": "microsoft.netcore.app.ref.v6.0.36", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.36", "sha512": "sha512-qAcjjw2vDNJrTIw7R4UWLQuvslJbUpXxTrd1ckfDpWPqE0cEehOd9CvwizbD7HADjewzVv+LKvB5aOWYnpNmKA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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"]}, {"name": "microsoft.netcore.app.ref.v7.0.20", "id": "Microsoft.NETCore.App.Ref", "version": "7.0.20", "sha512": "sha512-dk6z/ZqMpZ4lxVisgnPX1H+MwiUTRQHhwq3e9VMSIRL5loVdqHlZ9fRFfAejEz3U8EbvGV43Vp3OwF5R7mlTTw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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|7.0.0.0", "Microsoft.VisualBasic.Core|12.0.0.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|7.0.0.0", "Microsoft.Win32.Registry|7.0.0.0", "System.AppContext|7.0.0.0", "System.Buffers|7.0.0.0", "System.Collections.Concurrent|7.0.0.0", "System.Collections.Immutable|7.0.0.0", "System.Collections.NonGeneric|7.0.0.0", "System.Collections.Specialized|7.0.0.0", "System.Collections|7.0.0.0", "System.ComponentModel.Annotations|7.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|7.0.0.0", "System.ComponentModel.Primitives|7.0.0.0", "System.ComponentModel.TypeConverter|7.0.0.0", "System.ComponentModel|7.0.0.0", "System.Configuration|4.0.0.0", "System.Console|7.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|7.0.0.0", "System.Data.DataSetExtensions|4.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|7.0.0.0", "System.Diagnostics.Debug|7.0.0.0", "System.Diagnostics.DiagnosticSource|7.0.0.0", "System.Diagnostics.FileVersionInfo|7.0.0.0", "System.Diagnostics.Process|7.0.0.0", "System.Diagnostics.StackTrace|7.0.0.0", "System.Diagnostics.TextWriterTraceListener|7.0.0.0", "System.Diagnostics.Tools|7.0.0.0", "System.Diagnostics.TraceSource|7.0.0.0", "System.Diagnostics.Tracing|7.0.0.0", "System.Drawing.Primitives|7.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|7.0.0.0", "System.Formats.Asn1|7.0.0.0", "System.Formats.Tar|7.0.0.0", "System.Globalization.Calendars|7.0.0.0", "System.Globalization.Extensions|7.0.0.0", "System.Globalization|7.0.0.0", "System.IO.Compression.Brotli|7.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|7.0.0.0", "System.IO.Compression|7.0.0.0", "System.IO.FileSystem.AccessControl|7.0.0.0", "System.IO.FileSystem.DriveInfo|7.0.0.0", "System.IO.FileSystem.Primitives|7.0.0.0", "System.IO.FileSystem.Watcher|7.0.0.0", "System.IO.FileSystem|7.0.0.0", "System.IO.IsolatedStorage|7.0.0.0", "System.IO.MemoryMappedFiles|7.0.0.0", "System.IO.Pipes.AccessControl|7.0.0.0", "System.IO.Pipes|7.0.0.0", "System.IO.UnmanagedMemoryStream|7.0.0.0", "System.IO|7.0.0.0", "System.Linq.Expressions|7.0.0.0", "System.Linq.Parallel|7.0.0.0", "System.Linq.Queryable|7.0.0.0", "System.Linq|7.0.0.0", "System.Memory|7.0.0.0", "System.Net.Http.Json|7.0.0.0", "System.Net.Http|7.0.0.0", "System.Net.HttpListener|7.0.0.0", "System.Net.Mail|7.0.0.0", "System.Net.NameResolution|7.0.0.0", "System.Net.NetworkInformation|7.0.0.0", "System.Net.Ping|7.0.0.0", "System.Net.Primitives|7.0.0.0", "System.Net.Quic|7.0.0.0", "System.Net.Requests|7.0.0.0", "System.Net.Security|7.0.0.0", "System.Net.ServicePoint|7.0.0.0", "System.Net.Sockets|7.0.0.0", "System.Net.WebClient|7.0.0.0", "System.Net.WebHeaderCollection|7.0.0.0", "System.Net.WebProxy|7.0.0.0", "System.Net.WebSockets.Client|7.0.0.0", "System.Net.WebSockets|7.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|7.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|7.0.0.0", "System.Reflection.DispatchProxy|7.0.0.0", "System.Reflection.Emit.ILGeneration|7.0.0.0", "System.Reflection.Emit.Lightweight|7.0.0.0", "System.Reflection.Emit|7.0.0.0", "System.Reflection.Extensions|7.0.0.0", "System.Reflection.Metadata|7.0.0.0", "System.Reflection.Primitives|7.0.0.0", "System.Reflection.TypeExtensions|7.0.0.0", "System.Reflection|7.0.0.0", "System.Resources.Reader|7.0.0.0", "System.Resources.ResourceManager|7.0.0.0", "System.Resources.Writer|7.0.0.0", "System.Runtime.CompilerServices.Unsafe|7.0.0.0", "System.Runtime.CompilerServices.VisualC|7.0.0.0", "System.Runtime.Extensions|7.0.0.0", "System.Runtime.Handles|7.0.0.0", "System.Runtime.InteropServices.JavaScript|7.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|7.0.0.0", "System.Runtime.InteropServices|7.0.0.0", "System.Runtime.Intrinsics|7.0.0.0", "System.Runtime.Loader|7.0.0.0", "System.Runtime.Numerics|7.0.0.0", "System.Runtime.Serialization.Formatters|7.0.0.0", "System.Runtime.Serialization.Json|7.0.0.0", "System.Runtime.Serialization.Primitives|7.0.0.0", "System.Runtime.Serialization.Xml|7.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|7.0.0.0", "System.Security.AccessControl|7.0.0.0", "System.Security.Claims|7.0.0.0", "System.Security.Cryptography.Algorithms|7.0.0.0", "System.Security.Cryptography.Cng|7.0.0.0", "System.Security.Cryptography.Csp|7.0.0.0", "System.Security.Cryptography.Encoding|7.0.0.0", "System.Security.Cryptography.OpenSsl|7.0.0.0", "System.Security.Cryptography.Primitives|7.0.0.0", "System.Security.Cryptography.X509Certificates|7.0.0.0", "System.Security.Cryptography|7.0.0.0", "System.Security.Principal.Windows|7.0.0.0", "System.Security.Principal|7.0.0.0", "System.Security.SecureString|7.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|7.0.0.0", "System.Text.Encoding.Extensions|7.0.0.0", "System.Text.Encoding|7.0.0.0", "System.Text.Encodings.Web|7.0.0.0", "System.Text.Json|7.0.0.0", "System.Text.RegularExpressions|7.0.0.0", "System.Threading.Channels|7.0.0.0", "System.Threading.Overlapped|7.0.0.0", "System.Threading.Tasks.Dataflow|7.0.0.0", "System.Threading.Tasks.Extensions|7.0.0.0", "System.Threading.Tasks.Parallel|7.0.0.0", "System.Threading.Tasks|7.0.0.0", "System.Threading.Thread|7.0.0.0", "System.Threading.ThreadPool|7.0.0.0", "System.Threading.Timer|7.0.0.0", "System.Threading|7.0.0.0", "System.Transactions.Local|7.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|4.0.3.0", "System.Web.HttpUtility|7.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|7.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|7.0.0.0", "System.Xml.XPath.XDocument|7.0.0.0", "System.Xml.XPath|7.0.0.0", "System.Xml.XmlDocument|7.0.0.0", "System.Xml.XmlSerializer|7.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"]}, - {"name": "microsoft.netcore.app.ref.v8.0.8", "id": "Microsoft.NETCore.App.Ref", "version": "8.0.8", "sha512": "sha512-1uhEepB+TzSA5qFtTUCsS94y1XG+QTlLYEg6uPybMzLI4QRRIOdK6wnYT3IMBHz9KDCZmpoLvwLiSx+SI0f1SA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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|8.0.0.0", "Microsoft.VisualBasic.Core|13.0.0.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|8.0.0.0", "Microsoft.Win32.Registry|8.0.0.0", "System.AppContext|8.0.0.0", "System.Buffers|8.0.0.0", "System.Collections.Concurrent|8.0.0.0", "System.Collections.Immutable|8.0.0.0", "System.Collections.NonGeneric|8.0.0.0", "System.Collections.Specialized|8.0.0.0", "System.Collections|8.0.0.0", "System.ComponentModel.Annotations|8.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|8.0.0.0", "System.ComponentModel.Primitives|8.0.0.0", "System.ComponentModel.TypeConverter|8.0.0.0", "System.ComponentModel|8.0.0.0", "System.Configuration|4.0.0.0", "System.Console|8.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|8.0.0.0", "System.Data.DataSetExtensions|8.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|8.0.0.0", "System.Diagnostics.Debug|8.0.0.0", "System.Diagnostics.DiagnosticSource|8.0.0.0", "System.Diagnostics.FileVersionInfo|8.0.0.0", "System.Diagnostics.Process|8.0.0.0", "System.Diagnostics.StackTrace|8.0.0.0", "System.Diagnostics.TextWriterTraceListener|8.0.0.0", "System.Diagnostics.Tools|8.0.0.0", "System.Diagnostics.TraceSource|8.0.0.0", "System.Diagnostics.Tracing|8.0.0.0", "System.Drawing.Primitives|8.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|8.0.0.0", "System.Formats.Asn1|8.0.0.0", "System.Formats.Tar|8.0.0.0", "System.Globalization.Calendars|8.0.0.0", "System.Globalization.Extensions|8.0.0.0", "System.Globalization|8.0.0.0", "System.IO.Compression.Brotli|8.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|8.0.0.0", "System.IO.Compression|8.0.0.0", "System.IO.FileSystem.AccessControl|8.0.0.0", "System.IO.FileSystem.DriveInfo|8.0.0.0", "System.IO.FileSystem.Primitives|8.0.0.0", "System.IO.FileSystem.Watcher|8.0.0.0", "System.IO.FileSystem|8.0.0.0", "System.IO.IsolatedStorage|8.0.0.0", "System.IO.MemoryMappedFiles|8.0.0.0", "System.IO.Pipes.AccessControl|8.0.0.0", "System.IO.Pipes|8.0.0.0", "System.IO.UnmanagedMemoryStream|8.0.0.0", "System.IO|8.0.0.0", "System.Linq.Expressions|8.0.0.0", "System.Linq.Parallel|8.0.0.0", "System.Linq.Queryable|8.0.0.0", "System.Linq|8.0.0.0", "System.Memory|8.0.0.0", "System.Net.Http.Json|8.0.0.0", "System.Net.Http|8.0.0.0", "System.Net.HttpListener|8.0.0.0", "System.Net.Mail|8.0.0.0", "System.Net.NameResolution|8.0.0.0", "System.Net.NetworkInformation|8.0.0.0", "System.Net.Ping|8.0.0.0", "System.Net.Primitives|8.0.0.0", "System.Net.Quic|8.0.0.0", "System.Net.Requests|8.0.0.0", "System.Net.Security|8.0.0.0", "System.Net.ServicePoint|8.0.0.0", "System.Net.Sockets|8.0.0.0", "System.Net.WebClient|8.0.0.0", "System.Net.WebHeaderCollection|8.0.0.0", "System.Net.WebProxy|8.0.0.0", "System.Net.WebSockets.Client|8.0.0.0", "System.Net.WebSockets|8.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|8.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|8.0.0.0", "System.Reflection.DispatchProxy|8.0.0.0", "System.Reflection.Emit.ILGeneration|8.0.0.0", "System.Reflection.Emit.Lightweight|8.0.0.0", "System.Reflection.Emit|8.0.0.0", "System.Reflection.Extensions|8.0.0.0", "System.Reflection.Metadata|8.0.0.0", "System.Reflection.Primitives|8.0.0.0", "System.Reflection.TypeExtensions|8.0.0.0", "System.Reflection|8.0.0.0", "System.Resources.Reader|8.0.0.0", "System.Resources.ResourceManager|8.0.0.0", "System.Resources.Writer|8.0.0.0", "System.Runtime.CompilerServices.Unsafe|8.0.0.0", "System.Runtime.CompilerServices.VisualC|8.0.0.0", "System.Runtime.Extensions|8.0.0.0", "System.Runtime.Handles|8.0.0.0", "System.Runtime.InteropServices.JavaScript|8.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|8.0.0.0", "System.Runtime.InteropServices|8.0.0.0", "System.Runtime.Intrinsics|8.0.0.0", "System.Runtime.Loader|8.0.0.0", "System.Runtime.Numerics|8.0.0.0", "System.Runtime.Serialization.Formatters|8.0.0.0", "System.Runtime.Serialization.Json|8.0.0.0", "System.Runtime.Serialization.Primitives|8.0.0.0", "System.Runtime.Serialization.Xml|8.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|8.0.0.0", "System.Security.AccessControl|8.0.0.0", "System.Security.Claims|8.0.0.0", "System.Security.Cryptography.Algorithms|8.0.0.0", "System.Security.Cryptography.Cng|8.0.0.0", "System.Security.Cryptography.Csp|8.0.0.0", "System.Security.Cryptography.Encoding|8.0.0.0", "System.Security.Cryptography.OpenSsl|8.0.0.0", "System.Security.Cryptography.Primitives|8.0.0.0", "System.Security.Cryptography.X509Certificates|8.0.0.0", "System.Security.Cryptography|8.0.0.0", "System.Security.Principal.Windows|8.0.0.0", "System.Security.Principal|8.0.0.0", "System.Security.SecureString|8.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|8.0.0.0", "System.Text.Encoding.Extensions|8.0.0.0", "System.Text.Encoding|8.0.0.0", "System.Text.Encodings.Web|8.0.0.0", "System.Text.Json|8.0.0.0", "System.Text.RegularExpressions|8.0.0.0", "System.Threading.Channels|8.0.0.0", "System.Threading.Overlapped|8.0.0.0", "System.Threading.Tasks.Dataflow|8.0.0.0", "System.Threading.Tasks.Extensions|8.0.0.0", "System.Threading.Tasks.Parallel|8.0.0.0", "System.Threading.Tasks|8.0.0.0", "System.Threading.Thread|8.0.0.0", "System.Threading.ThreadPool|8.0.0.0", "System.Threading.Timer|8.0.0.0", "System.Threading|8.0.0.0", "System.Transactions.Local|8.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|8.0.0.0", "System.Web.HttpUtility|8.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|8.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|8.0.0.0", "System.Xml.XPath.XDocument|8.0.0.0", "System.Xml.XPath|8.0.0.0", "System.Xml.XmlDocument|8.0.0.0", "System.Xml.XmlSerializer|8.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"]}, + {"name": "microsoft.netcore.app.ref.v8.0.11", "id": "Microsoft.NETCore.App.Ref", "version": "8.0.11", "sha512": "sha512-oMIPTmsRuaFIosXYWzEHFCu2pQK0JdtkuQdT4j1szfZ8BVTHtYsBqWdjGV3u9uaWiJld6V7FanVVU+Z8HWFQ6Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "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|8.0.0.0", "Microsoft.VisualBasic.Core|13.0.0.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|8.0.0.0", "Microsoft.Win32.Registry|8.0.0.0", "System.AppContext|8.0.0.0", "System.Buffers|8.0.0.0", "System.Collections.Concurrent|8.0.0.0", "System.Collections.Immutable|8.0.0.0", "System.Collections.NonGeneric|8.0.0.0", "System.Collections.Specialized|8.0.0.0", "System.Collections|8.0.0.0", "System.ComponentModel.Annotations|8.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|8.0.0.0", "System.ComponentModel.Primitives|8.0.0.0", "System.ComponentModel.TypeConverter|8.0.0.0", "System.ComponentModel|8.0.0.0", "System.Configuration|4.0.0.0", "System.Console|8.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|8.0.0.0", "System.Data.DataSetExtensions|8.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|8.0.0.0", "System.Diagnostics.Debug|8.0.0.0", "System.Diagnostics.DiagnosticSource|8.0.0.0", "System.Diagnostics.FileVersionInfo|8.0.0.0", "System.Diagnostics.Process|8.0.0.0", "System.Diagnostics.StackTrace|8.0.0.0", "System.Diagnostics.TextWriterTraceListener|8.0.0.0", "System.Diagnostics.Tools|8.0.0.0", "System.Diagnostics.TraceSource|8.0.0.0", "System.Diagnostics.Tracing|8.0.0.0", "System.Drawing.Primitives|8.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|8.0.0.0", "System.Formats.Asn1|8.0.0.0", "System.Formats.Tar|8.0.0.0", "System.Globalization.Calendars|8.0.0.0", "System.Globalization.Extensions|8.0.0.0", "System.Globalization|8.0.0.0", "System.IO.Compression.Brotli|8.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|8.0.0.0", "System.IO.Compression|8.0.0.0", "System.IO.FileSystem.AccessControl|8.0.0.0", "System.IO.FileSystem.DriveInfo|8.0.0.0", "System.IO.FileSystem.Primitives|8.0.0.0", "System.IO.FileSystem.Watcher|8.0.0.0", "System.IO.FileSystem|8.0.0.0", "System.IO.IsolatedStorage|8.0.0.0", "System.IO.MemoryMappedFiles|8.0.0.0", "System.IO.Pipes.AccessControl|8.0.0.0", "System.IO.Pipes|8.0.0.0", "System.IO.UnmanagedMemoryStream|8.0.0.0", "System.IO|8.0.0.0", "System.Linq.Expressions|8.0.0.0", "System.Linq.Parallel|8.0.0.0", "System.Linq.Queryable|8.0.0.0", "System.Linq|8.0.0.0", "System.Memory|8.0.0.0", "System.Net.Http.Json|8.0.0.0", "System.Net.Http|8.0.0.0", "System.Net.HttpListener|8.0.0.0", "System.Net.Mail|8.0.0.0", "System.Net.NameResolution|8.0.0.0", "System.Net.NetworkInformation|8.0.0.0", "System.Net.Ping|8.0.0.0", "System.Net.Primitives|8.0.0.0", "System.Net.Quic|8.0.0.0", "System.Net.Requests|8.0.0.0", "System.Net.Security|8.0.0.0", "System.Net.ServicePoint|8.0.0.0", "System.Net.Sockets|8.0.0.0", "System.Net.WebClient|8.0.0.0", "System.Net.WebHeaderCollection|8.0.0.0", "System.Net.WebProxy|8.0.0.0", "System.Net.WebSockets.Client|8.0.0.0", "System.Net.WebSockets|8.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|8.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|8.0.0.0", "System.Reflection.DispatchProxy|8.0.0.0", "System.Reflection.Emit.ILGeneration|8.0.0.0", "System.Reflection.Emit.Lightweight|8.0.0.0", "System.Reflection.Emit|8.0.0.0", "System.Reflection.Extensions|8.0.0.0", "System.Reflection.Metadata|8.0.0.0", "System.Reflection.Primitives|8.0.0.0", "System.Reflection.TypeExtensions|8.0.0.0", "System.Reflection|8.0.0.0", "System.Resources.Reader|8.0.0.0", "System.Resources.ResourceManager|8.0.0.0", "System.Resources.Writer|8.0.0.0", "System.Runtime.CompilerServices.Unsafe|8.0.0.0", "System.Runtime.CompilerServices.VisualC|8.0.0.0", "System.Runtime.Extensions|8.0.0.0", "System.Runtime.Handles|8.0.0.0", "System.Runtime.InteropServices.JavaScript|8.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|8.0.0.0", "System.Runtime.InteropServices|8.0.0.0", "System.Runtime.Intrinsics|8.0.0.0", "System.Runtime.Loader|8.0.0.0", "System.Runtime.Numerics|8.0.0.0", "System.Runtime.Serialization.Formatters|8.0.0.0", "System.Runtime.Serialization.Json|8.0.0.0", "System.Runtime.Serialization.Primitives|8.0.0.0", "System.Runtime.Serialization.Xml|8.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|8.0.0.0", "System.Security.AccessControl|8.0.0.0", "System.Security.Claims|8.0.0.0", "System.Security.Cryptography.Algorithms|8.0.0.0", "System.Security.Cryptography.Cng|8.0.0.0", "System.Security.Cryptography.Csp|8.0.0.0", "System.Security.Cryptography.Encoding|8.0.0.0", "System.Security.Cryptography.OpenSsl|8.0.0.0", "System.Security.Cryptography.Primitives|8.0.0.0", "System.Security.Cryptography.X509Certificates|8.0.0.0", "System.Security.Cryptography|8.0.0.0", "System.Security.Principal.Windows|8.0.0.0", "System.Security.Principal|8.0.0.0", "System.Security.SecureString|8.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|8.0.0.0", "System.Text.Encoding.Extensions|8.0.0.0", "System.Text.Encoding|8.0.0.0", "System.Text.Encodings.Web|8.0.0.0", "System.Text.Json|8.0.0.0", "System.Text.RegularExpressions|8.0.0.0", "System.Threading.Channels|8.0.0.0", "System.Threading.Overlapped|8.0.0.0", "System.Threading.Tasks.Dataflow|8.0.0.0", "System.Threading.Tasks.Extensions|8.0.0.0", "System.Threading.Tasks.Parallel|8.0.0.0", "System.Threading.Tasks|8.0.0.0", "System.Threading.Thread|8.0.0.0", "System.Threading.ThreadPool|8.0.0.0", "System.Threading.Timer|8.0.0.0", "System.Threading|8.0.0.0", "System.Transactions.Local|8.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|8.0.0.0", "System.Web.HttpUtility|8.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|8.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|8.0.0.0", "System.Xml.XPath.XDocument|8.0.0.0", "System.Xml.XPath|8.0.0.0", "System.Xml.XmlDocument|8.0.0.0", "System.Xml.XmlSerializer|8.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"]}, + {"name": "microsoft.netcore.app.ref.v9.0.0", "id": "Microsoft.NETCore.App.Ref", "version": "9.0.0", "sha512": "sha512-s9us2abMLwrWpH1glRbjlMhbwCLvq6MhVBwcAjCqeD36kgBT6rx8PA9Ro8W6715QvRz9luJPJLUd1A1Im5QjAA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.CSharp|4.7.0", "Microsoft.VisualBasic|10.4.0", "Microsoft.Win32.Primitives|4.3.0", "Microsoft.Win32.Registry|5.0.0", "runtime.debian.8-x64.runtime.native.System|4.3.1", "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.1", "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.1", "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.fedora.23-x64.runtime.native.System|4.3.1", "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.1", "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.1", "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.fedora.24-x64.runtime.native.System|4.3.1", "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.1", "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.1", "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.opensuse.13.2-x64.runtime.native.System|4.3.1", "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.1", "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.1", "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.opensuse.42.1-x64.runtime.native.System|4.3.1", "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.1", "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.1", "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.osx.10.10-x64.runtime.native.System|4.3.1", "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.1", "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.1", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.1", "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.rhel.7-x64.runtime.native.System|4.3.1", "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.1", "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.1", "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.1", "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.1", "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.1", "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.1", "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.1", "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.1", "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.1", "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.2", "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.1", "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.1", "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.4", "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3", "System.AppContext|4.3.0", "System.Buffers|5.0.0", "System.Collections|4.3.0", "System.Collections.Concurrent|4.3.0", "System.Collections.Immutable|9.0.0", "System.Collections.NonGeneric|4.3.0", "System.Collections.Specialized|4.3.0", "System.ComponentModel|4.3.0", "System.ComponentModel.Annotations|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.1", "System.Data.Common|4.3.0", "System.Data.DataSetExtensions|4.4.0", "System.Diagnostics.Contracts|4.3.0", "System.Diagnostics.Debug|4.3.0", "System.Diagnostics.DiagnosticSource|9.0.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.Drawing.Primitives|4.3.0", "System.Dynamic.Runtime|4.3.0", "System.Formats.Asn1|9.0.0", "System.Formats.Tar|9.0.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.1", "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.Pipes.AccessControl|5.0.0", "System.IO.Pipelines|9.0.0", "System.IO.UnmanagedMemoryStream|4.3.0", "System.Linq|4.3.0", "System.Linq.Expressions|4.3.0", "System.Linq.Parallel|4.3.0", "System.Linq.Queryable|4.3.0", "System.Memory|5.0.0", "System.Net.Http|4.3.4", "System.Net.Http.Json|9.0.0", "System.Net.NameResolution|4.3.0", "System.Net.NetworkInformation|4.3.0", "System.Net.Ping|4.3.0", "System.Net.Primitives|4.3.1", "System.Net.Requests|4.3.0", "System.Net.Security|4.3.2", "System.Net.Sockets|4.3.0", "System.Net.WebHeaderCollection|4.3.0", "System.Net.WebSockets|4.3.0", "System.Net.WebSockets.Client|4.3.2", "System.Numerics.Vectors|5.0.0", "System.ObjectModel|4.3.0", "System.Private.DataContractSerialization|4.3.0", "System.Private.Uri|4.3.2", "System.Reflection|4.3.0", "System.Reflection.DispatchProxy|6.0.0", "System.Reflection.Emit|4.7.0", "System.Reflection.Emit.ILGeneration|4.7.0", "System.Reflection.Emit.Lightweight|4.7.0", "System.Reflection.Extensions|4.3.0", "System.Reflection.Metadata|9.0.0", "System.Reflection.Primitives|4.3.0", "System.Reflection.TypeExtensions|4.3.0", "System.Resources.Reader|4.3.0", "System.Resources.ResourceManager|4.3.0", "System.Resources.Writer|4.3.0", "System.Runtime|4.3.1", "System.Runtime.CompilerServices.Unsafe|7.0.0", "System.Runtime.CompilerServices.VisualC|4.3.0", "System.Runtime.Extensions|4.3.1", "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.Runtime.Serialization.Xml|4.3.0", "System.Security.AccessControl|6.0.1", "System.Security.Claims|4.3.0", "System.Security.Cryptography.Algorithms|4.3.1", "System.Security.Cryptography.Cng|5.0.0", "System.Security.Cryptography.Csp|4.3.0", "System.Security.Cryptography.Encoding|4.3.0", "System.Security.Cryptography.OpenSsl|5.0.0", "System.Security.Cryptography.Primitives|4.3.0", "System.Security.Cryptography.X509Certificates|4.3.2", "System.Security.Principal|4.3.0", "System.Security.Principal.Windows|5.0.0", "System.Security.SecureString|4.3.0", "System.Text.Encoding|4.3.0", "System.Text.Encoding.CodePages|9.0.0", "System.Text.Encoding.Extensions|4.3.0", "System.Text.Encodings.Web|9.0.0", "System.Text.Json|9.0.0", "System.Text.RegularExpressions|4.3.1", "System.Threading|4.3.0", "System.Threading.Channels|9.0.0", "System.Threading.Overlapped|4.3.0", "System.Threading.Tasks|4.3.0", "System.Threading.Tasks.Dataflow|9.0.0", "System.Threading.Tasks.Extensions|5.0.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.5.0", "System.Xml.ReaderWriter|4.3.1", "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|5.0.0"], "framework_list": ["Microsoft.CSharp|9.0.0.0", "Microsoft.VisualBasic.Core|14.0.0.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|9.0.0.0", "Microsoft.Win32.Registry|9.0.0.0", "System.AppContext|9.0.0.0", "System.Buffers|9.0.0.0", "System.Collections.Concurrent|9.0.0.0", "System.Collections.Immutable|9.0.0.0", "System.Collections.NonGeneric|9.0.0.0", "System.Collections.Specialized|9.0.0.0", "System.Collections|9.0.0.0", "System.ComponentModel.Annotations|9.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|9.0.0.0", "System.ComponentModel.Primitives|9.0.0.0", "System.ComponentModel.TypeConverter|9.0.0.0", "System.ComponentModel|9.0.0.0", "System.Configuration|4.0.0.0", "System.Console|9.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|9.0.0.0", "System.Data.DataSetExtensions|9.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|9.0.0.0", "System.Diagnostics.Debug|9.0.0.0", "System.Diagnostics.DiagnosticSource|9.0.0.0", "System.Diagnostics.FileVersionInfo|9.0.0.0", "System.Diagnostics.Process|9.0.0.0", "System.Diagnostics.StackTrace|9.0.0.0", "System.Diagnostics.TextWriterTraceListener|9.0.0.0", "System.Diagnostics.Tools|9.0.0.0", "System.Diagnostics.TraceSource|9.0.0.0", "System.Diagnostics.Tracing|9.0.0.0", "System.Drawing.Primitives|9.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|9.0.0.0", "System.Formats.Asn1|9.0.0.0", "System.Formats.Tar|9.0.0.0", "System.Globalization.Calendars|9.0.0.0", "System.Globalization.Extensions|9.0.0.0", "System.Globalization|9.0.0.0", "System.IO.Compression.Brotli|9.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|9.0.0.0", "System.IO.Compression|9.0.0.0", "System.IO.FileSystem.AccessControl|9.0.0.0", "System.IO.FileSystem.DriveInfo|9.0.0.0", "System.IO.FileSystem.Primitives|9.0.0.0", "System.IO.FileSystem.Watcher|9.0.0.0", "System.IO.FileSystem|9.0.0.0", "System.IO.IsolatedStorage|9.0.0.0", "System.IO.MemoryMappedFiles|9.0.0.0", "System.IO.Pipelines|9.0.0.0", "System.IO.Pipes.AccessControl|9.0.0.0", "System.IO.Pipes|9.0.0.0", "System.IO.UnmanagedMemoryStream|9.0.0.0", "System.IO|9.0.0.0", "System.Linq.Expressions|9.0.0.0", "System.Linq.Parallel|9.0.0.0", "System.Linq.Queryable|9.0.0.0", "System.Linq|9.0.0.0", "System.Memory|9.0.0.0", "System.Net.Http.Json|9.0.0.0", "System.Net.Http|9.0.0.0", "System.Net.HttpListener|9.0.0.0", "System.Net.Mail|9.0.0.0", "System.Net.NameResolution|9.0.0.0", "System.Net.NetworkInformation|9.0.0.0", "System.Net.Ping|9.0.0.0", "System.Net.Primitives|9.0.0.0", "System.Net.Quic|9.0.0.0", "System.Net.Requests|9.0.0.0", "System.Net.Security|9.0.0.0", "System.Net.ServicePoint|9.0.0.0", "System.Net.Sockets|9.0.0.0", "System.Net.WebClient|9.0.0.0", "System.Net.WebHeaderCollection|9.0.0.0", "System.Net.WebProxy|9.0.0.0", "System.Net.WebSockets.Client|9.0.0.0", "System.Net.WebSockets|9.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|9.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|9.0.0.0", "System.Reflection.DispatchProxy|9.0.0.0", "System.Reflection.Emit.ILGeneration|9.0.0.0", "System.Reflection.Emit.Lightweight|9.0.0.0", "System.Reflection.Emit|9.0.0.0", "System.Reflection.Extensions|9.0.0.0", "System.Reflection.Metadata|9.0.0.0", "System.Reflection.Primitives|9.0.0.0", "System.Reflection.TypeExtensions|9.0.0.0", "System.Reflection|9.0.0.0", "System.Resources.Reader|9.0.0.0", "System.Resources.ResourceManager|9.0.0.0", "System.Resources.Writer|9.0.0.0", "System.Runtime.CompilerServices.Unsafe|9.0.0.0", "System.Runtime.CompilerServices.VisualC|9.0.0.0", "System.Runtime.Extensions|9.0.0.0", "System.Runtime.Handles|9.0.0.0", "System.Runtime.InteropServices.JavaScript|9.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|9.0.0.0", "System.Runtime.InteropServices|9.0.0.0", "System.Runtime.Intrinsics|9.0.0.0", "System.Runtime.Loader|9.0.0.0", "System.Runtime.Numerics|9.0.0.0", "System.Runtime.Serialization.Formatters|8.1.0.0", "System.Runtime.Serialization.Json|9.0.0.0", "System.Runtime.Serialization.Primitives|9.0.0.0", "System.Runtime.Serialization.Xml|9.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|9.0.0.0", "System.Security.AccessControl|9.0.0.0", "System.Security.Claims|9.0.0.0", "System.Security.Cryptography.Algorithms|9.0.0.0", "System.Security.Cryptography.Cng|9.0.0.0", "System.Security.Cryptography.Csp|9.0.0.0", "System.Security.Cryptography.Encoding|9.0.0.0", "System.Security.Cryptography.OpenSsl|9.0.0.0", "System.Security.Cryptography.Primitives|9.0.0.0", "System.Security.Cryptography.X509Certificates|9.0.0.0", "System.Security.Cryptography|9.0.0.0", "System.Security.Principal.Windows|9.0.0.0", "System.Security.Principal|9.0.0.0", "System.Security.SecureString|9.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|9.0.0.0", "System.Text.Encoding.Extensions|9.0.0.0", "System.Text.Encoding|9.0.0.0", "System.Text.Encodings.Web|9.0.0.0", "System.Text.Json|9.0.0.0", "System.Text.RegularExpressions|9.0.0.0", "System.Threading.Channels|9.0.0.0", "System.Threading.Overlapped|9.0.0.0", "System.Threading.Tasks.Dataflow|9.0.0.0", "System.Threading.Tasks.Extensions|9.0.0.0", "System.Threading.Tasks.Parallel|9.0.0.0", "System.Threading.Tasks|9.0.0.0", "System.Threading.Thread|9.0.0.0", "System.Threading.ThreadPool|9.0.0.0", "System.Threading.Timer|9.0.0.0", "System.Threading|9.0.0.0", "System.Transactions.Local|9.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|9.0.0.0", "System.Web.HttpUtility|9.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|9.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|9.0.0.0", "System.Xml.XPath.XDocument|9.0.0.0", "System.Xml.XPath|9.0.0.0", "System.Xml.XmlDocument|9.0.0.0", "System.Xml.XmlSerializer|9.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"]}, {"name": "microsoft.aspnetcore.app.v2.1.34", "id": "Microsoft.AspNetCore.App", "version": "2.1.34", "sha512": "sha512-SIOjTfqVrxUu6Ov6YTO2Szq4qZ/FWjX0O4pFPz+bV6BVC5PJCEfkSrGE26rxuGENVMCuU6nNehDrpa/7rqhk6Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.v2.2.8", "id": "Microsoft.AspNetCore.App", "version": "2.2.8", "sha512": "sha512-tN5tV4OSYlw2Rw2AJVV2K2irF6ijReRgm0sQMuwVyR1+D8d6rgiZggGs/6QCut9mo8xtcH12g9RJmbpQwDJbnA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": [], "framework_list": []}, {"name": "microsoft.aspnetcore.app.ref.v3.0.1", "id": "Microsoft.AspNetCore.App.Ref", "version": "3.0.1", "sha512": "sha512-WlsoQyUrygTLB389vvp/ORtgQlVq8l2fhFxA9kQ9L2QiMqNgVqycOUZkauc26Knf2uJ34XtrDj2q6zM8lNnRwQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Win32.Registry|4.6.0", "System.Diagnostics.EventLog|4.6.0", "System.IO.Pipelines|4.6.0", "System.Security.AccessControl|4.6.0", "System.Security.Cryptography.Cng|4.6.0", "System.Security.Cryptography.Xml|4.6.0", "System.Security.Permissions|4.6.0", "System.Security.Principal.Windows|4.6.0", "System.Windows.Extensions|4.6.0", "Microsoft.Extensions.Caching.Abstractions|3.0.0", "Microsoft.Extensions.Caching.Memory|3.0.0", "Microsoft.Extensions.Configuration.Abstractions|3.0.0", "Microsoft.Extensions.Configuration.Binder|3.0.0", "Microsoft.Extensions.Configuration.CommandLine|3.0.0", "Microsoft.Extensions.Configuration|3.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|3.0.0", "Microsoft.Extensions.Configuration.FileExtensions|3.0.0", "Microsoft.Extensions.Configuration.Ini|3.0.0", "Microsoft.Extensions.Configuration.Json|3.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|3.0.0", "Microsoft.Extensions.Configuration.UserSecrets|3.0.0", "Microsoft.Extensions.Configuration.Xml|3.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|3.0.0", "Microsoft.Extensions.DependencyInjection|3.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|3.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|3.0.0", "Microsoft.Extensions.FileProviders.Abstractions|3.0.0", "Microsoft.Extensions.FileProviders.Composite|3.0.0", "Microsoft.Extensions.FileProviders.Embedded|3.0.0", "Microsoft.Extensions.FileProviders.Physical|3.0.0", "Microsoft.Extensions.FileSystemGlobbing|3.0.0", "Microsoft.Extensions.Hosting.Abstractions|3.0.0", "Microsoft.Extensions.Hosting|3.0.0", "Microsoft.Extensions.Http|3.0.0", "Microsoft.Extensions.Localization.Abstractions|3.0.0", "Microsoft.Extensions.Localization|3.0.0", "Microsoft.Extensions.Logging.Abstractions|3.0.0", "Microsoft.Extensions.Logging.Configuration|3.0.0", "Microsoft.Extensions.Logging.Console|3.0.0", "Microsoft.Extensions.Logging.Debug|3.0.0", "Microsoft.Extensions.Logging|3.0.0", "Microsoft.Extensions.Logging.EventLog|3.0.0", "Microsoft.Extensions.Logging.EventSource|3.0.0", "Microsoft.Extensions.Logging.TraceSource|3.0.0", "Microsoft.Extensions.ObjectPool|3.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|3.0.0", "Microsoft.Extensions.Options.DataAnnotations|3.0.0", "Microsoft.Extensions.Options|3.0.0", "Microsoft.Extensions.Primitives|3.0.0", "Microsoft.Extensions.WebEncoders|3.0.0", "Microsoft.JSInterop|3.0.0", "Microsoft.AspNetCore.Antiforgery|3.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|3.0.0", "Microsoft.AspNetCore.Authentication.Cookies|3.0.0", "Microsoft.AspNetCore.Authentication.Core|3.0.0", "Microsoft.AspNetCore.Authentication|3.0.0", "Microsoft.AspNetCore.Authentication.OAuth|3.0.0", "Microsoft.AspNetCore.Authorization|3.0.0", "Microsoft.AspNetCore.Authorization.Policy|3.0.0", "Microsoft.AspNetCore.Components.Authorization|3.0.0", "Microsoft.AspNetCore.Components|3.0.0", "Microsoft.AspNetCore.Components.Forms|3.0.0", "Microsoft.AspNetCore.Components.Server|3.0.0", "Microsoft.AspNetCore.Components.Web|3.0.0", "Microsoft.AspNetCore.Connections.Abstractions|3.0.0", "Microsoft.AspNetCore.CookiePolicy|3.0.0", "Microsoft.AspNetCore.Cors|3.0.0", "Microsoft.AspNetCore.Cryptography.Internal|3.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|3.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|3.0.0", "Microsoft.AspNetCore.DataProtection|3.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|3.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|3.0.0", "Microsoft.AspNetCore.Diagnostics|3.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|3.0.0", "Microsoft.AspNetCore|3.0.0", "Microsoft.AspNetCore.HostFiltering|3.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|3.0.0", "Microsoft.AspNetCore.Hosting|3.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|3.0.0", "Microsoft.AspNetCore.Html.Abstractions|3.0.0", "Microsoft.AspNetCore.Http.Abstractions|3.0.0", "Microsoft.AspNetCore.Http.Connections.Common|3.0.0", "Microsoft.AspNetCore.Http.Connections|3.0.0", "Microsoft.AspNetCore.Http|3.0.0", "Microsoft.AspNetCore.Http.Extensions|3.0.0", "Microsoft.AspNetCore.Http.Features|3.0.0", "Microsoft.AspNetCore.HttpOverrides|3.0.0", "Microsoft.AspNetCore.HttpsPolicy|3.0.0", "Microsoft.AspNetCore.Identity|3.0.0", "Microsoft.AspNetCore.Localization|3.0.0", "Microsoft.AspNetCore.Localization.Routing|3.0.0", "Microsoft.AspNetCore.Metadata|3.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|3.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|3.0.0", "Microsoft.AspNetCore.Mvc.Core|3.0.0", "Microsoft.AspNetCore.Mvc.Cors|3.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|3.0.0", "Microsoft.AspNetCore.Mvc|3.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|3.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|3.0.0", "Microsoft.AspNetCore.Mvc.Localization|3.0.0", "Microsoft.AspNetCore.Mvc.Razor|3.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|3.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|3.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|3.0.0", "Microsoft.AspNetCore.Razor|3.0.0", "Microsoft.AspNetCore.Razor.Runtime|3.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|3.0.0", "Microsoft.AspNetCore.ResponseCaching|3.0.0", "Microsoft.AspNetCore.ResponseCompression|3.0.0", "Microsoft.AspNetCore.Rewrite|3.0.0", "Microsoft.AspNetCore.Routing.Abstractions|3.0.0", "Microsoft.AspNetCore.Routing|3.0.0", "Microsoft.AspNetCore.Server.HttpSys|3.0.0", "Microsoft.AspNetCore.Server.IIS|3.0.0", "Microsoft.AspNetCore.Server.IISIntegration|3.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|3.0.0", "Microsoft.AspNetCore.Server.Kestrel|3.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|3.0.0", "Microsoft.AspNetCore.Session|3.0.0", "Microsoft.AspNetCore.SignalR.Common|3.0.0", "Microsoft.AspNetCore.SignalR.Core|3.0.0", "Microsoft.AspNetCore.SignalR|3.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|3.0.0", "Microsoft.AspNetCore.StaticFiles|3.0.0", "Microsoft.AspNetCore.WebSockets|3.0.0", "Microsoft.AspNetCore.WebUtilities|3.0.0", "Microsoft.Extensions.Identity.Core|3.0.0", "Microsoft.Extensions.Identity.Stores|3.0.0", "Microsoft.Net.Http.Headers|3.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|3.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|3.0.0.0", "Microsoft.AspNetCore.Authentication.Core|3.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|3.0.0.0", "Microsoft.AspNetCore.Authentication|3.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|3.0.0.0", "Microsoft.AspNetCore.Authorization|3.0.0.0", "Microsoft.AspNetCore.Components.Authorization|3.0.0.0", "Microsoft.AspNetCore.Components.Forms|3.0.0.0", "Microsoft.AspNetCore.Components.Server|3.0.0.0", "Microsoft.AspNetCore.Components.Web|3.0.0.0", "Microsoft.AspNetCore.Components|3.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|3.0.0.0", "Microsoft.AspNetCore.CookiePolicy|3.0.0.0", "Microsoft.AspNetCore.Cors|3.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|3.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|3.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|3.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|3.0.0.0", "Microsoft.AspNetCore.DataProtection|3.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|3.0.0.0", "Microsoft.AspNetCore.Diagnostics|3.0.0.0", "Microsoft.AspNetCore.HostFiltering|3.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Hosting|3.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|3.0.0.0", "Microsoft.AspNetCore.Http.Connections|3.0.0.0", "Microsoft.AspNetCore.Http.Extensions|3.0.0.0", "Microsoft.AspNetCore.Http.Features|3.0.0.0", "Microsoft.AspNetCore.Http|3.0.0.0", "Microsoft.AspNetCore.HttpOverrides|3.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|3.0.0.0", "Microsoft.AspNetCore.Identity|3.0.0.0", "Microsoft.AspNetCore.Localization.Routing|3.0.0.0", "Microsoft.AspNetCore.Localization|3.0.0.0", "Microsoft.AspNetCore.Metadata|3.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|3.0.0.0", "Microsoft.AspNetCore.Mvc.Core|3.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|3.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|3.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|3.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|3.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|3.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|3.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|3.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|3.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|3.0.0.0", "Microsoft.AspNetCore.Mvc|3.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|3.0.0.0", "Microsoft.AspNetCore.Razor|3.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|3.0.0.0", "Microsoft.AspNetCore.ResponseCaching|3.0.0.0", "Microsoft.AspNetCore.ResponseCompression|3.0.0.0", "Microsoft.AspNetCore.Rewrite|3.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|3.0.0.0", "Microsoft.AspNetCore.Routing|3.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|3.0.0.0", "Microsoft.AspNetCore.Server.IIS|3.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|3.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|3.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|3.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|3.0.0.0", "Microsoft.AspNetCore.Session|3.0.0.0", "Microsoft.AspNetCore.SignalR.Common|3.0.0.0", "Microsoft.AspNetCore.SignalR.Core|3.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|3.0.0.0", "Microsoft.AspNetCore.SignalR|3.0.0.0", "Microsoft.AspNetCore.StaticFiles|3.0.0.0", "Microsoft.AspNetCore.WebSockets|3.0.0.0", "Microsoft.AspNetCore.WebUtilities|3.0.0.0", "Microsoft.AspNetCore|3.0.0.0", "Microsoft.Extensions.Caching.Abstractions|3.0.0.0", "Microsoft.Extensions.Caching.Memory|3.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|3.0.0.0", "Microsoft.Extensions.Configuration.Binder|3.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|3.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|3.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|3.0.0.0", "Microsoft.Extensions.Configuration.Ini|3.0.0.0", "Microsoft.Extensions.Configuration.Json|3.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|3.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|3.0.0.0", "Microsoft.Extensions.Configuration.Xml|3.0.0.0", "Microsoft.Extensions.Configuration|3.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|3.0.0.0", "Microsoft.Extensions.DependencyInjection|3.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|3.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|3.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|3.0.0.0", "Microsoft.Extensions.FileProviders.Composite|3.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|3.0.0.0", "Microsoft.Extensions.FileProviders.Physical|3.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|3.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|3.0.0.0", "Microsoft.Extensions.Hosting|3.0.0.0", "Microsoft.Extensions.Http|3.0.0.0", "Microsoft.Extensions.Identity.Core|3.0.0.0", "Microsoft.Extensions.Identity.Stores|3.0.0.0", "Microsoft.Extensions.Localization.Abstractions|3.0.0.0", "Microsoft.Extensions.Localization|3.0.0.0", "Microsoft.Extensions.Logging.Abstractions|3.0.0.0", "Microsoft.Extensions.Logging.Configuration|3.0.0.0", "Microsoft.Extensions.Logging.Console|3.0.0.0", "Microsoft.Extensions.Logging.Debug|3.0.0.0", "Microsoft.Extensions.Logging.EventLog|3.0.0.0", "Microsoft.Extensions.Logging.EventSource|3.0.0.0", "Microsoft.Extensions.Logging.TraceSource|3.0.0.0", "Microsoft.Extensions.Logging|3.0.0.0", "Microsoft.Extensions.ObjectPool|3.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|3.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|3.0.0.0", "Microsoft.Extensions.Options|3.0.0.0", "Microsoft.Extensions.Primitives|3.0.0.0", "Microsoft.Extensions.WebEncoders|3.0.0.0", "Microsoft.JSInterop|3.0.0.0", "Microsoft.Net.Http.Headers|3.0.0.0", "Microsoft.Win32.Registry|4.1.2.0", "System.Diagnostics.EventLog|4.0.1.0", "System.IO.Pipelines|4.0.1.0", "System.Security.AccessControl|4.1.1.0", "System.Security.Cryptography.Cng|4.3.2.0", "System.Security.Cryptography.Xml|4.0.2.0", "System.Security.Permissions|4.0.2.0", "System.Security.Principal.Windows|4.1.1.0", "System.Windows.Extensions|4.0.0.0"]}, {"name": "microsoft.aspnetcore.app.ref.v3.1.10", "id": "Microsoft.AspNetCore.App.Ref", "version": "3.1.10", "sha512": "sha512-yojrAwINItqiOp1XYc50AakRLEnJTOLSgCHdWMECI09NB+25i2eL/gaVcGfC/1986bsGGa/Afd85tcpFsuUnSQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Win32.Registry|4.7.0", "System.Diagnostics.EventLog|4.7.0", "System.IO.Pipelines|4.7.0", "System.Security.AccessControl|4.7.0", "System.Security.Cryptography.Cng|4.7.0", "System.Security.Cryptography.Xml|4.7.0", "System.Security.Permissions|4.7.0", "System.Security.Principal.Windows|4.7.0", "System.Windows.Extensions|4.7.0", "Microsoft.Extensions.Caching.Abstractions|3.1.0", "Microsoft.Extensions.Caching.Memory|3.1.0", "Microsoft.Extensions.Configuration.Abstractions|3.1.0", "Microsoft.Extensions.Configuration.Binder|3.1.0", "Microsoft.Extensions.Configuration.CommandLine|3.1.0", "Microsoft.Extensions.Configuration|3.1.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|3.1.0", "Microsoft.Extensions.Configuration.FileExtensions|3.1.0", "Microsoft.Extensions.Configuration.Ini|3.1.0", "Microsoft.Extensions.Configuration.Json|3.1.0", "Microsoft.Extensions.Configuration.KeyPerFile|3.1.0", "Microsoft.Extensions.Configuration.UserSecrets|3.1.0", "Microsoft.Extensions.Configuration.Xml|3.1.0", "Microsoft.Extensions.DependencyInjection.Abstractions|3.1.0", "Microsoft.Extensions.DependencyInjection|3.1.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|3.1.0", "Microsoft.Extensions.Diagnostics.HealthChecks|3.1.0", "Microsoft.Extensions.FileProviders.Abstractions|3.1.0", "Microsoft.Extensions.FileProviders.Composite|3.1.0", "Microsoft.Extensions.FileProviders.Embedded|3.1.0", "Microsoft.Extensions.FileProviders.Physical|3.1.0", "Microsoft.Extensions.FileSystemGlobbing|3.1.0", "Microsoft.Extensions.Hosting.Abstractions|3.1.0", "Microsoft.Extensions.Hosting|3.1.0", "Microsoft.Extensions.Http|3.1.0", "Microsoft.Extensions.Localization.Abstractions|3.1.0", "Microsoft.Extensions.Localization|3.1.0", "Microsoft.Extensions.Logging.Abstractions|3.1.0", "Microsoft.Extensions.Logging.Configuration|3.1.0", "Microsoft.Extensions.Logging.Console|3.1.0", "Microsoft.Extensions.Logging.Debug|3.1.0", "Microsoft.Extensions.Logging|3.1.0", "Microsoft.Extensions.Logging.EventLog|3.1.0", "Microsoft.Extensions.Logging.EventSource|3.1.0", "Microsoft.Extensions.Logging.TraceSource|3.1.0", "Microsoft.Extensions.ObjectPool|3.1.0", "Microsoft.Extensions.Options.ConfigurationExtensions|3.1.0", "Microsoft.Extensions.Options.DataAnnotations|3.1.0", "Microsoft.Extensions.Options|3.1.0", "Microsoft.Extensions.Primitives|3.1.0", "Microsoft.Extensions.WebEncoders|3.1.0", "Microsoft.JSInterop|3.1.0", "Microsoft.AspNetCore.Antiforgery|3.1.0", "Microsoft.AspNetCore.Authentication.Abstractions|3.1.0", "Microsoft.AspNetCore.Authentication.Cookies|3.1.0", "Microsoft.AspNetCore.Authentication.Core|3.1.0", "Microsoft.AspNetCore.Authentication|3.1.0", "Microsoft.AspNetCore.Authentication.OAuth|3.1.0", "Microsoft.AspNetCore.Authorization|3.1.0", "Microsoft.AspNetCore.Authorization.Policy|3.1.0", "Microsoft.AspNetCore.Components.Authorization|3.1.0", "Microsoft.AspNetCore.Components|3.1.0", "Microsoft.AspNetCore.Components.Forms|3.1.0", "Microsoft.AspNetCore.Components.Server|3.1.0", "Microsoft.AspNetCore.Components.Web|3.1.0", "Microsoft.AspNetCore.Connections.Abstractions|3.1.0", "Microsoft.AspNetCore.CookiePolicy|3.1.0", "Microsoft.AspNetCore.Cors|3.1.0", "Microsoft.AspNetCore.Cryptography.Internal|3.1.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|3.1.0", "Microsoft.AspNetCore.DataProtection.Abstractions|3.1.0", "Microsoft.AspNetCore.DataProtection|3.1.0", "Microsoft.AspNetCore.DataProtection.Extensions|3.1.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|3.1.0", "Microsoft.AspNetCore.Diagnostics|3.1.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|3.1.0", "Microsoft.AspNetCore|3.1.0", "Microsoft.AspNetCore.HostFiltering|3.1.0", "Microsoft.AspNetCore.Hosting.Abstractions|3.1.0", "Microsoft.AspNetCore.Hosting|3.1.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|3.1.0", "Microsoft.AspNetCore.Html.Abstractions|3.1.0", "Microsoft.AspNetCore.Http.Abstractions|3.1.0", "Microsoft.AspNetCore.Http.Connections.Common|3.1.0", "Microsoft.AspNetCore.Http.Connections|3.1.0", "Microsoft.AspNetCore.Http|3.1.0", "Microsoft.AspNetCore.Http.Extensions|3.1.0", "Microsoft.AspNetCore.Http.Features|3.1.0", "Microsoft.AspNetCore.HttpOverrides|3.1.0", "Microsoft.AspNetCore.HttpsPolicy|3.1.0", "Microsoft.AspNetCore.Identity|3.1.0", "Microsoft.AspNetCore.Localization|3.1.0", "Microsoft.AspNetCore.Localization.Routing|3.1.0", "Microsoft.AspNetCore.Metadata|3.1.0", "Microsoft.AspNetCore.Mvc.Abstractions|3.1.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|3.1.0", "Microsoft.AspNetCore.Mvc.Core|3.1.0", "Microsoft.AspNetCore.Mvc.Cors|3.1.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|3.1.0", "Microsoft.AspNetCore.Mvc|3.1.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|3.1.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|3.1.0", "Microsoft.AspNetCore.Mvc.Localization|3.1.0", "Microsoft.AspNetCore.Mvc.Razor|3.1.0", "Microsoft.AspNetCore.Mvc.RazorPages|3.1.0", "Microsoft.AspNetCore.Mvc.TagHelpers|3.1.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|3.1.0", "Microsoft.AspNetCore.Razor|3.1.0", "Microsoft.AspNetCore.Razor.Runtime|3.1.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|3.1.0", "Microsoft.AspNetCore.ResponseCaching|3.1.0", "Microsoft.AspNetCore.ResponseCompression|3.1.0", "Microsoft.AspNetCore.Rewrite|3.1.0", "Microsoft.AspNetCore.Routing.Abstractions|3.1.0", "Microsoft.AspNetCore.Routing|3.1.0", "Microsoft.AspNetCore.Server.HttpSys|3.1.0", "Microsoft.AspNetCore.Server.IIS|3.1.0", "Microsoft.AspNetCore.Server.IISIntegration|3.1.0", "Microsoft.AspNetCore.Server.Kestrel.Core|3.1.0", "Microsoft.AspNetCore.Server.Kestrel|3.1.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|3.1.0", "Microsoft.AspNetCore.Session|3.1.0", "Microsoft.AspNetCore.SignalR.Common|3.1.0", "Microsoft.AspNetCore.SignalR.Core|3.1.0", "Microsoft.AspNetCore.SignalR|3.1.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|3.1.0", "Microsoft.AspNetCore.StaticFiles|3.1.0", "Microsoft.AspNetCore.WebSockets|3.1.0", "Microsoft.AspNetCore.WebUtilities|3.1.0", "Microsoft.Extensions.Identity.Core|3.1.0", "Microsoft.Extensions.Identity.Stores|3.1.0", "Microsoft.Net.Http.Headers|3.1.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|3.1.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Authentication.Cookies|3.1.0.0", "Microsoft.AspNetCore.Authentication.Core|3.1.0.0", "Microsoft.AspNetCore.Authentication.OAuth|3.1.0.0", "Microsoft.AspNetCore.Authentication|3.1.0.0", "Microsoft.AspNetCore.Authorization.Policy|3.1.0.0", "Microsoft.AspNetCore.Authorization|3.1.0.0", "Microsoft.AspNetCore.Components.Authorization|3.1.0.0", "Microsoft.AspNetCore.Components.Forms|3.1.0.0", "Microsoft.AspNetCore.Components.Server|3.1.0.0", "Microsoft.AspNetCore.Components.Web|3.1.0.0", "Microsoft.AspNetCore.Components|3.1.0.0", "Microsoft.AspNetCore.Connections.Abstractions|3.1.0.0", "Microsoft.AspNetCore.CookiePolicy|3.1.0.0", "Microsoft.AspNetCore.Cors|3.1.0.0", "Microsoft.AspNetCore.Cryptography.Internal|3.1.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|3.1.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|3.1.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|3.1.0.0", "Microsoft.AspNetCore.DataProtection|3.1.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|3.1.0.0", "Microsoft.AspNetCore.Diagnostics|3.1.0.0", "Microsoft.AspNetCore.HostFiltering|3.1.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Hosting|3.1.0.0", "Microsoft.AspNetCore.Html.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Http.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Http.Connections.Common|3.1.0.0", "Microsoft.AspNetCore.Http.Connections|3.1.0.0", "Microsoft.AspNetCore.Http.Extensions|3.1.0.0", "Microsoft.AspNetCore.Http.Features|3.1.0.0", "Microsoft.AspNetCore.Http|3.1.0.0", "Microsoft.AspNetCore.HttpOverrides|3.1.0.0", "Microsoft.AspNetCore.HttpsPolicy|3.1.0.0", "Microsoft.AspNetCore.Identity|3.1.0.0", "Microsoft.AspNetCore.Localization.Routing|3.1.0.0", "Microsoft.AspNetCore.Localization|3.1.0.0", "Microsoft.AspNetCore.Metadata|3.1.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|3.1.0.0", "Microsoft.AspNetCore.Mvc.Core|3.1.0.0", "Microsoft.AspNetCore.Mvc.Cors|3.1.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|3.1.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|3.1.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|3.1.0.0", "Microsoft.AspNetCore.Mvc.Localization|3.1.0.0", "Microsoft.AspNetCore.Mvc.Razor|3.1.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|3.1.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|3.1.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|3.1.0.0", "Microsoft.AspNetCore.Mvc|3.1.0.0", "Microsoft.AspNetCore.Razor.Runtime|3.1.0.0", "Microsoft.AspNetCore.Razor|3.1.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|3.1.0.0", "Microsoft.AspNetCore.ResponseCaching|3.1.0.0", "Microsoft.AspNetCore.ResponseCompression|3.1.0.0", "Microsoft.AspNetCore.Rewrite|3.1.0.0", "Microsoft.AspNetCore.Routing.Abstractions|3.1.0.0", "Microsoft.AspNetCore.Routing|3.1.0.0", "Microsoft.AspNetCore.Server.HttpSys|3.1.0.0", "Microsoft.AspNetCore.Server.IIS|3.1.0.0", "Microsoft.AspNetCore.Server.IISIntegration|3.1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|3.1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|3.1.0.0", "Microsoft.AspNetCore.Server.Kestrel|3.1.0.0", "Microsoft.AspNetCore.Session|3.1.0.0", "Microsoft.AspNetCore.SignalR.Common|3.1.0.0", "Microsoft.AspNetCore.SignalR.Core|3.1.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|3.1.0.0", "Microsoft.AspNetCore.SignalR|3.1.0.0", "Microsoft.AspNetCore.StaticFiles|3.1.0.0", "Microsoft.AspNetCore.WebSockets|3.1.0.0", "Microsoft.AspNetCore.WebUtilities|3.1.0.0", "Microsoft.AspNetCore|3.1.0.0", "Microsoft.Extensions.Caching.Abstractions|3.1.0.0", "Microsoft.Extensions.Caching.Memory|3.1.0.0", "Microsoft.Extensions.Configuration.Abstractions|3.1.0.0", "Microsoft.Extensions.Configuration.Binder|3.1.0.0", "Microsoft.Extensions.Configuration.CommandLine|3.1.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|3.1.0.0", "Microsoft.Extensions.Configuration.FileExtensions|3.1.0.0", "Microsoft.Extensions.Configuration.Ini|3.1.0.0", "Microsoft.Extensions.Configuration.Json|3.1.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|3.1.0.0", "Microsoft.Extensions.Configuration.UserSecrets|3.1.0.0", "Microsoft.Extensions.Configuration.Xml|3.1.0.0", "Microsoft.Extensions.Configuration|3.1.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|3.1.0.0", "Microsoft.Extensions.DependencyInjection|3.1.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|3.1.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|3.1.0.0", "Microsoft.Extensions.FileProviders.Abstractions|3.1.0.0", "Microsoft.Extensions.FileProviders.Composite|3.1.0.0", "Microsoft.Extensions.FileProviders.Embedded|3.1.0.0", "Microsoft.Extensions.FileProviders.Physical|3.1.0.0", "Microsoft.Extensions.FileSystemGlobbing|3.1.0.0", "Microsoft.Extensions.Hosting.Abstractions|3.1.0.0", "Microsoft.Extensions.Hosting|3.1.0.0", "Microsoft.Extensions.Http|3.1.0.0", "Microsoft.Extensions.Identity.Core|3.1.0.0", "Microsoft.Extensions.Identity.Stores|3.1.0.0", "Microsoft.Extensions.Localization.Abstractions|3.1.0.0", "Microsoft.Extensions.Localization|3.1.0.0", "Microsoft.Extensions.Logging.Abstractions|3.1.0.0", "Microsoft.Extensions.Logging.Configuration|3.1.0.0", "Microsoft.Extensions.Logging.Console|3.1.0.0", "Microsoft.Extensions.Logging.Debug|3.1.0.0", "Microsoft.Extensions.Logging.EventLog|3.1.0.0", "Microsoft.Extensions.Logging.EventSource|3.1.0.0", "Microsoft.Extensions.Logging.TraceSource|3.1.0.0", "Microsoft.Extensions.Logging|3.1.0.0", "Microsoft.Extensions.ObjectPool|3.1.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|3.1.0.0", "Microsoft.Extensions.Options.DataAnnotations|3.1.0.0", "Microsoft.Extensions.Options|3.1.0.0", "Microsoft.Extensions.Primitives|3.1.0.0", "Microsoft.Extensions.WebEncoders|3.1.0.0", "Microsoft.JSInterop|3.1.0.0", "Microsoft.Net.Http.Headers|3.1.0.0", "Microsoft.Win32.Registry|4.1.3.0", "System.Diagnostics.EventLog|4.0.2.0", "System.IO.Pipelines|4.0.2.0", "System.Security.AccessControl|4.1.1.0", "System.Security.Cryptography.Cng|4.3.3.0", "System.Security.Cryptography.Xml|4.0.3.0", "System.Security.Permissions|4.0.3.0", "System.Security.Principal.Windows|4.1.1.0", "System.Windows.Extensions|4.0.1.0"]}, {"name": "microsoft.aspnetcore.app.ref.v5.0.0", "id": "Microsoft.AspNetCore.App.Ref", "version": "5.0.0", "sha512": "sha512-WUXyfm24FMcGI+nADe0wJqBnQcGmtqrjhbJN+W2M9RZOc4TtUJDmmvpQabHwRWYQNoLjTJn/825gs5UKksOMog==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Win32.Registry|5.0.0", "System.Diagnostics.EventLog|5.0.0", "System.IO.Pipelines|5.0.0", "System.Security.AccessControl|5.0.0", "System.Security.Cryptography.Cng|5.0.0", "System.Security.Cryptography.Xml|5.0.0", "System.Security.Permissions|5.0.0", "System.Security.Principal.Windows|5.0.0", "System.Windows.Extensions|5.0.0", "Microsoft.Extensions.Caching.Abstractions|5.0.0", "Microsoft.Extensions.Caching.Memory|5.0.0", "Microsoft.Extensions.Configuration.Abstractions|5.0.0", "Microsoft.Extensions.Configuration.Binder|5.0.0", "Microsoft.Extensions.Configuration.CommandLine|5.0.0", "Microsoft.Extensions.Configuration|5.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|5.0.0", "Microsoft.Extensions.Configuration.FileExtensions|5.0.0", "Microsoft.Extensions.Configuration.Ini|5.0.0", "Microsoft.Extensions.Configuration.Json|5.0.0", "Microsoft.Extensions.Configuration.UserSecrets|5.0.0", "Microsoft.Extensions.Configuration.Xml|5.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|5.0.0", "Microsoft.Extensions.DependencyInjection|5.0.0", "Microsoft.Extensions.FileProviders.Abstractions|5.0.0", "Microsoft.Extensions.FileProviders.Composite|5.0.0", "Microsoft.Extensions.FileProviders.Physical|5.0.0", "Microsoft.Extensions.FileSystemGlobbing|5.0.0", "Microsoft.Extensions.Hosting.Abstractions|5.0.0", "Microsoft.Extensions.Hosting|5.0.0", "Microsoft.Extensions.Http|5.0.0", "Microsoft.Extensions.Logging.Abstractions|5.0.0", "Microsoft.Extensions.Logging.Configuration|5.0.0", "Microsoft.Extensions.Logging.Console|5.0.0", "Microsoft.Extensions.Logging.Debug|5.0.0", "Microsoft.Extensions.Logging|5.0.0", "Microsoft.Extensions.Logging.EventLog|5.0.0", "Microsoft.Extensions.Logging.EventSource|5.0.0", "Microsoft.Extensions.Logging.TraceSource|5.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|5.0.0", "Microsoft.Extensions.Options.DataAnnotations|5.0.0", "Microsoft.Extensions.Options|5.0.0", "Microsoft.Extensions.Primitives|5.0.0", "Microsoft.AspNetCore.Antiforgery|5.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|5.0.0", "Microsoft.AspNetCore.Authentication.Cookies|5.0.0", "Microsoft.AspNetCore.Authentication.Core|5.0.0", "Microsoft.AspNetCore.Authentication|5.0.0", "Microsoft.AspNetCore.Authentication.OAuth|5.0.0", "Microsoft.AspNetCore.Authorization|5.0.0", "Microsoft.AspNetCore.Authorization.Policy|5.0.0", "Microsoft.AspNetCore.Components.Authorization|5.0.0", "Microsoft.AspNetCore.Components|5.0.0", "Microsoft.AspNetCore.Components.Forms|5.0.0", "Microsoft.AspNetCore.Components.Server|5.0.0", "Microsoft.AspNetCore.Components.Web|5.0.0", "Microsoft.AspNetCore.Connections.Abstractions|5.0.0", "Microsoft.AspNetCore.CookiePolicy|5.0.0", "Microsoft.AspNetCore.Cors|5.0.0", "Microsoft.AspNetCore.Cryptography.Internal|5.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|5.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|5.0.0", "Microsoft.AspNetCore.DataProtection|5.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|5.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|5.0.0", "Microsoft.AspNetCore.Diagnostics|5.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|5.0.0", "Microsoft.AspNetCore|5.0.0", "Microsoft.AspNetCore.HostFiltering|5.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|5.0.0", "Microsoft.AspNetCore.Hosting|5.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|5.0.0", "Microsoft.AspNetCore.Html.Abstractions|5.0.0", "Microsoft.AspNetCore.Http.Abstractions|5.0.0", "Microsoft.AspNetCore.Http.Connections.Common|5.0.0", "Microsoft.AspNetCore.Http.Connections|5.0.0", "Microsoft.AspNetCore.Http|5.0.0", "Microsoft.AspNetCore.Http.Extensions|5.0.0", "Microsoft.AspNetCore.Http.Features|5.0.0", "Microsoft.AspNetCore.HttpOverrides|5.0.0", "Microsoft.AspNetCore.HttpsPolicy|5.0.0", "Microsoft.AspNetCore.Identity|5.0.0", "Microsoft.AspNetCore.Localization|5.0.0", "Microsoft.AspNetCore.Localization.Routing|5.0.0", "Microsoft.AspNetCore.Metadata|5.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|5.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|5.0.0", "Microsoft.AspNetCore.Mvc.Core|5.0.0", "Microsoft.AspNetCore.Mvc.Cors|5.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|5.0.0", "Microsoft.AspNetCore.Mvc|5.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|5.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|5.0.0", "Microsoft.AspNetCore.Mvc.Localization|5.0.0", "Microsoft.AspNetCore.Mvc.Razor|5.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|5.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|5.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|5.0.0", "Microsoft.AspNetCore.Razor|5.0.0", "Microsoft.AspNetCore.Razor.Runtime|5.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|5.0.0", "Microsoft.AspNetCore.ResponseCaching|5.0.0", "Microsoft.AspNetCore.ResponseCompression|5.0.0", "Microsoft.AspNetCore.Rewrite|5.0.0", "Microsoft.AspNetCore.Routing.Abstractions|5.0.0", "Microsoft.AspNetCore.Routing|5.0.0", "Microsoft.AspNetCore.Server.HttpSys|5.0.0", "Microsoft.AspNetCore.Server.IIS|5.0.0", "Microsoft.AspNetCore.Server.IISIntegration|5.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|5.0.0", "Microsoft.AspNetCore.Server.Kestrel|5.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|5.0.0", "Microsoft.AspNetCore.Session|5.0.0", "Microsoft.AspNetCore.SignalR.Common|5.0.0", "Microsoft.AspNetCore.SignalR.Core|5.0.0", "Microsoft.AspNetCore.SignalR|5.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|5.0.0", "Microsoft.AspNetCore.StaticFiles|5.0.0", "Microsoft.AspNetCore.WebSockets|5.0.0", "Microsoft.AspNetCore.WebUtilities|5.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|5.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|5.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|5.0.0", "Microsoft.Extensions.FileProviders.Embedded|5.0.0", "Microsoft.Extensions.Identity.Core|5.0.0", "Microsoft.Extensions.Identity.Stores|5.0.0", "Microsoft.Extensions.Localization.Abstractions|5.0.0", "Microsoft.Extensions.Localization|5.0.0", "Microsoft.Extensions.ObjectPool|5.0.0", "Microsoft.Extensions.WebEncoders|5.0.0", "Microsoft.JSInterop|5.0.0", "Microsoft.Net.Http.Headers|5.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|5.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|5.0.0.0", "Microsoft.AspNetCore.Authentication.Core|5.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|5.0.0.0", "Microsoft.AspNetCore.Authentication|5.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|5.0.0.0", "Microsoft.AspNetCore.Authorization|5.0.0.0", "Microsoft.AspNetCore.Components.Authorization|5.0.0.0", "Microsoft.AspNetCore.Components.Forms|5.0.0.0", "Microsoft.AspNetCore.Components.Server|5.0.0.0", "Microsoft.AspNetCore.Components.Web|5.0.0.0", "Microsoft.AspNetCore.Components|5.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|5.0.0.0", "Microsoft.AspNetCore.CookiePolicy|5.0.0.0", "Microsoft.AspNetCore.Cors|5.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|5.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|5.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|5.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|5.0.0.0", "Microsoft.AspNetCore.DataProtection|5.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|5.0.0.0", "Microsoft.AspNetCore.Diagnostics|5.0.0.0", "Microsoft.AspNetCore.HostFiltering|5.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Hosting|5.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|5.0.0.0", "Microsoft.AspNetCore.Http.Connections|5.0.0.0", "Microsoft.AspNetCore.Http.Extensions|5.0.0.0", "Microsoft.AspNetCore.Http.Features|5.0.0.0", "Microsoft.AspNetCore.Http|5.0.0.0", "Microsoft.AspNetCore.HttpOverrides|5.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|5.0.0.0", "Microsoft.AspNetCore.Identity|5.0.0.0", "Microsoft.AspNetCore.Localization.Routing|5.0.0.0", "Microsoft.AspNetCore.Localization|5.0.0.0", "Microsoft.AspNetCore.Metadata|5.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|5.0.0.0", "Microsoft.AspNetCore.Mvc.Core|5.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|5.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|5.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|5.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|5.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|5.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|5.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|5.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|5.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|5.0.0.0", "Microsoft.AspNetCore.Mvc|5.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|5.0.0.0", "Microsoft.AspNetCore.Razor|5.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|5.0.0.0", "Microsoft.AspNetCore.ResponseCaching|5.0.0.0", "Microsoft.AspNetCore.ResponseCompression|5.0.0.0", "Microsoft.AspNetCore.Rewrite|5.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|5.0.0.0", "Microsoft.AspNetCore.Routing|5.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|5.0.0.0", "Microsoft.AspNetCore.Server.IIS|5.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|5.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|5.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|5.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|5.0.0.0", "Microsoft.AspNetCore.Session|5.0.0.0", "Microsoft.AspNetCore.SignalR.Common|5.0.0.0", "Microsoft.AspNetCore.SignalR.Core|5.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|5.0.0.0", "Microsoft.AspNetCore.SignalR|5.0.0.0", "Microsoft.AspNetCore.StaticFiles|5.0.0.0", "Microsoft.AspNetCore.WebSockets|5.0.0.0", "Microsoft.AspNetCore.WebUtilities|5.0.0.0", "Microsoft.AspNetCore|5.0.0.0", "Microsoft.Extensions.Caching.Abstractions|5.0.0.0", "Microsoft.Extensions.Caching.Memory|5.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|5.0.0.0", "Microsoft.Extensions.Configuration.Binder|5.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|5.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|5.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|5.0.0.0", "Microsoft.Extensions.Configuration.Ini|5.0.0.0", "Microsoft.Extensions.Configuration.Json|5.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|5.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|5.0.0.0", "Microsoft.Extensions.Configuration.Xml|5.0.0.0", "Microsoft.Extensions.Configuration|5.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|5.0.0.0", "Microsoft.Extensions.DependencyInjection|5.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|5.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|5.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|5.0.0.0", "Microsoft.Extensions.FileProviders.Composite|5.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|5.0.0.0", "Microsoft.Extensions.FileProviders.Physical|5.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|5.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|5.0.0.0", "Microsoft.Extensions.Hosting|5.0.0.0", "Microsoft.Extensions.Http|5.0.0.0", "Microsoft.Extensions.Identity.Core|5.0.0.0", "Microsoft.Extensions.Identity.Stores|5.0.0.0", "Microsoft.Extensions.Localization.Abstractions|5.0.0.0", "Microsoft.Extensions.Localization|5.0.0.0", "Microsoft.Extensions.Logging.Abstractions|5.0.0.0", "Microsoft.Extensions.Logging.Configuration|5.0.0.0", "Microsoft.Extensions.Logging.Console|5.0.0.0", "Microsoft.Extensions.Logging.Debug|5.0.0.0", "Microsoft.Extensions.Logging.EventLog|5.0.0.0", "Microsoft.Extensions.Logging.EventSource|5.0.0.0", "Microsoft.Extensions.Logging.TraceSource|5.0.0.0", "Microsoft.Extensions.Logging|5.0.0.0", "Microsoft.Extensions.ObjectPool|5.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|5.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|5.0.0.0", "Microsoft.Extensions.Options|5.0.0.0", "Microsoft.Extensions.Primitives|5.0.0.0", "Microsoft.Extensions.WebEncoders|5.0.0.0", "Microsoft.JSInterop|5.0.0.0", "Microsoft.Net.Http.Headers|5.0.0.0", "Microsoft.Win32.Registry|5.0.0.0", "System.Diagnostics.EventLog|5.0.0.0", "System.IO.Pipelines|5.0.0.0", "System.Security.AccessControl|5.0.0.0", "System.Security.Cryptography.Cng|5.0.0.0", "System.Security.Cryptography.Xml|5.0.0.0", "System.Security.Permissions|5.0.0.0", "System.Security.Principal.Windows|5.0.0.0", "System.Windows.Extensions|5.0.0.0"]}, - {"name": "microsoft.aspnetcore.app.ref.v6.0.33", "id": "Microsoft.AspNetCore.App.Ref", "version": "6.0.33", "sha512": "sha512-w69+toUug6YyW01FQQHOHKw7eqKMufxT0eAdiAgnb361Kt725WvosrrBpJbmcv4kdQHPE1rvV/hK1ytxfV1d3w==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Extensions.Caching.Abstractions|6.0.0", "Microsoft.Extensions.Caching.Memory|6.0.0", "Microsoft.Extensions.Configuration.Abstractions|6.0.0", "Microsoft.Extensions.Configuration.Binder|6.0.0", "Microsoft.Extensions.Configuration.CommandLine|6.0.0", "Microsoft.Extensions.Configuration|6.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0", "Microsoft.Extensions.Configuration.FileExtensions|6.0.0", "Microsoft.Extensions.Configuration.Ini|6.0.0", "Microsoft.Extensions.Configuration.Json|6.0.0", "Microsoft.Extensions.Configuration.UserSecrets|6.0.0", "Microsoft.Extensions.Configuration.Xml|6.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0", "Microsoft.Extensions.DependencyInjection|6.0.0", "Microsoft.Extensions.FileProviders.Abstractions|6.0.0", "Microsoft.Extensions.FileProviders.Composite|6.0.0", "Microsoft.Extensions.FileProviders.Physical|6.0.0", "Microsoft.Extensions.FileSystemGlobbing|6.0.0", "Microsoft.Extensions.Hosting.Abstractions|6.0.0", "Microsoft.Extensions.Hosting|6.0.0", "Microsoft.Extensions.Http|6.0.0", "Microsoft.Extensions.Logging.Abstractions|6.0.0", "Microsoft.Extensions.Logging.Configuration|6.0.0", "Microsoft.Extensions.Logging.Console|6.0.0", "Microsoft.Extensions.Logging.Debug|6.0.0", "Microsoft.Extensions.Logging|6.0.0", "Microsoft.Extensions.Logging.EventLog|6.0.0", "Microsoft.Extensions.Logging.EventSource|6.0.0", "Microsoft.Extensions.Logging.TraceSource|6.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0", "Microsoft.Extensions.Options.DataAnnotations|6.0.0", "Microsoft.Extensions.Options|6.0.0", "Microsoft.Extensions.Primitives|6.0.0", "System.Diagnostics.EventLog|6.0.0", "System.IO.Pipelines|6.0.0", "System.Security.Cryptography.Xml|6.0.0", "Microsoft.AspNetCore.Antiforgery|6.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|6.0.0", "Microsoft.AspNetCore.Authentication.Cookies|6.0.0", "Microsoft.AspNetCore.Authentication.Core|6.0.0", "Microsoft.AspNetCore.Authentication|6.0.0", "Microsoft.AspNetCore.Authentication.OAuth|6.0.0", "Microsoft.AspNetCore.Authorization|6.0.0", "Microsoft.AspNetCore.Authorization.Policy|6.0.0", "Microsoft.AspNetCore.Components.Authorization|6.0.0", "Microsoft.AspNetCore.Components|6.0.0", "Microsoft.AspNetCore.Components.Forms|6.0.0", "Microsoft.AspNetCore.Components.Server|6.0.0", "Microsoft.AspNetCore.Components.Web|6.0.0", "Microsoft.AspNetCore.Connections.Abstractions|6.0.0", "Microsoft.AspNetCore.CookiePolicy|6.0.0", "Microsoft.AspNetCore.Cors|6.0.0", "Microsoft.AspNetCore.Cryptography.Internal|6.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0", "Microsoft.AspNetCore.DataProtection|6.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|6.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0", "Microsoft.AspNetCore.Diagnostics|6.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0", "Microsoft.AspNetCore|6.0.0", "Microsoft.AspNetCore.HostFiltering|6.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|6.0.0", "Microsoft.AspNetCore.Hosting|6.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0", "Microsoft.AspNetCore.Html.Abstractions|6.0.0", "Microsoft.AspNetCore.Http.Abstractions|6.0.0", "Microsoft.AspNetCore.Http.Connections.Common|6.0.0", "Microsoft.AspNetCore.Http.Connections|6.0.0", "Microsoft.AspNetCore.Http|6.0.0", "Microsoft.AspNetCore.Http.Extensions|6.0.0", "Microsoft.AspNetCore.Http.Features|6.0.0", "Microsoft.AspNetCore.Http.Results|6.0.0", "Microsoft.AspNetCore.HttpLogging|6.0.0", "Microsoft.AspNetCore.HttpOverrides|6.0.0", "Microsoft.AspNetCore.HttpsPolicy|6.0.0", "Microsoft.AspNetCore.Identity|6.0.0", "Microsoft.AspNetCore.Localization|6.0.0", "Microsoft.AspNetCore.Localization.Routing|6.0.0", "Microsoft.AspNetCore.Metadata|6.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|6.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0", "Microsoft.AspNetCore.Mvc.Core|6.0.0", "Microsoft.AspNetCore.Mvc.Cors|6.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0", "Microsoft.AspNetCore.Mvc|6.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0", "Microsoft.AspNetCore.Mvc.Localization|6.0.0", "Microsoft.AspNetCore.Mvc.Razor|6.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|6.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0", "Microsoft.AspNetCore.Razor|6.0.0", "Microsoft.AspNetCore.Razor.Runtime|6.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0", "Microsoft.AspNetCore.ResponseCaching|6.0.0", "Microsoft.AspNetCore.ResponseCompression|6.0.0", "Microsoft.AspNetCore.Rewrite|6.0.0", "Microsoft.AspNetCore.Routing.Abstractions|6.0.0", "Microsoft.AspNetCore.Routing|6.0.0", "Microsoft.AspNetCore.Server.HttpSys|6.0.0", "Microsoft.AspNetCore.Server.IIS|6.0.0", "Microsoft.AspNetCore.Server.IISIntegration|6.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0", "Microsoft.AspNetCore.Server.Kestrel|6.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0", "Microsoft.AspNetCore.Session|6.0.0", "Microsoft.AspNetCore.SignalR.Common|6.0.0", "Microsoft.AspNetCore.SignalR.Core|6.0.0", "Microsoft.AspNetCore.SignalR|6.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0", "Microsoft.AspNetCore.StaticFiles|6.0.0", "Microsoft.AspNetCore.WebSockets|6.0.0", "Microsoft.AspNetCore.WebUtilities|6.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|6.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0", "Microsoft.Extensions.Features|6.0.0", "Microsoft.Extensions.FileProviders.Embedded|6.0.0", "Microsoft.Extensions.Identity.Core|6.0.0", "Microsoft.Extensions.Identity.Stores|6.0.0", "Microsoft.Extensions.Localization.Abstractions|6.0.0", "Microsoft.Extensions.Localization|6.0.0", "Microsoft.Extensions.ObjectPool|6.0.0", "Microsoft.Extensions.WebEncoders|6.0.0", "Microsoft.JSInterop|6.0.0", "Microsoft.Net.Http.Headers|6.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|6.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|6.0.0.0", "Microsoft.AspNetCore.Authentication.Core|6.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|6.0.0.0", "Microsoft.AspNetCore.Authentication|6.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|6.0.0.0", "Microsoft.AspNetCore.Authorization|6.0.0.0", "Microsoft.AspNetCore.Components.Authorization|6.0.0.0", "Microsoft.AspNetCore.Components.Forms|6.0.0.0", "Microsoft.AspNetCore.Components.Server|6.0.0.0", "Microsoft.AspNetCore.Components.Web|6.0.0.0", "Microsoft.AspNetCore.Components|6.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|6.0.0.0", "Microsoft.AspNetCore.CookiePolicy|6.0.0.0", "Microsoft.AspNetCore.Cors|6.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|6.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|6.0.0.0", "Microsoft.AspNetCore.DataProtection|6.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0.0", "Microsoft.AspNetCore.Diagnostics|6.0.0.0", "Microsoft.AspNetCore.HostFiltering|6.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Hosting|6.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|6.0.0.0", "Microsoft.AspNetCore.Http.Connections|6.0.0.0", "Microsoft.AspNetCore.Http.Extensions|6.0.0.0", "Microsoft.AspNetCore.Http.Features|6.0.0.0", "Microsoft.AspNetCore.Http.Results|6.0.0.0", "Microsoft.AspNetCore.Http|6.0.0.0", "Microsoft.AspNetCore.HttpLogging|6.0.0.0", "Microsoft.AspNetCore.HttpOverrides|6.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|6.0.0.0", "Microsoft.AspNetCore.Identity|6.0.0.0", "Microsoft.AspNetCore.Localization.Routing|6.0.0.0", "Microsoft.AspNetCore.Localization|6.0.0.0", "Microsoft.AspNetCore.Metadata|6.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0.0", "Microsoft.AspNetCore.Mvc.Core|6.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|6.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|6.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|6.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|6.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0.0", "Microsoft.AspNetCore.Mvc|6.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|6.0.0.0", "Microsoft.AspNetCore.Razor|6.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0.0", "Microsoft.AspNetCore.ResponseCaching|6.0.0.0", "Microsoft.AspNetCore.ResponseCompression|6.0.0.0", "Microsoft.AspNetCore.Rewrite|6.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Routing|6.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|6.0.0.0", "Microsoft.AspNetCore.Server.IIS|6.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|6.0.0.0", "Microsoft.AspNetCore.Session|6.0.0.0", "Microsoft.AspNetCore.SignalR.Common|6.0.0.0", "Microsoft.AspNetCore.SignalR.Core|6.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0.0", "Microsoft.AspNetCore.SignalR|6.0.0.0", "Microsoft.AspNetCore.StaticFiles|6.0.0.0", "Microsoft.AspNetCore.WebSockets|6.0.0.0", "Microsoft.AspNetCore.WebUtilities|6.0.0.0", "Microsoft.AspNetCore|6.0.0.0", "Microsoft.Extensions.Caching.Abstractions|6.0.0.0", "Microsoft.Extensions.Caching.Memory|6.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|6.0.0.0", "Microsoft.Extensions.Configuration.Binder|6.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|6.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|6.0.0.0", "Microsoft.Extensions.Configuration.Ini|6.0.0.0", "Microsoft.Extensions.Configuration.Json|6.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|6.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|6.0.0.0", "Microsoft.Extensions.Configuration.Xml|6.0.0.0", "Microsoft.Extensions.Configuration|6.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0.0", "Microsoft.Extensions.DependencyInjection|6.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0.0", "Microsoft.Extensions.Features|6.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|6.0.0.0", "Microsoft.Extensions.FileProviders.Composite|6.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|6.0.0.0", "Microsoft.Extensions.FileProviders.Physical|6.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|6.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|6.0.0.0", "Microsoft.Extensions.Hosting|6.0.0.0", "Microsoft.Extensions.Http|6.0.0.0", "Microsoft.Extensions.Identity.Core|6.0.0.0", "Microsoft.Extensions.Identity.Stores|6.0.0.0", "Microsoft.Extensions.Localization.Abstractions|6.0.0.0", "Microsoft.Extensions.Localization|6.0.0.0", "Microsoft.Extensions.Logging.Abstractions|6.0.0.0", "Microsoft.Extensions.Logging.Configuration|6.0.0.0", "Microsoft.Extensions.Logging.Console|6.0.0.0", "Microsoft.Extensions.Logging.Debug|6.0.0.0", "Microsoft.Extensions.Logging.EventLog|6.0.0.0", "Microsoft.Extensions.Logging.EventSource|6.0.0.0", "Microsoft.Extensions.Logging.TraceSource|6.0.0.0", "Microsoft.Extensions.Logging|6.0.0.0", "Microsoft.Extensions.ObjectPool|6.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|6.0.0.0", "Microsoft.Extensions.Options|6.0.0.0", "Microsoft.Extensions.Primitives|6.0.0.0", "Microsoft.Extensions.WebEncoders|6.0.0.0", "Microsoft.JSInterop|6.0.0.0", "Microsoft.Net.Http.Headers|6.0.0.0", "System.Diagnostics.EventLog|6.0.0.0", "System.IO.Pipelines|6.0.0.0", "System.Security.Cryptography.Xml|6.0.0.0"]}, + {"name": "microsoft.aspnetcore.app.ref.v6.0.36", "id": "Microsoft.AspNetCore.App.Ref", "version": "6.0.36", "sha512": "sha512-7hUCPQ2cFc920o+IO1kkTolILrJ1ozLiH1ppUQVFxSQ94z2A8t41KCxUOYxEHwoaDqKWJ0LKjDMSGuU113DVzA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Extensions.Caching.Abstractions|6.0.0", "Microsoft.Extensions.Caching.Memory|6.0.0", "Microsoft.Extensions.Configuration.Abstractions|6.0.0", "Microsoft.Extensions.Configuration.Binder|6.0.0", "Microsoft.Extensions.Configuration.CommandLine|6.0.0", "Microsoft.Extensions.Configuration|6.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0", "Microsoft.Extensions.Configuration.FileExtensions|6.0.0", "Microsoft.Extensions.Configuration.Ini|6.0.0", "Microsoft.Extensions.Configuration.Json|6.0.0", "Microsoft.Extensions.Configuration.UserSecrets|6.0.0", "Microsoft.Extensions.Configuration.Xml|6.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0", "Microsoft.Extensions.DependencyInjection|6.0.0", "Microsoft.Extensions.FileProviders.Abstractions|6.0.0", "Microsoft.Extensions.FileProviders.Composite|6.0.0", "Microsoft.Extensions.FileProviders.Physical|6.0.0", "Microsoft.Extensions.FileSystemGlobbing|6.0.0", "Microsoft.Extensions.Hosting.Abstractions|6.0.0", "Microsoft.Extensions.Hosting|6.0.0", "Microsoft.Extensions.Http|6.0.0", "Microsoft.Extensions.Logging.Abstractions|6.0.0", "Microsoft.Extensions.Logging.Configuration|6.0.0", "Microsoft.Extensions.Logging.Console|6.0.0", "Microsoft.Extensions.Logging.Debug|6.0.0", "Microsoft.Extensions.Logging|6.0.0", "Microsoft.Extensions.Logging.EventLog|6.0.0", "Microsoft.Extensions.Logging.EventSource|6.0.0", "Microsoft.Extensions.Logging.TraceSource|6.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0", "Microsoft.Extensions.Options.DataAnnotations|6.0.0", "Microsoft.Extensions.Options|6.0.0", "Microsoft.Extensions.Primitives|6.0.0", "System.Diagnostics.EventLog|6.0.0", "System.IO.Pipelines|6.0.0", "System.Security.Cryptography.Xml|6.0.0", "Microsoft.AspNetCore.Antiforgery|6.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|6.0.0", "Microsoft.AspNetCore.Authentication.Cookies|6.0.0", "Microsoft.AspNetCore.Authentication.Core|6.0.0", "Microsoft.AspNetCore.Authentication|6.0.0", "Microsoft.AspNetCore.Authentication.OAuth|6.0.0", "Microsoft.AspNetCore.Authorization|6.0.0", "Microsoft.AspNetCore.Authorization.Policy|6.0.0", "Microsoft.AspNetCore.Components.Authorization|6.0.0", "Microsoft.AspNetCore.Components|6.0.0", "Microsoft.AspNetCore.Components.Forms|6.0.0", "Microsoft.AspNetCore.Components.Server|6.0.0", "Microsoft.AspNetCore.Components.Web|6.0.0", "Microsoft.AspNetCore.Connections.Abstractions|6.0.0", "Microsoft.AspNetCore.CookiePolicy|6.0.0", "Microsoft.AspNetCore.Cors|6.0.0", "Microsoft.AspNetCore.Cryptography.Internal|6.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0", "Microsoft.AspNetCore.DataProtection|6.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|6.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0", "Microsoft.AspNetCore.Diagnostics|6.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0", "Microsoft.AspNetCore|6.0.0", "Microsoft.AspNetCore.HostFiltering|6.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|6.0.0", "Microsoft.AspNetCore.Hosting|6.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0", "Microsoft.AspNetCore.Html.Abstractions|6.0.0", "Microsoft.AspNetCore.Http.Abstractions|6.0.0", "Microsoft.AspNetCore.Http.Connections.Common|6.0.0", "Microsoft.AspNetCore.Http.Connections|6.0.0", "Microsoft.AspNetCore.Http|6.0.0", "Microsoft.AspNetCore.Http.Extensions|6.0.0", "Microsoft.AspNetCore.Http.Features|6.0.0", "Microsoft.AspNetCore.Http.Results|6.0.0", "Microsoft.AspNetCore.HttpLogging|6.0.0", "Microsoft.AspNetCore.HttpOverrides|6.0.0", "Microsoft.AspNetCore.HttpsPolicy|6.0.0", "Microsoft.AspNetCore.Identity|6.0.0", "Microsoft.AspNetCore.Localization|6.0.0", "Microsoft.AspNetCore.Localization.Routing|6.0.0", "Microsoft.AspNetCore.Metadata|6.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|6.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0", "Microsoft.AspNetCore.Mvc.Core|6.0.0", "Microsoft.AspNetCore.Mvc.Cors|6.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0", "Microsoft.AspNetCore.Mvc|6.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0", "Microsoft.AspNetCore.Mvc.Localization|6.0.0", "Microsoft.AspNetCore.Mvc.Razor|6.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|6.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0", "Microsoft.AspNetCore.Razor|6.0.0", "Microsoft.AspNetCore.Razor.Runtime|6.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0", "Microsoft.AspNetCore.ResponseCaching|6.0.0", "Microsoft.AspNetCore.ResponseCompression|6.0.0", "Microsoft.AspNetCore.Rewrite|6.0.0", "Microsoft.AspNetCore.Routing.Abstractions|6.0.0", "Microsoft.AspNetCore.Routing|6.0.0", "Microsoft.AspNetCore.Server.HttpSys|6.0.0", "Microsoft.AspNetCore.Server.IIS|6.0.0", "Microsoft.AspNetCore.Server.IISIntegration|6.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0", "Microsoft.AspNetCore.Server.Kestrel|6.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0", "Microsoft.AspNetCore.Session|6.0.0", "Microsoft.AspNetCore.SignalR.Common|6.0.0", "Microsoft.AspNetCore.SignalR.Core|6.0.0", "Microsoft.AspNetCore.SignalR|6.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0", "Microsoft.AspNetCore.StaticFiles|6.0.0", "Microsoft.AspNetCore.WebSockets|6.0.0", "Microsoft.AspNetCore.WebUtilities|6.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|6.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0", "Microsoft.Extensions.Features|6.0.0", "Microsoft.Extensions.FileProviders.Embedded|6.0.0", "Microsoft.Extensions.Identity.Core|6.0.0", "Microsoft.Extensions.Identity.Stores|6.0.0", "Microsoft.Extensions.Localization.Abstractions|6.0.0", "Microsoft.Extensions.Localization|6.0.0", "Microsoft.Extensions.ObjectPool|6.0.0", "Microsoft.Extensions.WebEncoders|6.0.0", "Microsoft.JSInterop|6.0.0", "Microsoft.Net.Http.Headers|6.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|6.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|6.0.0.0", "Microsoft.AspNetCore.Authentication.Core|6.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|6.0.0.0", "Microsoft.AspNetCore.Authentication|6.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|6.0.0.0", "Microsoft.AspNetCore.Authorization|6.0.0.0", "Microsoft.AspNetCore.Components.Authorization|6.0.0.0", "Microsoft.AspNetCore.Components.Forms|6.0.0.0", "Microsoft.AspNetCore.Components.Server|6.0.0.0", "Microsoft.AspNetCore.Components.Web|6.0.0.0", "Microsoft.AspNetCore.Components|6.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|6.0.0.0", "Microsoft.AspNetCore.CookiePolicy|6.0.0.0", "Microsoft.AspNetCore.Cors|6.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|6.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|6.0.0.0", "Microsoft.AspNetCore.DataProtection|6.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0.0", "Microsoft.AspNetCore.Diagnostics|6.0.0.0", "Microsoft.AspNetCore.HostFiltering|6.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Hosting|6.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|6.0.0.0", "Microsoft.AspNetCore.Http.Connections|6.0.0.0", "Microsoft.AspNetCore.Http.Extensions|6.0.0.0", "Microsoft.AspNetCore.Http.Features|6.0.0.0", "Microsoft.AspNetCore.Http.Results|6.0.0.0", "Microsoft.AspNetCore.Http|6.0.0.0", "Microsoft.AspNetCore.HttpLogging|6.0.0.0", "Microsoft.AspNetCore.HttpOverrides|6.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|6.0.0.0", "Microsoft.AspNetCore.Identity|6.0.0.0", "Microsoft.AspNetCore.Localization.Routing|6.0.0.0", "Microsoft.AspNetCore.Localization|6.0.0.0", "Microsoft.AspNetCore.Metadata|6.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0.0", "Microsoft.AspNetCore.Mvc.Core|6.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|6.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|6.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|6.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|6.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0.0", "Microsoft.AspNetCore.Mvc|6.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|6.0.0.0", "Microsoft.AspNetCore.Razor|6.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0.0", "Microsoft.AspNetCore.ResponseCaching|6.0.0.0", "Microsoft.AspNetCore.ResponseCompression|6.0.0.0", "Microsoft.AspNetCore.Rewrite|6.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|6.0.0.0", "Microsoft.AspNetCore.Routing|6.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|6.0.0.0", "Microsoft.AspNetCore.Server.IIS|6.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|6.0.0.0", "Microsoft.AspNetCore.Session|6.0.0.0", "Microsoft.AspNetCore.SignalR.Common|6.0.0.0", "Microsoft.AspNetCore.SignalR.Core|6.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0.0", "Microsoft.AspNetCore.SignalR|6.0.0.0", "Microsoft.AspNetCore.StaticFiles|6.0.0.0", "Microsoft.AspNetCore.WebSockets|6.0.0.0", "Microsoft.AspNetCore.WebUtilities|6.0.0.0", "Microsoft.AspNetCore|6.0.0.0", "Microsoft.Extensions.Caching.Abstractions|6.0.0.0", "Microsoft.Extensions.Caching.Memory|6.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|6.0.0.0", "Microsoft.Extensions.Configuration.Binder|6.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|6.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|6.0.0.0", "Microsoft.Extensions.Configuration.Ini|6.0.0.0", "Microsoft.Extensions.Configuration.Json|6.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|6.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|6.0.0.0", "Microsoft.Extensions.Configuration.Xml|6.0.0.0", "Microsoft.Extensions.Configuration|6.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0.0", "Microsoft.Extensions.DependencyInjection|6.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0.0", "Microsoft.Extensions.Features|6.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|6.0.0.0", "Microsoft.Extensions.FileProviders.Composite|6.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|6.0.0.0", "Microsoft.Extensions.FileProviders.Physical|6.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|6.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|6.0.0.0", "Microsoft.Extensions.Hosting|6.0.0.0", "Microsoft.Extensions.Http|6.0.0.0", "Microsoft.Extensions.Identity.Core|6.0.0.0", "Microsoft.Extensions.Identity.Stores|6.0.0.0", "Microsoft.Extensions.Localization.Abstractions|6.0.0.0", "Microsoft.Extensions.Localization|6.0.0.0", "Microsoft.Extensions.Logging.Abstractions|6.0.0.0", "Microsoft.Extensions.Logging.Configuration|6.0.0.0", "Microsoft.Extensions.Logging.Console|6.0.0.0", "Microsoft.Extensions.Logging.Debug|6.0.0.0", "Microsoft.Extensions.Logging.EventLog|6.0.0.0", "Microsoft.Extensions.Logging.EventSource|6.0.0.0", "Microsoft.Extensions.Logging.TraceSource|6.0.0.0", "Microsoft.Extensions.Logging|6.0.0.0", "Microsoft.Extensions.ObjectPool|6.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|6.0.0.0", "Microsoft.Extensions.Options|6.0.0.0", "Microsoft.Extensions.Primitives|6.0.0.0", "Microsoft.Extensions.WebEncoders|6.0.0.0", "Microsoft.JSInterop|6.0.0.0", "Microsoft.Net.Http.Headers|6.0.0.0", "System.Diagnostics.EventLog|6.0.0.0", "System.IO.Pipelines|6.0.0.0", "System.Security.Cryptography.Xml|6.0.0.0"]}, {"name": "microsoft.aspnetcore.app.ref.v7.0.20", "id": "Microsoft.AspNetCore.App.Ref", "version": "7.0.20", "sha512": "sha512-ySX6TZFi1eSJj3c3JIroCLzHbZkLmr+fgeQ78AUYsOUhjKKw7qliqRoMKx9Uqc/qMMkyRpSBcwfJ7X7vWYbPeQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Extensions.Caching.Abstractions|7.0.0", "Microsoft.Extensions.Caching.Memory|7.0.0", "Microsoft.Extensions.Configuration.Abstractions|7.0.0", "Microsoft.Extensions.Configuration.Binder|7.0.0", "Microsoft.Extensions.Configuration.CommandLine|7.0.0", "Microsoft.Extensions.Configuration|7.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|7.0.0", "Microsoft.Extensions.Configuration.FileExtensions|7.0.0", "Microsoft.Extensions.Configuration.Ini|7.0.0", "Microsoft.Extensions.Configuration.Json|7.0.0", "Microsoft.Extensions.Configuration.UserSecrets|7.0.0", "Microsoft.Extensions.Configuration.Xml|7.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|7.0.0", "Microsoft.Extensions.DependencyInjection|7.0.0", "Microsoft.Extensions.FileProviders.Abstractions|7.0.0", "Microsoft.Extensions.FileProviders.Composite|7.0.0", "Microsoft.Extensions.FileProviders.Physical|7.0.0", "Microsoft.Extensions.FileSystemGlobbing|7.0.0", "Microsoft.Extensions.Hosting.Abstractions|7.0.0", "Microsoft.Extensions.Hosting|7.0.0", "Microsoft.Extensions.Http|7.0.0", "Microsoft.Extensions.Logging.Abstractions|7.0.0", "Microsoft.Extensions.Logging.Configuration|7.0.0", "Microsoft.Extensions.Logging.Console|7.0.0", "Microsoft.Extensions.Logging.Debug|7.0.0", "Microsoft.Extensions.Logging|7.0.0", "Microsoft.Extensions.Logging.EventLog|7.0.0", "Microsoft.Extensions.Logging.EventSource|7.0.0", "Microsoft.Extensions.Logging.TraceSource|7.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|7.0.0", "Microsoft.Extensions.Options.DataAnnotations|7.0.0", "Microsoft.Extensions.Options|7.0.0", "Microsoft.Extensions.Primitives|7.0.0", "System.Diagnostics.EventLog|7.0.0", "System.IO.Pipelines|7.0.0", "System.Security.Cryptography.Xml|7.0.0", "System.Threading.RateLimiting|7.0.0", "Microsoft.AspNetCore.Antiforgery|7.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|7.0.0", "Microsoft.AspNetCore.Authentication.Cookies|7.0.0", "Microsoft.AspNetCore.Authentication.Core|7.0.0", "Microsoft.AspNetCore.Authentication|7.0.0", "Microsoft.AspNetCore.Authentication.OAuth|7.0.0", "Microsoft.AspNetCore.Authorization|7.0.0", "Microsoft.AspNetCore.Authorization.Policy|7.0.0", "Microsoft.AspNetCore.Components.Authorization|7.0.0", "Microsoft.AspNetCore.Components|7.0.0", "Microsoft.AspNetCore.Components.Forms|7.0.0", "Microsoft.AspNetCore.Components.Server|7.0.0", "Microsoft.AspNetCore.Components.Web|7.0.0", "Microsoft.AspNetCore.Connections.Abstractions|7.0.0", "Microsoft.AspNetCore.CookiePolicy|7.0.0", "Microsoft.AspNetCore.Cors|7.0.0", "Microsoft.AspNetCore.Cryptography.Internal|7.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|7.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|7.0.0", "Microsoft.AspNetCore.DataProtection|7.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|7.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|7.0.0", "Microsoft.AspNetCore.Diagnostics|7.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|7.0.0", "Microsoft.AspNetCore|7.0.0", "Microsoft.AspNetCore.HostFiltering|7.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|7.0.0", "Microsoft.AspNetCore.Hosting|7.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|7.0.0", "Microsoft.AspNetCore.Html.Abstractions|7.0.0", "Microsoft.AspNetCore.Http.Abstractions|7.0.0", "Microsoft.AspNetCore.Http.Connections.Common|7.0.0", "Microsoft.AspNetCore.Http.Connections|7.0.0", "Microsoft.AspNetCore.Http|7.0.0", "Microsoft.AspNetCore.Http.Extensions|7.0.0", "Microsoft.AspNetCore.Http.Features|7.0.0", "Microsoft.AspNetCore.Http.Results|7.0.0", "Microsoft.AspNetCore.HttpLogging|7.0.0", "Microsoft.AspNetCore.HttpOverrides|7.0.0", "Microsoft.AspNetCore.HttpsPolicy|7.0.0", "Microsoft.AspNetCore.Identity|7.0.0", "Microsoft.AspNetCore.Localization|7.0.0", "Microsoft.AspNetCore.Localization.Routing|7.0.0", "Microsoft.AspNetCore.Metadata|7.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|7.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|7.0.0", "Microsoft.AspNetCore.Mvc.Core|7.0.0", "Microsoft.AspNetCore.Mvc.Cors|7.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|7.0.0", "Microsoft.AspNetCore.Mvc|7.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|7.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|7.0.0", "Microsoft.AspNetCore.Mvc.Localization|7.0.0", "Microsoft.AspNetCore.Mvc.Razor|7.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|7.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|7.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|7.0.0", "Microsoft.AspNetCore.OutputCaching|7.0.0", "Microsoft.AspNetCore.RateLimiting|7.0.0", "Microsoft.AspNetCore.Razor|7.0.0", "Microsoft.AspNetCore.Razor.Runtime|7.0.0", "Microsoft.AspNetCore.RequestDecompression|7.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|7.0.0", "Microsoft.AspNetCore.ResponseCaching|7.0.0", "Microsoft.AspNetCore.ResponseCompression|7.0.0", "Microsoft.AspNetCore.Rewrite|7.0.0", "Microsoft.AspNetCore.Routing.Abstractions|7.0.0", "Microsoft.AspNetCore.Routing|7.0.0", "Microsoft.AspNetCore.Server.HttpSys|7.0.0", "Microsoft.AspNetCore.Server.IIS|7.0.0", "Microsoft.AspNetCore.Server.IISIntegration|7.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|7.0.0", "Microsoft.AspNetCore.Server.Kestrel|7.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|7.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|7.0.0", "Microsoft.AspNetCore.Session|7.0.0", "Microsoft.AspNetCore.SignalR.Common|7.0.0", "Microsoft.AspNetCore.SignalR.Core|7.0.0", "Microsoft.AspNetCore.SignalR|7.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|7.0.0", "Microsoft.AspNetCore.StaticFiles|7.0.0", "Microsoft.AspNetCore.WebSockets|7.0.0", "Microsoft.AspNetCore.WebUtilities|7.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|7.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|7.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|7.0.0", "Microsoft.Extensions.Features|7.0.0", "Microsoft.Extensions.FileProviders.Embedded|7.0.0", "Microsoft.Extensions.Identity.Core|7.0.0", "Microsoft.Extensions.Identity.Stores|7.0.0", "Microsoft.Extensions.Localization.Abstractions|7.0.0", "Microsoft.Extensions.Localization|7.0.0", "Microsoft.Extensions.ObjectPool|7.0.0", "Microsoft.Extensions.WebEncoders|7.0.0", "Microsoft.JSInterop|7.0.0", "Microsoft.Net.Http.Headers|7.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|7.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|7.0.0.0", "Microsoft.AspNetCore.Authentication.Core|7.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|7.0.0.0", "Microsoft.AspNetCore.Authentication|7.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|7.0.0.0", "Microsoft.AspNetCore.Authorization|7.0.0.0", "Microsoft.AspNetCore.Components.Authorization|7.0.0.0", "Microsoft.AspNetCore.Components.Forms|7.0.0.0", "Microsoft.AspNetCore.Components.Server|7.0.0.0", "Microsoft.AspNetCore.Components.Web|7.0.0.0", "Microsoft.AspNetCore.Components|7.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|7.0.0.0", "Microsoft.AspNetCore.CookiePolicy|7.0.0.0", "Microsoft.AspNetCore.Cors|7.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|7.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|7.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|7.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|7.0.0.0", "Microsoft.AspNetCore.DataProtection|7.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|7.0.0.0", "Microsoft.AspNetCore.Diagnostics|7.0.0.0", "Microsoft.AspNetCore.HostFiltering|7.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Hosting|7.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|7.0.0.0", "Microsoft.AspNetCore.Http.Connections|7.0.0.0", "Microsoft.AspNetCore.Http.Extensions|7.0.0.0", "Microsoft.AspNetCore.Http.Features|7.0.0.0", "Microsoft.AspNetCore.Http.Results|7.0.0.0", "Microsoft.AspNetCore.Http|7.0.0.0", "Microsoft.AspNetCore.HttpLogging|7.0.0.0", "Microsoft.AspNetCore.HttpOverrides|7.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|7.0.0.0", "Microsoft.AspNetCore.Identity|7.0.0.0", "Microsoft.AspNetCore.Localization.Routing|7.0.0.0", "Microsoft.AspNetCore.Localization|7.0.0.0", "Microsoft.AspNetCore.Metadata|7.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|7.0.0.0", "Microsoft.AspNetCore.Mvc.Core|7.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|7.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|7.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|7.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|7.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|7.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|7.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|7.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|7.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|7.0.0.0", "Microsoft.AspNetCore.Mvc|7.0.0.0", "Microsoft.AspNetCore.OutputCaching|7.0.0.0", "Microsoft.AspNetCore.RateLimiting|7.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|7.0.0.0", "Microsoft.AspNetCore.Razor|7.0.0.0", "Microsoft.AspNetCore.RequestDecompression|7.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|7.0.0.0", "Microsoft.AspNetCore.ResponseCaching|7.0.0.0", "Microsoft.AspNetCore.ResponseCompression|7.0.0.0", "Microsoft.AspNetCore.Rewrite|7.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|7.0.0.0", "Microsoft.AspNetCore.Routing|7.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|7.0.0.0", "Microsoft.AspNetCore.Server.IIS|7.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|7.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|7.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|7.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|7.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|7.0.0.0", "Microsoft.AspNetCore.Session|7.0.0.0", "Microsoft.AspNetCore.SignalR.Common|7.0.0.0", "Microsoft.AspNetCore.SignalR.Core|7.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|7.0.0.0", "Microsoft.AspNetCore.SignalR|7.0.0.0", "Microsoft.AspNetCore.StaticFiles|7.0.0.0", "Microsoft.AspNetCore.WebSockets|7.0.0.0", "Microsoft.AspNetCore.WebUtilities|7.0.0.0", "Microsoft.AspNetCore|7.0.0.0", "Microsoft.Extensions.Caching.Abstractions|7.0.0.0", "Microsoft.Extensions.Caching.Memory|7.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|7.0.0.0", "Microsoft.Extensions.Configuration.Binder|7.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|7.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|7.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|7.0.0.0", "Microsoft.Extensions.Configuration.Ini|7.0.0.0", "Microsoft.Extensions.Configuration.Json|7.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|7.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|7.0.0.0", "Microsoft.Extensions.Configuration.Xml|7.0.0.0", "Microsoft.Extensions.Configuration|7.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|7.0.0.0", "Microsoft.Extensions.DependencyInjection|7.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|7.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|7.0.0.0", "Microsoft.Extensions.Features|7.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|7.0.0.0", "Microsoft.Extensions.FileProviders.Composite|7.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|7.0.0.0", "Microsoft.Extensions.FileProviders.Physical|7.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|7.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|7.0.0.0", "Microsoft.Extensions.Hosting|7.0.0.0", "Microsoft.Extensions.Http|7.0.0.0", "Microsoft.Extensions.Identity.Core|7.0.0.0", "Microsoft.Extensions.Identity.Stores|7.0.0.0", "Microsoft.Extensions.Localization.Abstractions|7.0.0.0", "Microsoft.Extensions.Localization|7.0.0.0", "Microsoft.Extensions.Logging.Abstractions|7.0.0.0", "Microsoft.Extensions.Logging.Configuration|7.0.0.0", "Microsoft.Extensions.Logging.Console|7.0.0.0", "Microsoft.Extensions.Logging.Debug|7.0.0.0", "Microsoft.Extensions.Logging.EventLog|7.0.0.0", "Microsoft.Extensions.Logging.EventSource|7.0.0.0", "Microsoft.Extensions.Logging.TraceSource|7.0.0.0", "Microsoft.Extensions.Logging|7.0.0.0", "Microsoft.Extensions.ObjectPool|7.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|7.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|7.0.0.0", "Microsoft.Extensions.Options|7.0.0.0", "Microsoft.Extensions.Primitives|7.0.0.0", "Microsoft.Extensions.WebEncoders|7.0.0.0", "Microsoft.JSInterop|7.0.0.0", "Microsoft.Net.Http.Headers|7.0.0.0", "System.Diagnostics.EventLog|7.0.0.0", "System.IO.Pipelines|7.0.0.0", "System.Security.Cryptography.Xml|7.0.0.0", "System.Threading.RateLimiting|7.0.0.0"]}, - {"name": "microsoft.aspnetcore.app.ref.v8.0.8", "id": "Microsoft.AspNetCore.App.Ref", "version": "8.0.8", "sha512": "sha512-qJaL7wWvkY26HXnREQDCb6O2NZ0zWfhnJ9yFKlrOu452l6oLHE8X0pFEovJuCDa557Jy7KfshkNtBGUBSWorHg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Extensions.Caching.Abstractions|8.0.0", "Microsoft.Extensions.Caching.Memory|8.0.0", "Microsoft.Extensions.Configuration.Abstractions|8.0.0", "Microsoft.Extensions.Configuration.Binder|8.0.0", "Microsoft.Extensions.Configuration.CommandLine|8.0.0", "Microsoft.Extensions.Configuration|8.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|8.0.0", "Microsoft.Extensions.Configuration.FileExtensions|8.0.0", "Microsoft.Extensions.Configuration.Ini|8.0.0", "Microsoft.Extensions.Configuration.Json|8.0.0", "Microsoft.Extensions.Configuration.UserSecrets|8.0.0", "Microsoft.Extensions.Configuration.Xml|8.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|8.0.0", "Microsoft.Extensions.DependencyInjection|8.0.0", "Microsoft.Extensions.Diagnostics.Abstractions|8.0.0", "Microsoft.Extensions.Diagnostics|8.0.0", "Microsoft.Extensions.FileProviders.Abstractions|8.0.0", "Microsoft.Extensions.FileProviders.Composite|8.0.0", "Microsoft.Extensions.FileProviders.Physical|8.0.0", "Microsoft.Extensions.FileSystemGlobbing|8.0.0", "Microsoft.Extensions.Hosting.Abstractions|8.0.0", "Microsoft.Extensions.Hosting|8.0.0", "Microsoft.Extensions.Http|8.0.0", "Microsoft.Extensions.Logging.Abstractions|8.0.0", "Microsoft.Extensions.Logging.Configuration|8.0.0", "Microsoft.Extensions.Logging.Console|8.0.0", "Microsoft.Extensions.Logging.Debug|8.0.0", "Microsoft.Extensions.Logging|8.0.0", "Microsoft.Extensions.Logging.EventLog|8.0.0", "Microsoft.Extensions.Logging.EventSource|8.0.0", "Microsoft.Extensions.Logging.TraceSource|8.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|8.0.0", "Microsoft.Extensions.Options.DataAnnotations|8.0.0", "Microsoft.Extensions.Options|8.0.0", "Microsoft.Extensions.Primitives|8.0.0", "System.Diagnostics.EventLog|8.0.0", "System.IO.Pipelines|8.0.0", "System.Security.Cryptography.Xml|8.0.0", "System.Threading.RateLimiting|8.0.0", "Microsoft.AspNetCore.Antiforgery|8.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|8.0.0", "Microsoft.AspNetCore.Authentication.BearerToken|8.0.0", "Microsoft.AspNetCore.Authentication.Cookies|8.0.0", "Microsoft.AspNetCore.Authentication.Core|8.0.0", "Microsoft.AspNetCore.Authentication|8.0.0", "Microsoft.AspNetCore.Authentication.OAuth|8.0.0", "Microsoft.AspNetCore.Authorization|8.0.0", "Microsoft.AspNetCore.Authorization.Policy|8.0.0", "Microsoft.AspNetCore.Components.Authorization|8.0.0", "Microsoft.AspNetCore.Components|8.0.0", "Microsoft.AspNetCore.Components.Endpoints|8.0.0", "Microsoft.AspNetCore.Components.Forms|8.0.0", "Microsoft.AspNetCore.Components.Server|8.0.0", "Microsoft.AspNetCore.Components.Web|8.0.0", "Microsoft.AspNetCore.Connections.Abstractions|8.0.0", "Microsoft.AspNetCore.CookiePolicy|8.0.0", "Microsoft.AspNetCore.Cors|8.0.0", "Microsoft.AspNetCore.Cryptography.Internal|8.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|8.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|8.0.0", "Microsoft.AspNetCore.DataProtection|8.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|8.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|8.0.0", "Microsoft.AspNetCore.Diagnostics|8.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|8.0.0", "Microsoft.AspNetCore|8.0.0", "Microsoft.AspNetCore.HostFiltering|8.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|8.0.0", "Microsoft.AspNetCore.Hosting|8.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|8.0.0", "Microsoft.AspNetCore.Html.Abstractions|8.0.0", "Microsoft.AspNetCore.Http.Abstractions|8.0.0", "Microsoft.AspNetCore.Http.Connections.Common|8.0.0", "Microsoft.AspNetCore.Http.Connections|8.0.0", "Microsoft.AspNetCore.Http|8.0.0", "Microsoft.AspNetCore.Http.Extensions|8.0.0", "Microsoft.AspNetCore.Http.Features|8.0.0", "Microsoft.AspNetCore.Http.Results|8.0.0", "Microsoft.AspNetCore.HttpLogging|8.0.0", "Microsoft.AspNetCore.HttpOverrides|8.0.0", "Microsoft.AspNetCore.HttpsPolicy|8.0.0", "Microsoft.AspNetCore.Identity|8.0.0", "Microsoft.AspNetCore.Localization|8.0.0", "Microsoft.AspNetCore.Localization.Routing|8.0.0", "Microsoft.AspNetCore.Metadata|8.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|8.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|8.0.0", "Microsoft.AspNetCore.Mvc.Core|8.0.0", "Microsoft.AspNetCore.Mvc.Cors|8.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|8.0.0", "Microsoft.AspNetCore.Mvc|8.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|8.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|8.0.0", "Microsoft.AspNetCore.Mvc.Localization|8.0.0", "Microsoft.AspNetCore.Mvc.Razor|8.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|8.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|8.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|8.0.0", "Microsoft.AspNetCore.OutputCaching|8.0.0", "Microsoft.AspNetCore.RateLimiting|8.0.0", "Microsoft.AspNetCore.Razor|8.0.0", "Microsoft.AspNetCore.Razor.Runtime|8.0.0", "Microsoft.AspNetCore.RequestDecompression|8.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|8.0.0", "Microsoft.AspNetCore.ResponseCaching|8.0.0", "Microsoft.AspNetCore.ResponseCompression|8.0.0", "Microsoft.AspNetCore.Rewrite|8.0.0", "Microsoft.AspNetCore.Routing.Abstractions|8.0.0", "Microsoft.AspNetCore.Routing|8.0.0", "Microsoft.AspNetCore.Server.HttpSys|8.0.0", "Microsoft.AspNetCore.Server.IIS|8.0.0", "Microsoft.AspNetCore.Server.IISIntegration|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|8.0.0", "Microsoft.AspNetCore.Server.Kestrel|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|8.0.0", "Microsoft.AspNetCore.Session|8.0.0", "Microsoft.AspNetCore.SignalR.Common|8.0.0", "Microsoft.AspNetCore.SignalR.Core|8.0.0", "Microsoft.AspNetCore.SignalR|8.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|8.0.0", "Microsoft.AspNetCore.StaticFiles|8.0.0", "Microsoft.AspNetCore.WebSockets|8.0.0", "Microsoft.AspNetCore.WebUtilities|8.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|8.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|8.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|8.0.0", "Microsoft.Extensions.Features|8.0.0", "Microsoft.Extensions.FileProviders.Embedded|8.0.0", "Microsoft.Extensions.Identity.Core|8.0.0", "Microsoft.Extensions.Identity.Stores|8.0.0", "Microsoft.Extensions.Localization.Abstractions|8.0.0", "Microsoft.Extensions.Localization|8.0.0", "Microsoft.Extensions.ObjectPool|8.0.0", "Microsoft.Extensions.WebEncoders|8.0.0", "Microsoft.JSInterop|8.0.0", "Microsoft.Net.Http.Headers|8.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|8.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Authentication.BearerToken|8.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|8.0.0.0", "Microsoft.AspNetCore.Authentication.Core|8.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|8.0.0.0", "Microsoft.AspNetCore.Authentication|8.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|8.0.0.0", "Microsoft.AspNetCore.Authorization|8.0.0.0", "Microsoft.AspNetCore.Components.Authorization|8.0.0.0", "Microsoft.AspNetCore.Components.Endpoints|8.0.0.0", "Microsoft.AspNetCore.Components.Forms|8.0.0.0", "Microsoft.AspNetCore.Components.Server|8.0.0.0", "Microsoft.AspNetCore.Components.Web|8.0.0.0", "Microsoft.AspNetCore.Components|8.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|8.0.0.0", "Microsoft.AspNetCore.CookiePolicy|8.0.0.0", "Microsoft.AspNetCore.Cors|8.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|8.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|8.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|8.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|8.0.0.0", "Microsoft.AspNetCore.DataProtection|8.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|8.0.0.0", "Microsoft.AspNetCore.Diagnostics|8.0.0.0", "Microsoft.AspNetCore.HostFiltering|8.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Hosting|8.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|8.0.0.0", "Microsoft.AspNetCore.Http.Connections|8.0.0.0", "Microsoft.AspNetCore.Http.Extensions|8.0.0.0", "Microsoft.AspNetCore.Http.Features|8.0.0.0", "Microsoft.AspNetCore.Http.Results|8.0.0.0", "Microsoft.AspNetCore.Http|8.0.0.0", "Microsoft.AspNetCore.HttpLogging|8.0.0.0", "Microsoft.AspNetCore.HttpOverrides|8.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|8.0.0.0", "Microsoft.AspNetCore.Identity|8.0.0.0", "Microsoft.AspNetCore.Localization.Routing|8.0.0.0", "Microsoft.AspNetCore.Localization|8.0.0.0", "Microsoft.AspNetCore.Metadata|8.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|8.0.0.0", "Microsoft.AspNetCore.Mvc.Core|8.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|8.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|8.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|8.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|8.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|8.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|8.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|8.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|8.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|8.0.0.0", "Microsoft.AspNetCore.Mvc|8.0.0.0", "Microsoft.AspNetCore.OutputCaching|8.0.0.0", "Microsoft.AspNetCore.RateLimiting|8.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|8.0.0.0", "Microsoft.AspNetCore.Razor|8.0.0.0", "Microsoft.AspNetCore.RequestDecompression|8.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|8.0.0.0", "Microsoft.AspNetCore.ResponseCaching|8.0.0.0", "Microsoft.AspNetCore.ResponseCompression|8.0.0.0", "Microsoft.AspNetCore.Rewrite|8.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Routing|8.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|8.0.0.0", "Microsoft.AspNetCore.Server.IIS|8.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|8.0.0.0", "Microsoft.AspNetCore.Session|8.0.0.0", "Microsoft.AspNetCore.SignalR.Common|8.0.0.0", "Microsoft.AspNetCore.SignalR.Core|8.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|8.0.0.0", "Microsoft.AspNetCore.SignalR|8.0.0.0", "Microsoft.AspNetCore.StaticFiles|8.0.0.0", "Microsoft.AspNetCore.WebSockets|8.0.0.0", "Microsoft.AspNetCore.WebUtilities|8.0.0.0", "Microsoft.AspNetCore|8.0.0.0", "Microsoft.Extensions.Caching.Abstractions|8.0.0.0", "Microsoft.Extensions.Caching.Memory|8.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|8.0.0.0", "Microsoft.Extensions.Configuration.Binder|8.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|8.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|8.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|8.0.0.0", "Microsoft.Extensions.Configuration.Ini|8.0.0.0", "Microsoft.Extensions.Configuration.Json|8.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|8.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|8.0.0.0", "Microsoft.Extensions.Configuration.Xml|8.0.0.0", "Microsoft.Extensions.Configuration|8.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|8.0.0.0", "Microsoft.Extensions.DependencyInjection|8.0.0.0", "Microsoft.Extensions.Diagnostics.Abstractions|8.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|8.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|8.0.0.0", "Microsoft.Extensions.Diagnostics|8.0.0.0", "Microsoft.Extensions.Features|8.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|8.0.0.0", "Microsoft.Extensions.FileProviders.Composite|8.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|8.0.0.0", "Microsoft.Extensions.FileProviders.Physical|8.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|8.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|8.0.0.0", "Microsoft.Extensions.Hosting|8.0.0.0", "Microsoft.Extensions.Http|8.0.0.0", "Microsoft.Extensions.Identity.Core|8.0.0.0", "Microsoft.Extensions.Identity.Stores|8.0.0.0", "Microsoft.Extensions.Localization.Abstractions|8.0.0.0", "Microsoft.Extensions.Localization|8.0.0.0", "Microsoft.Extensions.Logging.Abstractions|8.0.0.0", "Microsoft.Extensions.Logging.Configuration|8.0.0.0", "Microsoft.Extensions.Logging.Console|8.0.0.0", "Microsoft.Extensions.Logging.Debug|8.0.0.0", "Microsoft.Extensions.Logging.EventLog|8.0.0.0", "Microsoft.Extensions.Logging.EventSource|8.0.0.0", "Microsoft.Extensions.Logging.TraceSource|8.0.0.0", "Microsoft.Extensions.Logging|8.0.0.0", "Microsoft.Extensions.ObjectPool|8.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|8.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|8.0.0.0", "Microsoft.Extensions.Options|8.0.0.0", "Microsoft.Extensions.Primitives|8.0.0.0", "Microsoft.Extensions.WebEncoders|8.0.0.0", "Microsoft.JSInterop|8.0.0.0", "Microsoft.Net.Http.Headers|8.0.0.0", "System.Diagnostics.EventLog|8.0.0.0", "System.IO.Pipelines|8.0.0.0", "System.Security.Cryptography.Xml|8.0.0.0", "System.Threading.RateLimiting|8.0.0.0"]}, + {"name": "microsoft.aspnetcore.app.ref.v8.0.11", "id": "Microsoft.AspNetCore.App.Ref", "version": "8.0.11", "sha512": "sha512-0ow+3BClZm2xlEXC7g+vr7vxmBkXnNwxjCSqhxCcPqRHkXYNW1rdHmzrCLmGYRzGFxk7wktqOUkRV0ipgSQXOw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Extensions.Caching.Abstractions|8.0.0", "Microsoft.Extensions.Caching.Memory|8.0.0", "Microsoft.Extensions.Configuration.Abstractions|8.0.0", "Microsoft.Extensions.Configuration.Binder|8.0.0", "Microsoft.Extensions.Configuration.CommandLine|8.0.0", "Microsoft.Extensions.Configuration|8.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|8.0.0", "Microsoft.Extensions.Configuration.FileExtensions|8.0.0", "Microsoft.Extensions.Configuration.Ini|8.0.0", "Microsoft.Extensions.Configuration.Json|8.0.0", "Microsoft.Extensions.Configuration.UserSecrets|8.0.0", "Microsoft.Extensions.Configuration.Xml|8.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|8.0.0", "Microsoft.Extensions.DependencyInjection|8.0.0", "Microsoft.Extensions.Diagnostics.Abstractions|8.0.0", "Microsoft.Extensions.Diagnostics|8.0.0", "Microsoft.Extensions.FileProviders.Abstractions|8.0.0", "Microsoft.Extensions.FileProviders.Composite|8.0.0", "Microsoft.Extensions.FileProviders.Physical|8.0.0", "Microsoft.Extensions.FileSystemGlobbing|8.0.0", "Microsoft.Extensions.Hosting.Abstractions|8.0.0", "Microsoft.Extensions.Hosting|8.0.0", "Microsoft.Extensions.Http|8.0.0", "Microsoft.Extensions.Logging.Abstractions|8.0.0", "Microsoft.Extensions.Logging.Configuration|8.0.0", "Microsoft.Extensions.Logging.Console|8.0.0", "Microsoft.Extensions.Logging.Debug|8.0.0", "Microsoft.Extensions.Logging|8.0.0", "Microsoft.Extensions.Logging.EventLog|8.0.0", "Microsoft.Extensions.Logging.EventSource|8.0.0", "Microsoft.Extensions.Logging.TraceSource|8.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|8.0.0", "Microsoft.Extensions.Options.DataAnnotations|8.0.0", "Microsoft.Extensions.Options|8.0.0", "Microsoft.Extensions.Primitives|8.0.0", "System.Diagnostics.EventLog|8.0.0", "System.IO.Pipelines|8.0.0", "System.Security.Cryptography.Xml|8.0.0", "System.Threading.RateLimiting|8.0.0", "Microsoft.AspNetCore.Antiforgery|8.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|8.0.0", "Microsoft.AspNetCore.Authentication.BearerToken|8.0.0", "Microsoft.AspNetCore.Authentication.Cookies|8.0.0", "Microsoft.AspNetCore.Authentication.Core|8.0.0", "Microsoft.AspNetCore.Authentication|8.0.0", "Microsoft.AspNetCore.Authentication.OAuth|8.0.0", "Microsoft.AspNetCore.Authorization|8.0.0", "Microsoft.AspNetCore.Authorization.Policy|8.0.0", "Microsoft.AspNetCore.Components.Authorization|8.0.0", "Microsoft.AspNetCore.Components|8.0.0", "Microsoft.AspNetCore.Components.Endpoints|8.0.0", "Microsoft.AspNetCore.Components.Forms|8.0.0", "Microsoft.AspNetCore.Components.Server|8.0.0", "Microsoft.AspNetCore.Components.Web|8.0.0", "Microsoft.AspNetCore.Connections.Abstractions|8.0.0", "Microsoft.AspNetCore.CookiePolicy|8.0.0", "Microsoft.AspNetCore.Cors|8.0.0", "Microsoft.AspNetCore.Cryptography.Internal|8.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|8.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|8.0.0", "Microsoft.AspNetCore.DataProtection|8.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|8.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|8.0.0", "Microsoft.AspNetCore.Diagnostics|8.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|8.0.0", "Microsoft.AspNetCore|8.0.0", "Microsoft.AspNetCore.HostFiltering|8.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|8.0.0", "Microsoft.AspNetCore.Hosting|8.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|8.0.0", "Microsoft.AspNetCore.Html.Abstractions|8.0.0", "Microsoft.AspNetCore.Http.Abstractions|8.0.0", "Microsoft.AspNetCore.Http.Connections.Common|8.0.0", "Microsoft.AspNetCore.Http.Connections|8.0.0", "Microsoft.AspNetCore.Http|8.0.0", "Microsoft.AspNetCore.Http.Extensions|8.0.0", "Microsoft.AspNetCore.Http.Features|8.0.0", "Microsoft.AspNetCore.Http.Results|8.0.0", "Microsoft.AspNetCore.HttpLogging|8.0.0", "Microsoft.AspNetCore.HttpOverrides|8.0.0", "Microsoft.AspNetCore.HttpsPolicy|8.0.0", "Microsoft.AspNetCore.Identity|8.0.0", "Microsoft.AspNetCore.Localization|8.0.0", "Microsoft.AspNetCore.Localization.Routing|8.0.0", "Microsoft.AspNetCore.Metadata|8.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|8.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|8.0.0", "Microsoft.AspNetCore.Mvc.Core|8.0.0", "Microsoft.AspNetCore.Mvc.Cors|8.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|8.0.0", "Microsoft.AspNetCore.Mvc|8.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|8.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|8.0.0", "Microsoft.AspNetCore.Mvc.Localization|8.0.0", "Microsoft.AspNetCore.Mvc.Razor|8.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|8.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|8.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|8.0.0", "Microsoft.AspNetCore.OutputCaching|8.0.0", "Microsoft.AspNetCore.RateLimiting|8.0.0", "Microsoft.AspNetCore.Razor|8.0.0", "Microsoft.AspNetCore.Razor.Runtime|8.0.0", "Microsoft.AspNetCore.RequestDecompression|8.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|8.0.0", "Microsoft.AspNetCore.ResponseCaching|8.0.0", "Microsoft.AspNetCore.ResponseCompression|8.0.0", "Microsoft.AspNetCore.Rewrite|8.0.0", "Microsoft.AspNetCore.Routing.Abstractions|8.0.0", "Microsoft.AspNetCore.Routing|8.0.0", "Microsoft.AspNetCore.Server.HttpSys|8.0.0", "Microsoft.AspNetCore.Server.IIS|8.0.0", "Microsoft.AspNetCore.Server.IISIntegration|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|8.0.0", "Microsoft.AspNetCore.Server.Kestrel|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|8.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|8.0.0", "Microsoft.AspNetCore.Session|8.0.0", "Microsoft.AspNetCore.SignalR.Common|8.0.0", "Microsoft.AspNetCore.SignalR.Core|8.0.0", "Microsoft.AspNetCore.SignalR|8.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|8.0.0", "Microsoft.AspNetCore.StaticFiles|8.0.0", "Microsoft.AspNetCore.WebSockets|8.0.0", "Microsoft.AspNetCore.WebUtilities|8.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|8.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|8.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|8.0.0", "Microsoft.Extensions.Features|8.0.0", "Microsoft.Extensions.FileProviders.Embedded|8.0.0", "Microsoft.Extensions.Identity.Core|8.0.0", "Microsoft.Extensions.Identity.Stores|8.0.0", "Microsoft.Extensions.Localization.Abstractions|8.0.0", "Microsoft.Extensions.Localization|8.0.0", "Microsoft.Extensions.ObjectPool|8.0.0", "Microsoft.Extensions.WebEncoders|8.0.0", "Microsoft.JSInterop|8.0.0", "Microsoft.Net.Http.Headers|8.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|8.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Authentication.BearerToken|8.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|8.0.0.0", "Microsoft.AspNetCore.Authentication.Core|8.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|8.0.0.0", "Microsoft.AspNetCore.Authentication|8.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|8.0.0.0", "Microsoft.AspNetCore.Authorization|8.0.0.0", "Microsoft.AspNetCore.Components.Authorization|8.0.0.0", "Microsoft.AspNetCore.Components.Endpoints|8.0.0.0", "Microsoft.AspNetCore.Components.Forms|8.0.0.0", "Microsoft.AspNetCore.Components.Server|8.0.0.0", "Microsoft.AspNetCore.Components.Web|8.0.0.0", "Microsoft.AspNetCore.Components|8.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|8.0.0.0", "Microsoft.AspNetCore.CookiePolicy|8.0.0.0", "Microsoft.AspNetCore.Cors|8.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|8.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|8.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|8.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|8.0.0.0", "Microsoft.AspNetCore.DataProtection|8.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|8.0.0.0", "Microsoft.AspNetCore.Diagnostics|8.0.0.0", "Microsoft.AspNetCore.HostFiltering|8.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Hosting|8.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|8.0.0.0", "Microsoft.AspNetCore.Http.Connections|8.0.0.0", "Microsoft.AspNetCore.Http.Extensions|8.0.0.0", "Microsoft.AspNetCore.Http.Features|8.0.0.0", "Microsoft.AspNetCore.Http.Results|8.0.0.0", "Microsoft.AspNetCore.Http|8.0.0.0", "Microsoft.AspNetCore.HttpLogging|8.0.0.0", "Microsoft.AspNetCore.HttpOverrides|8.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|8.0.0.0", "Microsoft.AspNetCore.Identity|8.0.0.0", "Microsoft.AspNetCore.Localization.Routing|8.0.0.0", "Microsoft.AspNetCore.Localization|8.0.0.0", "Microsoft.AspNetCore.Metadata|8.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|8.0.0.0", "Microsoft.AspNetCore.Mvc.Core|8.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|8.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|8.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|8.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|8.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|8.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|8.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|8.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|8.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|8.0.0.0", "Microsoft.AspNetCore.Mvc|8.0.0.0", "Microsoft.AspNetCore.OutputCaching|8.0.0.0", "Microsoft.AspNetCore.RateLimiting|8.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|8.0.0.0", "Microsoft.AspNetCore.Razor|8.0.0.0", "Microsoft.AspNetCore.RequestDecompression|8.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|8.0.0.0", "Microsoft.AspNetCore.ResponseCaching|8.0.0.0", "Microsoft.AspNetCore.ResponseCompression|8.0.0.0", "Microsoft.AspNetCore.Rewrite|8.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|8.0.0.0", "Microsoft.AspNetCore.Routing|8.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|8.0.0.0", "Microsoft.AspNetCore.Server.IIS|8.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|8.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|8.0.0.0", "Microsoft.AspNetCore.Session|8.0.0.0", "Microsoft.AspNetCore.SignalR.Common|8.0.0.0", "Microsoft.AspNetCore.SignalR.Core|8.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|8.0.0.0", "Microsoft.AspNetCore.SignalR|8.0.0.0", "Microsoft.AspNetCore.StaticFiles|8.0.0.0", "Microsoft.AspNetCore.WebSockets|8.0.0.0", "Microsoft.AspNetCore.WebUtilities|8.0.0.0", "Microsoft.AspNetCore|8.0.0.0", "Microsoft.Extensions.Caching.Abstractions|8.0.0.0", "Microsoft.Extensions.Caching.Memory|8.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|8.0.0.0", "Microsoft.Extensions.Configuration.Binder|8.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|8.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|8.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|8.0.0.0", "Microsoft.Extensions.Configuration.Ini|8.0.0.0", "Microsoft.Extensions.Configuration.Json|8.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|8.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|8.0.0.0", "Microsoft.Extensions.Configuration.Xml|8.0.0.0", "Microsoft.Extensions.Configuration|8.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|8.0.0.0", "Microsoft.Extensions.DependencyInjection|8.0.0.0", "Microsoft.Extensions.Diagnostics.Abstractions|8.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|8.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|8.0.0.0", "Microsoft.Extensions.Diagnostics|8.0.0.0", "Microsoft.Extensions.Features|8.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|8.0.0.0", "Microsoft.Extensions.FileProviders.Composite|8.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|8.0.0.0", "Microsoft.Extensions.FileProviders.Physical|8.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|8.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|8.0.0.0", "Microsoft.Extensions.Hosting|8.0.0.0", "Microsoft.Extensions.Http|8.0.0.0", "Microsoft.Extensions.Identity.Core|8.0.0.0", "Microsoft.Extensions.Identity.Stores|8.0.0.0", "Microsoft.Extensions.Localization.Abstractions|8.0.0.0", "Microsoft.Extensions.Localization|8.0.0.0", "Microsoft.Extensions.Logging.Abstractions|8.0.0.0", "Microsoft.Extensions.Logging.Configuration|8.0.0.0", "Microsoft.Extensions.Logging.Console|8.0.0.0", "Microsoft.Extensions.Logging.Debug|8.0.0.0", "Microsoft.Extensions.Logging.EventLog|8.0.0.0", "Microsoft.Extensions.Logging.EventSource|8.0.0.0", "Microsoft.Extensions.Logging.TraceSource|8.0.0.0", "Microsoft.Extensions.Logging|8.0.0.0", "Microsoft.Extensions.ObjectPool|8.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|8.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|8.0.0.0", "Microsoft.Extensions.Options|8.0.0.0", "Microsoft.Extensions.Primitives|8.0.0.0", "Microsoft.Extensions.WebEncoders|8.0.0.0", "Microsoft.JSInterop|8.0.0.0", "Microsoft.Net.Http.Headers|8.0.0.0", "System.Diagnostics.EventLog|8.0.0.0", "System.IO.Pipelines|8.0.0.0", "System.Security.Cryptography.Xml|8.0.0.0", "System.Threading.RateLimiting|8.0.0.0"]}, + {"name": "microsoft.aspnetcore.app.ref.v9.0.0", "id": "Microsoft.AspNetCore.App.Ref", "version": "9.0.0", "sha512": "sha512-Gw0hOfzWemlJgdGucGfWdU0H7kFmE57x1lFLNJddRzbGi6r5Dv4T9+ySMXHj5MEU09iBRUig6rxsGu0XDsB1ZQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {}, "targeting_pack_overrides": ["Microsoft.Extensions.Caching.Abstractions|9.0.0", "Microsoft.Extensions.Caching.Memory|9.0.0", "Microsoft.Extensions.Configuration.Abstractions|9.0.0", "Microsoft.Extensions.Configuration.Binder|9.0.0", "Microsoft.Extensions.Configuration.CommandLine|9.0.0", "Microsoft.Extensions.Configuration|9.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|9.0.0", "Microsoft.Extensions.Configuration.FileExtensions|9.0.0", "Microsoft.Extensions.Configuration.Ini|9.0.0", "Microsoft.Extensions.Configuration.Json|9.0.0", "Microsoft.Extensions.Configuration.UserSecrets|9.0.0", "Microsoft.Extensions.Configuration.Xml|9.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|9.0.0", "Microsoft.Extensions.DependencyInjection|9.0.0", "Microsoft.Extensions.Diagnostics.Abstractions|9.0.0", "Microsoft.Extensions.Diagnostics|9.0.0", "Microsoft.Extensions.FileProviders.Abstractions|9.0.0", "Microsoft.Extensions.FileProviders.Composite|9.0.0", "Microsoft.Extensions.FileProviders.Physical|9.0.0", "Microsoft.Extensions.FileSystemGlobbing|9.0.0", "Microsoft.Extensions.Hosting.Abstractions|9.0.0", "Microsoft.Extensions.Hosting|9.0.0", "Microsoft.Extensions.Http|9.0.0", "Microsoft.Extensions.Logging.Abstractions|9.0.0", "Microsoft.Extensions.Logging.Configuration|9.0.0", "Microsoft.Extensions.Logging.Console|9.0.0", "Microsoft.Extensions.Logging.Debug|9.0.0", "Microsoft.Extensions.Logging|9.0.0", "Microsoft.Extensions.Logging.EventLog|9.0.0", "Microsoft.Extensions.Logging.EventSource|9.0.0", "Microsoft.Extensions.Logging.TraceSource|9.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|9.0.0", "Microsoft.Extensions.Options.DataAnnotations|9.0.0", "Microsoft.Extensions.Options|9.0.0", "Microsoft.Extensions.Primitives|9.0.0", "System.Diagnostics.EventLog|9.0.0", "System.Security.Cryptography.Xml|9.0.0", "System.Threading.RateLimiting|9.0.0", "Microsoft.AspNetCore.Antiforgery|9.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|9.0.0", "Microsoft.AspNetCore.Authentication.BearerToken|9.0.0", "Microsoft.AspNetCore.Authentication.Cookies|9.0.0", "Microsoft.AspNetCore.Authentication.Core|9.0.0", "Microsoft.AspNetCore.Authentication|9.0.0", "Microsoft.AspNetCore.Authentication.OAuth|9.0.0", "Microsoft.AspNetCore.Authorization|9.0.0", "Microsoft.AspNetCore.Authorization.Policy|9.0.0", "Microsoft.AspNetCore.Components.Authorization|9.0.0", "Microsoft.AspNetCore.Components|9.0.0", "Microsoft.AspNetCore.Components.Endpoints|9.0.0", "Microsoft.AspNetCore.Components.Forms|9.0.0", "Microsoft.AspNetCore.Components.Server|9.0.0", "Microsoft.AspNetCore.Components.Web|9.0.0", "Microsoft.AspNetCore.Connections.Abstractions|9.0.0", "Microsoft.AspNetCore.CookiePolicy|9.0.0", "Microsoft.AspNetCore.Cors|9.0.0", "Microsoft.AspNetCore.Cryptography.Internal|9.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|9.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|9.0.0", "Microsoft.AspNetCore.DataProtection|9.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|9.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|9.0.0", "Microsoft.AspNetCore.Diagnostics|9.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|9.0.0", "Microsoft.AspNetCore|9.0.0", "Microsoft.AspNetCore.HostFiltering|9.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|9.0.0", "Microsoft.AspNetCore.Hosting|9.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|9.0.0", "Microsoft.AspNetCore.Html.Abstractions|9.0.0", "Microsoft.AspNetCore.Http.Abstractions|9.0.0", "Microsoft.AspNetCore.Http.Connections.Common|9.0.0", "Microsoft.AspNetCore.Http.Connections|9.0.0", "Microsoft.AspNetCore.Http|9.0.0", "Microsoft.AspNetCore.Http.Extensions|9.0.0", "Microsoft.AspNetCore.Http.Features|9.0.0", "Microsoft.AspNetCore.Http.Results|9.0.0", "Microsoft.AspNetCore.HttpLogging|9.0.0", "Microsoft.AspNetCore.HttpOverrides|9.0.0", "Microsoft.AspNetCore.HttpsPolicy|9.0.0", "Microsoft.AspNetCore.Identity|9.0.0", "Microsoft.AspNetCore.Localization|9.0.0", "Microsoft.AspNetCore.Localization.Routing|9.0.0", "Microsoft.AspNetCore.Metadata|9.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|9.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|9.0.0", "Microsoft.AspNetCore.Mvc.Core|9.0.0", "Microsoft.AspNetCore.Mvc.Cors|9.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|9.0.0", "Microsoft.AspNetCore.Mvc|9.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|9.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|9.0.0", "Microsoft.AspNetCore.Mvc.Localization|9.0.0", "Microsoft.AspNetCore.Mvc.Razor|9.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|9.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|9.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|9.0.0", "Microsoft.AspNetCore.OutputCaching|9.0.0", "Microsoft.AspNetCore.RateLimiting|9.0.0", "Microsoft.AspNetCore.Razor|9.0.0", "Microsoft.AspNetCore.Razor.Runtime|9.0.0", "Microsoft.AspNetCore.RequestDecompression|9.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|9.0.0", "Microsoft.AspNetCore.ResponseCaching|9.0.0", "Microsoft.AspNetCore.ResponseCompression|9.0.0", "Microsoft.AspNetCore.Rewrite|9.0.0", "Microsoft.AspNetCore.Routing.Abstractions|9.0.0", "Microsoft.AspNetCore.Routing|9.0.0", "Microsoft.AspNetCore.Server.HttpSys|9.0.0", "Microsoft.AspNetCore.Server.IIS|9.0.0", "Microsoft.AspNetCore.Server.IISIntegration|9.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|9.0.0", "Microsoft.AspNetCore.Server.Kestrel|9.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|9.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|9.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|9.0.0", "Microsoft.AspNetCore.Session|9.0.0", "Microsoft.AspNetCore.SignalR.Common|9.0.0", "Microsoft.AspNetCore.SignalR.Core|9.0.0", "Microsoft.AspNetCore.SignalR|9.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|9.0.0", "Microsoft.AspNetCore.StaticAssets|9.0.0", "Microsoft.AspNetCore.StaticFiles|9.0.0", "Microsoft.AspNetCore.WebSockets|9.0.0", "Microsoft.AspNetCore.WebUtilities|9.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|9.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|9.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|9.0.0", "Microsoft.Extensions.Features|9.0.0", "Microsoft.Extensions.FileProviders.Embedded|9.0.0", "Microsoft.Extensions.Identity.Core|9.0.0", "Microsoft.Extensions.Identity.Stores|9.0.0", "Microsoft.Extensions.Localization.Abstractions|9.0.0", "Microsoft.Extensions.Localization|9.0.0", "Microsoft.Extensions.ObjectPool|9.0.0", "Microsoft.Extensions.WebEncoders|9.0.0", "Microsoft.JSInterop|9.0.0", "Microsoft.Net.Http.Headers|9.0.0"], "framework_list": ["Microsoft.AspNetCore.Antiforgery|9.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Authentication.BearerToken|9.0.0.0", "Microsoft.AspNetCore.Authentication.Cookies|9.0.0.0", "Microsoft.AspNetCore.Authentication.Core|9.0.0.0", "Microsoft.AspNetCore.Authentication.OAuth|9.0.0.0", "Microsoft.AspNetCore.Authentication|9.0.0.0", "Microsoft.AspNetCore.Authorization.Policy|9.0.0.0", "Microsoft.AspNetCore.Authorization|9.0.0.0", "Microsoft.AspNetCore.Components.Authorization|9.0.0.0", "Microsoft.AspNetCore.Components.Endpoints|9.0.0.0", "Microsoft.AspNetCore.Components.Forms|9.0.0.0", "Microsoft.AspNetCore.Components.Server|9.0.0.0", "Microsoft.AspNetCore.Components.Web|9.0.0.0", "Microsoft.AspNetCore.Components|9.0.0.0", "Microsoft.AspNetCore.Connections.Abstractions|9.0.0.0", "Microsoft.AspNetCore.CookiePolicy|9.0.0.0", "Microsoft.AspNetCore.Cors|9.0.0.0", "Microsoft.AspNetCore.Cryptography.Internal|9.0.0.0", "Microsoft.AspNetCore.Cryptography.KeyDerivation|9.0.0.0", "Microsoft.AspNetCore.DataProtection.Abstractions|9.0.0.0", "Microsoft.AspNetCore.DataProtection.Extensions|9.0.0.0", "Microsoft.AspNetCore.DataProtection|9.0.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Diagnostics.HealthChecks|9.0.0.0", "Microsoft.AspNetCore.Diagnostics|9.0.0.0", "Microsoft.AspNetCore.HostFiltering|9.0.0.0", "Microsoft.AspNetCore.Hosting.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Hosting.Server.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Hosting|9.0.0.0", "Microsoft.AspNetCore.Html.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Http.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Http.Connections.Common|9.0.0.0", "Microsoft.AspNetCore.Http.Connections|9.0.0.0", "Microsoft.AspNetCore.Http.Extensions|9.0.0.0", "Microsoft.AspNetCore.Http.Features|9.0.0.0", "Microsoft.AspNetCore.Http.Results|9.0.0.0", "Microsoft.AspNetCore.Http|9.0.0.0", "Microsoft.AspNetCore.HttpLogging|9.0.0.0", "Microsoft.AspNetCore.HttpOverrides|9.0.0.0", "Microsoft.AspNetCore.HttpsPolicy|9.0.0.0", "Microsoft.AspNetCore.Identity|9.0.0.0", "Microsoft.AspNetCore.Localization.Routing|9.0.0.0", "Microsoft.AspNetCore.Localization|9.0.0.0", "Microsoft.AspNetCore.Metadata|9.0.0.0", "Microsoft.AspNetCore.Mvc.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Mvc.ApiExplorer|9.0.0.0", "Microsoft.AspNetCore.Mvc.Core|9.0.0.0", "Microsoft.AspNetCore.Mvc.Cors|9.0.0.0", "Microsoft.AspNetCore.Mvc.DataAnnotations|9.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Json|9.0.0.0", "Microsoft.AspNetCore.Mvc.Formatters.Xml|9.0.0.0", "Microsoft.AspNetCore.Mvc.Localization|9.0.0.0", "Microsoft.AspNetCore.Mvc.Razor|9.0.0.0", "Microsoft.AspNetCore.Mvc.RazorPages|9.0.0.0", "Microsoft.AspNetCore.Mvc.TagHelpers|9.0.0.0", "Microsoft.AspNetCore.Mvc.ViewFeatures|9.0.0.0", "Microsoft.AspNetCore.Mvc|9.0.0.0", "Microsoft.AspNetCore.OutputCaching|9.0.0.0", "Microsoft.AspNetCore.RateLimiting|9.0.0.0", "Microsoft.AspNetCore.Razor.Runtime|9.0.0.0", "Microsoft.AspNetCore.Razor|9.0.0.0", "Microsoft.AspNetCore.RequestDecompression|9.0.0.0", "Microsoft.AspNetCore.ResponseCaching.Abstractions|9.0.0.0", "Microsoft.AspNetCore.ResponseCaching|9.0.0.0", "Microsoft.AspNetCore.ResponseCompression|9.0.0.0", "Microsoft.AspNetCore.Rewrite|9.0.0.0", "Microsoft.AspNetCore.Routing.Abstractions|9.0.0.0", "Microsoft.AspNetCore.Routing|9.0.0.0", "Microsoft.AspNetCore.Server.HttpSys|9.0.0.0", "Microsoft.AspNetCore.Server.IIS|9.0.0.0", "Microsoft.AspNetCore.Server.IISIntegration|9.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Core|9.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|9.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|9.0.0.0", "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|9.0.0.0", "Microsoft.AspNetCore.Server.Kestrel|9.0.0.0", "Microsoft.AspNetCore.Session|9.0.0.0", "Microsoft.AspNetCore.SignalR.Common|9.0.0.0", "Microsoft.AspNetCore.SignalR.Core|9.0.0.0", "Microsoft.AspNetCore.SignalR.Protocols.Json|9.0.0.0", "Microsoft.AspNetCore.SignalR|9.0.0.0", "Microsoft.AspNetCore.StaticAssets|9.0.0.0", "Microsoft.AspNetCore.StaticFiles|9.0.0.0", "Microsoft.AspNetCore.WebSockets|9.0.0.0", "Microsoft.AspNetCore.WebUtilities|9.0.0.0", "Microsoft.AspNetCore|9.0.0.0", "Microsoft.Extensions.Caching.Abstractions|9.0.0.0", "Microsoft.Extensions.Caching.Memory|9.0.0.0", "Microsoft.Extensions.Configuration.Abstractions|9.0.0.0", "Microsoft.Extensions.Configuration.Binder|9.0.0.0", "Microsoft.Extensions.Configuration.CommandLine|9.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables|9.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions|9.0.0.0", "Microsoft.Extensions.Configuration.Ini|9.0.0.0", "Microsoft.Extensions.Configuration.Json|9.0.0.0", "Microsoft.Extensions.Configuration.KeyPerFile|9.0.0.0", "Microsoft.Extensions.Configuration.UserSecrets|9.0.0.0", "Microsoft.Extensions.Configuration.Xml|9.0.0.0", "Microsoft.Extensions.Configuration|9.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions|9.0.0.0", "Microsoft.Extensions.DependencyInjection|9.0.0.0", "Microsoft.Extensions.Diagnostics.Abstractions|9.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|9.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks|9.0.0.0", "Microsoft.Extensions.Diagnostics|9.0.0.0", "Microsoft.Extensions.Features|9.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions|9.0.0.0", "Microsoft.Extensions.FileProviders.Composite|9.0.0.0", "Microsoft.Extensions.FileProviders.Embedded|9.0.0.0", "Microsoft.Extensions.FileProviders.Physical|9.0.0.0", "Microsoft.Extensions.FileSystemGlobbing|9.0.0.0", "Microsoft.Extensions.Hosting.Abstractions|9.0.0.0", "Microsoft.Extensions.Hosting|9.0.0.0", "Microsoft.Extensions.Http|9.0.0.0", "Microsoft.Extensions.Identity.Core|9.0.0.0", "Microsoft.Extensions.Identity.Stores|9.0.0.0", "Microsoft.Extensions.Localization.Abstractions|9.0.0.0", "Microsoft.Extensions.Localization|9.0.0.0", "Microsoft.Extensions.Logging.Abstractions|9.0.0.0", "Microsoft.Extensions.Logging.Configuration|9.0.0.0", "Microsoft.Extensions.Logging.Console|9.0.0.0", "Microsoft.Extensions.Logging.Debug|9.0.0.0", "Microsoft.Extensions.Logging.EventLog|9.0.0.0", "Microsoft.Extensions.Logging.EventSource|9.0.0.0", "Microsoft.Extensions.Logging.TraceSource|9.0.0.0", "Microsoft.Extensions.Logging|9.0.0.0", "Microsoft.Extensions.ObjectPool|9.0.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions|9.0.0.0", "Microsoft.Extensions.Options.DataAnnotations|9.0.0.0", "Microsoft.Extensions.Options|9.0.0.0", "Microsoft.Extensions.Primitives|9.0.0.0", "Microsoft.Extensions.WebEncoders|9.0.0.0", "Microsoft.JSInterop|9.0.0.0", "Microsoft.Net.Http.Headers|9.0.0.0", "System.Diagnostics.EventLog|9.0.0.0", "System.Security.Cryptography.Xml|9.0.0.0", "System.Threading.RateLimiting|9.0.0.0"]}, ], ) diff --git a/dotnet/private/sdk/targeting_packs/targeting_pack_lookup_table.bzl b/dotnet/private/sdk/targeting_packs/targeting_pack_lookup_table.bzl index 71626764..90033a9b 100644 --- a/dotnet/private/sdk/targeting_packs/targeting_pack_lookup_table.bzl +++ b/dotnet/private/sdk/targeting_packs/targeting_pack_lookup_table.bzl @@ -30,6 +30,7 @@ targeting_pack_lookup_table = { "net6.0": "//dotnet/private/sdk/targeting_packs:default_net6.0", "net7.0": "//dotnet/private/sdk/targeting_packs:default_net7.0", "net8.0": "//dotnet/private/sdk/targeting_packs:default_net8.0", + "net9.0": "//dotnet/private/sdk/targeting_packs:default_net9.0", }, "web": { "netcoreapp2.1": "//dotnet/private/sdk/targeting_packs:web_netcoreapp2.1", @@ -40,5 +41,6 @@ targeting_pack_lookup_table = { "net6.0": "//dotnet/private/sdk/targeting_packs:web_net6.0", "net7.0": "//dotnet/private/sdk/targeting_packs:web_net7.0", "net8.0": "//dotnet/private/sdk/targeting_packs:web_net8.0", + "net9.0": "//dotnet/private/sdk/targeting_packs:web_net9.0", }, } diff --git a/dotnet/private/sdk/targeting_packs/targeting_packs.bzl b/dotnet/private/sdk/targeting_packs/targeting_packs.bzl index 17723773..a2e988c9 100644 --- a/dotnet/private/sdk/targeting_packs/targeting_packs.bzl +++ b/dotnet/private/sdk/targeting_packs/targeting_packs.bzl @@ -31,14 +31,16 @@ def targeting_packs(): targeting_pack(name = "default_netcoreapp3.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v3.0.1"], target_framework = "netcoreapp3.0") targeting_pack(name = "default_netcoreapp3.1", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v3.1.0"], target_framework = "netcoreapp3.1") targeting_pack(name = "default_net5.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v5.0.0"], target_framework = "net5.0") - targeting_pack(name = "default_net6.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v6.0.33"], target_framework = "net6.0") + targeting_pack(name = "default_net6.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v6.0.36"], target_framework = "net6.0") targeting_pack(name = "default_net7.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v7.0.20"], target_framework = "net7.0") - targeting_pack(name = "default_net8.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v8.0.8"], target_framework = "net8.0") + targeting_pack(name = "default_net8.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v8.0.11"], target_framework = "net8.0") + targeting_pack(name = "default_net9.0", packs = ["@dotnet.targeting_packs//microsoft.netcore.app.ref.v9.0.0"], target_framework = "net9.0") targeting_pack(name = "web_netcoreapp2.1", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.v2.1.34", "@dotnet.targeting_packs//microsoft.netcore.app.v2.1.30"], target_framework = "netcoreapp2.1") targeting_pack(name = "web_netcoreapp2.2", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.v2.2.8", "@dotnet.targeting_packs//microsoft.netcore.app.v2.2.8"], target_framework = "netcoreapp2.2") targeting_pack(name = "web_netcoreapp3.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v3.0.1", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v3.0.1"], target_framework = "netcoreapp3.0") targeting_pack(name = "web_netcoreapp3.1", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v3.1.10", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v3.1.0"], target_framework = "netcoreapp3.1") targeting_pack(name = "web_net5.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v5.0.0", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v5.0.0"], target_framework = "net5.0") - targeting_pack(name = "web_net6.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v6.0.33", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v6.0.33"], target_framework = "net6.0") + targeting_pack(name = "web_net6.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v6.0.36", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v6.0.36"], target_framework = "net6.0") targeting_pack(name = "web_net7.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v7.0.20", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v7.0.20"], target_framework = "net7.0") - targeting_pack(name = "web_net8.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v8.0.8", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v8.0.8"], target_framework = "net8.0") + targeting_pack(name = "web_net8.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v8.0.11", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v8.0.11"], target_framework = "net8.0") + targeting_pack(name = "web_net9.0", packs = ["@dotnet.targeting_packs//microsoft.aspnetcore.app.ref.v9.0.0", "@dotnet.targeting_packs//microsoft.netcore.app.ref.v9.0.0"], target_framework = "net9.0") diff --git a/dotnet/private/sdk/versions.bzl b/dotnet/private/sdk/versions.bzl index 438216fa..788e86d5 100644 --- a/dotnet/private/sdk/versions.bzl +++ b/dotnet/private/sdk/versions.bzl @@ -1,6 +1,54 @@ """Mirror of release info (GENERATED BY SDK GENERATOR)""" TOOL_VERSIONS = { + "6.0.136": { + "runtimeVersion": "6.0.36", + "runtimeTfm": "net6.0", + "csharpDefaultVersion": "10.0", + "fsharpDefaultVersion": "6.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-UWgk2Ccq3mcPzC3Q7jMVSgBzi17qst4VMu4+BSn2cKblswpVQjrnXwK9SquadSZL3ez3Nb4DBdO35/tml+yPFw==", "url": "https://download.visualstudio.microsoft.com/download/pr/4f4db241-7548-48a8-b28c-bcc18a257518/4e183425102461b9a6749ae2dc3626b1/dotnet-sdk-6.0.136-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-v51aSoho9oBufEorE9CB/JwKFHW1J1HKIRvIX6ogA/v2PmWOEViRH/H+Jf46q2keWiGBsU2pGckRT/3LmzyQvg==", "url": "https://download.visualstudio.microsoft.com/download/pr/1a13a47c-87b6-4a2f-a91e-b74e6a6edddd/c046ae1b8352733c5184797cbf8a3739/dotnet-sdk-6.0.136-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-WDHdExldgFswDls1vdipJdX1PxElIq1BjMiwdTplBiaScxUyHM2QJH31JYJhInEldpjBTlLybRsyFmiHMMAXBA==", "url": "https://download.visualstudio.microsoft.com/download/pr/86c26bfd-913d-4ab0-a2ab-ac71689fe7cb/f3fe4760bed2f23ca640bdb6d91a634f/dotnet-sdk-6.0.136-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-oPx4hnx69+O37NHTeoWKLfljJ+8AWseGU3oZQD+wElGrERAjGWcLGedrNjaj/Qjl6gEzlkPQagROF1LRPvLK2w==", "url": "https://download.visualstudio.microsoft.com/download/pr/ff5a3bd6-c252-48d9-b5d4-184ab0e7f1fb/d62375e8ca68b829724f04809951a478/dotnet-sdk-6.0.136-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-x/IKWkxfwsrTWO4Cy0bOgaGSZtepfdPsxfL3UGPDfHR1kYVK/t3mHfQYxRvAZw+hf+fQUGsDhPkQtIBq/tbADA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a75faad6-8406-4f1e-bd5e-eb00066fa3d9/235daaf0c9635aaebb55fef73bff2bf2/dotnet-sdk-6.0.136-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-ddtTW0WgeXMXWcDIX/mX4pn6l5NQpETKPaO5CGY5QOp8INaYn11ozfk1JDoAfNgq4I18DHSHRWqF0c2A16vbuw==", "url": "https://download.visualstudio.microsoft.com/download/pr/4dd4c31d-d00b-46ad-96de-d8c80e9cd7e5/c9c935df4c60f8ae923746e16cc7b4a7/dotnet-sdk-6.0.136-win-x64.zip"}, + }, + "6.0.428": { + "runtimeVersion": "6.0.36", + "runtimeTfm": "net6.0", + "csharpDefaultVersion": "10.0", + "fsharpDefaultVersion": "6.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-y4RUhl7Lmc5Ve9CldB09yEZXpF6gD5sqDwWT6U5OZh6JilaQ35DPAXW/WYKXPBmYWhaJmKqpdbesejvvLs0F0g==", "url": "https://download.visualstudio.microsoft.com/download/pr/63915342-f75e-45b9-87c6-26191463df72/60c45022a869da1ad03b8522b0c6a7bd/dotnet-sdk-6.0.428-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-BDlfmRq1DkdVzhrlPiNZKnQgtxuCFgiDuuMZTdHf1dyu14dD5OC03VHqQ8SeyEtWQ2MHB7OFTxRxJl3JhJDS+Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/35b1b4d1-b8f4-4b5c-9ddf-e64a846ee50b/93cc198f1c48fe5c4853bd937226f570/dotnet-sdk-6.0.428-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-tg50tW78W9sFvpyVS8pv3bxrqnkhOxIP2APHUlLFTPSm9FJVtTLBjOroxMHCpg0nAjCRVvmrFDa9cfaJR8NyFQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d1157cf9-cf63-429f-b454-b1b46d467bae/05c67926367cca5194a838421c6a9e37/dotnet-sdk-6.0.428-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-/9bTQsxwDK1P6P1qKYltVfi9f2h/XC75rmhEnDwc7kiX0jGFBQdbqyqSU44NuGBd8TVZkj2GHZEjulnF+w5b0g==", "url": "https://download.visualstudio.microsoft.com/download/pr/fb84beda-bcd0-4e87-a732-f51c98d58a85/f0e0bea82ed83e307a56f4cf2aa496fa/dotnet-sdk-6.0.428-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-nzqDow4i7Em4Wq/0s0rHcIYTqS+fuLLZhy9wFHKs5fg1eAZPVVe0dMaqpxnWkgcPaaaBWG6r2a5GZF3J6i23nw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e4aab3f3-d13f-4d7b-8eba-e6e02ab48090/da5b6989259e6c725b90b84bc2854851/dotnet-sdk-6.0.428-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-wCfLR7JkoT5Sn4x/O6M6yRFStWdJyGgf7eHWzUhyOuHl8EpDusEwLugeNaU4Pz4WllTlu3wdMx3BHM5alQUuMg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5b2c6cee-abe2-4734-a099-729a346205e7/b5776361ebee2e1eeed9be4aad944652/dotnet-sdk-6.0.428-win-x64.zip"}, + }, + "6.0.135": { + "runtimeVersion": "6.0.35", + "runtimeTfm": "net6.0", + "csharpDefaultVersion": "10.0", + "fsharpDefaultVersion": "6.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-aTnKlKkdaGKn8+shVeRXIMmetEHBzR8qIt7YNRxf6gmBwu9DOwVzwe0uQzdWRmZqmvLI4KUawabDA92R4YdnYQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/26d70255-74d7-4d66-81e2-529690046f82/701bfc25c386baea4bfcc727c9790b81/dotnet-sdk-6.0.135-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-+ZD6BjY4WjpOprDhzKpFYT/vRC02EAFSNvwkdIlfLCRGVZ8vuULJARcbuEfNgl/MV1+4LRIMxdHPF11cCuAc/w==", "url": "https://download.visualstudio.microsoft.com/download/pr/69e35e96-d24c-45c9-a653-ea977a7e2a22/f31e9851ba9b2524740bf9d8b5a9af70/dotnet-sdk-6.0.135-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-R2bOlU/MCbDAThs+GeVZ3JzdwFU8gPKhanf7UGoqthAEDu05DJFT8+6nYnG7W6/NaWyhvHry7JzZIE9G72acTQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/82ff3f30-674d-4b21-94c1-9dc86a365a35/49c84376a1478ce39a77447e1b0925fe/dotnet-sdk-6.0.135-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-jyLm2pDs2qiwXu5EP+YIn+iWgto6xOjT7i7iyf5gorXxZap0TKEqCnG3HsoSXVPa/GSL6C0a7ErjOhRDzpZj+g==", "url": "https://download.visualstudio.microsoft.com/download/pr/22a4f335-6027-4d0e-a3bf-8ae061a5c958/8c710aceee7279ed15e5acdcaff49589/dotnet-sdk-6.0.135-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-rvONOKlYbBEUTJq5/mNn5DVZEpie5q4c4uDjjr8M1wQScbgbcPg/O1lh0lF6w18BCwVPS0gPE4aS8uYwqlgXcQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ffae2cd8-7683-43b1-b2c6-b3aec6debcac/1da7199e689db3d9a0a4bfd120ab3258/dotnet-sdk-6.0.135-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-HKGtQdVFrzbDVcB+H8tHf8co4iW+ZhNk1aP7aqVNWi4wu1wCVrQrfDQJ4prD3sTWg/hnbf3LbJ8L8EM6chb9MQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/b5819216-9b4d-4ee5-af70-5b5b0dc1bd01/09387a3a807f63227ae90713a21029f3/dotnet-sdk-6.0.135-win-x64.zip"}, + }, + "6.0.427": { + "runtimeVersion": "6.0.35", + "runtimeTfm": "net6.0", + "csharpDefaultVersion": "10.0", + "fsharpDefaultVersion": "6.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-kSmWG1Std9rCtN6XOHX3rNHo0oM2c6UZI3BmIODFt7jFsFfI05VTKtnaRrHctauP0HpPVSvVclbVoMIQcK1XcQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/30d99992-ae6a-45b8-a8b3-560d2e587ea8/a35304fce1d8a6f5c76a2ccd8da9d431/dotnet-sdk-6.0.427-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-qc0eXMw8XYR6yi7yHdFF9hxrGMTnWjwvya7VksYGbVEbi2WMVMLNhRk4/lq6I4bl9vUQBfZAa0IBEMDsQIqEAQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/12ee34e8-640c-400e-a6dc-4892b442df92/81d40fc98a5bbbfbafa4cc1ab86d6288/dotnet-sdk-6.0.427-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-itcxThu4FvtBmIQpMSIOnsjIiFtDWW7IkK88IXeJQQE1Ov66tj8rhwFiMExqKiDRpFzu9Bn3LZBNWYouTo2c6Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/9354e51e-f557-4d99-8b0c-53bb03055201/8267bd56eb17a930408805fc986e8b98/dotnet-sdk-6.0.427-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-HVZg3R7ObcaX5GeYGy9pxrM5q5PJdtSC76m0L2tcg/EsGS5bQg9zqajkb7vtk1+DZCF6pBC+3g8DKsmSstPqfA==", "url": "https://download.visualstudio.microsoft.com/download/pr/fb30dfb9-b1d0-46a1-a59f-ae1037158de1/83d66d2d78b8ae231c3ded22f1832537/dotnet-sdk-6.0.427-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-y0IeaL3n4GqfHj2zwVkGsqzxJVrrUg8GVMlcsUnPqX5ce5PPU4GnRiee/GLEWk/JVqnEsnf5XndOa4DVpiJMrA==", "url": "https://download.visualstudio.microsoft.com/download/pr/289b1083-04b7-4752-bd1e-8166f9987bee/92c021f741718f8b5374f1df09235557/dotnet-sdk-6.0.427-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-6Swh8TvzTY9YkrlmlQ0fL+CIOeI4F6f4JorzY2EWGzYEp57atJP39EAzutKCn0ylf2r8joFBqkaMNn7+O6RLOA==", "url": "https://download.visualstudio.microsoft.com/download/pr/493caf1f-df72-4ed8-b011-fd5c0a721dbc/b166ce2a487008737ccecb26d20c2a01/dotnet-sdk-6.0.427-win-x64.zip"}, + }, "6.0.133": { "runtimeVersion": "6.0.33", "runtimeTfm": "net6.0", @@ -1813,6 +1861,78 @@ TOOL_VERSIONS = { "arm64-pc-windows-msvc": {"hash": "sha512-N/acDNNF5/bOwC9oJQVcw33aPaWKCWSPpyDqlCQXZji/YK7k1BjA7jWs1+E+4S3V6dRyjmxLDdbOAfGMBUUzXA==", "url": "https://download.visualstudio.microsoft.com/download/pr/17dcb3b9-99bd-4d7f-bb27-ef0cdd3db552/7cd893766c7d7be236a5436dad8623ba/dotnet-sdk-7.0.100-preview.1.22110.4-win-arm64.zip"}, "x86_64-pc-windows-msvc": {"hash": "sha512-nsWrBiDjjDY7ErCSOYKVJOefRg52vg6BBp4fVKennKAdwGpiRuCK1FgIYz+7MxBVnr0wPgg/nXvLJnFX5uSKYQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9765ed67-8c55-41ad-aeef-21be6d599ce7/4092e82ed77053c5621cfe19ce1d9329/dotnet-sdk-7.0.100-preview.1.22110.4-win-x64.zip"}, }, + "8.0.111": { + "runtimeVersion": "8.0.11", + "runtimeTfm": "net8.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-mtGoNJ1MtlL76Z6ytWsscU8Ju0nswjGNhZch7b0MLB5fM4RE6h7m3S8C59EBvODTyVaRMxJncDcFlkR3lJilTw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c6a51c8e-3dbe-4f8b-a642-6e4be0ea0171/e98afd2817656cd96445fed528776661/dotnet-sdk-8.0.111-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-5G45p3Gyl0Tc5mWofNUyLfqRKrKQS8wQ8FB9/PTKBWhM9kw04SxwhK9Jp4TMBOtTKjrSvkzrZoF2NH/rS+N/gQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/71b9adff-5d7d-4567-aba4-d0da010e293f/88bd38320ab4a4524e71aec64bf88676/dotnet-sdk-8.0.111-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-tH//G/XZ4rXKe2hNcqBQTDzPizN0uNei445Bci9+EXSAAfzTRI5iYBS5/KeAgr/tnA5G9asUGmRkIevCGRuaWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/92958c4d-e15c-4554-9ab7-b6b251fa95e0/d931778a5156b6d739583cd1af0139d8/dotnet-sdk-8.0.111-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-QZ8qZeVxRTexhWkcmnFSq9Tl+F9uWAZghuPzQepPFuD1ZL/cZM3B54djqMO4crds7CXL93/PZl19dIGcYf3Jag==", "url": "https://download.visualstudio.microsoft.com/download/pr/2c694b43-e8e5-49b4-a26b-a8d1850d8974/aacd6da4f057a37d12074b076368eda6/dotnet-sdk-8.0.111-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-DafS7nUK2Off++tqo6nsVvYCpgGtyxzlDfDWXZCM3HyMD/CAa//QY3mfUGSxEwe/f0MuhsoDUiODGkpdwgOVjQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/4138ebc4-818c-4b58-b806-e42930a20cce/808bde0fe22f1493b83159caa9ad608b/dotnet-sdk-8.0.111-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-roelhQ3LWUmpVL8ywT3tpENyXOhTujJfMBJ6T2//Hs1+uhMsSpZPVy6TTY5riXq8qBJgE06wavN0ogkU6dbAnA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dcfc3c77-4551-43e1-9ac7-b788f7e9a346/337687756beae1da6ce1bac1a38981c5/dotnet-sdk-8.0.111-win-x64.zip"}, + }, + "8.0.307": { + "runtimeVersion": "8.0.11", + "runtimeTfm": "net8.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-XTuZK1JfPvi+X69nN410VyEOuBRSxqQJDcxgVnR3l4SAvhgNBIhhZaSjNFRkIbrFxFoNjW75tA0Md80tXm/N5w==", "url": "https://download.visualstudio.microsoft.com/download/pr/78966954-6f88-4240-a857-e88592469928/fa48764c7075b3eae626e5df5b27bcb9/dotnet-sdk-8.0.307-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-lJI6XMIze1Mb073wjJnnFp7NTIGmOiuM4gT7CHxOtSZpUhj8djhg6ikwQmwrMcIyjfEzcNZCF9N1GYuT/fBMnQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/645e379a-4222-48c0-b47d-f85719ff91db/2d46079600e454c634eaeca43a54ab31/dotnet-sdk-8.0.307-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-xSLZ4iMh0ES7tEfvJIabEldT0iZ6XdU4cFm+CZ031+mBs4EDxN5pUhAnSyxAom7b+GWMg4wm0gtE8x9SG0W11Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/6a89189f-3449-4e54-ac20-d07af68b772e/ce34a179d9bb8bb0cb01781afd662bf7/dotnet-sdk-8.0.307-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-yT1+pQXD1+GrAko7ARDr3WgyxYK24/gHkLzBVVTgOfqq9WyaK2R7vNJcEm7tJIcXCLuWQLR5BFLO2Z3Rca0V1Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/7dbf9674-4262-4b44-bd3e-12a962f2831a/b25b3c126ad41eda494855168f8104fe/dotnet-sdk-8.0.307-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-GLS9tfakkSpnkLlwptPIIgZe+DSi8rmBo0jvo5NuBprJc9mVW86syEhTvA8BgjV6TnAKdqRx3wNHdvt7rv/2aA==", "url": "https://download.visualstudio.microsoft.com/download/pr/bc7234f8-0467-4a0d-891e-4850e9aa146e/68c755bdb16b1ed54621e818fbb0ffd4/dotnet-sdk-8.0.307-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-V/fbTs2NLCXS+kIBdCtbUpZdSxtVZsJYDdkaPSIFM2IQT3tQ8aVo/fTDY7maTdGcH2h6/ZnQbeiwihyB9ajeHQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/b758963a-d937-4d3b-81fd-f1b68d8b3614/228eba54fe3d6c465b29ab219abda499/dotnet-sdk-8.0.307-win-x64.zip"}, + }, + "8.0.404": { + "runtimeVersion": "8.0.11", + "runtimeTfm": "net8.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-0UfKLmqti8dRtSKukTmeDjhnxC0X+JLiPI3QhqtsywwTMZ2bicAktaYf+ymOlbz8gtklYHTdrOiCFFydWkvgcQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5ac82fcb-c260-4c46-b62f-8cde2ddfc625/feb12fc704a476ea2227c57c81d18cdf/dotnet-sdk-8.0.404-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-LxZvfzvVCBVNctF4P/rG4OPJICPMwsbeSdIrQR/IuebdA+dXaswbtYcKaVEYESm6d/O/lLtF/pxwEFsbiWubuQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/4e3b04aa-c015-4e06-a42e-05f9f3c54ed2/74d1bb68e330eea13ecfc47f7cf9aeb7/dotnet-sdk-8.0.404-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-ZHZTGmO/S8x73eL1own6Kykgu2MOCPoKrqvWV4u4HVNLHdO60hRhf3K1VVpJpWuex3BibWQSLacHbfwT8MVsvA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e8f412c0-1701-4096-9aa7-48d65d11ae67/cec57d5bd873f28b6f33da25915cce9c/dotnet-sdk-8.0.404-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-ImkSnoHWbNDLteGvEYXLWsEyTOia60Ft22ykbGVZzCyiI4ZLyn+IzMa6NPcsl/9H+nzxoXpZCMr8TXx3JUEumQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/016c2c95-c728-46ce-b227-d5dcc1c29f43/b4d6d9662623bfef39abf79711793f32/dotnet-sdk-8.0.404-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-084hVXue0J5+cFkwpLfrtgKIL1VyGodXDp+fVxdUoNyyGNA1T5fLE2S6Q/Z+zx2eckC0zERU9HXdSvZSkan5OQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f555808a-9245-44b0-9db5-1402d61a3444/e3659f16fbf4d226d94844c2e5483abd/dotnet-sdk-8.0.404-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-/ip5lyb6+iUjUuY5fdeQcX9yY5A0CMz+2w+ydbqT+Wp4QNrMfxiOlNh2cTE9KkhIDqg4dAjtV3K0PDY+Lbuhug==", "url": "https://download.visualstudio.microsoft.com/download/pr/c20bc0e0-7344-4fb9-9c9b-697e11537c7e/405231def9d620e5a0ee7e5ba0a8fe97/dotnet-sdk-8.0.404-win-x64.zip"}, + }, + "8.0.110": { + "runtimeVersion": "8.0.10", + "runtimeTfm": "net8.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-KGylYOebHHidgPtvm2qtLhBdbjk5z2djlBJ+SB6bIAvJ2nLYe7gWK2sqT2JpSjbtZsofPY7eJhp5CrtnZTfRZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/22fdf62f-eb78-456c-9a82-75da635a2dfc/d47faae423b4f0666944beeee63cb6b3/dotnet-sdk-8.0.110-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-Pcckqt3tl7rmOZafixVgGWJlSvZWGhMv1lDsagOnRzoQYfj192BstLGksSfmzb+1k1S8AlvT8HtW4Khxa0tmrA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9d4db360-5016-4be5-9783-cbf515a7d011/17e0019da97f0f57548a2d7a53edcf28/dotnet-sdk-8.0.110-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-bWTqXAA4FLD+9LW750yvnqUCZ32iLGdrLbAbuUBTokM+qaqTIGcUWAnF2YhTpsSoB0s/JK6Ld8g1lAJwiYv8zA==", "url": "https://download.visualstudio.microsoft.com/download/pr/8d926822-6970-434e-b77f-13db037f929c/73e8ebd5b9129e903e6833c8e755b1ed/dotnet-sdk-8.0.110-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-xWuCfacAPfcAZiq9CPWvBr4iOHlL9O0kl41hLkW5fA2ieSv7RSOHGoCjI7stT3aJ3p0hbu8ptlEIeV3sIKdBgA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3927a23c-34ce-48e5-804d-a83c9a4110f9/5e5642702e03e8572f2f772c2166d331/dotnet-sdk-8.0.110-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-Z9WNp15mGxGyafLw/PHF7Tv8I7j0buUMRpm17xtuYfE1oUfQtCc/scVEY56VYJq0ATnT8Zp3VH9LewwJbaOLIA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2a349f97-77a4-4046-907f-76a279cd34e0/904a580a59e2d14704a3a480324cb8cb/dotnet-sdk-8.0.110-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-OKAISaeKNgNnVJTCTWeAM9LYh+iYHLT4DCaopJKdCA6Tzb9BoAibKqbPm+NHmzxLANdlk3g1fRnEWyu3JX2wZQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/38a64bbd-fa30-4ba9-84bd-773680013a0a/dcd6045738a80b110862cdf9be386874/dotnet-sdk-8.0.110-win-x64.zip"}, + }, + "8.0.306": { + "runtimeVersion": "8.0.10", + "runtimeTfm": "net8.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-OlVLkjULbn09hu2SlJKV1GmWNZRhgkDJiBrbNvzK+4pRpZYahQVvMvC7V0O23c/YjnOTWeDKzGniAnfHR8K+Kw==", "url": "https://download.visualstudio.microsoft.com/download/pr/ef4ce459-c628-43c8-86af-353d9d7e7c44/804deed3b6ec5a3312867f62e6cda7f4/dotnet-sdk-8.0.306-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-tZZTUIp/G3/1Y8M9ItkufnHV/qLwHWAEKd8+8mL9rfEdEcwlH8s0lxWuhv4Os/jzUiPw+E1w3S/hw5o/CfbgIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/29fd0b9f-1b65-41ee-8d3b-9621c99ffa68/67a5a0c8846c41bfb5521c1df3915bd8/dotnet-sdk-8.0.306-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-MGq/ju8/FtiJlW8YQzsKcdnf7sw8Bj5ODTP9/jfU8tEQbCfMxElhqeLgWIOCwz0SGSuXNGIeqk7a5o561BWRpQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5750e793-89c6-419a-9d06-cb4f85dc5884/de1bdcda0b0a5b42ce1e82e8011d97ac/dotnet-sdk-8.0.306-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-cq9N/PmNTi7bq0hd1zeRoXucJ+ya/YekCo8KsDXKcE0MxRScNLSeKZh1/K7DCaFy2rgTYLziewm1F94CJLyuAg==", "url": "https://download.visualstudio.microsoft.com/download/pr/c5d29ba1-2952-4da3-8eb0-9eb0aad0a857/8535d896d90cf0e02244a20ad895290e/dotnet-sdk-8.0.306-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-GIuwAiK0kV6KoK+yQEjYJI8zkDFd+a2keMfUNQsE+YUn6TtnAAQezVK0F4gtghHx68EwP6jz4GEK1Bc/oD7I1w==", "url": "https://download.visualstudio.microsoft.com/download/pr/93d923b0-6daa-4a82-a2f6-4c2f859254d7/a55b0ea1f459db37852f83f4f93297ee/dotnet-sdk-8.0.306-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-caLMDH2JVr7jXoLqQ1UMl+/mM1pQplQStS0LY9gJPMCFnFPidhTz2THIdqE4DJ6AmP1yJkCOodJswyZQAoeb0Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/498fde59-91e7-4057-8e48-6d5ecb9ed707/ce27be05410f33d3315d1c9007ae2b17/dotnet-sdk-8.0.306-win-x64.zip"}, + }, + "8.0.403": { + "runtimeVersion": "8.0.10", + "runtimeTfm": "net8.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-9C4bqaiX+RyNc0sJqb/IJCjwYpt83ZN1JiFY2fKCeXwZlVjDeufzaUflfYrcYa+UkFlcTmu9BSF/1tBRM93tTQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/853490db-6fd3-4c17-ad8e-9dbb61261252/3d36d7d5b861bbb219aa1a66af6e6fd2/dotnet-sdk-8.0.403-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-eqA2eCKLF09RxFNfGDSM33pdNeJDsfjLKKSjDkAuR1Z9Bt9jyPbaS9w8fomPVPSswI2ZUr+knT8iDQNTJTrD6Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/ca6cd525-677e-4d3a-b66c-11348a6f920a/ec395f498f89d0ca4d67d903892af82d/dotnet-sdk-8.0.403-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-89r8w54THem///GQrswI2HqgYlpmJFr1XAGbXLZNFZPNq/ZSwZfOQVK718VM9ownNJnZaaNIheO33wiQv1yTNg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0f1c8c1a-a14d-451e-8a14-4088b0d29cf0/37d7a2637468a506214ce484985fe040/dotnet-sdk-8.0.403-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-Px9csJDUYaAmUF/8XR/ObxW6U1SzAiVMB37rl88jyDUDtFTi+BJfvdNkf00686GkNngNKihC1csJ0HarXkAURg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8d0cf513-65cf-4691-a436-7363a5c10af7/ea63a46f9c1f901cec977f2c88538146/dotnet-sdk-8.0.403-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-y0llEQ29OwkigwUeFBs1GVLgagL8xKn56GxP3SpvL6BaHrcqa9YmcgD7/0xgPk9xB8Rao+M7vM1l0Sc13kjYCA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d8d7232f-2b0d-4dd8-a4dd-a11df8927aea/289c03f1ac6ad6fe4d6b396480ca4de2/dotnet-sdk-8.0.403-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-OfSwdphO4Y+Jmtn6P1g9TrT6LjQPIJP0dzYqVLtdlV27XxgEm9LIAxfR+12qRtE8KxgmcwNVXeDZqMOuEGPZJA==", "url": "https://download.visualstudio.microsoft.com/download/pr/fe458265-87fe-4cc8-baed-7ebf467aab39/2f62c4e56c20f867d28057d7fee9502e/dotnet-sdk-8.0.403-win-x64.zip"}, + }, "8.0.108": { "runtimeVersion": "8.0.8", "runtimeTfm": "net8.0", @@ -2209,4 +2329,124 @@ TOOL_VERSIONS = { "arm64-pc-windows-msvc": {"hash": "sha512-glNSeFQnJ6FLKzncdxL+/2nfUPIBzpnn2wgFy/5dltkHK2+aWRRMRgBhxXRe7ILBL7cSH9zBWxEqEz4g9Fpyow==", "url": "https://download.visualstudio.microsoft.com/download/pr/86553a5e-ed5f-462b-819a-e850972413d2/41e5581320aac04fb55fa929603f1b2a/dotnet-sdk-8.0.100-preview.1.23115.2-win-arm64.zip"}, "x86_64-pc-windows-msvc": {"hash": "sha512-YIqlw8XIO7N9aRd/FaZmiR7jKeOZAwH4uN8bJEqlWBiSwTJpZl1GO7E7DABJ72nXW9omogXwty1MSGLPTc0dkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a1b7c03d-7c06-4d07-a99d-b7c919fc9b9a/0b57d52282f0e56c8701aaafd31cab90/dotnet-sdk-8.0.100-preview.1.23115.2-win-x64.zip"}, }, + "9.0.100": { + "runtimeVersion": "9.0.0", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "13.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-aERQ5tH3xxH//b8yorhqky0XpR9HQr0npCieMZxbJPZ0NVP8fgrRxxY+RI7VxAzR7PQZiy5oGsxGItjmGTpc8g==", "url": "https://download.visualstudio.microsoft.com/download/pr/6f79d99b-dc38-4c44-a549-32329419bb9f/a411ec38fb374e3a4676647b236ba021/dotnet-sdk-9.0.100-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-f2m9oEfeH5Uihr4zCl6FgXHe2VLRqiQWnmIhL5CicUnmO2NsiK0xOm4+yGDaMfjFR/9KtoCBA6Bw9/smupnBxw==", "url": "https://download.visualstudio.microsoft.com/download/pr/308f16a9-2ecf-4a42-b8bb-c1233de985fd/be6e87045ab21935bd8bb98ce69026c4/dotnet-sdk-9.0.100-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-lN+kllIZWohPBtBs6yPvb31zgP4MQBW5bo+VC1epVYcR+6YRKHEPnI3gCB3ZGvSKkPe9D4uQA4rrWusk+2ck/w==", "url": "https://download.visualstudio.microsoft.com/download/pr/4569c514-16ac-49fc-ac41-4416f547c249/851fb0aa9b2a8bdcb0d1d9f9493a952e/dotnet-sdk-9.0.100-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-We8yAol5arvcVzA20NG0qhkZyDFAt6NjF0q9aL5cwCUnQVRqIdRsIBWGMx9fkhF4e9GbU4G5AvO9fCJiIDRK6Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/cab5bf72-f0c7-46c7-a8f2-074f71e4b6ca/a14ec2fc3b6fd32d47b4293994ab3c61/dotnet-sdk-9.0.100-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-jiJgLfXqhKCkI03Gd9WsO5wHfHz9r4JX4oH624ZO0kWjjhuToFiz0O7er8anWY1rDtYhhV9dZyrEpyB31sYNcA==", "url": "https://download.visualstudio.microsoft.com/download/pr/c44bc697-44f3-4367-b40c-7bd6196039fa/742da26e7cb9b91bdb83361d44429883/dotnet-sdk-9.0.100-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-/cQsGzOTNbO5RwQB9zGvS97KZMDCrt9v/agx66CxiGn5qDhVmUvZgGZErqox5whqnO0jMZ5F1mzxoFXJ+cu0fw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c5650c11-6944-488c-9192-cbab3c199deb/059197c7e46969164e752eec107fbea1/dotnet-sdk-9.0.100-win-x64.zip"}, + }, + "9.0.100-rc.2.24474.11": { + "runtimeVersion": "9.0.0-rc.2.24473.5", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "13.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-tTLcvLR8T9LJBgGNLsZj3hcZF598naj2Kj8hpi40zSYJ+3zuyJ9a7bKjUkf2f1Q6AsaE4WkgU7/y/cQYTfY/Uw==", "url": "https://download.visualstudio.microsoft.com/download/pr/817f5589-0347-4254-b19a-67c30d9ce4f8/3dfe6b98927c4003fc004a1a32132a76/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-EmqSv6nvTnBgn4snzeD64bFEqRr4pG3pSdgD0qobrQKFsbm4/GDUAgbTRqrEnkhwm+xOds325Un4kFCGAD6AmA==", "url": "https://download.visualstudio.microsoft.com/download/pr/202e929a-e985-4eab-a78a-d7159fc204e4/0c85219d441cd3bbffd4fb65b7e36fe5/dotnet-sdk-9.0.100-rc.2.24474.11-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-wkVoXBJXKVaXrqxs8WnNY3XX5yXruHYO/OvsOfpuv2/jrVtgmUJviZ+KCgMywEeXfef4QypObyijSEiRSpJboQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/90c92374-0f9d-457b-a612-13cef4db7507/fc5ff8876123abfcde954906215ed1d0/dotnet-sdk-9.0.100-rc.2.24474.11-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-EY+pVt0zDQ30SeFGhbNi4ut7RPvpVBuXwSXZOnjcLlMCiKO6Hro5KNMF9KC5JUyEgMC4kwQYciZnn5W9bxvHWg==", "url": "https://download.visualstudio.microsoft.com/download/pr/33f4f5cb-7423-4930-8e4b-d96f1fd088a9/87d414df2c160713cdaeec06c62cf6a9/dotnet-sdk-9.0.100-rc.2.24474.11-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-W8d1jQvhoj52HcUy7wSYq8PTw8g3j8BsTN4VGuaS59x/BZgphD3PX+9S0WpWGaWZtCbgVhKCYaWwIoN83K2jWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/f8db4312-d81d-4b4f-bcd7-5d8bea4b8d4b/1fbd8938f5e322bb64b88d17802a9023/dotnet-sdk-9.0.100-rc.2.24474.11-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-mr0UfljsFm7B+wrA10mduvyCr4vIFMqDcQ9NPS43GUyEGmA/ZvJ48F3U76J662UV5jV+jn0HRAfMXeiUTVLnww==", "url": "https://download.visualstudio.microsoft.com/download/pr/af6bbccc-1d18-4bcb-aa3a-ce76f864f977/8ecffe6494804fb6c6be93488c58eef6/dotnet-sdk-9.0.100-rc.2.24474.11-win-x64.zip"}, + }, + "9.0.100-rc.1.24452.12": { + "runtimeVersion": "9.0.0-rc.1.24431.7", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "13.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-9XQlNxKIAcGZoScmYXUGYFh4iibopgPL0mocFunvM6XUGOR5Cjzqci195IPu6LaODeS7Hf3yeXEzae07TRY6EQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f7739964-9e84-4bb7-9435-509458a15f9c/a95ad7f9deb8ce2fd30173dfe86f55ba/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-6BMIF7d50BBKbu4z2Y2Xw/rRwzYBNDX0fA6eIjcBcrddo3reduSd7Hy+aWiEOQ0uaUHMaeK61Vk9bRxrQQgwUQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/3b2b3c23-574b-45d7-b2b0-c67f0e935308/23ed647eb71a8f07414124422c15927d/dotnet-sdk-9.0.100-rc.1.24452.12-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-rzCzHNk36fyX4WS4NijCwezSEym3X3Qtn1IyqmhCfSW11wLMVlqoYNPHOMhyd5BWm/ZqPtdOXO9xmuWJ0wKEbw==", "url": "https://download.visualstudio.microsoft.com/download/pr/930f4eb8-188f-47d5-8a26-28ca393b7d1b/c07a519e3d7e326c3f640ef72ea1193e/dotnet-sdk-9.0.100-rc.1.24452.12-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-DR8HGO7vAGw+z77+6/nfB3LsIsdNtLtjW2RjuK7f05VydLkItR7AGc7WnT569K6SUvGOh7FKRBHhCJpMxB430A==", "url": "https://download.visualstudio.microsoft.com/download/pr/e26e36f6-746f-462c-8599-5d0a1f00e786/f1b8264ac10442b40009aa8cea46b23b/dotnet-sdk-9.0.100-rc.1.24452.12-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-2O0RxkkMtTLNrdnza3XhFkPMTOdx2NaO/s6U+jvkOMIwTqvYkN/3Njx/2xghS7fvFTT+KKep1WcsTt6BpwreDg==", "url": "https://download.visualstudio.microsoft.com/download/pr/43608406-ee61-4781-815f-29b07d3b1792/0df27a14349cd33f4a80751820f0d4d1/dotnet-sdk-9.0.100-rc.1.24452.12-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-iLTmMBdmPoB6Jrbjd1y2dkTyBaA+hl8rZ8Mn4XEg5G4L9q629MCYysuYIph9nxZ6iQxp1zPoPdmYBB0kwJzrhA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0439a9c2-0190-4595-92b3-9e14822f4a84/5c83aaa1c16ed9f464a56fee5320e358/dotnet-sdk-9.0.100-rc.1.24452.12-win-x64.zip"}, + }, + "9.0.100-preview.7.24407.12": { + "runtimeVersion": "9.0.0-preview.7.24405.7", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-yK4IhYyczxbXtIebcgHqIr1Z6X8ZJNT/KyUHkWjJBtiKKGTmeWJEtn22EqNhcJaf7yEoeao7IjJBh5XH5+bVJg==", "url": "https://download.visualstudio.microsoft.com/download/pr/9dce0bb1-16ab-4670-9af4-57b6bd1c0c21/ba6055b1ad714158742dd1b2373adaed/dotnet-sdk-9.0.100-preview.7.24407.12-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-O8G924vrv6niVkh4ccOYTr4sm8d7ZE3SXkZg8Sx2BC9QCTETWggKl/JlvExVBEMxUL3go8oZw/etcSeDUHb8jg==", "url": "https://download.visualstudio.microsoft.com/download/pr/84a39cad-2147-4a3e-b8fd-ec6fca0f80dd/d86fc06f750e758770f5a2237e01f5c5/dotnet-sdk-9.0.100-preview.7.24407.12-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-Cvd//rJ+RLLmlcqr+oUlT5THeAe+bZb8ar3aHXG+JmhXMgxdwC1d+WjaiWOlLNKupLTK1t/GVArSa3tTK/g/2Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/49e6076a-438d-44de-a34d-6ad47af02423/f20bca6b909e3bd42679c14c8288fd0f/dotnet-sdk-9.0.100-preview.7.24407.12-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-tBCmXWn5kepVyB5ffqWMmM7vMJ1j3dIadomEikpFFs24mPjjZwKlVKUfwiQgz7/+emYqeFF1u8Hr4cM/z2/7+A==", "url": "https://download.visualstudio.microsoft.com/download/pr/4a7fc24d-481e-4202-8654-06cf5fba0ebd/a4084481acd9aa803ad1ebf3cd668646/dotnet-sdk-9.0.100-preview.7.24407.12-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-acm3/UdyUJo0OQejzDhmYMr/UpX9pC5krmLFIUe6KtvZUR+pdt2XON8GQ6NZalx+qj5RoPi8j/1BAe6nBqXdKw==", "url": "https://download.visualstudio.microsoft.com/download/pr/017ef318-d4b0-407a-8850-255a96480d9a/90cea33924e1ae3ddab243fb4c25ce41/dotnet-sdk-9.0.100-preview.7.24407.12-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-me0f9CB7jkZbCkg2Sb6GAWT7nUAD7gixdY0NsN8ZTdpSO+SJZXLCG/xsozPzQItIwUhyz1dIpa98TSaC8p2NOw==", "url": "https://download.visualstudio.microsoft.com/download/pr/dee149e6-a8bd-4290-ac01-ca2740fde18a/bffedcce6bab8b98bdbc75201cfbc9ad/dotnet-sdk-9.0.100-preview.7.24407.12-win-x64.zip"}, + }, + "9.0.100-preview.6.24328.19": { + "runtimeVersion": "9.0.0-preview.6.24327.7", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-9IImN+2J+FZza7lHz8H9TxyBRSAWiEzfEMqayXw21b+BAxbVNCY7MhmEMJb9X/wVlycUBB+FyqskPvtfuRDX/g==", "url": "https://download.visualstudio.microsoft.com/download/pr/4129d95b-c724-43cc-b1f5-f394c6fddf5d/24f44d474f12d33f4f74f6913d9b233e/dotnet-sdk-9.0.100-preview.6.24328.19-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-/wQMRWsJaurHBwU1F9X59fDfkrZ1Skr2tv5jX9j0pWlYm4JBy60MXbmY3FvFRoKy8eTcTz2IAko+9WwezJ9Mlw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a01db0ce-d997-41c7-83de-08ddbb1bad67/49da8a4fae2e0e803854738e5098d89e/dotnet-sdk-9.0.100-preview.6.24328.19-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-Cu4W/JqOlymlAW0S5lbqL48HAxFqd40+M8wFx/LZhwI5+zoPTl1xUs19aULEGFOFX87XD3d8u31AtaPgPaK0yA==", "url": "https://download.visualstudio.microsoft.com/download/pr/4dec7038-6ff5-4490-a383-4e98596b3265/671e5c37c62486c331a3c2cea7c8572a/dotnet-sdk-9.0.100-preview.6.24328.19-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-206RIssLptRWCmOWzvGUc1rUHCLujOu/7dQce47KBJIJ6e7bUBOSfWofdv6hNLeOY3wLPQJSP6f3p9QxGgWcGA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a856c115-c1e0-4050-bcc2-5a2e8840a60d/dd16b2fd886ab6e66ce56f6e7c08beb3/dotnet-sdk-9.0.100-preview.6.24328.19-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-1neSgZYm1SkvzhleV6VBB45gTwEtcG9xsOs0FCSdMsirjoXuRgZcVQP8PTFgFwXTBUOIOHbIYulcLDHAMkdOrA==", "url": "https://download.visualstudio.microsoft.com/download/pr/06126587-13d7-4a76-a80b-d0353fca10be/e146117dcb49deb82efa6f94fed18607/dotnet-sdk-9.0.100-preview.6.24328.19-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-zEpey3bLte++Ip+BVEUdaGbiFX9BJP7fdYhwa4o1a6uwwfEAcxczaAO/lnSpiPL2rH41nWOQUhzkvTVfy2gxwA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a889b484-004a-4cc2-844d-d5040cea4193/292354e7dec9e3a55932afdb66719c80/dotnet-sdk-9.0.100-preview.6.24328.19-win-x64.zip"}, + }, + "9.0.100-preview.5.24307.3": { + "runtimeVersion": "9.0.0-preview.5.24306.7", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-PG9+by9W6GvIqWM/UBKc+pksUsKH3IlVGyPNYvpHEZnpA5Lrp0FGWcj/juzx2tBAFmFamM+F9sIEXWH28Uyecw==", "url": "https://download.visualstudio.microsoft.com/download/pr/25f41d0d-d27c-4dc5-8884-6c49897d89d1/c51387b8bde1d278a0982b03c3e8c1b1/dotnet-sdk-9.0.100-preview.5.24307.3-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-E7mTSz57c2q4AqjFgKrZXtTf9rjzEEfHHOn/z00H5VEF1LAXDTCVUXB7nSMtKXyzBcZ+1bX3Am9H7Acu4bvBIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/96e19e8f-579e-4a1d-a18e-6773a44d7cd1/092cfc588686cc698c449998b7d5ae35/dotnet-sdk-9.0.100-preview.5.24307.3-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-jBoT0U8lAtOJeHH4Kr0sLfjLQf+ddU55aTuZ0HgN65ENrXSG4F7AZcSjhJDeANJRxksLKnNIY+CkUvDtI7HhoA==", "url": "https://download.visualstudio.microsoft.com/download/pr/090175ff-fe42-4064-98fe-b6d90e08162d/bc72a57ada79f0ee7b71d74f5deb66a0/dotnet-sdk-9.0.100-preview.5.24307.3-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-67hPkgp7tmMjihAAfXhKfJD2bQcwiTcfwsnVVWy6lFkY/YsZPgLrPYiWdpUreWFjmKolVdfUbQgAiPAfZ+3kPg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a6731f1c-ffd0-4cca-a309-89576e55552c/3000f43ca4b3b51bb034bd7daa514841/dotnet-sdk-9.0.100-preview.5.24307.3-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-E3rlnpaAkbylMWRS1DRYMLV0NXimUWfUk9OxIkL1TWz0AYFHEjYGCAOj4p5RvtJUuG3ENlgr7OiRVmbdAZPMCg==", "url": "https://download.visualstudio.microsoft.com/download/pr/2c38b883-86fd-4970-b5fc-3486740fcb4e/17024f80e99c45f74ef69700c982d214/dotnet-sdk-9.0.100-preview.5.24307.3-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-KXeX9wmTP0NQIb4AaL355wUeST1gISwpqXRsteZnLujy9qKywhTx1HU+h+RJ+vcS9g7cfE6zLTTlVd7gfIoEog==", "url": "https://download.visualstudio.microsoft.com/download/pr/b08c26a7-83de-4d9a-b4d7-d87942b6d35e/d6d973d0cfe914189692af1154690935/dotnet-sdk-9.0.100-preview.5.24307.3-win-x64.zip"}, + }, + "9.0.100-preview.4.24267.66": { + "runtimeVersion": "9.0.0-preview.4.24266.19", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-UZ1SnHSpckhK9J6nIFNGbgn7+uwBQs2SRwXd3BF9xAkBrCLdyxHAXK97Q++M9E7IoKndTFb70ymw91BROuMQDA==", "url": "https://download.visualstudio.microsoft.com/download/pr/098a764a-8756-47c5-97e9-118431c31b9f/2e1b737cb4750deadb0136283346c7ed/dotnet-sdk-9.0.100-preview.4.24267.66-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-KLY2M6Hm9AeMzGAhi597ZmPrlg8KscQQae2Pf2d1f6Is6fTATYi5AVxBeq00p6V5hkUWgr16p7lm7aRaziPSgw==", "url": "https://download.visualstudio.microsoft.com/download/pr/87f2eabb-8ba2-4677-9f91-526672f51857/9ed7fb997d40a369c038269a514fc4e4/dotnet-sdk-9.0.100-preview.4.24267.66-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-N5HiE098rlPEMK5TBvMl7suEBY2gfZDydvjUBFcBxshVZ0cv/CxTUAK7MGaBdoPAqOgtI7ps4ypS9yF4Z9sw0g==", "url": "https://download.visualstudio.microsoft.com/download/pr/e003d2d1-abfd-45f6-aca2-e3f2199e3633/dcefd0cccdfb48a3fbb20b14fd2fe22c/dotnet-sdk-9.0.100-preview.4.24267.66-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-2jWlEYDnWiOLektdGlt+PjPxocF5tAlX3u6YyOAam/reYuLJCdLls3f0PPLceGh7NLNJsnsvj4QRZcPAWz/kQw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c3cee1ac-1bb3-48b0-8a35-813e511d1d41/dbcba8b2e6d28886d07bec53ab509225/dotnet-sdk-9.0.100-preview.4.24267.66-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-YRwE/pB0bILEkC63WpjmIZIizYJzM4i3nMgf48lAHtJhR06SmTQ54G76buxiMGBLuwWnegiU8DDqddwigI0e2w==", "url": "https://download.visualstudio.microsoft.com/download/pr/7b9dad11-8a62-4521-9984-3a099d9ce61d/a0a1fe27a63ac76480db3281577edcef/dotnet-sdk-9.0.100-preview.4.24267.66-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-Wr54DVFb+CaSdS097+Yxe90XFx3b1aqbdpuo9j7dcThowmuHNbpCfJ8ZOsDarCjCzYfEMhVlw7LEVFuQb1w1hw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5bb0c9db-5ddb-44e7-90d1-bf34c1ac688f/8ba52405d812250c4b31e81e94c62334/dotnet-sdk-9.0.100-preview.4.24267.66-win-x64.zip"}, + }, + "9.0.100-preview.3.24204.13": { + "runtimeVersion": "9.0.0-preview.3.24172.9", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-g8b8LNuKum1yZh8vw2AUdILdp8IrabPw35kS7+fgSZ88ex0ahXezZn7D+vbMqZv6iHxmOQSEc1bJPm8eb5kXuQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/793717c7-d418-4972-b9f1-1df9bc7f9a59/f37654f223b95c31b5baa92599b72118/dotnet-sdk-9.0.100-preview.3.24204.13-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-f0h9ku47KAYe8o4BMpXr32cDchteLlWuLXsY8f9PpOPgG2qLUIcj/7ItvIQ38Gk9fAf03Y7xE9XailGzZFs0Ig==", "url": "https://download.visualstudio.microsoft.com/download/pr/34c1f43d-2d16-4a44-870d-1e333148e4fd/10ee0406a349070f4e120fdef056216f/dotnet-sdk-9.0.100-preview.3.24204.13-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-aUUucma7zOvHrLnOx7Mo+PobyksHIKJ0ULZ8GdQayei1yiPz2nYsN3adrdDGX8sQaLMsmLUH0Zy5xWGbMB9oYA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0872ec6f-0e73-4caf-8381-c8004cf508a9/009b50364d70ddb4f892392593659d86/dotnet-sdk-9.0.100-preview.3.24204.13-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-HA1ah1Hza04vDSlxYApvhwFV3RLgoGaZUdmbHVC4AhxRpcnfRH7Ni7U8POqm9EZ+3A6zV7zI0m4nK16hIfFw9w==", "url": "https://download.visualstudio.microsoft.com/download/pr/f11c0612-bf78-41ae-836b-2b3c8765fdfb/feac36e69a3ca718c3c0d12dec3661b5/dotnet-sdk-9.0.100-preview.3.24204.13-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-H7iBhYWYlrL8bg5vhntqJ83qE6pBTIxrYGznK0gUj9k4IJ+0nAczFmiaW8xzlEOmR/pguYtv/tsP1QiIYJa36Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/8d18eaf5-8c36-4485-83e8-6c9569e25bf6/167d5db5b84f7080d1ba9098d464efea/dotnet-sdk-9.0.100-preview.3.24204.13-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-VRFL0BTSYTqjXpEUi60mPP4P2EmZlclkG9//G3wvEMcK3QbB2cAW9g/nxNFEclFUGHp8CtSxKW8ewy6HauPO7Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/b50c34cf-e50a-4e64-9bdc-cbd984d44acb/9cba57d4130ef9451e2a9ec218d2c83d/dotnet-sdk-9.0.100-preview.3.24204.13-win-x64.zip"}, + }, + "9.0.100-preview.2.24157.14": { + "runtimeVersion": "9.0.0-preview.2.24128.5", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-HVkeUENS92WjUJI5RxlFHAJKYoxp77ahDQpdV5R8RmoAQkPnmbRhR/32MWojtDNbHo+x/FUT3vHeyflsbIRdxw==", "url": "https://download.visualstudio.microsoft.com/download/pr/b64ba1b3-ad10-40a2-b588-73db9ed9d99d/f772743c20f55a5a8aea3da2e1480676/dotnet-sdk-9.0.100-preview.2.24157.14-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-xE314ReR5LInIINO1/KBAuM6tHVnD6jhMtc9XdA9j07T9KVI3qxnp54G2293bJ9jLtpFA7b9ye73/7ABzJljwA==", "url": "https://download.visualstudio.microsoft.com/download/pr/911f82cf-0f87-46c2-8d70-44fab9a0f3c9/137ec23686722b8119bd62def8d7b117/dotnet-sdk-9.0.100-preview.2.24157.14-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-HHFmpZS6bAfQIzqsREKOVh4hMfHxgSzf7nWAfRnx/lP0D52T6I1KR4yIWZNCTsLse5qvjxdDMvWH5v8QgTaA7A==", "url": "https://download.visualstudio.microsoft.com/download/pr/30628efc-01f0-468d-baf1-fc487e55093a/4c2bf86dbebb6c522d4d667516dc5930/dotnet-sdk-9.0.100-preview.2.24157.14-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-paAvWW45duZWUNangJA6dV1NcASRxnC088LxZyJNpjK5itA6t6CH3BhWHFzDrmo7541cbKL3MSx9fEF9kJpIGg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5d2259a0-cb6e-4079-96fa-e0de6f0448c5/9b299e3cc15adf6153c28c24cba35fef/dotnet-sdk-9.0.100-preview.2.24157.14-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-yND/fpC2eZ81Lqacv/N25+/SAa5Vk9YZkUUiWvssqpIEgBkb4r3/HDZK3gLon8FX4GzZRPdh/zrwsItACbHCjw==", "url": "https://download.visualstudio.microsoft.com/download/pr/41c79f6f-30d8-4b2f-a15a-c098084dc78b/e46437cd6d1bca934eeba50a70a33bf7/dotnet-sdk-9.0.100-preview.2.24157.14-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-g9zGruheMymTrVewQeIsCcHKlG/Hvv7VS8RRrgwtLsFrgY0jI1iaihUM0u+QI56ZC7sjkNXe1FikkEvgBS+jZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/1e952733-b58e-4d72-808b-4b6cafec490e/04fbd6374d14a95bebdf500b47e12098/dotnet-sdk-9.0.100-preview.2.24157.14-win-x64.zip"}, + }, + "9.0.100-preview.1.24101.2": { + "runtimeVersion": "9.0.0-preview.1.24080.9", + "runtimeTfm": "net9.0", + "csharpDefaultVersion": "12.0", + "fsharpDefaultVersion": "8.0", + "arm64-unknown-linux-gnu": {"hash": "sha512-t8KeTkuvLSunsp/FoIDfcIxakV5vsc4v+T/8jxjncl+uXVaasTSe9LBn0F0AiGoXyNGpXiEWAtse5dqCC17e/Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/e8743929-2c7b-4410-88f5-5f247040b498/ff454c589dc8d5dd9cb42e0950f34a69/dotnet-sdk-9.0.100-preview.1.24101.2-linux-arm64.tar.gz"}, + "x86_64-unknown-linux-gnu": {"hash": "sha512-4XYSbZoSB12RoK0rTdUAIaVkJYdC2GVgvSFqw2SCx2MIe9iv/Gj+mo08RvYfhkvCx8LkVXOdIWFFFsT3P9KB/Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/f51b05d4-bc43-4290-9b33-aaa212edbba6/e10559d91242409faf5c37cb529de8f3/dotnet-sdk-9.0.100-preview.1.24101.2-linux-x64.tar.gz"}, + "aarch64-apple-darwin": {"hash": "sha512-kBg1z8J3xibTjHorwaZwQRXSQIEmMc0y9LUYM7Qd3NOkoWmhu9pCqURuszsjN/aoxkELw9G65VfIiY1Cfi/IwQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cd991bbf-8952-4bd1-83d4-33eb1a810939/3662095e14f91f43c2b3a7e6c55666fa/dotnet-sdk-9.0.100-preview.1.24101.2-osx-arm64.tar.gz"}, + "x86_64-apple-darwin": {"hash": "sha512-kMZwnFTA+fTXEAu/nDuBNrZGhhcDTCP2pg3BcJLjEVOdVLdB4Um3Dxtqbixr4KrMlI1Mcqusck9H1eoF4CopOQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9956af63-be37-43be-a854-01f3a95e12fe/60d97a3f4f53b33376b8df055a14cf39/dotnet-sdk-9.0.100-preview.1.24101.2-osx-x64.tar.gz"}, + "arm64-pc-windows-msvc": {"hash": "sha512-OLxGcxIB1Xlten7jBEb8NfLCJadcl4uJbntrCcfVN7IvmRrL1BP2NS3znLjmnZRjSwhZaCVjd9g4Q1J+VSaNDQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/019706df-7545-4e5c-a8e0-1cd8ed308eca/eb7fe6847f4d9be5870ee0ea172d5025/dotnet-sdk-9.0.100-preview.1.24101.2-win-arm64.zip"}, + "x86_64-pc-windows-msvc": {"hash": "sha512-qZPwoj3uQ/Q+UVCQlPOFN5GDrpFu4E+JGSe8I5j9NkW/2GbQlgydDM8R94eIVt1zFymKbl7GoX3X8y+ziQhVqQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/4c55bc67-e478-4fdc-abe3-08b8dd64f4e4/9cf46c3018f477a93a8498850e6c122b/dotnet-sdk-9.0.100-preview.1.24101.2-win-x64.zip"}, + }, } diff --git a/dotnet/private/tests/binary_envs/csharp/Test.cs b/dotnet/private/tests/binary_envs/csharp/Test.cs index 177a3ba8..982802ad 100644 --- a/dotnet/private/tests/binary_envs/csharp/Test.cs +++ b/dotnet/private/tests/binary_envs/csharp/Test.cs @@ -9,7 +9,7 @@ public void Test() { Assert.AreEqual("not_templated", Environment.GetEnvironmentVariable("NOT_TEMPLATED")); Assert.AreEqual("dotnet/private/tests/binary_envs/test.txt", Environment.GetEnvironmentVariable("TEMPLATED_FILE")); - Assert.AreEqual("8.0.402", Environment.GetEnvironmentVariable("TEMPLATED_VARIABLE")); + Assert.AreEqual("9.0.100", Environment.GetEnvironmentVariable("TEMPLATED_VARIABLE")); } } diff --git a/dotnet/private/tests/binary_envs/fsharp/Test.fs b/dotnet/private/tests/binary_envs/fsharp/Test.fs index 5ab7c318..0ff7fa87 100644 --- a/dotnet/private/tests/binary_envs/fsharp/Test.fs +++ b/dotnet/private/tests/binary_envs/fsharp/Test.fs @@ -14,4 +14,4 @@ type Tests() = Environment.GetEnvironmentVariable("TEMPLATED_FILE") ) - Assert.AreEqual("8.0.402", Environment.GetEnvironmentVariable("TEMPLATED_VARIABLE")) + Assert.AreEqual("9.0.100", Environment.GetEnvironmentVariable("TEMPLATED_VARIABLE")) diff --git a/dotnet/private/tests/toolchain_resolution/BUILD.bazel b/dotnet/private/tests/toolchain_resolution/BUILD.bazel index 2311df79..46dc45be 100644 --- a/dotnet/private/tests/toolchain_resolution/BUILD.bazel +++ b/dotnet/private/tests/toolchain_resolution/BUILD.bazel @@ -72,7 +72,7 @@ genrule( assert_contains( name = "check_dotnet_sdk_version_output", actual = ":dotnet_sdk_version", - expected = "8.0.402", + expected = "9.0.100", ) genrule( @@ -90,7 +90,7 @@ genrule( assert_contains( name = "check_dotnet_runtime_version_output", actual = ":dotnet_runtime_version", - expected = "8.0.8", + expected = "9.0.0", ) genrule( @@ -108,5 +108,5 @@ genrule( assert_contains( name = "check_dotnet_runtime_tfm_output", actual = ":dotnet_runtime_tfm", - expected = "net8.0", + expected = "net9.0", ) diff --git a/dotnet/private/versions.bzl b/dotnet/private/versions.bzl deleted file mode 100644 index fc4875e2..00000000 --- a/dotnet/private/versions.bzl +++ /dev/null @@ -1,1516 +0,0 @@ -"""Mirror of release info (Generated by UpdateSdks.fsx script)""" - -TOOL_VERSIONS = { - "6.0.125": { - "runtimeVersion": "6.0.25", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-yaVEdCO3hJ1kPgPE2cYCtoAWEUo2bLCwTjHrleH5lLRV0nxaNMqAJXz4YLHkxjzT1uwkSXdBT5Mkc5LJ344lNA==", "url": "https://download.visualstudio.microsoft.com/download/pr/1e3b6592-0a23-4e33-9a99-b566853dbfa2/5a2539eb598df7d1a78dccf7277d8dc1/dotnet-sdk-6.0.125-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-ALiufPmFkYwDeI2y8D1WVUQb6csFTo6X3Dpp+xpJeb2aob83PVZVTLN9U5VplzawtzoposfP8LJ3bbctNTz0+A==", "url": "https://download.visualstudio.microsoft.com/download/pr/84d8819b-f591-4e68-afcf-672248a10944/3cf79d3b59fedc18dad214e960b3139e/dotnet-sdk-6.0.125-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-CxQ2lnY8wYXNXmSQ+Lcy4GOUodYarYDWgVHcq5JaSw5iYKBqoxhnLeDa/3nmWUmaBB1/ZIJfQe/QeQ16MnlnKA==", "url": "https://download.visualstudio.microsoft.com/download/pr/1414e405-7005-42b0-9694-51f9ed5da4b0/e983715e9cac95d28ac34bc8fcf20155/dotnet-sdk-6.0.125-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-RFK1cwnyKMsxRDExOAFtjvoyk1t+rFvgBzOd5bJ+Vn+HGQ3DAepsVTun0AE9UIc7Svb2UgCNLxr86+bfe4vPcA==", "url": "https://download.visualstudio.microsoft.com/download/pr/bcfa6cde-e617-4c83-928b-22e526ddefec/00e1299631767608be09df0fe51a12a5/dotnet-sdk-6.0.125-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-PLDyOvNMxDD2KJQmmsylDokvxHFWe0Bd0Ktq717/y1augUx5SbpliyBgZi8Xyb4DNI7wJp9qDjRl0m4LfILO+g==", "url": "https://download.visualstudio.microsoft.com/download/pr/9aa7630e-2140-41d1-a96e-85ffa0affc35/a582e89d9ff7d2f3e1914cb54810a662/dotnet-sdk-6.0.125-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ybW1x9G0XNJPhuFtmo2zMZ1UmpPp+CsmKqiH3E0XEVDTTIuVI8iLo5nEBeHLA5WhN3tdjVko+l7cjfTL5av8kA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2359504b-328e-47ee-82bd-e90cea72abe8/9b535db2445026c2a8114a5608062c35/dotnet-sdk-6.0.125-win-x64.zip"}, - }, - "6.0.320": { - "runtimeVersion": "6.0.25", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-dkzIM3VfLtFHVF373pgUbu1DFqX9kw1Qn4xXnwI/qzDQka4yn0L0ZgBDAzfsMZZNfnZWfheK9/jTDARrsFrIBg==", "url": "https://download.visualstudio.microsoft.com/download/pr/ab281706-a07c-489e-b674-6067904e5d64/bf950572cc16cbbcd358a89023788404/dotnet-sdk-6.0.320-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-x9KK7WxkEpFaCUzGsKkmfKzOORvH7qW3M8YPuWjswB6Ebws6HNVCx1w+0S9X0i40MVk88FiffkJukpPWSR/blw==", "url": "https://download.visualstudio.microsoft.com/download/pr/288d06e5-a78e-4f65-af9e-ef1132487c10/731d5f922ad612a400d8b260686e94b5/dotnet-sdk-6.0.320-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-YBTdxhodgNYAVC6VelLtMc4hBXWFVzQuUSh0UOp9Nv/i4AdGAQv+BwwNw+fJ1luz/tIUhVofDmT+2UqCP2DULQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/90d54022-42a2-4816-b5d8-dc19755f9244/7e538fe5b32c50d7f864d82e272a2061/dotnet-sdk-6.0.320-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-NCF48yBPipQXc3Jw8G0ZKcnKAeXa2YRTO0GB9m3cQIbgPX7QlrvwbcsCm3W8ujORWfPlKc196tXKCw4P+rIwog==", "url": "https://download.visualstudio.microsoft.com/download/pr/645b6c37-9d3e-4b4c-a948-bcc1429353d6/18917645918060a178fe5327e1ec9a0c/dotnet-sdk-6.0.320-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-JE57VArwwjGLYHYbZfV8rbz/zY3PeOzfPghXuMkM0JBEOyV1Im/+EullCQdFWmwRMSR/TBuZx2vA901hgNWS0w==", "url": "https://download.visualstudio.microsoft.com/download/pr/73db2adb-bf00-43ab-9982-277cc82d4c5e/bfd66f688a8a8b62fa68489aa2a27f16/dotnet-sdk-6.0.320-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-db6WvfsH7Tt2Dk9+mos1cc0AeDADl70JVZwKPHQ1vuA+uEnjpxDK80S7UPOLgsjAvS4qAhugF8MwDNLvZriH0w==", "url": "https://download.visualstudio.microsoft.com/download/pr/031b7231-ec11-41c4-ad6e-721f4b75ae89/88a7f2b74854a253d3011943025a09ea/dotnet-sdk-6.0.320-win-x64.zip"}, - }, - "6.0.417": { - "runtimeVersion": "6.0.25", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-Ocraddm5J5feMEmHQ3SY2FPhpSWzj6ctDSlJkyoJL89gNrBVZ4aG20JoK1t5zcXsWZXLAaoYZ2Lggese040jZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/03972b46-ddcd-4529-b8e0-df5c1264cd98/285a1f545020e3ddc47d15cf95ca7a33/dotnet-sdk-6.0.417-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-mXyv9g261yWdt+PdiYhvyGtzP6bBvThkyBmfcE6yTuWTleMnxDu3wO105X7EEr1hbqJvAvj4Zo0EQj1vjgqKMw==", "url": "https://download.visualstudio.microsoft.com/download/pr/1cac4d08-3025-4c00-972d-5c7ea446d1d7/a83bc5cbedf8b90495802ccfedaeb2e6/dotnet-sdk-6.0.417-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-h6ruKkBHUQ8iZ7va/SJnAwZnABMeJdqVFB53snJbfR7FSThMdj4JNsfzFiGZFEBywbP+20y1i9aGRWXpiuG5VQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f82f1323-a530-4dcd-9488-c73443f35198/e59be6f142903e5d562143b1ae8f2155/dotnet-sdk-6.0.417-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-8lIFBAn4eFH3RKoXeaWOvjQNRRdK6xPYiAaP+uBTxbzSYaibzI78LZxhdRcgu0ymHPGaxTRujSPnlgp012zwDA==", "url": "https://download.visualstudio.microsoft.com/download/pr/c271e475-c02a-4c95-a3d2-d276ede0ba74/8eee5d06d92ed4ae73083aa55b1270a8/dotnet-sdk-6.0.417-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-hfrpLkBvrwEEEWIhfRPfgnQiz3g/C8SoPDfI39E71sllN8Yv9hIg26QGJMmRI5GnkXdHe1PKXZuInJbWcY6RIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0b4d9110-d2ad-4438-81b9-f713652ef883/4dd728f44509797acb09e48c4887faa2/dotnet-sdk-6.0.417-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-B4DG5VHDl+Vu8TcoWTrcwf+UDNXp57jtQxl8bJ7ssLiCv3byb9PthPPPLPMr3bK/ZelKpSRR31XUkINkmGI0tw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9fdcd0fd-467c-43ee-b118-1f163533e8f1/f1031bccbf9327fc69f4bf5826d557f3/dotnet-sdk-6.0.417-win-x64.zip"}, - }, - "6.0.124": { - "runtimeVersion": "6.0.24", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-9oIWa6zsi3PyBYHoYWRUtdCe+id99oMeyij1HIKNYoDuGIqB/QgOmX4+PClepQX9OpG13B+3w685VNy3vl4pbA==", "url": "https://download.visualstudio.microsoft.com/download/pr/ca65ff0e-8a3d-4f71-96c1-35c9461bfb9f/2b40cc9a6159cf5c84c724b6527db017/dotnet-sdk-6.0.124-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-esfyYArHafJEg3azFNqEyJPdMjm9NMRAcVVo6PqLTb2pexhBc+Ch5dZUMsE4drmlLwsofGmMwRGLPGR8wSoRSA==", "url": "https://download.visualstudio.microsoft.com/download/pr/70d22516-2a60-4c76-9233-6ba83a8f8ed3/bc432585db11b62867118420a48b576e/dotnet-sdk-6.0.124-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-0U8WhUOBbRJ0BeaNh4Hq2exiZx99l9/inAVPuzMmbeZHZtjpaNynOyguCQDZSXESYBzhBmhBoFd+47WcQjR1Mg==", "url": "https://download.visualstudio.microsoft.com/download/pr/27125fbe-9229-4e08-a323-c3af43cc8190/7e426a4d9d9ab4bc2664d073fab09a47/dotnet-sdk-6.0.124-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-vKDlK4bsZkzxymF5kVCAraRiD/K+3za7HhyJhSAdk0uMTbmdOwUHnSeOe8rtpwBve1DrA5hCA4Hy4fcl0iz2vA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d3b08e2a-82fc-4d13-a08f-31190b7deb80/e9f76d14c29d5ede6e6a97d291d746b0/dotnet-sdk-6.0.124-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-fXzt7ZJKGwJKAFYFNKduHD/OGY2LmDX4g5Ol1utkV8fNkI3QNbMT1jnU7/0ILyceTdyHoyIGduepP/Ztgaxk7g==", "url": "https://download.visualstudio.microsoft.com/download/pr/72c59d88-58b4-4d3b-b8b0-143e316ed741/a8a2df26d04011e996f53da65e52fa25/dotnet-sdk-6.0.124-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ARjY+31n/zrBpD2YZEQMKUtWaDSludgmV0l9VEcI2hunEqU+EeQ2+9YeurTNY8NQN/VbV1wAfUNDe8QJlj9jqw==", "url": "https://download.visualstudio.microsoft.com/download/pr/93a83a00-90d1-494c-817f-4749173f7965/514921e3ae79f3ed07930dcb726d2662/dotnet-sdk-6.0.124-win-x64.zip"}, - }, - "6.0.319": { - "runtimeVersion": "6.0.24", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-WEUKGbI2pQdsIbGU2wb6U8SwhA/KeaVV0u9TBFJXIDGfXb0PIn9WZJJSTZ4jazmuqQLnRtNa3mVHMJKP53oHeQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/df512463-40ea-499f-a133-55b6cd7b331a/8b889774d3a02d5ba6b141cc990dd52a/dotnet-sdk-6.0.319-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-vLKA5XRwsGGgkNVi02kiasxa6zkD5zUTD4DL8d3nmplkFUK/cmMtudQJ5cNtx4c3z0UufQeN5kyowtk3l4+3ZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3c84334b-bbe8-4002-b192-62773ee3243e/9ba4897c9b992c48fb6dac1dd1b8017c/dotnet-sdk-6.0.319-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-O66/C/YZ8YECkYxbM28sLRFJMjwrHzL8kj7aw6FGN3QjDZEwCx4MXB30/Q5aa8jmurjEYExXBSCESMd4x+2xEw==", "url": "https://download.visualstudio.microsoft.com/download/pr/59c90133-a6e3-4093-8095-a49792fdb439/54c6acb27a23fa7346b5c21f701fde7f/dotnet-sdk-6.0.319-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-BdgWua1520dP2EyehzNO2CnfxfOyYrDY6nUCZzPD3rlbyi4UqO6Bz0H1qvmOTBeMpHg8tyicJmn+rHWUeOvyvQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/91393e5b-ae39-4637-8dfb-0a93b67ba9b1/d1a5c64a200ba58e08239ff0c3e63431/dotnet-sdk-6.0.319-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-+YCUdvnVnTrRolfNUZdXttfXMmvD8FXWWXU4iKUxnt7oZz9co2uQicfPkdp2nxK4fnrQl55+zstb1aZNTw7RTg==", "url": "https://download.visualstudio.microsoft.com/download/pr/89fc3079-0101-436f-8a99-10374818fda6/56a7360c718507acebe5d1c783057217/dotnet-sdk-6.0.319-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-11R6bPO9s1RUawfLXd4n5CXg/Qfk8GeFIvVem0CZgOAu+8TmghYv5621xYhu7Tee72FPltRDLO38+dUvnLZhPQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/70961273-1d65-4743-a8f7-233e1c4ed511/339acde52fac48faf7508b783dd873d7/dotnet-sdk-6.0.319-win-x64.zip"}, - }, - "6.0.416": { - "runtimeVersion": "6.0.24", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-sSG6ML2Lqy+HRPMkQtk4B7YNrJD4tsqjldhxUbL/wzX5OpWEPwikEtC5DILVhzAbc+qW9aUgZYvnKcZaBhqKgA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a56a7895-ec29-44fe-9fbf-3ea6a1bedd3d/47393de218098a0d63e9629b008abf07/dotnet-sdk-6.0.416-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Wjxgxzto6VJ0Bqk8nMGJQdCCrJiNC0v+onfaNGXHF3fd7RszifDd6AftpqgYb89o1hfSRzpSIDy3USerPa/GTQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/675f1077-ab10-40cf-ac18-d146a14ea18a/522055f875b0a2474dacfa25729d3231/dotnet-sdk-6.0.416-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-cJmz26ETfh9Cmt68PrtM0ALWUo3XRCamh8KRm30BrOpJy2XCz/Hx8uKD2WFZRAxg2QkljSNQuOdt8+UTFSsj9g==", "url": "https://download.visualstudio.microsoft.com/download/pr/ac99e470-ab07-4f1f-901a-3d14c9dd909d/a2a51c3f12ba268e22166cdeca54cc65/dotnet-sdk-6.0.416-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-zM1HrAMZj3wjNau/nrrxHXbiKc0mkPM0uv1wNj3nBF5gDDMFfRZon7pu2Vuy+A7ozYJYFSwHwZcjI0cdzG8t8Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/fd03f404-c806-4eae-9bda-0d002437c227/314b39bd905ad559bf38421d8184f0b1/dotnet-sdk-6.0.416-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-HWMMXogJhu7nCPrwnWRHKhKCI4sV+bYEKki+MxoI9t1syP9qYAyL7e4O6q/nH/Vwh0DGVcxVGSZdC1gPvgRFkw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6be187bf-beca-4097-be7b-a45e70a87010/6a4b358d5a95c7da4d0fd0dba6a222d1/dotnet-sdk-6.0.416-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-aCP9E314jbfYz04FuI235FG5k9QfKikCylR0R8ne9s+EC/HipqH/2KLZrGbSbz1GhsILdvRjr0nxDpcVkx6dkw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e5f3c5bd-fb2d-4070-9893-fa3e852c5545/49dc01b583c1007561a3e51f898abe77/dotnet-sdk-6.0.416-win-x64.zip"}, - }, - "6.0.123": { - "runtimeVersion": "6.0.23", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-zWwzEF/ZpvoLbOEk6aGqoWVVkDzlrVsB58e6xnJYhQaf1kNsWrsFCRHGS8J7HMMczHazHni0rol7rFp3zHkDIA==", "url": "https://download.visualstudio.microsoft.com/download/pr/c3f0d487-7469-41c6-9aa3-f1ccb35860cc/cc722f626f39b8552af970d27ccbf83f/dotnet-sdk-6.0.123-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-VH2AQ1Ed9oyU8PghzsjNq41gPtvo9RAh1WtPjkZmwMGQC06R7SC4fWEdLaIdTpRTkDkCvoKUH0rHu5yU+I3+uw==", "url": "https://download.visualstudio.microsoft.com/download/pr/8114a54a-3975-4e63-8a23-8859c7d39b69/5e0c70aa55cfcb25924dd8f6b6772488/dotnet-sdk-6.0.123-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-YTKbyyaXnPPIBK7/g2zNgv9nFyv+GrsS3OMLjF4D8oyYnCh07rBBGNqUpmNGVOKyu0RDomGR3QeBJOIJ7Y6Rlw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2ae6fb84-1ab8-4671-8908-cef1bad26676/d2371118157de3ee9ec0b3095191f9f7/dotnet-sdk-6.0.123-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-izOGJ1MBH7nQE968sTczwZK6BON8VpfSSWlz41QWizdIMAkaLhfMkt5riBJOGvTcCvggfbAvj8qtyHxdG19A8Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/689b5bd7-0a18-40ca-b88b-afb71480e2f4/812f324851d316409f1b3b9fabff14d4/dotnet-sdk-6.0.123-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-coq/uKkJbYrBbaKjDKb5PogIdRO8jn/Tjb5ZId4XOi669qdSlI6zYqm+N3Q2wdAIVvM0wflPiPuwXz1dLMjquw==", "url": "https://download.visualstudio.microsoft.com/download/pr/cc15d5eb-45c7-439b-9145-1d868394cf74/65131488292daa6941c19dfd62b83ad5/dotnet-sdk-6.0.123-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Msc0QNKxfL2hom3wbViGZFOHa+RE4FlwSbdr2/RdwcwbW5j060Qd4XNupzovLoSiY7BbwJwhruHh7sgxaXbpHA==", "url": "https://download.visualstudio.microsoft.com/download/pr/427c9bbc-79dd-48c7-b5f3-613f66cbdf78/480f3b019a96c241f8353a7c3b84afad/dotnet-sdk-6.0.123-win-x64.zip"}, - }, - "6.0.318": { - "runtimeVersion": "6.0.23", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-zTiNung3pZNrWANNCw+BYnGfADXjV6FCInJ/iAbHQbgz/iQpPJ4BxLXByKGBH8jsy1TrKo3RxMXQiShfEkZv+g==", "url": "https://download.visualstudio.microsoft.com/download/pr/9174d61b-5c62-42fa-83f0-e61a38b0b860/910b65f2628adbfb5f392314b1173f00/dotnet-sdk-6.0.318-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-OHQJ7FTquQ2OUR+8BIITH9teMcBC2Kpyvq2uXAn4kApPRWi+zXDydCENay6mjb+8UKtprQXE2AHDeK2v187Ssw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5f9cc042-9e26-491b-8228-44c52b4c5f70/0cdff8affd02b713ce876c65e1bb8e87/dotnet-sdk-6.0.318-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-b6ruV6wmzs3vxdxK+wj4a9IgEY35xs0Bo3goCd47CK63/16Q8PG2pw74ua9gS0H80L/hS83vEeQTXfeG1T254g==", "url": "https://download.visualstudio.microsoft.com/download/pr/f90bce24-eb76-4490-ab93-0915077f5ecb/3f0690dd02ee2322e4f1b520b9815261/dotnet-sdk-6.0.318-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-yaaqxamBvxwQ2cE2WD35/D00aH6n2wIygEeW4X4XZlX5rptCYRq9rHe4dHwUujewm3yVQqYhNT4l/pjDFN0OyA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dc77de14-1429-44db-8ec1-957dd7b6ac5b/58c5a24a46bbb03043ab348050369678/dotnet-sdk-6.0.318-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-3gFNue9SWb5+Ds4MQlMqTnzgGw+6uhyE5oNRD+X1bG5JXVnttRyQEgf2X0+8u60izSUmbMga/OH0D+9TWKGbDw==", "url": "https://download.visualstudio.microsoft.com/download/pr/d42dccd7-c22d-4884-89da-b78785361996/9b8488b3649f0775d2d2e48b36e2a40b/dotnet-sdk-6.0.318-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-JFVYndTmMDTMpCAMB++C53vXlKbk1G+YAV5zIxJe48cVs9BYBbIY7CbX0sWJFq1V6Eaxvc7gyApyWmcbSSodkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/8e2bfffc-3a16-4cd8-949e-53ec8b4172f1/044c24393d9bcaa17e940daeca68ece5/dotnet-sdk-6.0.318-win-x64.zip"}, - }, - "6.0.415": { - "runtimeVersion": "6.0.23", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-tPJ/rtZ0VFzBOchzYYiaGEl1CjS66msfGVqiXTX1PHXbOOm5VR4f95TFTlll2ZEe9qBCBtepY1Gd/jRrmlqc3w==", "url": "https://download.visualstudio.microsoft.com/download/pr/df31fc1b-3db2-48c3-81f1-dade77100315/3cdb20ce781adcc51fd6058ebe32a8c9/dotnet-sdk-6.0.415-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-saP4S1D69YQPUVG8jkFVD0xYKOpqjfRy6AL66KANyhoUGuYg4sIO7JCTXDIrwfsIKzje6QpiV2bfHsZrD2QNAg==", "url": "https://download.visualstudio.microsoft.com/download/pr/62a75533-4a7d-47e3-9863-4ab5eea04ea8/d802c8f82a8c2b5f276f68b87c682b70/dotnet-sdk-6.0.415-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-+l5sGcu8ftQxzgjYTtbDepaiJd9ioKvkxwyB1bxWO6WoTkZygp0yeK5fjtbi4C+YMU5qKHtcX6/zTX+IfGwx/Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/771d37cf-3247-4d94-be22-b4c379164b7c/e654c1d75c5093bced25412452329a93/dotnet-sdk-6.0.415-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-VF4iQfCDlC2Qe2ubtfRez1pnhWjIW+SZJMp5dFfVfOn/BIZhTylRmZoi0/l4KOpn6ftXkP9ozLE/pnUdhHeq6Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/d5060b22-1d6d-4372-9ae1-6240fad6925c/74040d3b0c729b6c780b526978b29446/dotnet-sdk-6.0.415-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-TbfGQetfi/9zqXJM1ZOUH0S1sEQJyDQFIih9p5LsEdncM+73CD2fHEukSUrlv2oUA3ARxCMt8f1PzC9ydEJn4A==", "url": "https://download.visualstudio.microsoft.com/download/pr/88583dbc-a214-437e-801e-ca34746a148e/5bf5593e7b7789a49a812ecd2f2da2d1/dotnet-sdk-6.0.415-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Xo+OW6/HB13Bg83djGQ9VXd4WfvNDYzcjctZIbl95QjOm4cnno0m7NwdrDtFHGVfSVPNZXUZeu5b7lJbnaTvGA==", "url": "https://download.visualstudio.microsoft.com/download/pr/38487782-aa7b-40a8-9de4-18e93344d21b/6fdd1c8b3b4e673f8ba7f2d97283984b/dotnet-sdk-6.0.415-win-x64.zip"}, - }, - "6.0.122": { - "runtimeVersion": "6.0.22", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-sReZ2VnQbwiXRxzTpEO7epQEC05QinU3+xmFYebuF+2+029OFgZZLZi/T1EUM2PC3y24dKfj9N3Ge0QqdwvfYQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/3411464d-e389-4d73-8533-fa7709110d23/a8876cdaba3379e5a324ff9f9c886fc4/dotnet-sdk-6.0.122-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-tG2rx3BIrqQqTdBsADw/E6FdkKHmISh3OqIIKv8Q5NFOqQrRb3FCRMz7HO3s0l4duh5bxRQ4yFNzoYPhZZIztg==", "url": "https://download.visualstudio.microsoft.com/download/pr/b0ec963b-cfe5-4c35-901a-dcb0b4b37176/b137e100f6b798e85c80c50695df9711/dotnet-sdk-6.0.122-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-zM0HF0d1W8PNXBC5CAwYFYdi7hDY/FRp0IK4CfVLX0H8Vd9vJWAwvIti1XhGWmIQmnivDCYujz5GrvVXduaJYQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cfad7c88-4474-4599-9502-c0a770067ca3/c47ffab302a318684f64743ee8ae1ef3/dotnet-sdk-6.0.122-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-mu4OYQzJh6BF+s0zyArLcP2GZgR3yKAUQvkpOyF71iGnR8VSZ2HcYN7wXa05D8Zsvz3QHuNiWkO2Uty+Tjedhg==", "url": "https://download.visualstudio.microsoft.com/download/pr/b7f10feb-06fe-4a6b-8b85-7d5890b6c124/b63d8174d1627f16ff989044502275a8/dotnet-sdk-6.0.122-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-hyW4w+ILxqZ2h7za8RXxEU8W8y8f6eRmZtobF9tCWOkHPPkjIbN/lGYjGqqDyP5W/sKPF2S9E9ShMiPMy0d3Uw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c611a261-8235-4ac5-bce2-8987646b901c/4abd1b61cbdf1e65e7b0cb416656f9c8/dotnet-sdk-6.0.122-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-1F29miKpf6iO8kYJxRiT5rTS/7kyUx8YckHngRIuGrlCiQQkKQ7W6r62auy2hi7/JFXRHUEH/CYTrq8clIo2ew==", "url": "https://download.visualstudio.microsoft.com/download/pr/35c4f088-dc00-4827-b6d8-6308db211889/c91f43ac186b53e77f5b9d097166f52e/dotnet-sdk-6.0.122-win-x64.zip"}, - }, - "6.0.317": { - "runtimeVersion": "6.0.22", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-P8ujo/GDEZgLzd8FRVzjenFdQ1r9fhtqy4kktJ7BPvPxQfXKpSzilQQYgNKoucfapkqgJNjTGevdG2Qnhj+2fQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/bda5f4c1-4711-461b-9857-5a634d19ad15/1243e5d98cd74981bb3b99a09e731f8c/dotnet-sdk-6.0.317-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-3zk9SxaJKFgkCIcC4JIF+1HFNZQUWLgmTnpi8P/+6RJd8AjSih/wGp9lKliCKWy8zuw5qF49KrbbCCJhLHyslQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0192fc07-d237-4ceb-a216-f87a0dbb8466/ad8530fb9ae555e17ce5759e71041417/dotnet-sdk-6.0.317-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-kTaBQb04QrYna0f+niQo2+0zBeFjeFpVGJ7SFeRPYKVAxgMJOAzh9JjC31xxIXcj4J1wKKuCd6S+lpT/cqZYxg==", "url": "https://download.visualstudio.microsoft.com/download/pr/89eb3c21-8fbd-47cc-be02-e1e27fa713da/97ab04d55ee1f6ab81bb178b1c5014e7/dotnet-sdk-6.0.317-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-cMPphU74WFqnhVS1lCKWmOkaM2mVSslqJVAesj5JwaimLdeqiWuK2Vls6BW/BYm3tFesvX6sP2TyMI526LvJUQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/fb6ab433-a443-4302-84b3-79692810d212/fbe40a8d359b3eb59bdd665533e95f4b/dotnet-sdk-6.0.317-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-66V2TRpqBtKWYrKSrBCP0bGZyXeLdfRXp+eCiAqvvTEFKJJpfjHt3ix0r5n5zNrDrXE0Iu0+0pvpn7Wso8znCw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3f815d42-33ac-4c90-88d4-a64ab7c44c73/a056c809fa33fc9cc8d5b557c558c179/dotnet-sdk-6.0.317-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-w7GZszKQRz4XYYdiBrr+p9KNo3J/VRhYfluuTgzeJ5yqop9jHfD8IaroH5gN+eIYEZKem+Lf7Z4vrqxrU4dDAg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0a639251-f393-483b-886f-288ce1771cd9/51435d23a18091dbb68a0f1e911f0bc4/dotnet-sdk-6.0.317-win-x64.zip"}, - }, - "6.0.414": { - "runtimeVersion": "6.0.22", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-IlNncl+irwAkBlSGPE2+I3C5VULYxBGngBfjfhMDGmcEm89XC5TZ/cn2Gx0T23v3/5dyvOzLcPQ91GgwKkcBbA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a2afb4da-478b-4ffa-aeeb-a37a313d6fc8/0897a8456d42f306519de9a15b1e14ef/dotnet-sdk-6.0.414-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-ebsFdt+ZC7G9sgCHVlh/v2BoViiHtneH9jn6Uc8ac9BqcnKiRO803mJ97ku4I3f5H0nemZTLrrhJQS305xHbQA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d97d1625-d7ed-444c-a7e9-e7b469842960/d8b97220d0d79119e3026da2b956854e/dotnet-sdk-6.0.414-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-AsZSVoNO1cuUcImuTwsvWtC9pE/Tq9Btn1AD4gkAF6OEpWnvCPp/Sr/bNoNFw0JCVpy4GYDARjUpRp5SLnQgQg==", "url": "https://download.visualstudio.microsoft.com/download/pr/72bd5609-d0bd-4fb5-a563-6f426038a7d9/01507b650934aab36c340284d0819ba3/dotnet-sdk-6.0.414-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-OZyfzvGshYaF9n0zB5pJ/YFNkJJtRxYWgO2iOCAoGsvTsKmPx9/+3rniBy9oiA103j5P9NNpBGrxV4F9zmHVoQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/25ec70da-5c05-4d55-9f1c-fe103417da1d/afcf8ecac02c9e8a927c128c9a72ec1f/dotnet-sdk-6.0.414-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-S4HQKZvPpDoFsvZdj601ukh2Yxd21Fadjgk+w1EvCLqDOjme+xkyg/QU3zOExJpO86uen7jOhxwQITKdDizXIw==", "url": "https://download.visualstudio.microsoft.com/download/pr/f30157af-c3e4-4a1a-8668-a96c9a4fb8bf/e9a6d55be6224ac35f79c7c1d81fa844/dotnet-sdk-6.0.414-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-b5zsUYzRw5qwoWHokNSGqSDVU/IBHZsPaK2WKw9eFqTBQSTJnFvAnK4Ae6AWAxGKPw8qqq7H9FeOflf409Q0gA==", "url": "https://download.visualstudio.microsoft.com/download/pr/c226e396-07e9-4ce6-a6d2-96c867db596c/84a7aaf08f4c038d0f142c516d529bcc/dotnet-sdk-6.0.414-win-x64.zip"}, - }, - "6.0.121": { - "runtimeVersion": "6.0.21", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-9lS/12hR4zc/ycwvcfyMEJYRXgeNPUYf1DjMDgs20mH398ZuZ+yz24Yt1170h+KAl2+YIG+nxFyIRbn3sIX17w==", "url": "https://download.visualstudio.microsoft.com/download/pr/811c65b9-3502-46f5-b101-d3d3ff009335/899df37b38b7cb0c2fbbed748d9a19c7/dotnet-sdk-6.0.121-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-0+s7EViKUEOE7kNeWD6zAtfZTQL8ULJTk03H8SuH/0nrkHJOKUKm72xpXfWL5GEyserO1jUJmEVm7lGPpLtV5w==", "url": "https://download.visualstudio.microsoft.com/download/pr/78dfd3dd-8eab-4dde-b856-0856cbbf1871/30580eea5b691aa5702c2013bc9864ed/dotnet-sdk-6.0.121-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-6H7LB4fN+5+i6R9+vRvNm+I58kbvLVdQoD3UXWK6s1e4K8+/WIbjAP/8VqvuwYyo5WdIT7q2pDfLM6tM+Q0rvQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c6fadc48-3f28-4816-b274-936438b25b7c/fb42811781d9563a33daf122ac720b5e/dotnet-sdk-6.0.121-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-rvz0a3oeEPS7MTdNePkzIdwU5bAnRRU/zGageIKmJea3gmuA7Gb8O7PzWDOomWEBm5DjzuzWSpPn8dGCOKIGQQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/dbfa30e7-f85b-4c05-8d5c-9ec77eae41a2/41319fbdfb1ed277809364acf83e14aa/dotnet-sdk-6.0.121-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-xL++6TToKkp0rgdOrj1InsZPwHdaGDMukxHUL5FdUW6CHl9IlorF91eYXuGXejWz8OZWO1iTGOGC7aPs3v0WYg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5bf992a5-2eaa-4bc0-9cdc-90fff8dccddc/51c25400cdce350781b1c490e7af49d2/dotnet-sdk-6.0.121-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-EENKQ9e9qPApNgNIhi5qo2cQvccgE/zMz3ihJHfRC2/BQXYyXthO5+ETbDsX1W7SVyqhngpXeRNuV/iQtW11KQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f436e955-4cf1-4dbf-b4c9-62aa446b0d38/f9e98dff90da93f3a74212ebf22c4dc9/dotnet-sdk-6.0.121-win-x64.zip"}, - }, - "6.0.316": { - "runtimeVersion": "6.0.21", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-4phURIZHP8oFYFkxB0ZW7cYCXPVCmkVWQWJ7BU+19qJNVib+liQTeBwTuRybf4zyff4s8JMUGyWQEshkCnmwqw==", "url": "https://download.visualstudio.microsoft.com/download/pr/bdcb019b-3374-4a9c-aa06-c8033bedc9ad/59d22653ca4eb7ce9f5d46762de4d7d8/dotnet-sdk-6.0.316-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-9Si9Y/41KdFzcsD1bwABmIEuW06hStUCxL6aJ2Mjh99CpLlKlvclUUa6yktGjvHH5yEeRIKLM8hMqvK6w5gv9A==", "url": "https://download.visualstudio.microsoft.com/download/pr/10b558cb-d965-4dc5-b468-411a16f5e88b/a8ac899031338990835812bb5b548407/dotnet-sdk-6.0.316-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-lBl6mWk+lrDtFytTdkOVofkHvgTufBwBz/UJxLyjUcxemc51Dmf0rhP0xOdiF5jDIT8ZfZvR0Ru81oTDwE+aoQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/254de5d7-1b4e-4afd-9f19-65cfe1799e83/2759f5d543c2def676e8e657ec2ad26b/dotnet-sdk-6.0.316-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-M6VY4C1Zn5MXA5na0sYa9syokhSisBK6g44iHXIJxKphxF4d8qIOCETZeEbOs/9FX0MNwy9BURBXfDHkMXRvTw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e636c90b-fa8b-4bc2-bd4f-15dc4a8eb3d3/7a45b6f04d1fd1af9328f21cb26f0c5f/dotnet-sdk-6.0.316-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-1IC/zixEzhM0sxtjOMqDJOEJntWcXz0AAoQmeuMTRLeeKpdqgXjNyyQnYhUPJ5Pd/2FnWMffft1FUPnC0848VA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2fbee894-39d8-4ebd-b051-4ccf788f702a/60a028f3e4559cdbf04d0e69daaa9704/dotnet-sdk-6.0.316-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Zo+6jgpLDtRcYm2Dn3Etv2dQ/srY1V2t6Kv+sBX9XTqWUpIrFvSAJ1Qny/ah2pL1Y3slsmj06jmr9fAXqylmfA==", "url": "https://download.visualstudio.microsoft.com/download/pr/de1f99bb-4d6d-4dfe-9935-d24b1e8bca12/0b449d12398e45c62dce4b497e1b49bb/dotnet-sdk-6.0.316-win-x64.zip"}, - }, - "6.0.413": { - "runtimeVersion": "6.0.21", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-fwWpd0155pTaWmEV2ZFqv4emXkC9a9ql3KH3BXlUNryOdkJC9wRSBzhqhnMu9VGfYL21FqOGDkhgvKfukaIXWQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/82132239-803b-4800-971e-ded613cc280a/67d0025a0a54566657c3e6dfeb90253e/dotnet-sdk-6.0.413-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-7gp31U5tSRe+cxD/Crs7rVUlv7S+sdsMIV5l9k60ZRH18S1sf/RlodSrOFd+ahlQ/eR57pSDnFDmJwIDKKcC3g==", "url": "https://download.visualstudio.microsoft.com/download/pr/8eed69b0-0f3a-4d43-a47d-37dd67ece54d/0f2a9e86ff24fbd7bbc129b2c18851fe/dotnet-sdk-6.0.413-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-46JM3LgLLig82T67CvStiR7LXyAC1WuCo3nV2ZuTSlj1rmDQfSEFI2D1JWkvz3v94MZ4xdf5kIEB/dIJa+pEWA==", "url": "https://download.visualstudio.microsoft.com/download/pr/6152c11b-e65d-4b60-8fc0-3c506a6199d2/c9f1ce3f1fc5bc6fa758fac505845232/dotnet-sdk-6.0.413-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-YFsoE128jDTyV+odENAu2xZWmVflVOzEnCqfu0IAlgsv4hoG8rdwqZB/qRXr7w5iYHBMyeBaga+THxDc5/RhZQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/398d17e1-bdee-419a-b50e-e0a1841c8a3c/2e8177e8c2c46af1f34094369f2219be/dotnet-sdk-6.0.413-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-S1AyddnciJDlS9/PhgjrScwie2A+bplKiado/bmw1l4Dc/BY+Vl33jckEu7rszFF4k5eZOZD85Ecvhowi8ImXA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e8fea835-8884-434c-9a77-9d8b71c94f7e/f8a325aafd1e71024930a6d7a41440f2/dotnet-sdk-6.0.413-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-qeG7tSSErQZnslhFHrtrR85se3iMAVruiobF4MTc9O6MgteWkhhp1kySuyr+8sfO6gnP4lXYUZ1I8kcaCYw2Hg==", "url": "https://download.visualstudio.microsoft.com/download/pr/3d28b406-bdbd-423e-a173-015215ae83d5/abf5701bb34a153e073409858758eea1/dotnet-sdk-6.0.413-win-x64.zip"}, - }, - "6.0.120": { - "runtimeVersion": "6.0.20", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-a51NZaGp+f7bgwIlRFUWVoDh/eRiCIDf4FGBhJL5jxxATP9oKUbdslG+gGOm87WtPCK+bMOqjflAUmgY5NUezw==", "url": "https://download.visualstudio.microsoft.com/download/pr/cf1958b0-faa5-4378-b442-db4a1b3d5956/cfa9888a61a9f2b492eaf54814442e3b/dotnet-sdk-6.0.120-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-HmQ6ZZylOqDm5OacIV0HkZ2MYRUylwCU0EYK7b0I95C0VdiOWz5cp3Z7aa+YvhkLKvuMlZ2+n/7yBbDJEGhN9A==", "url": "https://download.visualstudio.microsoft.com/download/pr/bf2941f2-b4ef-4479-9e32-d07a85b26a12/142291d214f66fac48ab39263ec08cc6/dotnet-sdk-6.0.120-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-o8HZdtAsBxYijkFUqnk8IhZWu/vSRK2znslzX+QE+bBoDWC0AlJSe5qJugSJOHEJq0mn5NLaADXdvbCtTnwS0g==", "url": "https://download.visualstudio.microsoft.com/download/pr/c7d3e91c-8a5b-403a-992b-86c1d62f7721/f5f48a3443916e19ea451c2c2869e8e4/dotnet-sdk-6.0.120-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ZQmsAel8JCbNGigSvlk77YApDjjaz5ME84/pLJ0YxgBNGVGxjxSqxomoUnjCiDvZzOLcPsxNqsBjOLALi3gMsA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a6e0de68-c1d9-42a9-82a6-a579591fc3f4/dacdc5a87f996661889456d8e3508259/dotnet-sdk-6.0.120-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-/UzKy/N0ihWAwIvjakugPEX7DbL46mGZ9rotOyZPtDBRUB4hzUWyz6Grt0BfVXvl0FAvBluCcrJeREWwPTwnRQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/7490057b-e19d-43cb-9018-becebfc0dce7/8a233d6f103325288f35e444569d591f/dotnet-sdk-6.0.120-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-dDo8ly4WqK4Tn9P4KOx+LTvGaHombS3PsPY3Ovz80fiMrEueQQRh/LNBo0vXcuQcaIpFnJS9rCbCL5mz6Oha8w==", "url": "https://download.visualstudio.microsoft.com/download/pr/944ed14a-ee0b-493f-941d-8164e98fccb1/44dde678d6d89af997dbd951589d9933/dotnet-sdk-6.0.120-win-x64.zip"}, - }, - "6.0.315": { - "runtimeVersion": "6.0.20", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-FHNEgLuSlIyBHe76RHB1R4v9msgshWpFA23f47s8Rbrmvleqm2Gv06aFUd4OT6yqxIcgB6yDWpi1PDfyIGzEpA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e0cbab25-6ec8-4e90-ae74-92d1ca5b4fc1/270eb2be64ee4d9f996daa009aa0c4f9/dotnet-sdk-6.0.315-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-h6EAS7msriVxtwIDwTebKXrcrVriMOlzb9uC0r5k31Ynq4aAsSuWUtokk3JkoUYwZKkBQlRFp1aRuUDw5Tud3g==", "url": "https://download.visualstudio.microsoft.com/download/pr/9a8d51f2-a6a4-4143-86e1-6596e842068a/ea752bbfb8cf45fc0a8b1fef7ed5ad66/dotnet-sdk-6.0.315-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-9FMSVau58Pv9FgJFBsPfjId5lk2zAHNPyyRsIoCTh/OAtsLrJ0MVKJi5Xir7XHnW+n5omIq3hVNaFyg8p5nAjA==", "url": "https://download.visualstudio.microsoft.com/download/pr/5da50b1c-6ad2-423a-8660-d29c677c702c/cd5366eefff26a912f5a5f4769810781/dotnet-sdk-6.0.315-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-4q2eFPhMRMmb6Hb6OP5aTanVXozJDTXDU6Nxkt93m3XxmYLhoRl1ekWQaoeSV1mz4sFRrdg6maN6vjUK6V0kRg==", "url": "https://download.visualstudio.microsoft.com/download/pr/d74e6103-4a8e-4ea3-8a2e-92461d397e10/7cb19aba20b1884958e0a2db1cee541c/dotnet-sdk-6.0.315-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-v+pMCSlQJ8vxkNsYjdn/+XlENtBKQ4iJH0j52B2tEEx5HZ8HTn1dZ2SmXFAsYyozyeIR/d6hMUvh9J6RqJUOIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/148c7c5a-255e-48e1-b443-80b385043f14/28b8cd0ad6b13c2901d1a7626e69337f/dotnet-sdk-6.0.315-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-NK14Hxb7yLI43dd53BFf6up97g3mtOCedxtogOffpBWYplzW7RuVot1p9zP+3V2vKqdnwlsKI/u1d0MQJ1faGA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3358228c-83f5-46e9-99a6-a232b54de406/18e15a48de725a515d318bdce2c24ec3/dotnet-sdk-6.0.315-win-x64.zip"}, - }, - "6.0.412": { - "runtimeVersion": "6.0.20", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-ZpwZZl9lfeAP2kHl//+NgDlWGNwcx9bsUM0GZosTW1/MoZORkXLGU5QhC3wGDq4Ub9bY1X3u2InKj6/dymbQbQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/daff8399-d60f-4bde-97bb-c6e350c03e90/5eeb0b21bf1ad11b5f5a7b4ac217c381/dotnet-sdk-6.0.412-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-7peqUljgWuytxm6ET6ju+X1R5QNUkpmbl0zIJy5NsahiofiKkl84vp6Vxx0ulhtWRZ3NYUR1iV32CJRcgFfDEQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/62181759-93ce-4512-8de1-92de74a6ba3f/f83ea41c3161f301d3584598f9c31801/dotnet-sdk-6.0.412-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-MIbgJ7lKuLxbJ+Lfqn0WSE76L2p8HikfQgMTAhs+b2WlII3ksNhiccO4PQXXhPKeIxF23G9boE5Wcza317e4cQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/6a6555e3-06ff-4124-aad5-497a2940398b/47bda2f1324f867ae0da2099c5702769/dotnet-sdk-6.0.412-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-CqcTeAxLf04OpyoIE3FYg/VxdPBDhrhfOm3aGmbZz20kx2zR4PwKCZG4C3hos5xxnVuYJU5PaDtryJqbQEO+nA==", "url": "https://download.visualstudio.microsoft.com/download/pr/094020b2-7fcd-45aa-a122-42ad85b25d15/969de8f0d024a5bee5260271e097519b/dotnet-sdk-6.0.412-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-BZH8OUyl6M1S1O591ohLV7DUZni7pMyV5lgusJHrNLU+5/f92NGu49bP3rCgnO22Z2GFL8TXqJVOCCGzX2MF9Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/9bbf1d58-ff39-456b-8a27-9b43287d1a55/c6a0aa81a9438addb61d6ecc050de09b/dotnet-sdk-6.0.412-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-gk9d1DkMrUrH3cNEps3s2j/58Zre8Kx3QwMCovqN9X4eBEwsPqg1Rf8lIjuFaHM2QjkGe0SHB7sAl4jc5/DHMg==", "url": "https://download.visualstudio.microsoft.com/download/pr/28be1206-08c5-44bb-ab3d-6775bc03b392/2146d7b8060998ea83d381ee80471557/dotnet-sdk-6.0.412-win-x64.zip"}, - }, - "6.0.119": { - "runtimeVersion": "6.0.19", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-gngN2bMgX53yyQzxkHXXJkbIFIIMk4BqOWOUV7wzrn5fBhYsyIReihoS1xsZCrPS+BoD205Bd5w0jmJuB54pLA==", "url": "https://download.visualstudio.microsoft.com/download/pr/921cb3f6-622c-42f2-be86-ca1fa1b926b8/a3d6ec5655e13c2ac56b7aee4a44e5aa/dotnet-sdk-6.0.119-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Fu6mu+6BBi0lgOZGWs8ySMs8Q2uI+HXX6y1Eocwapz2ztclCbpXjaGgGe7LP7n9ZWiyKkdCYVYsPDnbStSJe9Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/b569a54a-e063-49c3-a00d-17ecb360b5d2/3f67c674345eacac517a698a81d22bed/dotnet-sdk-6.0.119-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-fKdYElQulnEtxMcwdWyme6qSRjd/V8MYrNSjQkIrPGGkWmRYGcVAMSJKmoWayMDuBbJc2n4QGVllNN0MC3YaxA==", "url": "https://download.visualstudio.microsoft.com/download/pr/564b960c-5dc2-4919-9e59-0200126d9267/059ccd490ed3d91bd7e8264d956d321a/dotnet-sdk-6.0.119-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-rkJf60P6Ilts6q6f28GOvu1XmOZx5QZq3h25B8XnNe/pGW6hJaIC9TbOmdzWqZBaHkNq43HHSza5bgL5K0Zuzw==", "url": "https://download.visualstudio.microsoft.com/download/pr/f84201aa-74a4-4971-878e-2286409b2146/33d0431a9e9af74d6e3c50803a1b1779/dotnet-sdk-6.0.119-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-VA/m2GsU0rVpH780Ss4EidmdTS5KYrUFutr0R66bfQ7wDdzScnEri/rpr2Xij7eLFTDgZWVaQyg+N5DJy1m7kA==", "url": "https://download.visualstudio.microsoft.com/download/pr/bd422dc0-dcd3-4db2-a6ab-408d211dee50/4f651ed38fd9ab665268e14bc4741853/dotnet-sdk-6.0.119-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-MgAqw2/zBTXF5uW4nlyiWZ7bJECbp+XFGwQSsG+86dM6g8YDi6doh9gdmAy+8AfUFmfw+vZCxLGa+4WJVU7xCg==", "url": "https://download.visualstudio.microsoft.com/download/pr/3133734a-3969-4368-9941-bf3faef053d0/8e263b885d88683c35029309172069d0/dotnet-sdk-6.0.119-win-x64.zip"}, - }, - "6.0.314": { - "runtimeVersion": "6.0.19", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-aWxx352XdJ6w9eCuV/YHeRU+ixiX2LjA5Pt9YFL+0q8zpk7vtg1jbqlLyCb3rKCM72TlB9K4NAWmXo5fIKmHpg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7cb8491c-3ac6-4a69-b48c-9e3987d522d5/1b64bb4ff16db1d2f625352898f223c8/dotnet-sdk-6.0.314-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-wi0az7RAoGDLlVaZ2mUf1p4EH3PZYpkTaxBCVlB8irRd/DAmibamkA2w8Xuh2deI3ufmzY9GNbyh93ekIX7abQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d62196a2-33a6-4a89-b4ec-b4340d251ef1/6c7bc97e57f8100e05593dc57cfc331b/dotnet-sdk-6.0.314-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-D1D+G7KEXZR81E4SuDEBHPfsJkT3cpIP+QuuXMo2omViTBdCzgXqRmNSFqY2tmYRwv6WQFvxqQw35eIa1Ro7jg==", "url": "https://download.visualstudio.microsoft.com/download/pr/b5fa4aab-9276-4658-ae39-912378c73448/1e9cc82197b7b21ce2b6f42da969bb97/dotnet-sdk-6.0.314-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ynxhYpdcujtgPJX1C6BKoYYV1hoACPko8aU9WcfGVPwjdFngBlV7TVkl0AlCEj6ms5xZ9dJjaHIBejc4CGnF5A==", "url": "https://download.visualstudio.microsoft.com/download/pr/5409f71a-b66d-4ca1-99d0-3505154bd565/8dc3f0fa6d635a7a9ac1ce97749e1a5a/dotnet-sdk-6.0.314-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-gvwUfiMEEV6eqgKzf0UhArQizvpvxxkypOiGwv8QyJlP1c55hckCNdBtwnrxr8xPAgTfrjEZSR2kP4l+QpAE2A==", "url": "https://download.visualstudio.microsoft.com/download/pr/1b3681a0-a128-4aca-9211-57dd0ae30195/7e6ba53921f8f920496ef8e4c35427b4/dotnet-sdk-6.0.314-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Ky8a7+s4VkiTHsr1RZD84dpin2/wXFGovmeJ52+fJYuW3fOf1CCOcGKpTXDS8xp/uA1Ie8F5VPvZrD8RLyAFwg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e0e5a5d8-606b-4656-8d6e-b2ae0b36603a/c76ed9839c51c925fef925f0e6fad673/dotnet-sdk-6.0.314-win-x64.zip"}, - }, - "6.0.411": { - "runtimeVersion": "6.0.19", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-4QrtRHAIfzDki/LD1+mKaAy3tfXPqvL35QKcZI5N+asUC/zvO4QZX2+JhLVrQVa3r96VezaV5o6e0kk0QUpi2Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/43eb599e-df6d-4303-b266-b96a9f77a8ca/a5c595017960d21f6d7b89530bff173f/dotnet-sdk-6.0.411-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-3Iqh+ErZfPJal5v8JDwgC3qOc7kwto1e7XgnQ9iKrYI8MsJnyD16GdPE+RCo+ufxLQfqWjWh06l+E6hnTSkDew==", "url": "https://download.visualstudio.microsoft.com/download/pr/1f26cd3a-af60-4140-9cab-b661cfe0a1ed/4d533d26ef5d55fa17f23c207f6d3330/dotnet-sdk-6.0.411-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-AJVgaTjPG21cVFFszE2f8nbFZ+Vp0mRN/C8AyKIMiMqLCc+huxJUwERjiHy5wrwFfmKv3gJpSMoyaZgEjE1dDQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5288044c-41cd-43f1-af79-9aa29f6e5a10/aaf4fa836481a4ff3a0f9bf79c4ffffc/dotnet-sdk-6.0.411-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-EQaNqa6ZbQ8MJBCrL8CmY31dqiXvnBUsvVCe6e9R5FITSnh7UhToEip5ezzQB3H6O9VMLkqsuzz47xA9yFsKmQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d53a8cc3-7c70-4374-8072-5ddd6a75ff5b/0b64e3ca7c14755bd4d806ca235a2760/dotnet-sdk-6.0.411-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-jIxeSjPZ4uV2B99OMwiJJdnR/sn4Te70un+G8VTzJP99X1ukcmMnf2lTJAe3lmDAfhnNarh2EX3UI8JflM/gzg==", "url": "https://download.visualstudio.microsoft.com/download/pr/67ddd8f3-5a64-433d-8194-eb50fca0e1a6/e635545de1ec4875546aa744de78264c/dotnet-sdk-6.0.411-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-lu/JSENL24iqLWCcZajq3Z33UPzfFWsDhMqgBOFw4WET1by3Gd5CPk8LGEo2AE6oa6yOPVUwR0hQAZdnQNWbyQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/61f44f70-0f5a-4b89-ae95-b26c80567917/abac586ea20fb485702ea496fe83b9ee/dotnet-sdk-6.0.411-win-x64.zip"}, - }, - "6.0.118": { - "runtimeVersion": "6.0.18", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-S3kUaBNkLcCSbS0P/A8GPO+VkHEXUFWIyejoEuyKB6/JwYNRh8WW0ofLfjabNO2IYtqMDUeg3KyevEkdVdVLBg==", "url": "https://download.visualstudio.microsoft.com/download/pr/fe76f892-ae3f-41b1-a32d-c8d594df6e72/822484af01e2c52e8d1d2e3bc7d1bdfe/dotnet-sdk-6.0.118-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-GRs+sfFbkkwtxJSh4cWPPTjIK9elirsmgw0TDmPABcLhKTureSyTf0nCPzbfcJhc0Joa+0iMo9mcNZ7CU6EaWg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e97f6d1b-cb01-42f2-bcba-d3ffb49b56ce/057bd4f2855e3533ac0b79274cfe5d12/dotnet-sdk-6.0.118-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-fWXwIIW2e5rsBNHc70FUpVYwQH7mgXrJibu75wsNOldo2cNev5DU7rBo4k2x0KuDDQVU4A03dymnHQfHw+dvmw==", "url": "https://download.visualstudio.microsoft.com/download/pr/afc85f13-2f13-4c4e-b85a-28ad481fd645/c8687b17af76ad5a16f63eb1bd551266/dotnet-sdk-6.0.118-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-q63ih/IhYQ/Z0oSZGTx50mqGh9xlMQ4+0C0QGJXBWdmp3ZRvnVOBUk2MX8DUPSTVUjZLcnY2CG8CoEm18LO48A==", "url": "https://download.visualstudio.microsoft.com/download/pr/d557f5b6-c16d-4485-83c2-ba725cee90c2/593f4607f1bcad91bd1c080084aaffa6/dotnet-sdk-6.0.118-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-6fQNkxNzZykhbvYBL41fqWD6zpLAkwTi8tP8KLcWXy3nuX94JVbFeYft04295X8mSPIOognqWNjcFuZlGv3Nvw==", "url": "https://download.visualstudio.microsoft.com/download/pr/7f381968-30bf-4e75-bc65-f786196f730b/7efc0ed46969b157ea3e752956801a4a/dotnet-sdk-6.0.118-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-tZK63EI7wJq8mSH+9ZimMcj3C7WMAoC3LcjUGwOQ4HGiwoUzvrrQspCSuskFYchx4lByfSmJdPithuEf6BrlBQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/2fe95a60-c1d3-4107-87ce-37cc20080385/c20cf47d4a82c08a0413040f59795663/dotnet-sdk-6.0.118-win-x64.zip"}, - }, - "6.0.313": { - "runtimeVersion": "6.0.18", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-AivvTrRsnXBG3Y3xWeq7kK4l79u3GP+lHSS6HzT4n/We/ZRKAFOYo0X7z6IpOYdo9ccDG+6Gzm4yYbsgrHbZKQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/3d6ab213-897c-4f70-85e2-73ea5ebb84d1/915fac8d66972ea566dfbf5e01c80110/dotnet-sdk-6.0.313-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-ggC6QPVZiZFJ1QwJGLqeMfSxAae17D0PV216KFpUcK4lylm4Gk3R62KYTP/mp+1gJCY/sD0PpLvPLMmHHjpa3Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/920783c2-e59f-4c77-90b5-e85097645587/8f8a4919f4f115e1c49ff8e1018f3f72/dotnet-sdk-6.0.313-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-TMhwrGED197YDBfn9FFbXd2oDiw1qHZwyq0FQ3I9vSfBMQWiIi+Oz3GANBVfbb3DuOfgBPoQwUzfrLBN6meiSw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3d577c2c-1c1c-4f79-b013-0795a4c8c773/108ba92a92d608d9f0cf789eb3b1d736/dotnet-sdk-6.0.313-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-4nkdF1C05ndiC+14rYBwxogzc9IhZk1C7C2mxg5LoroBpUyWcbRZWzwSEDl1PPQZmAnoOcpFGYzPc4Z+R1M9nQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5a39f2d7-ef87-4ad9-b5bb-f939a0d5a67e/329b34f5a37e23d923c91e7d270a6336/dotnet-sdk-6.0.313-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-o4pWcrL3KvqNW1ZR6MktU32qN+B0xWIIAWE2vTPKE8ekIW8/JsoidtZJU0PPug+jAMK6GaldeZ4gdAX7ZM66xQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0a5178bd-019d-4cf5-b1c2-72585b503e1f/22da475a5e9c51474e33255fed46b0a3/dotnet-sdk-6.0.313-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-0/9CBbwHZIZgsawK0rLo+GEFYnK7xy+uMXu57X020PPGfTrYGPI4oJyKu7ToecCzd/F0Ou3xdpmkKIehoz96LA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9396e180-6d91-4ee9-9408-48a5de71a4d4/e680a115d53141ebd267e69407ecee8b/dotnet-sdk-6.0.313-win-x64.zip"}, - }, - "6.0.410": { - "runtimeVersion": "6.0.18", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-dXdrEBZycU9OkZtxMTw6u6b5uKFNNnUbMftUABBuh9VeOqRcG/Jb4mpAhHY39YOBXkDWGoN769pm8wuIKU9+SQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/bf758689-351e-4857-8e9d-b2f155577bcf/759401b27c3c68d3ae344d2112bf9057/dotnet-sdk-6.0.410-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-jIX1sQ63hsjPMb8mgTGiNFopXYjTGDENyEV9gx8KWH7BYA5Dvrf1WuwiSEg7mpXpBaRotZLwyRBEO0qqm66y4w==", "url": "https://download.visualstudio.microsoft.com/download/pr/ac5809b0-7930-4ae9-9005-58f2fd7912f3/4cf0cb18d22a162b33149b1f28a8e045/dotnet-sdk-6.0.410-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-xS2bz5ZgWyzXbqp8CUVdj+opvOEZxwcslLTFHazBcf/T7j04/6SoTx0cdQrI2VdEeqTHfHHEqQr0QHrJoa+mrQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c9f8cecc-df92-4720-bb4f-273c55762b68/7abd1ebeb6241949dae538dc72532190/dotnet-sdk-6.0.410-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-3JqjoEs9pRMxGzhfKOKYKHlDKnnm3j2o1+M5/LAuKmaE4SvjXGsZPNoc4CqZecke2l0ucpXN0mTx4JrlZR0bIg==", "url": "https://download.visualstudio.microsoft.com/download/pr/190b69f8-f50a-4d68-bd44-8bfc5271265a/a29b1769b5e5d73366cb34ba3bccf9d9/dotnet-sdk-6.0.410-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-nMKKZOZzdnjMXUTJXzcxkppYCbdL051b3mPdPftjbzUEcZkTsXLbZAjT79RUtJ/YjUZZkK0tPfvurKUMLeypYw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6846300a-60e5-4c26-9aef-e3f63420f7e4/a4f9be0661afd3c63c35ed365ba7da22/dotnet-sdk-6.0.410-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-3JqPABwpdIG/gqchzGEzNB/8HDdfSDvuY6k3YOTjNJ44WAz1amk65Sz+Nuvnj0fEvncMj8JErGBvUpzbS1E33w==", "url": "https://download.visualstudio.microsoft.com/download/pr/735f204c-3a63-464b-931a-a0439c9067a0/14389038ec984246ab803ae99cf22fbf/dotnet-sdk-6.0.410-win-x64.zip"}, - }, - "6.0.116": { - "runtimeVersion": "6.0.16", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-6r8g5qsSFBllHHpHbEU+61QvxqhcV6vorBhW4YlqkazWNb6I5xFmXxdYfM/wtYbU6mq9u/wiNhDFOz6ibSVXfw==", "url": "https://download.visualstudio.microsoft.com/download/pr/b9c44cfe-b360-4aee-b059-bbe9b5507e76/b2e995494512efa4ca6dc5657ce0cd98/dotnet-sdk-6.0.116-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-cpS3Z0gmR8qJ1BmDRVhKKjvYHm5nyhUZJOne0mgJGi5BRsCfm1MGExLc8qCHU1r6etA52Ey20iGiEIBAsLRdvQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c9d9495a-59d7-452e-b2f4-86bc5d25c84c/f8947f4a3d0c15703548ff0d6e677fa6/dotnet-sdk-6.0.116-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-LHPU2gUUrnzSThJgdkUEu5j3a6mdZevtUQpjl+AP0AOfEmx6GCgiNGJXbW0msRn11XYJYOGlh5DTd6dH90SHjg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a8a0d82a-c2f6-47ad-ab5b-15d53f8ebaaa/d7038d9b33d9e1059b28c37ccda33b84/dotnet-sdk-6.0.116-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-KZK+Wxa7zmDiXbYnaodmYScrOKKY9aDKT9I887sXj9CiOif+U+iTL83zPhL/Ci6Y2WoqXEIsxh0fGQnbmdfPOw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5a2cc00a-dbc1-4cc6-8d2d-719982aa6991/d1b06b58fb561d4a4f3b5c6ab6cbe434/dotnet-sdk-6.0.116-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-IWnnbN4HXSoP/QUxtopvrnFmWRQRsfYa7KeZTlMjUumUjxAijLXLbEoCqkfcrXM9rUswREQV35ClmotYLdXJvg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8c9ba360-4ddd-43af-8e7b-a49d575eca5a/64301608f4fa6bfb7ff18c5b5534bd14/dotnet-sdk-6.0.116-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-QzfyfHdlY2WpS3Qwz2Bdc8xjWxKW705g3NW1tP354vFSibuBmJu9ie0+bcbup8+sWWgWqTtCFDsxlCTSPR9uQQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ba5844db-5465-421f-bdd9-924f00037a03/bd4c08a86ecfb646a245584c6c06d759/dotnet-sdk-6.0.116-win-x64.zip"}, - }, - "6.0.311": { - "runtimeVersion": "6.0.16", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-Cx0ScIsHx/x2H+nTBaVzG/bQVBK36AHu34qVrcwoSbdGhgztsCokUxJp8iT0x13JHnw95ZpdO/R8ni/KoFrs8w==", "url": "https://download.visualstudio.microsoft.com/download/pr/8c8acd0f-1c22-4537-b1f6-9087b53a1b4d/fecc46964a8bb0d7ffb499aeff3b945d/dotnet-sdk-6.0.311-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-b33Ls17jxBBauk9+ALv5ghHB/Ci2kJJJytV+IuqorLeZSlcw4RWhEwOuf78wh+dhWNtck+7QApJalHUNuukjvw==", "url": "https://download.visualstudio.microsoft.com/download/pr/1c651d2f-5e61-42d9-bcac-2f962311194b/27b37a83be9cd9fda077c164cc57f636/dotnet-sdk-6.0.311-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-iPpzevvxZg/pmXvKmTUZkfMO6+9pEjdUj4jyXQVvdHLarqwgPYG+ItFzud8C5BN9f7L8nVq+MnrE7aVtl4dZPw==", "url": "https://download.visualstudio.microsoft.com/download/pr/ec7c79ab-6823-47a1-9da2-daade4d64c79/fe95fa767a621e073142579ff777ab4e/dotnet-sdk-6.0.311-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-XwzGWtAJJEHL39KHTX5561uCSVChlwmRbtLYTTr/l28O1sebUN3APtHGbk0aHia9gXFtu8sneNMNZY5HLvvWVA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9343d09c-8600-4c21-ac12-bca363fe244a/8bf041501035c6ff526734a70fe71033/dotnet-sdk-6.0.311-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-K21PYfO6d/JFjWsNhthWr8wJyPwnqTBx1s9Z7ARoUNgqu6oXtJkVvwhpJvWN+Pj9zcLFclELSU+WKsg2Ck79WA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e4830edf-1f54-4691-818b-06064869c41b/8ead05992241977273314104c12cfaa8/dotnet-sdk-6.0.311-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-I3vhZmUWMi9ARmMywuigeqA79OCXYJXDZBKgZzjTgNpt8xmzPfCiRNysncYweeWa29wM2/SCMq9VVOTkSpfxqQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/aa944915-1729-46d0-a7b9-f8099494cdf8/070adf8e7778fee200306fcdb010bc77/dotnet-sdk-6.0.311-win-x64.zip"}, - }, - "6.0.408": { - "runtimeVersion": "6.0.16", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-QK1xX/sFnfA+6uTuTf+biZiSjpDcAQOzjvZxrLz+SsQAFiIOaxIU8Pd3VwmdzN8PuvFpAZGzUNu693OgG+jSXQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9c4bff1b-9f35-44a3-95a3-d17224810b08/0f7426d4ce82cd5b55ed1b6f07877d5e/dotnet-sdk-6.0.408-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-1e7TfObAdUaqIX1ueG87Z74rbZfCPViI2e5dU5joqb/AYgKxTjUpJF9+x49ANneMr2m9vgmd6AX+H1Zid+hEDg==", "url": "https://download.visualstudio.microsoft.com/download/pr/dd7d2255-c9c1-4c6f-b8ad-6e853d6bb574/c8e1b5f47bf17b317a84487491915178/dotnet-sdk-6.0.408-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-LepmpnyiHcorOhJZPHJJlJr2YZVR/CZc4zxFtTZs6Y61WqhKbFzw+pu4739a2om8nPPJbTStIIzZvwF4qA+7lw==", "url": "https://download.visualstudio.microsoft.com/download/pr/21503502-8d12-4a18-9d93-ec0f7ee7b9cb/3df619d8ac623a16a79755e73fdf4d0d/dotnet-sdk-6.0.408-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-mFmeK22FJnzEFMug2iYlglFJn2Lq3600HQ30aUsmGyirWnqX2wsrjA8hXQM0DfuKn5hKHw7rEQoSjJgjNsHhEA==", "url": "https://download.visualstudio.microsoft.com/download/pr/048c81a0-ee14-4b14-8572-d192651d12d1/060be74876613256c50ea75ed623970a/dotnet-sdk-6.0.408-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-Ae9bmBcKruMvDmRUmp4S0LHJm7wbgv2UONVddzk6tGpjARb3OW9PU5fc0EHUOlpbY05Av+iS/H7o8lGZHueTWA==", "url": "https://download.visualstudio.microsoft.com/download/pr/64300040-4f70-4567-aaa7-4fd1b9eca339/c74eb35d5eaa393845b0e5836ef0e040/dotnet-sdk-6.0.408-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ATb7NMqfiWbJgSOLxBVrdrv0oaJmiFSXuHk3KI0ihfyXxVIOl+QRT/FPnLQ9IK3RFyAqsv2m8wQ1vm5C8mQ5Ag==", "url": "https://download.visualstudio.microsoft.com/download/pr/ca13c6f1-3107-4cf8-991c-f70edc1c1139/a9f90579d827514af05c3463bed63c22/dotnet-sdk-6.0.408-win-x64.zip"}, - }, - "6.0.115": { - "runtimeVersion": "6.0.15", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-05Gd7GzbtOCrBlw9chbA7rMehW5z7pUfxq1GyVEaILfIkENjcNQ+bX0KUeCAE4mmMD8CzgCPniBc76XCfhdlWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/988384bf-2a89-4510-a765-ffd9bf04431a/09c640d3969d9d0403139686135dbbdd/dotnet-sdk-6.0.115-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-gh8rPK0IFikQMk7TQzt+3FIfCfTzajT3r8dm55a8Rr4D/f50mbIbqaiFmZ1feLCFSJk7BrTZvxc00Grt9LwuKg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0985211d-e1ed-4a73-ba42-38642706ec20/29f1d9e253c996765245a39013b4d2c3/dotnet-sdk-6.0.115-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-6li94daK40XbOvFC7pU64EHnfPqQnFEPjg2HcBpuV0NqnBNTovEa9yKgyGPh4mVoAdLS1hTPwTyArxYHUc8QlQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a1839bb9-9370-4ddb-a23c-c4c6648ecf4f/9390e176419b63f2157b543582cd4fe6/dotnet-sdk-6.0.115-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-oXwf5ENf9tlcn1MEyXa1k+jNZjSk1ufNYVF9nbPQ+qMhs9xvH2shCbk3A1fzhQLKXWEybYyZxEjv8LRpvhIakA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0734033e-225b-46ea-8b64-38b2bb965c6f/0adc30d2760a58785bd5f60ae087ab05/dotnet-sdk-6.0.115-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-RL76UXuuX43hGUQqVXgdUWFkQzwGaavtYbhbIHvCNeMKQm74I6hv8gz0psy+TRior0pOk5iL738BDtF/PTpXSw==", "url": "https://download.visualstudio.microsoft.com/download/pr/b2a444c1-c405-4779-9434-98195d71b509/c7fa03144a230b0e841e4169c483e1eb/dotnet-sdk-6.0.115-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-2wGXXPPFqzB2fXOlph0JUc3NaqzTuD/PYRRhU5ujsJdx25DlKTQCT001NnlfKu9qFxAeAI74ZwEL84eKd3ySwA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e890fcb5-a41f-44d6-bd51-1565380875c4/2fec92faccc145425861086da086f342/dotnet-sdk-6.0.115-win-x64.zip"}, - }, - "6.0.310": { - "runtimeVersion": "6.0.15", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-v/kRCQ+BO1SYGubPD9RVXdA0tV77uNxKQpI7GHVckMOI9Ee0Jbk7N+J9paykbbgpv/PkFYaMn+8uHx4ROntAWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/91343c9e-97ff-4b8e-b411-b56a3c237ecd/9b1ff40787e03e94a0ec517eb0ec4d5d/dotnet-sdk-6.0.310-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-XGI0bOZuIk32VbRY5X5f2EEWRAfZ9r5oQx+ULdopmkZFxbfH9dCo8ozxoqIREtBkwzUTi8og2+PN9z8jm2Qheg==", "url": "https://download.visualstudio.microsoft.com/download/pr/71fb7efe-9bc5-44f3-8674-42f66066c482/62d1c73537189c51e3b42473ef3d5eba/dotnet-sdk-6.0.310-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-xD+2hsObOkZxsKdbKKZQ2xmk0ZgZTTAYoZoBbfoHljpoHPvHZ1XD3S5niPHIbN9KwGWS7PNV79QKb1R1iWaLnQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d506b3c6-5ba1-41c4-8c44-5eefa6095ad0/a95ac6a119735937f196b2b81d2351d3/dotnet-sdk-6.0.310-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-4JMnAGLXgn2Kzm9MtIc3C9YCkHbr6DBaHegVEuy3nICRRNaVk0flzSTamf0s3J3+LJGNTuQRLnMmD6zBGDXtfQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cbd1bf47-d02d-4a0d-81a0-eba2e9e053b3/1492f5bba7eed4cbbc36e2c91045317a/dotnet-sdk-6.0.310-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-nfYfHR/0p04Jdr4p1Cx/AnY390udJVp6pLfZDFSTHBA61hDkiaOkIjMofM1KjZlTs7jnmuXqGvdI9+W7gzlrkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/532a22d1-ae35-49a6-8052-61cf324bb581/4bbaf512a3569f777c4a1e4f60a7fc3e/dotnet-sdk-6.0.310-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-OtsbdaSQ8ROQg2bN1snRUdnfLwwKtB5uQQzdi9CQbgmUuSiTcISEFPHJ/D8DjbS6pb9WA6NS0hkQaotwkRMkPg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7260d9d1-f241-434f-b5fa-86bd74fe8f9c/c4c57471d2fcc01887be9bae0158e388/dotnet-sdk-6.0.310-win-x64.zip"}, - }, - "6.0.407": { - "runtimeVersion": "6.0.15", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-fUjYo4FGlKl4sJp8S2HI4Nrpte/oGVwVM50vd3+kuFCE04YRfuA7BfVD09ZLlISULh4hIAE4Ky5nJ3sw9SVLnw==", "url": "https://download.visualstudio.microsoft.com/download/pr/72d1f83c-ad2c-4c9b-88b1-15196f411b9d/a0b863cabea9ac0fe7b92dc70c8d4ef0/dotnet-sdk-6.0.407-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-PMIw8hwNYP+klVwB15y7QYh6QfTpfQcIFw5L6OTcW8JhJpx4jHOEFsKLvH6MaUConPPQEPFtHcTPJbuw4sAzwQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/868b2f38-62ca-4fd8-93ea-e640cf4d2c5b/1e615b6044c0cf99806b8f6e19c97e03/dotnet-sdk-6.0.407-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-dbLNOmecPRVuyff976ljf4aEvhclRjas/d2zuz1W2k26wF6fF4rPRqYxohq5aicKogJWuzUY2J/c32qNPSHnPQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a23756f7-af64-424e-824f-35fd816a5144/0c7789d67cef2037efba35649d643004/dotnet-sdk-6.0.407-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-Pkz70V7hOMjRWC69M6RD7cfY4FXVeavAM1ooiywmusFdfk/juA+R1WUTyCMYtqYoA1WOPUGii2cW0iltEtMAPA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3309662c-cf75-4bae-9317-b0441971084a/91c1112b15c070c03a0d5e6f61434fc7/dotnet-sdk-6.0.407-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-yCStMRD0s15SbOGxQQohuhuqGgzDGYsMu6eEkM9DR73uFr0VFvFg6jCUemLnSLVfIt6Kqa+FvFd9Eqlgo77FBQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/78fa4003-53e1-492e-93d3-685ccf826f2b/6eddeb3f325a2d501f578168f09d5123/dotnet-sdk-6.0.407-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ml1xGaIJyLhsXDlYGaXgeV7rTrlmksjXDP5eonFgLHgN2LHjOG3F5W3t+0EbKBD36YcXzfd8qAExyiK7mgGgvA==", "url": "https://download.visualstudio.microsoft.com/download/pr/bfb61a9e-7931-4d37-926e-ccfb73b5d910/7bb8a55f3dab0fe28f7e7bf2f9c41aeb/dotnet-sdk-6.0.407-win-x64.zip"}, - }, - "6.0.114": { - "runtimeVersion": "6.0.14", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-HFXDj/yWqf2wkv2dHDGSHRD0D7TQK+Dop2yViveSJQUyFGZL369t4d/Gg7Q12gqjX1HboINH0HZbv84hIm3hZQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/fd730624-d398-4aa9-b9f7-3038bfddd80c/7288ac8f22c447b8948925d003216d69/dotnet-sdk-6.0.114-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-6VIEbN/GFjLv+7N80QncOx8W/TqC1QbaA/D1KOEVYBlesTKDjlacQo0Dv8/KD9x2vBvihFVuY2dXd3IWqADuNw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c60f2fef-5b5e-4701-827b-d448b396a056/f5691d9f19da371d0150100233d478f5/dotnet-sdk-6.0.114-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-01gkzUGl2xuEixPE4lpOpR6vZzP/2REsGDJCX6pbhb+ffrRL14aHxFPWA7zj9GTGHTxfk8i2zpbjTBP5YtdLIg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0becdff6-ded8-48a4-9af6-6b561804a946/b0b045cef72a2a5fbf7a5a1c028572e0/dotnet-sdk-6.0.114-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-8Ap1wpjPCKHbKNhOn8xlDb/CGbspP3xz4+L2AdFV32XcZ4cqYWiyvAAM0hrVAQ2QAWFDgapbzvnvfEFamZlmGg==", "url": "https://download.visualstudio.microsoft.com/download/pr/99d8402c-6f5d-433f-a373-704635157311/ab814ae484c7e6952d93a2ea90c5ced5/dotnet-sdk-6.0.114-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-qZ9p2bLMG6aG9VtqVa4d29cpTGg2+G6gmY8eiguzrJE52RL++3p5lmZej9fn1/dLxhfR9A2G1xKzfn/ioZ7n5g==", "url": "https://download.visualstudio.microsoft.com/download/pr/ad19f3be-6a7c-4b7f-9a2e-6d3bfb4e3c74/002ed45411634d8d120bb1d0ff3e54f4/dotnet-sdk-6.0.114-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-EsBtLGy59jCpRknUq0OcI9zzuKBb8gnw1h0oUrJ1AKzd7IS5lfdU78MN45lYqmrQIT9uP1YoYwrq2p4wKWKo1g==", "url": "https://download.visualstudio.microsoft.com/download/pr/f347fc2d-df11-4843-9cb4-b77870f152df/1583ab213e0e3ba8ef1ad6388c462d79/dotnet-sdk-6.0.114-win-x64.zip"}, - }, - "6.0.309": { - "runtimeVersion": "6.0.14", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-iReoRx332HLhzbk6z4HNjSubG8AnrJJV6UDyffKKI31KEFuKIbkpW1XOPk6Ow0Ae315aWk/7WL+tsiUxtOvTdw==", "url": "https://download.visualstudio.microsoft.com/download/pr/8a63c05f-34a8-4764-80aa-8a1fe3a4369f/8860574c01167a8680b802854bdf4104/dotnet-sdk-6.0.309-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-yEnS2CXnBU2iqcNMptrA2cjLtUlWuNCWRVr8N/5khgnyh4OsQhTf6WKb6N88PgA3J4RIHXK7FVszjBOph3u9iA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e493e55-0977-4e15-971a-e6e2676816c4/6b5bd4bbc06be6ada319aa45695dfa50/dotnet-sdk-6.0.309-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-sIPUYFpw+nkNvunBi+cXPfR4pqqUo/hOCFnMngTdTu/z4uCqiYhJIPMyCpe593gnMV0MrUnSTDEqWxoQj9PxRA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3f7b7db5-1da4-4985-839b-9919475f06be/f3e1f1f31ef96da66cd6343aaad943fe/dotnet-sdk-6.0.309-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-xQ8/HepbPwL7+NZLeYgRLpz3azKVVzexNCmJXBaI+N7UXYbv2NU382WLIadb1jpFc/bLVWkv7uCpvooAOkVDmg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e2bd0059-8124-4d99-9445-b7137016a803/5b0029ae8680d0e896c1bc3100f156f2/dotnet-sdk-6.0.309-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-yOre/4QXoOrQN/J/chcdcR0nf6vKvDSgL6EGbFwCQEjLicvyQqVQxFVkkoap014MhVzd4SJdk/hpo9uJBxLt8g==", "url": "https://download.visualstudio.microsoft.com/download/pr/e5c7f26d-34a3-46f2-ac30-4687f81cc1cc/3f79fda2d28b6e8cbeebd41538eaaa96/dotnet-sdk-6.0.309-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-p55oZzN3nsDn41gnpLZfE+juwYdr710UM4WeAEJyblU/MYia4SLCTpXkxr23j0d7U6xdBV8ZC6W218wbgiLVjA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2bc6704a-8375-4078-a5a1-cf508d48a5a7/ba57ccc1a72001a93e65310c423d569f/dotnet-sdk-6.0.309-win-x64.zip"}, - }, - "6.0.406": { - "runtimeVersion": "6.0.14", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-dlOTlBS/vQa0ohj+F8DI4K8g97XmkplJoK3COsUVp2Yi+oY71sRrvMASgjj0waumt/9azjMf3kPomSFzeiDu7g==", "url": "https://download.visualstudio.microsoft.com/download/pr/0a569135-1e0d-4273-ab56-f732a11f6199/6fb7eb4813c1cc1a7354cb665d2389c3/dotnet-sdk-6.0.406-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-RVOu2EVVAeUG7nSYoHv/VuQ0JJQGJm+f1Q62U3Q+j8nAMnmPdeNMKiosE0zoeo8FoCiPyPU93B16kYJsNomWkg==", "url": "https://download.visualstudio.microsoft.com/download/pr/265a56e6-bb98-4b17-948b-bf9884ee3bb3/e2a2587b9a964d155763b706dffaeb8b/dotnet-sdk-6.0.406-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-HrVuqvrvO4FZMWk3TkSqGeFmBuwU4k3CIl+eeUZvCPkEvgUvJKbS7iMbL4lHOSLEOG4/BSVXA1aBe5D5mQt6hw==", "url": "https://download.visualstudio.microsoft.com/download/pr/bd1b3132-b61a-47cf-bacc-130e31003021/002152a1050fbc9eb723bd741453c9d9/dotnet-sdk-6.0.406-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-4CSXELjc84AXm09XVZ4vZ0W4VdOH1LvahhyUYFdjvx9MCSk+2zHjO2JxOVwCEa7Zsrg/nPXMGDHMsbw0tF5YwA==", "url": "https://download.visualstudio.microsoft.com/download/pr/61c6fa00-1ebb-4faf-aaf8-30d39ca5c38e/e3d1785f5805093bcb6d778448d3611d/dotnet-sdk-6.0.406-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-U9TqHAlGuyT5vA5GL2lo+tTv6s5hsNFM6uGHCjtThHGE4Y0GMLtMTc9h+t2mAZZ95uZiSWZ205tVP2INKLRY9w==", "url": "https://download.visualstudio.microsoft.com/download/pr/15f64841-7ce2-4508-8227-fcf393a4e14c/32218eb343103113b183f30801c43b94/dotnet-sdk-6.0.406-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-1/9qCwOmgSKBCuMQ1MTXQl+7jAOgHgeWWYPPXTwoNn3sVA0WVBROsleYdMBQRDJLJZX0iVYLhA53n4+VW+SFDg==", "url": "https://download.visualstudio.microsoft.com/download/pr/f16f4f87-539e-45c5-9955-50faebec8952/ecf58d052d15372aa01f389b79782c39/dotnet-sdk-6.0.406-win-x64.zip"}, - }, - "6.0.113": { - "runtimeVersion": "6.0.13", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-E2xLUY7V44LVdyMX5VaWVmnKW1Ec7oEwRosPvxs8Q2py6k4TsibTcjavFxTf7P9r9qyI9qwrsH3BmigFab2c+A==", "url": "https://download.visualstudio.microsoft.com/download/pr/8706f5e8-c848-4b3d-8411-b535b19e9187/f70007a71de3d23d5a42a1a678ac8c0d/dotnet-sdk-6.0.113-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-FcDOC4TicHK7PFnm8UzrPQFIEDD7ztxWD9wq1RQLkEkohvoXykVy2UWgUQiLtRTP9QC9aHFvRTjrtengSRgsuA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9e69fcf-22e1-4318-a1e5-2ef0ef236430/fb19ca7b8205d9c63d6b614647b58fa4/dotnet-sdk-6.0.113-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-3DcOzuc7TUoaPTAWBy9RA7pfaOuqo2byDLs2137SzxXqYxc3IO19GnbwOipEcl+UoXOkXJHEMoSORnNCJ2vKlA==", "url": "https://download.visualstudio.microsoft.com/download/pr/30035239-de21-423b-9204-43a1a7b2acbb/bcfd465bb2c0de4e12b503f50f2e201c/dotnet-sdk-6.0.113-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-1hsb9Z0vyyLL2uWaxWhSKawxCFG1Y80dwe2SIJNC5Z1pqNaUk/XGegHGprqhWe9VDpc5Ed7VhbmW2TEzJOE7wg==", "url": "https://download.visualstudio.microsoft.com/download/pr/99a80a2d-7ce7-4d8b-acab-98a73346e1dc/73f205d3e9290cfb6058e238a687bb20/dotnet-sdk-6.0.113-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-NYdzAkz+3+OOGZkYVwKl9wWzaMs8aYrFwofVEOU9xC+EFZ9ZF503HuZjB8+q9ykrV4reZzZWlfLrb+ip6k5avw==", "url": "https://download.visualstudio.microsoft.com/download/pr/af84bf51-a94e-4ee7-99af-1a1d3f1d9a65/f41cce2df3c74514c1bd70e57819a712/dotnet-sdk-6.0.113-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-pK+1eZVzY540FE9B+ouw/Rb+QGMDfyQB4J45iWCF94/QqRvoMR/AUqnyuk1wzo82mPAiwQhh4ROpn79SDRUH+Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e8408c2-2a6d-460e-9403-affe0a90d271/258b68bb6ea31a9dca539fe09007b256/dotnet-sdk-6.0.113-win-x64.zip"}, - }, - "6.0.308": { - "runtimeVersion": "6.0.13", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-syfotg6mBLgnMuRdGCTYicGOaM11zXRfx6g6zCgqaTTTSsJB2K4fsXtEd0A/n6U1xhUOoX76Q0ppSMVyepJ/+w==", "url": "https://download.visualstudio.microsoft.com/download/pr/a8a3f161-4d98-4388-8b83-5e8f06199b85/4a2763b5b7713e04641920c98b6fa5b7/dotnet-sdk-6.0.308-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-mL5Cx2Bu7s2R+1HOD5EG4pJ1TZLrTkxgaOU/grT84s0J2VS7MqXrwSw984AqewpwR9vNl41q58dwjHtKNz+70g==", "url": "https://download.visualstudio.microsoft.com/download/pr/cae54cb4-ea97-4a8d-962f-66ad9d036068/4b6df97ef0bf7483f333a5c5b33d2a1f/dotnet-sdk-6.0.308-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-htNTtCsTybXOyyqS3fm2ahri05y5xuwLk+YDxrL+uE82GQRx9j/v54o+/+i5Jxm5GeaflcRKkqhHJWagl+Tdiw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2e4b80e0-da12-458e-ab70-4abb2c3f0e68/1fbf5b1656854ed615745619982e3c56/dotnet-sdk-6.0.308-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-JGSUAE9Y8BeyPi6gY9p4UI+ZquGJY0HNCOwa8dgiD4rYqqOQg2vS+MQV7qVd1a0Meu0rR37WGNag9AL/fPrlqg==", "url": "https://download.visualstudio.microsoft.com/download/pr/695359eb-030f-4f78-90a6-b49b437d48bc/409736c75341df5d2bf1377554d3af60/dotnet-sdk-6.0.308-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-C13trGAiGrgtLAgaGOHthKo+B/j3uJLxiaFfcp6QStQ10P1gys7OR4pWhuQnCInK1SDn8Mx1nOMFGtPm1caHNQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/3e5f823b-94d8-490f-9baa-86bd998422ca/0865694e0aad1550b00b9c9687661367/dotnet-sdk-6.0.308-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-79cnsFBylFm2+Fm6oRbkOxg+yaCkoGscb+7Aim5mscmk6uiLBClUBIDwbUyp82lKFs++LNkfwx/duC1edSHRAw==", "url": "https://download.visualstudio.microsoft.com/download/pr/08592d75-3927-4abf-8de6-d108e990d886/be445b064904985138f4097a5b3fcb81/dotnet-sdk-6.0.308-win-x64.zip"}, - }, - "6.0.405": { - "runtimeVersion": "6.0.13", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-bDFmapWBenBJvUdxfJz5qxWelOkJh/Rog+Jy3G3ukvsNiQ9OWQ+spEWM0rOUMTP7L6WML8F125jUxsUx9rLDww==", "url": "https://download.visualstudio.microsoft.com/download/pr/c05dfb39-64d7-42cb-8caa-d669c0509c9b/d498099b33fd336d01e28c38515cb21d/dotnet-sdk-6.0.405-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-ROcZxn3QbHOoc2q2NCPXNYULxget9Lip9BI5RbEwFPgUS0+yxM/nkNMjEGt85gQ4jMXWF7wVP9eCCHi5GHos1A==", "url": "https://download.visualstudio.microsoft.com/download/pr/c7f21771-9b09-4c81-883b-90dff8760c1e/fe992d38a94cc6f301c0236db3920c0a/dotnet-sdk-6.0.405-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-+xpmGJz1SxTRF2ypF4ZzvvVa688WznYWumstmIsxUr561tIw2Daf06UD9G0fItkHTaikiDcRhkiCH3Fg8cVTPw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9ef6ade4-4d92-4243-9e26-748a7c75c490/ef308e5e0bad95bc604fff5c5defd42a/dotnet-sdk-6.0.405-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-KmBQ1ys7RT6Pn79z5AwfwQsUjHz2tebDDbzTIlZ97BRQgTtRQ2EBVinslScYphpfO41n258OejKxSfvYdFEcIg==", "url": "https://download.visualstudio.microsoft.com/download/pr/3c785c12-6a6b-493c-929a-9a3f3dc568ad/6290551f01f9cc31039e70771d05aeec/dotnet-sdk-6.0.405-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-5Sf0aqxTMiAptJm1OVIJkG/YgWIA5ocKhyYcVrDXgAL0sWAzPSp1Run/VOR+FImgKXHei22mxvHwfZx0vyP48A==", "url": "https://download.visualstudio.microsoft.com/download/pr/d7a87f78-c9bc-4c12-a76c-5792e4904ccb/0b7a9a696929d1d20257d8cd1e70fdc1/dotnet-sdk-6.0.405-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-3eIV0gIaWwmdRkZnzR6bIA68OCSeKd+RKcxfnK5ldHH/uPsiONfXxNE4Wiv3PMY5REBM5lcVCZ6YNVKGUZWwBQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/402ad1ea-e4a5-4582-8d74-1c2efd5907e6/2c8eb49494a3598b892681cab23be8ba/dotnet-sdk-6.0.405-win-x64.zip"}, - }, - "6.0.112": { - "runtimeVersion": "6.0.12", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-Vbiwtxlx7WX5CW09VdhHTGdo2hiO4/fBxuEFGTSSZDCGnwWN1Fyd2XiVY6zfvulzZX7OoxBExYe0qHqVq0roAA==", "url": "https://download.visualstudio.microsoft.com/download/pr/6bd958b2-a3ad-4bbb-ac3f-5a52f3550363/0c3bf2ea12dce4a08bc2ccaee6e60c07/dotnet-sdk-6.0.112-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-AhUmhZQZaTHAOMCVfkHOc6OxJQH3oV6j+aa9c8EZF0fLxCru3+lu4PfzovWBHHhA3LsjB5fvR/ZZeU/jETvdyg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8c8d9afd-6933-47eb-80ac-8703c5cf4b3d/9778f70e08b21c732b035bf98dff85d7/dotnet-sdk-6.0.112-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-7uzTOYPkBZEMAoour2seTD+HxLUbO3NYLXooKlWFRgLq/iPlspg+WCSdKwOgU3O2O8PN+ab4niuCqYb9Ixgavg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7aaba947-cbbd-45a5-bef6-65c6d888972a/7a0dd20ceea99392aa693a224c839134/dotnet-sdk-6.0.112-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-QAQtPfGDIYYEHM6i7MYsSKBndYD2SE8wL5crSvHCD5oeKnzuQAE2Vh4WECsIe5YhyP46yo+j90d35sIvEyNhLg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5c7efe6f-a815-4847-a7ac-09fb73c54014/726029845c8248b84422a4e568b96183/dotnet-sdk-6.0.112-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-T37zW8APnVAacW7sJ/FnITue0XbZLEg3RgW3PqWTk6C2hPVUKDqSu6edov28Xg/ps6BQ0Pt+DDZTfZZHBCisAw==", "url": "https://download.visualstudio.microsoft.com/download/pr/553634df-0e2d-496f-b9c6-fc7d4aca170a/2e21e080c74572c5ff76775e0b54fbe7/dotnet-sdk-6.0.112-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-vjd6jLKP+QKwGJ3EB6Q0qiQ9FDEAbYezLqS23eu+U9ofRISahkEOgUf7PPC2T5ItJ/9Klt26ExVQ+cbDVm6KcA==", "url": "https://download.visualstudio.microsoft.com/download/pr/fdb61160-3707-477d-9905-961e786fe04a/5c2f341f7f44368e7373d37f95b7ea89/dotnet-sdk-6.0.112-win-x64.zip"}, - }, - "6.0.307": { - "runtimeVersion": "6.0.12", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-wCHKgu9lqrxaAqHryxF7BVg7eri9BKhRTircKayPDUkWuDVE0c6wyrCJ5rPmulQavZX2n7C4iOBM63ap1JEuhQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/40fe8d04-7c87-487d-a231-071989e9e4ff/9fc379bd253847093365ab71e8199c9a/dotnet-sdk-6.0.307-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-f/88NWd1vQ+82lM0SYPxi+4ilqE6UU+PTP+S3JqiIHwWVJUwTX4IhV8182Ct/WTZwn/RBUmtuf9xgyl715QNYg==", "url": "https://download.visualstudio.microsoft.com/download/pr/f30cd701-e2ba-4f0b-9367-4cde7bfe640e/eb641128cd1c734d62818b25a94f2ccc/dotnet-sdk-6.0.307-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-xxGUkd58K3JLH1nJmrRXJFyBtKGpRAetkoknq7tf6fxhSR0nz94v+j0EWTwvX8ka/B33xtohXayeEwPzY6p8mA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9441067-016d-44b8-9aee-fb4ee5f926e8/de8256251b886826d8f1632cb6e8f054/dotnet-sdk-6.0.307-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-Ne/RWuGXmWwqZI42YZLscZ7kpSaJmDHHbhYMQS2rPOU5Cku+g47h8HL2f2phVH9GXJj5VwzEPOOydE0Ac3jKgA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3c173d52-2ba3-4f6d-a60a-9e1ada8cc005/7793028376856a6298a341943c940dbd/dotnet-sdk-6.0.307-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-h+LgZsUK1JIeJlgQ+lSh8JM781IBQgysMFovig/J5Kj7WShy3qShbAmlOFjfkrbOdbRauNRi3DFQU7BLdtbZXg==", "url": "https://download.visualstudio.microsoft.com/download/pr/81d9eaa8-f0b5-4947-a74d-0330bcc90bab/680ffdceb2699bc049024ef5f9492ede/dotnet-sdk-6.0.307-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-3JmkAAtprDsEtlIEczzy+xsY+IFKl4PlagYetaXV9dAlT7W08ig7OAMQ+K4eZCrEoNprqRDw93qI1uVTM401bw==", "url": "https://download.visualstudio.microsoft.com/download/pr/717b2ee4-a709-40af-89b6-f5ae74f5d30b/aa0a0797aefe006b82985ff7dd0495f4/dotnet-sdk-6.0.307-win-x64.zip"}, - }, - "6.0.404": { - "runtimeVersion": "6.0.12", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-fFhZWqV7ZV/1omiuT8aA/z+xWoTcwM6Ern6yW6J79m8MUnPJhfFQNFg/WwVDelNU22jEBklTAw3EyuuxEzmsdg==", "url": "https://download.visualstudio.microsoft.com/download/pr/1055ed3b-6d81-42b8-bfaf-594baf240ec0/37f4c7113ec851f20569bb7435cd527b/dotnet-sdk-6.0.404-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-eg9LMI0/6Y35tCaw+Pj7e9ckckSvNXDoZ6OWk0nGLH6kxtqBoaIoB4jjAHhBZ6KTPbUj9GGYWu8GgeDPFL+PDQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/40bc5873-1a39-4a47-9df5-b481869594a6/8455eab2092cc1321ac055f016ef90cf/dotnet-sdk-6.0.404-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-5oR8CAhi1n7aS/6RJmUWTwRV+zAIn6B+IHb3X7CmUDfCvWwhP94e+b5Z0UK6jzv0HCctkW5cZ/L7zcLh8HcGTQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d4633191-6deb-4b35-9866-c3c839b8fab4/a66c1c547cfe4fc46a56e66d71153c40/dotnet-sdk-6.0.404-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-GwJo2QQ5RtMGuwGuzaKFegMfGCB4q4U9qTR+vojeExR67BMnO9OORZCtGAXAkeaUVHmXlBx8X9YAfSZTGO0MpA==", "url": "https://download.visualstudio.microsoft.com/download/pr/43189462-e807-4a01-88fe-d348d72130ad/29abc60cb75e8bcb12df60c2930fec25/dotnet-sdk-6.0.404-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-/oZF9sWV4Rii5QdH74VHIGG1ylL8ZLBRK9vISRv9QbiuUiRPrLFtXc5H3jLDPuj2XXpZtMVJI67St55AFFmtCQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/1a74ba96-1e2a-4378-8666-97eaf20c8d63/96b5117cb0b82aaef68e407744f5ebf7/dotnet-sdk-6.0.404-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-r2zybKlAYFw1T1N2NaJPf4uCIAFxvM/u+pk8UdVgOfCg4pj7qbzESlafjGEuaB/hTeV3jIktQ7HH1p04vZiJPQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/6ad651e3-818f-4e00-bb14-e632e1cecdb9/a7228c4ef87b2b856231d0b97f775b4b/dotnet-sdk-6.0.404-win-x64.zip"}, - }, - "6.0.111": { - "runtimeVersion": "6.0.11", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "9.0-preview", - "fsharpDefaultVersion": "5.0-preview", - "arm64-unknown-linux-gnu": {"hash": "sha512-dHPu83Fcg/85mtqvJgWuKPAUQYYCTjpKVmHKl4zDdiYiAxR9d8UUds2Itde917NwAiHyFAg+t3g4pBoTV3ZrfA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f83d8e86-8cc1-4787-b6a7-b318d19d9582/9eca68b2392ba2798b70d598d49837ec/dotnet-sdk-6.0.111-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-1h5WiJACPphL1BTTUwhxfBCSd1ozqQobovh7DV9w5wh9JkzGHv8pNWJVtU7CwuOy9IZ2VyoBcCibBEiw+4Q74w==", "url": "https://download.visualstudio.microsoft.com/download/pr/351b2e22-c724-4bb5-8618-377381f4fa08/0490aeb8eb769656b7193e3cb1d7a3f4/dotnet-sdk-6.0.111-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-+LvOVdKfqwFeM0sy3jOiX1MWUIVntUMyPn5ioLNN5JDU6PqatjO6+ininrqp4JAjAEuJEfVkSJkLSFxJ5mQLeg==", "url": "https://download.visualstudio.microsoft.com/download/pr/ac17cc09-71ea-4da9-8f54-168f6df93b50/2b8d83ae309c6d42ec9fcc49d42d4799/dotnet-sdk-6.0.111-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-JJd01enZUrFSBqTE5cIFSOxlciAr6XfVFMUX4R6T8qNsKqY2tSAffOaQ9VX9eao+UqprX0UgKT6lKz0tNrPnDw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5099c55a-aeca-4d1d-a38c-3e8c057af179/509c5900a7b1c26ca2e35c058e6b8f03/dotnet-sdk-6.0.111-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-ZNuY7+3tGh0Q0l3aSPRwfc6/qkYvIr+E9fLF241Ht7YWaBjEAI22YgYWVGtbY4rxhZD7C1GTYDyl1Qfb5oBi+w==", "url": "https://download.visualstudio.microsoft.com/download/pr/83874323-7c77-4c04-aa3c-1d9f90927a9f/5a0a543516865e819b85c3c694d3a5cc/dotnet-sdk-6.0.111-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-7AYIwF3NIm8IzB0fzSSG1anHwoHhgQcMJBHdJONEVB0kTBVg1l+8OhKJTuC0jmhkkrjxBHibdAwFb3mmzM8DUA==", "url": "https://download.visualstudio.microsoft.com/download/pr/7a46a854-9264-44c4-850e-8abac7c9e53b/fd56ab5428a978156152c32b5c831ed8/dotnet-sdk-6.0.111-win-x64.zip"}, - }, - "6.0.306": { - "runtimeVersion": "6.0.11", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-zEkiPbnGMJxPD34gjfoHoem93gMsIEe5qicR4D2KoNqR2iLXKLMywsmtvFT0I7t+Hc3LOIjtnO74mdbnS9MIsg==", "url": "https://download.visualstudio.microsoft.com/download/pr/fb258146-ac1b-480d-99b2-fecb7a607705/66e827540def06412bf11da9e6accb61/dotnet-sdk-6.0.306-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-YnjO3wGD1R2v5YoRvXFhLksZ0Q5yXkQtV7pFgZpVv02GysoMPSoO8NMkaagouoU0Lg084j647xREv/Io8QzsMQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/4154c61f-5389-4b77-bc64-28caad83c994/a39138c90c80e6d5c94d5c3f28baff88/dotnet-sdk-6.0.306-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-q2qWINU3huVyM5PpkcCCv2v3MGkJbsvyxufl7u85qkNOFxVBQGRFYdsSrB8M8dImXGw5YICIdQ1K3XSzQJNgsw==", "url": "https://download.visualstudio.microsoft.com/download/pr/d076f164-9078-4752-8a34-57142a1741cd/5b623ddcf6be874165f903f7f995f3db/dotnet-sdk-6.0.306-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-3zGfVisgwfzqzNDTKPv6s6xfI2Otv2MDipMyhpsyz3CQ0Hf/Ong/PXwSqaAPGxVBLQHzPVhrKrgV+vCI+cdmhQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/15e07645-acbc-47d4-8a31-689bb61e6df3/1d8070c102422cedea24ace2717b125b/dotnet-sdk-6.0.306-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-QKWdpiZOMLsDqDfUbzyKFOiUviXm8eYK0pPFNDCvNsRVyv+5PZG+B8bC6oP5oePmkWqxZwIaxP4q+gDopK0Ukg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a2bfb136-267d-4356-8cf6-f20d4e144d45/5863fdccb15e6b74b1163bd41292c884/dotnet-sdk-6.0.306-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-D8jfAP0wZlx9w2FzwWs5zQEQY4MVdx3v0pgaWVAYg4wEXfI8EkftHh/nZs8gES/Ov1mj9i05Jrc/ZYXTQFqsMA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2550a430-8306-4bd3-931b-e33a033dd348/d53dd029ac4edc3fd5b0bd4525862198/dotnet-sdk-6.0.306-win-x64.zip"}, - }, - "6.0.403": { - "runtimeVersion": "6.0.11", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-/mL27KgKy2d08KgMRy3QKFHYj37AnMfxyt2ZgewO4c64ciSRH8DFRMuTLH9akcZkcaBFi1D4XImRVLyMNgWojg==", "url": "https://download.visualstudio.microsoft.com/download/pr/67ca3f83-3769-4cd8-882a-27ab0c191784/bf631a0229827de92f5c026055218cc0/dotnet-sdk-6.0.403-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-d5s+JKiJ27UX5f9TWdq0XdMpYWDky1WS5uQeoVy/hyefCEBf6/B1F6oCNR+VO2A+WWSFUKCW7vywog/a8D+t3g==", "url": "https://download.visualstudio.microsoft.com/download/pr/1d2007d3-da35-48ad-80cc-a39cbc726908/1f3555baa8b14c3327bb4eaa570d7d07/dotnet-sdk-6.0.403-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-EhDsk0H3zhkrKgBrHl2YOF4RCNAWsNs8brWsWh7NbJOE/ia2I2PTqIXluibsUMvkg5cFY+iXu7J0VomQqkOBCw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e825e710-a4ac-4bf8-9777-36aaed9ba8fc/1dbf807664c030ffe386453ed35030fb/dotnet-sdk-6.0.403-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-iotvhvCdDFqNvDX2rbsUy7LtENG87goV5xekFsdZ+CSyRT+rC3bggmwUlhL+L7i9/D+IJzg90/jwHvVJe4XViQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/fdbd3d94-ea79-44c9-bf84-ca161871ee50/6e4b47c4926e30251a178014fe3da399/dotnet-sdk-6.0.403-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-8yE6xedVEQK+SMpcZf4JhxSnmgPtMRHTaK0H64WsIv6kwFo1b+dC/rIx529NPlEJVNQjVjHgaG0Zuwyy8Ct+Sg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0c519d41-d45c-4225-886a-a7dfc9c6e289/fab8422cf174b5853246a1093b3df83f/dotnet-sdk-6.0.403-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-jwyZJJ80ck2Z/i57iVUJi19VMd2ccZlFPxpfBmmB3li4MkpdvZJUjmZbHCCMJB+WA9ihjqUbJ/1P3wwXq8c5Kw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e4c38e2f-07a2-4ab7-9607-369dc406f0d5/d1bef72f340bb2f3fb10e5ec92561f21/dotnet-sdk-6.0.403-win-x64.zip"}, - }, - "6.0.110": { - "runtimeVersion": "6.0.10", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-2jEnc6be8pYS6miYxIm4ayVG5eUsfIkBNHEsZPs8DlLfq4jYWJhY+amznD0sn8OUBtbaJR48/KOZ65PfDJrVxg==", "url": "https://download.visualstudio.microsoft.com/download/pr/1a0faccb-a85e-43b7-b2a6-78ee8b975855/572b91765e7db29d33887cf4b87bc86c/dotnet-sdk-6.0.110-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-EE2gC3v+H1ZHI+IxTUMq2QRMv6mthRvJngbnMKAyxheOSHqL7j8o+DCaMmUt8BQzAb4LgnoMetAGFKHOhQSV6A==", "url": "https://download.visualstudio.microsoft.com/download/pr/3e527e7b-3a94-48a7-a392-2e75f20a6d15/1d253d740e987ac9c79f33967f18066d/dotnet-sdk-6.0.110-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-Zr46AdB7qT2IEXIDe4JUyYjtRXsAKk9bU2to+u++gneO/r/CxDodsR30ruwQTC2FaCH/HDQq4n9U27n/Kpou/Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/f24b1026-8430-4eb1-936c-9a157b4a616c/b52edaf7d05aeb478e8e887d8fbc03a4/dotnet-sdk-6.0.110-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-m4k3vR5M/Jz4Z/hRLe2PKT9Z2koA88NfT4ad+pnvEto5+nf2INC9cUMTcad29Mn4x4mNWRq6PdQOnkcRb5nRzQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/6ab195ea-dc0c-42b0-89d6-703c51918f7c/969a05eed49727289e7fcd99d4d81917/dotnet-sdk-6.0.110-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-EuPf2ZYEBsN8otNE1+620z8gEh7cQYQHKhzAfJI44WVSHL/Ca4kCgAsLm0e9ZhjYaWOQ83f4KCpzzv4+YjwnNw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a2ee8464-3b19-4be5-802f-7d2ee5f74ae4/e1191e174175cd296ad80e3bd4423c5c/dotnet-sdk-6.0.110-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-hTT0982iTxl/QiUlrj5rARHqXmqNDSRWOhVgzXAasQNB206AyHzNCZk0kvlEa+ZHGz9Pj1hY5zsx0ap2aY9vNw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5044912c-8075-49a3-8079-3ccce5a6a788/30d8b6b14bd33df25287b6e85cb96d8a/dotnet-sdk-6.0.110-win-x64.zip"}, - }, - "6.0.305": { - "runtimeVersion": "6.0.10", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-DX6zXcGy7owxcQurLusfaHGBkWi833r/JXB0zQxOr8OtUodaRc7DiteZoS6Mgb3cYmf2tgiq39lgfUNcs+a6bw==", "url": "https://download.visualstudio.microsoft.com/download/pr/031e2cdb-71ae-4f10-8862-e2883ff82f03/fdbd377c5d84c1c07c4b8d1c87cca6bc/dotnet-sdk-6.0.305-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-eDhZ+EylcsRhOSpqQqauBdkqWih0Hi7YKbtdmjv+Ei40NRap1WtKpr/5GQ8VwilXSwYDOZngL+rFlon1Z8ioDA==", "url": "https://download.visualstudio.microsoft.com/download/pr/eb15bbfe-c330-448b-9808-075610943fba/cf8bc8799a562f76bb82ee0d1c11c5ff/dotnet-sdk-6.0.305-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-GM2RSmgJ0Kt4NZbHoGMY/qOdfBmOcXHzm6Ke4ehxFMHWinSD2afSIJnS5xK4Fdkrd8E77vnOnyA5Sd8m3w307Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9c3e9a3-26da-4dc4-ae3d-b234b3659a7a/0fc19a87c495b161a2136d8c37a04303/dotnet-sdk-6.0.305-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-pUjg3Z5ehp81jhIbvQOja9evO3U+CPMs+ZlX5eISEwRlR+yhy8/iVtnVPSUjGjZDAh+zTx+KtSIfIzh1v/bRsw==", "url": "https://download.visualstudio.microsoft.com/download/pr/708db014-a6c4-4284-8e5a-3a5aaadf6900/722f30b917a088f11878120c4daa80f2/dotnet-sdk-6.0.305-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-YlBnLluAscQC2l+Hys+q1ItEF/zpumjd3Q1Qp468z3cyXG7kyZyTX9r2Wdazy9/jFcvv3Dxesvp/UKcg1ZqqyA==", "url": "https://download.visualstudio.microsoft.com/download/pr/1ba1bef2-e4bf-44de-9df2-7453b2e562a1/2af91a1fcbb5a84a1a34d7b295742663/dotnet-sdk-6.0.305-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Yey2iLGmwyE4dN2pKx6zjOixmcf014Z35gwq8LClimhtKfXVZGOlevhjIwqBpzx5Lfi4ubVdrlG71YeW4dHelQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/39cf4c9d-37e0-46ac-8428-5b7732a87215/0964fdbc930d81fb109855ee097596c9/dotnet-sdk-6.0.305-win-x64.zip"}, - }, - "6.0.402": { - "runtimeVersion": "6.0.10", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-L1NRGS6Hwt0ZbZdedhi9ewtUIDTQsbyTL+lE2MursO0lmemOiNl1fmjxmFWZYaszUNjt36zClR3wD79qfkTyRA==", "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-lywtn/9qCe+PLmu6o2rlhp9Pf1Ca5dKMRhFTLrNL4QximvmM3yEdhtxLxu3rsEomcql/eMPg8v8mcBf4ycWdTg==", "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-6ec6qBX0r5O6cyXCkEwZG7cxtaQEjbJSnaeyRy8aFAYD8i0qfU41svMB0EY4gQkRavLJ77M+Hs5D/jnLlrg9SA==", "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-tsuz/v20MoL4P2nPWnxMyfdL9k8QCKSjM2jPnuHV+hhuMkVJAFlCwexId478K6CzOhm1uAKSDISqY2tmNpfPaw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-Ij1kzzEDrgqvyfgzxy9FIneur7Nc8Zft8YiE3LofxafhbeC+shYizZZ1ZOh9kdnsqTVchvHPGk/VbJ0OiRJT8w==", "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-YJIX7w4brswlDblM8KAlUwEiDY9qRDQkwL2RKwfB/ape74myiQenDgW+5bdsR5Kv2/PlOZ3GCaQcBTGeUjuW3Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip"}, - }, - "6.0.109": { - "runtimeVersion": "6.0.9", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-60pCpFy/ipLS941Cmew0qxHW2NvCjcq52+lWSOQIlaDcVmdambTfnh9aQqsPM2gyKuFzgYENm6xcuGIwZhILgA==", "url": "https://download.visualstudio.microsoft.com/download/pr/5da20803-1c48-4e54-a87c-88cda79efd77/4e6cd608eca3e34540d89e1ec3df5e6b/dotnet-sdk-6.0.109-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-O8n0N6USpypO6OVQL0Jbt7+fPZHbcm/PgFIhfux66ovWi/vxfbehpL86dVnKyF8PxeWJPyf42oNxmTD2X1YwIg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5d0a2a83-38d2-47b8-af9c-b4388e7d0c3a/c7e7502cfa3a7344b6c0c36014a43189/dotnet-sdk-6.0.109-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-lN1mlrJfU2LlokF1OW0pzDkImsrM9BgB6WoTe4J2IngC636xfpLyAFC1tqjCZM02c8Vba7dMXG0RprGB0FhhWg==", "url": "https://download.visualstudio.microsoft.com/download/pr/83a7fc1b-50a0-4a0c-bcca-69d20cf9843a/46ca782bf67a77a79183f9ac8a3102ed/dotnet-sdk-6.0.109-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-Nqm4L8BMyDzy761onVBjBWwS2II+ULJO965FKGCQnoHIx/gt8tgnnUvAuWDUAWIeOaiRkZN7CkewLLNyLjnpIA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d3550393-751e-4217-b2e4-42ac1cf57b9c/4267599c82ca75b325ea902df7a397ed/dotnet-sdk-6.0.109-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-9epddKux31FrdORvtCVctSRAZuypuEXfwazBRRhEjnsvjvKyjtCgAKvfjqKRkRKMRWuCN+bV2BaFKS7dj5XyOg==", "url": "https://download.visualstudio.microsoft.com/download/pr/351ccd43-d954-44c2-866b-9a955082183c/825bc92921474e70debc4bbf05920fe6/dotnet-sdk-6.0.109-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-xYFiSvNZCuY9KPgEGrocefLFjDzdYAz+FV3p2oWhd0ihqMQGV6Kk9YBmT48tKN8goU0V1OTtMMBbwLIpaqaeUw==", "url": "https://download.visualstudio.microsoft.com/download/pr/eb90a9db-74b8-45a0-9749-e6790bf3e554/e5b8ef18a305ecb67677691d8d069ac5/dotnet-sdk-6.0.109-win-x64.zip"}, - }, - "6.0.304": { - "runtimeVersion": "6.0.9", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-advYYzEAKZDX9skVsPuDLF2LpVu02svWpAZcp9WekpAvtQUvbNkFpFPkI1WmVdUmtcEr6PtdEiVa8tNF1bEoRg==", "url": "https://download.visualstudio.microsoft.com/download/pr/6d879cce-4273-42d6-b39d-0cc4d3ab198e/3a63185d3aa4685be69aa395a0986f24/dotnet-sdk-6.0.304-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-VswjC87hhLfWYUMxg7T9MaBeWhkix7LmElgebllVLPul/xCgIZL5fJZ1iIivCWKIypcmdHY6PFQJlBWToZTVyA==", "url": "https://download.visualstudio.microsoft.com/download/pr/372b11de-1321-44f3-aad7-040842babe62/c5925f9f856c3a299e97c80283317275/dotnet-sdk-6.0.304-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-hNuOrx6jrpuLdGCZiaLWc2dTPr4e8tOdtcMyDEiLPOyRBqT4m4JsM9e64uRBJOH2uAk7gVbF8I/oDB1tj5YfEA==", "url": "https://download.visualstudio.microsoft.com/download/pr/7e5a4c1f-6b52-4f18-83d2-f0364d9c8bac/9833fec0570aa7e3d6a1470a9c5e4455/dotnet-sdk-6.0.304-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-arFKuwBbnZcEKR80LY2b3yCVx4C7RDIWsiDT54vjuosDtxBLaz27aeJPtFysi3Geyb2SqTu1Y13nfbpUyrw+Ig==", "url": "https://download.visualstudio.microsoft.com/download/pr/127aac26-63ff-4c0a-b8a0-403e71d9716a/e9a87326b1ad30e7131d9be4cf7d9e57/dotnet-sdk-6.0.304-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-Aajipyut68lrbvpPPl3wT+sBhwoacJ8B1SsZKYPuxDBDZHDxXL6wytGt5CJi73V4OGCLSrC9C2kol9mSXPMMwQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f5aa894e-1c2a-4c19-9ba6-0c9ba4a14afd/328c789e2fa177535df382a944fcdc38/dotnet-sdk-6.0.304-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-cCJGtnZ/muwup4jMSzRGoaCa/UVZxEGcygBHgwxKB9+1DHRHRu/6UW7tFxs81HICva6DBEcltofJRC4ZwEg3Kw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3eb75b2c-c9e4-4ad5-8178-75956bb976d0/1be42b3e86ee3a65e7220d6137c6b7ba/dotnet-sdk-6.0.304-win-x64.zip"}, - }, - "6.0.401": { - "runtimeVersion": "6.0.9", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-jAX54C4KSPzD5FNPpyJf5bl0wH8aR4jEYgfhjpQDEZThyIHkBFLubEMnZOkjMcUK5HMF1K7Fr6Nj+rOopnJ83w==", "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-b85fKebPyA2h34bS3jpjcQgCM5fSdeDc+gt57zbrhcLDQz20Z6pdj9p+MrwhIFoSZja1PVbE60xUfZ07I3DLMQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-Dhl0qZhjr+CywD/lKHStOIw+AZ40x+Ch3CmVXfqXg6lGCCJw+9dnJygXUJsw0ZKNDJ8SzaQ3dyklh2k+Cw/GBA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-bMR70nm6PV4t+fQbFLJWYsij1h1d7g/gIa1UqHCaqKNEMN62RMNSXWYSSmob32onMAjqX8vdzO4jj0xHC6w+BQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-vhesc2+e9EjlxcnOQqznixZ/6aSJrnJfEPk1hgz1LGcIFnIw+46yNygWxsAut/x0vkkVAzEkzcxc16mGOWac2A==", "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-urGxx1NTa/0krQBmuxwZPHxHNEKniRSZocJluIKudbzCRcPczef2xbPT23D13ihvzHDAg315IhBKIzvDI5B4Zw==", "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip"}, - }, - "6.0.108": { - "runtimeVersion": "6.0.8", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-lfXEf7J4gvVVSw7gvvuBM1eHXWv9GUR8fJAs4iXtOUu7bNlFxffVIz/g06FqHABvR+up1r5Rz4V4/F++uigG8A==", "url": "https://download.visualstudio.microsoft.com/download/pr/f3162067-d239-4518-9423-32559f4b6ebe/e944b933ee94602074678b2ea1374b6e/dotnet-sdk-6.0.108-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-oMm9u+Wke7EaVHsjUb030v67UsaE7yr4KEm6snShDodkVlGYB4RbUs76CnL1VV9ruqJU2BCZlyb0s7mnYbSqGA==", "url": "https://download.visualstudio.microsoft.com/download/pr/1b3376f4-75a4-4a71-a2e1-e0e205d15941/0f53d2e7b5edd2824d2008fd38353076/dotnet-sdk-6.0.108-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-+yxtp4YhTLNQT1kWf4bzKWXOliBARj1frece20RUuxUIPH6dgj+KUT/c0mfGxmuvpAp5V71p/w6kLD/vhZUWAQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/6bf62c6f-d257-499b-8c25-382fd0ada2d4/9ca40ae88fd9b912c2cddb9c8690471f/dotnet-sdk-6.0.108-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-VtKUa50QunvC2R4JX/GMPldthMoktjB1JN74Z9KyIuP3KbpvdOmGlgAYMHWZ9nkPj+NHZgOszvg6lEO49ci2Gg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a73e19f6-7902-4485-b922-198089643280/01c8e2c491866191bdcf8c32a993420b/dotnet-sdk-6.0.108-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-pvfg2c+T68+7qklz1xIX6SeF2FycvH4R/9xr2hquPByNwpMXWyF0u1w57pho3FqgqRWJeT4pTOzLxyYzyDmRIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/00a516f9-5bb3-4965-8122-8117401d0b9b/bf72eb6fe7728e5c21748c896b8263bd/dotnet-sdk-6.0.108-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-kGEftlcDbgvskw11EgIqD2DrYr87KqvbpPiZWN4d3wM84CVaHOjD4/KSjvBM0FuAeiDCmMwVg2Z+T35ea3lXIA==", "url": "https://download.visualstudio.microsoft.com/download/pr/5154eac3-9194-46bd-aa01-dfaa37785dd2/27be8f753d40952510fc243e8f2e7a1b/dotnet-sdk-6.0.108-win-x64.zip"}, - }, - "6.0.303": { - "runtimeVersion": "6.0.8", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-tu7YgIgoc6Nf3amfjMSj17coUQBCRM2aLoZWtHXE52baeM+zPg8DTnQto5IAtYOumXDChOFAHxpGRcnZ1EKSgg==", "url": "https://download.visualstudio.microsoft.com/download/pr/625d6cbb-7d21-41ab-a474-3ba603770d1d/7016fc39dc1eb5c8c7c5e2cc36440212/dotnet-sdk-6.0.303-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-9K0bzi1nfEBooyKQocvrMvJ4TCWMDlaVRxGcy4/+0EtC0WPtl5Ws77IRa8ILkc7lSTVW85na0oU2QbBANRfcqg==", "url": "https://download.visualstudio.microsoft.com/download/pr/dce68d71-9fd9-47d6-9d66-4fc9f517a41d/3e3e67f5e16f9ca2607a46abfa8750d7/dotnet-sdk-6.0.303-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-Q6fWALbhnifliNA4aRKJhG9Cx/yYjmDrTHy++UbT8SwVtML7hbMVO617+UoIo600CHHpkriLt6CZ2eiMMHoopQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cfb4203a-0c0a-4e9c-99f3-315f1e06f197/0fe3ee6df42b35c8cdc9c1cfc91bab4b/dotnet-sdk-6.0.303-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ZxrQ1+d+qGFZ/nmGFsD9qOgX4aKO5JWCWNoymty49pSuRHbZMjbWMQa4v0/StTOmIiVM8QXXQEa9h+pxw2gFNw==", "url": "https://download.visualstudio.microsoft.com/download/pr/283d6ec3-03c6-4ca9-aaea-a69417fc5ad7/30326aa813cf448e827b697940539d43/dotnet-sdk-6.0.303-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-CSe/tXym59rTnHEmnoEu4Lq8e8WEgvelSmRzQU3TWWNz8CJA+6SGebDJJBmN/GET8Sgkqf4/OlDAPG39hAI/pQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a00a145e-d618-4a4d-aa3e-49ca581c187f/dd1ad877b1f2c419b72a1a8492955443/dotnet-sdk-6.0.303-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-qg0Mmwrm0MlaAAlL/Ib21Dcj8j/aS54i2Z1u00n/mAQd1Ng/7JaFg9THsBWsCIlUnrbAiYQdYeEB2gMBnSEx0w==", "url": "https://download.visualstudio.microsoft.com/download/pr/926b3941-c355-4d9e-abb7-496ec8994b81/792d0120c6a078e060a06179a75cb5f5/dotnet-sdk-6.0.303-win-x64.zip"}, - }, - "6.0.400": { - "runtimeVersion": "6.0.8", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-ohAQ+eDgkb8KTfnfxOyYk8BWwrB7EL4JPqOSpPpciji62VNfZuVwtF3CUWW2hRmftylDS4Rbz7Nfi3nM6yLGMg==", "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-jey7oKawlQHa7eUsu1qa6eXzGt4gGRjAPvzRtMw0Xsk0+IMhcE7DvrH5DyIEk0vnJZx29m2SBMvdFZM1gmAnYw==", "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-w7AWvFWPQvuimorrzAS+ezqjsCkHVbbuL+ofSPkh2ni4bLMZE8S34ywEIbRaYXtVG6WT+Y80n65D6h+qODSEEg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-NbgDR+Mbrv29QudDT/oN8QaTZ6T43uyLQFGkRliz7VMYMvDpI1eIei9aJ8ZDMwRTfIRs3UeTqsh0us6CqJkFPg==", "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-HCagWsoh0Cic8fMGxigdiVApaqzo9qbg6pNQL5J3BcLCcrd6OrkBsm6hjaHI9uMOGCFsM+nXcgDlDIKR4FrOTA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-OC0OpdeOGGkaTleJ2xdN8e4NZAYqcZh5N3bbGwhX4wO9I9EgCN2H2VL+jVpNP9LrWHNaRtt8JrW54/tR80NcZg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip"}, - }, - "6.0.107": { - "runtimeVersion": "6.0.7", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-lGtD8No+XZTSAWPWqU/E/O9mwcGNb6AlMOdpIB2WyeISXA81Uy6ofgxbTzpJHaptS41t0j9OudoyYlygpAZeFA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dd4f49ba-39b0-4358-bd82-18cb5b1350d1/ec891910fd6f13c22448a8162fe1f017/dotnet-sdk-6.0.107-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-zQOwoEIwNxxcbMk2hyISN3GoDjj5p9rZ+DEmOzGYIROdaON/bgMhSH9f3obpaYWWWhLws6dP4F0ekX1Yd3WVDw==", "url": "https://download.visualstudio.microsoft.com/download/pr/1cf99a7b-0eb2-42b1-8902-7ba3bbc825c2/05c48fc1df50db04762a852b321779ce/dotnet-sdk-6.0.107-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-DjF8M7L4jTQTbSWnQZ5ZiahT5XKNmk03jh+o6ZPpbobNA6Rri1CRzw4N61mPaugEbsInLQozP5fbW/bSIkN6jA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f92549f1-a978-4f76-bc34-2e93061340da/438aa991076aace14073078748dc8e10/dotnet-sdk-6.0.107-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-n+Q1nrjJfAGY8ETQ1ZY9TjNO13VMvjmFkzp57skX5iyBzMRM2fdt83MrOBj+vNklvNCl94v+ynZm5sUvOoId+Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/10473f47-bf6b-49cb-89dd-41de18dd3494/971bb4305c97951e4efd5a063b61e4bf/dotnet-sdk-6.0.107-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-CtZdQHokzqiSGSho58TFQW50diZhbUKzsrdvZxf5sqTvUmXjmVVfw1DHMR4jKYhRUkOstqKC9M7m7M3rU91KxQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/e980a5d7-6801-4c4e-90ae-30ba97311b68/467ff9470f07525bc0e00c5219f2bd86/dotnet-sdk-6.0.107-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-hgfhIsSCezwPF4zGyr84vF7+fctSxTW0nl3QBmUHac66CelPMWZPHVhSPmE3CbdDfHFnv2W3Hd0fPgAvYQBTXw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5dad33d8-a389-4d80-8099-b6fe46416191/4b656bf694e80c8ee9f43ce6857ee806/dotnet-sdk-6.0.107-win-x64.zip"}, - }, - "6.0.302": { - "runtimeVersion": "6.0.7", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-JumKY2ZdcHsadynxeUB3MW+ZJ+3YjRLYLQNX/llwlrDYm2SghfzfDPSYB6RDu/67SOEOqRzqiQhGz0MI5nxOpQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-rB0SSALKA1qgCAYxJGCzca+OOlXYU4Pd2Ltm9CfE+rrnW4viPEWIg0ThOyg6T5x98ihEfAbXlqV/+luyGZLmpA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-WcrqiXpWt4UkXc06YIIkeuuHnDns+rFttg6dw9tEfKTj6+aOmSwFUa+IbNgfbwCIyxQz8b5t+GWvo1f5DzfM9g==", "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ADoGvna/Yii0wDPzR3MDnVfr1IXPRxqBF/VRbyQ6R6JNG0hauTB77MGXMQe7HVtsMCi7y7IXy7QvW+5MbAHEWA==", "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-F1p2MH4firoK0ZbBfBoAmcJl0LO8/SQQ7ksTr8JxOb9+VjqXs4jB8CqogDibb0XzfUco1rME6rJ85q4Zw4ojhw==", "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-RdR2wsKGpVkwgAwqCglTdOC9pt+QcWPIL3Pqed6+myn4LaCna9s9QV0olzoAnYT0XtuiK8kXd5hdJOiCFvMzKw==", "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip"}, - }, - "6.0.106": { - "runtimeVersion": "6.0.6", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-hvq+4XjRbc+bX/PS94bHK+a+pYOLacngLTo1ZwN5k3gJSofzrkzD7WVk8sdioYN8TY+Roii6lM9YVG1bpzY/jw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3a8c5d20-21ac-40cf-b3c5-2efd29a88870/b6f62cff4a13924832a81574e5ef5a80/dotnet-sdk-6.0.106-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-uvZqxR/u9hwWVXzIfVTV40fxdZIgmKpF/R4D28Jmm5f2AsTeN4iE2V2iWWjfRwCHGoJITYiCtc0PmisEnBUhLg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e36f738c-f269-47e4-9637-7e8fe96f9e6f/c9d3bd280fdf9bfff2993c1ba0f9f8e3/dotnet-sdk-6.0.106-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-Ua56Ar/4BkmeXBpanvY3jmj8bDvMPWj92D+ZLLd9ChRotMUypL4c88aWahhnSDYfp095bdWcmJlBOXf+qEsWXw==", "url": "https://download.visualstudio.microsoft.com/download/pr/150e763d-fea2-4c15-97fc-862df9defe05/0bdf52cbdd9b9e2999584f9ff1ace651/dotnet-sdk-6.0.106-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-4X0r17aGypJN3zCiVCk2ml7Dlv/jpjvy0gcAeKAarf2fQYSh1mu8oB6W3FSnDPv3v+UG+JQdBbq5no+Cd+6ztA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f9483b11-a82a-499e-b3c5-e7954f93c262/6891b38e6c532f23d896e908c93df29f/dotnet-sdk-6.0.106-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-ZdGFQCf2HVs16M/tZL+CYAddnwnINP0TS7hzbvVsTr1Pwdx/H4/zh9u+IuZA1uUsKIGHsaNszv8Ap7g9pK85DA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9822aa7b-9109-47ad-9743-ed5968b1b952/88085bd4db8b7862d9c22499778462db/dotnet-sdk-6.0.106-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-p/R8Iz0ytM0MRGSR9a/KqZt+acgsZeO70X43IkTl9u1usEhPbD9Q/qhoD77h3PxQSvo7ejMC2PKlXqULQhl92Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/74564d07-5697-4d79-91b4-d101f0f139a5/2bb92fa45663d6fbcc3230e8474537aa/dotnet-sdk-6.0.106-win-x64.zip"}, - }, - "6.0.301": { - "runtimeVersion": "6.0.6", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-l43QT3isPWtZTEfxSCu6Cr6T8LNzecHEaiubM731GIV2sFUlBUYpXeObsiy6k+qbMcMbsCajGa0bP8UH20RIHw==", "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-L0NOpIYO5jfpzxmZGoDh/rsRBVMd2WtPvHKNU4ygqyAqC9/xKP0Tsmn6w7o7ydX5xJA5puDX0ydR6KK7bXkERg==", "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-iZVYvoVnaa1szEYG86n5ljJ6c5WnKssYpfsImeDExLqMkLlPFncUORk/h6l04eiE3VWp/GZJ/pKevkfvGctO/A==", "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-AnMoo1O2X60GGNHlq+uXPJ8FeH2UMmMb+atfr+Y26i9JT3DAcE6BoWZP56NRkXS9Jp28eVtlGxTpqGyD+OOt7A==", "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-njJxf1v9iQ5QoBtzHTsZW9Zs/ab7J8YmetOPzeQ7/BEiMa44726xL1KT+snaS9m9teKZFGyDBbuoQ/FKv7fpCw==", "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-zEXpGgSFChdfHGvKsQTxIwBn8+rWHU+03a0ZxkHP/8/gGcs4+q1LHxY2e29nZB/SkTGEwJqLuDq8UZWQA7SKaw==", "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip"}, - }, - "6.0.105": { - "runtimeVersion": "6.0.5", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-6ZW/PadLK5sMsXM5vlzTQpni1Ucc1y6SORnprCK63eNp0jNX8Jw9vBIcENo2b2ZQ7ochrew6EZEe9f7SI7mszQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/54abc3c4-4ed6-4d0e-804f-71372f91051e/6dc0cc5cbf2052e6ace42248473464f3/dotnet-sdk-6.0.105-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-paRZlOMLOQqREQmJ1yX9XD5jnQp5GD3ND0mkmQkDYZW2lLQTqFuTWt+ysiu4/31qa2KU/XpjMUPNkHIYsyha0g==", "url": "https://download.visualstudio.microsoft.com/download/pr/fd2b1c90-9a13-4405-93bc-9d6ae5f6012a/a58e300d566a0ef0e344280bb2e88567/dotnet-sdk-6.0.105-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-6W/UA0otwlvS3czCmi19hpZwjSqYBuKHlXVH4WlL5I0eti0B6v2gi1p/Xy0Akt28y5IRzWKqPxkVxRF8oSuzmA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3c57f654-97c7-4794-ae03-429dba2af9b0/3c667781be261d423a2c117a8ef6b554/dotnet-sdk-6.0.105-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-tW6zKQc45/YRnUaRby8bmIj520wcTcAqWsJlrrdTPoLuwHLxAIVpRfseEhGlK/N8LUjvzn7AT5auHUwc5rucWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9efad6e5-6e00-4e6a-a926-91556698d3c8/3b7697f41a7f5948124fc56f72880746/dotnet-sdk-6.0.105-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-d82xX7ju8e3a43XWkeoqPnn3mIYcC1Bn/QAipq0HfhVNp4jccVGBhEBnZZaMhAnFAqUAm8+HUecjSmbovZCQvQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9cff1d6e-a301-4dd6-bd87-4d994331acc5/9f133776f229adff5ae722b49395c872/dotnet-sdk-6.0.105-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-hAdRW9f7mzpfmjq9M+LSgrkNSakEooQ073yQpL6PjEWqh7mNSyYVA8cSG6KZ7rUAAypp1S+pYfs5MZtmEVa6MQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/1e0606eb-37e9-410f-8ddb-3af9a1101211/1ce3154cd2085a5414ee46822530b3db/dotnet-sdk-6.0.105-win-x64.zip"}, - }, - "6.0.203": { - "runtimeVersion": "6.0.5", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-VSRIsTzHf8HmGJ9JVOqxboqHgiGJ8+SI5rxzrAmaj75vNLZn2r7mN1IuNe2tMGYboyzdS5TVe7XOqUQeL0q/GQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c7d9ebd1-16cd-44d5-b406-177ad676c630/1a46912f74a71117bee6077ad3b832df/dotnet-sdk-6.0.203-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-CLl/NKdMlgXrL+9BS534ngv/XAVkZyoadlP+N/zk4QwnKqDdwRIdmBvKBKPpjNI0bGeaGLYFLyr7CNdn9JYm+A==", "url": "https://download.visualstudio.microsoft.com/download/pr/e075dadf-22a9-482b-9387-bf8341a4f837/ab20e3e34c2c8be290d9938590f208ed/dotnet-sdk-6.0.203-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-+3hB949ljIY/iOgu2paURUrSyN3QHYH670apTNyT1StqNdIuSa4o420gXTqRWpJLbbt9FnZuJRgL5Zdjnw6tKA==", "url": "https://download.visualstudio.microsoft.com/download/pr/5bb286c5-8c12-4eb0-91b3-0d673675f569/f925842decf6c320e0db41397e7636e7/dotnet-sdk-6.0.203-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ZWy1KG7fTCGFf/KDHYZQVWVp9eZi1Bqe4J1mizXLTrlnLgxn9slTcXfSCn/wVz0ZcLbWyAvBHOeaTezAw8VUMw==", "url": "https://download.visualstudio.microsoft.com/download/pr/82aef4a2-e57f-4795-af33-e21840bc0413/2df621abe3e88ce9a0fa0b1a69943b01/dotnet-sdk-6.0.203-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-qE2kF4u8SsNsn0Szp7xUVnurCSt2eke1wPOhoOZshPPVdPQt5nuF1SyKCEgyWZycObl0mr8w0Vxamts06WADtw==", "url": "https://download.visualstudio.microsoft.com/download/pr/eef29a59-02fe-471c-8071-f9f8ea564093/f215dab02beb59eb1706d990dcb0c0a2/dotnet-sdk-6.0.203-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-cbWy2Z6+H+AluzQeRjsfbEWdFyXhLp26FDJ+lYhJ+i+ODdMQ93pwXQkm5WD3ffQEdrn59QAqY73kPwe8CCsXFQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c92e73c1-ea97-4649-9a95-7068bebdc983/216180cb4d47f959eea969bf15cd9d66/dotnet-sdk-6.0.203-win-x64.zip"}, - }, - "6.0.300": { - "runtimeVersion": "6.0.5", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-Z+sIjMrRl6OfEEr2Dz5tEuqbF1YOBZwPfI6VYAXZGdAL8PPkh7BigL5jrVeqiJXxbryMkhB8UBnJz0e9Yg6pJQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Utcg6Qz7iJqS1gXWTm0OkLliCeG9fqsA2rHVZwF9elpP9K28Va/0z/zqSxv5K7jTUYWdANjrZQWe7F5EmIbJOA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-F0zsv9/NEYfKceW3QerazA4QPOp1Ji990V/atoRSJs7I3vdc9MvsPcB70IXQA6xFZnARWy8qSoj5Ar6KXDuzrg==", "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-NhGGc84aSc8xZYRE8ptn38M4t460aEekPzjeCuaM8uTXIDmxgTqJct4xzYz+oTqYYdB1OE5nuG+Y/2q7kPS9Lg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-VfWPma+93iR1BLcAWUOJ/lqVyVssDLSox7pF9sV7dP6AGAOpGMcE4ehDKdl+lcu1O5+RTmL1evRDwtv0QLlA8w==", "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-V52Iamd4VArDYJi1ETIvuZ6dW9wH3UzBy4QNoEKGQiAZwJGxM9MGq9Tf+frhFUq/bplmJYlduFPJFA5tnbpWCg==", "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip"}, - }, - "6.0.104": { - "runtimeVersion": "6.0.4", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-kfoRFKZWFzqYiq/WXGV8lJjDTvkUXqxgtv6syKCPaFON7+s4r0cuJib/0GaetiFA/bFAh3HbDitjUBuvKmRvKQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/e61cf583-1e44-4ac5-a04f-5b59fda42ea7/df3853bb318af131f7eafa61f2b839b8/dotnet-sdk-6.0.104-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Em8i9Izbv1n/IawabNNUtNq1AM7zcsQqfkqVRsdVq20WcKCWvjxm9f6AtuKlwxsWkBosPMvpKLUB4lu4YznsbA==", "url": "https://download.visualstudio.microsoft.com/download/pr/ecbf40a3-ec68-4d08-9240-17b8530731bf/56aed66e46a72269c29bc3cc0f94ffc8/dotnet-sdk-6.0.104-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-e6CjkzYEVhfQSnvvz2fpr4lETYGe8h/3/hH32gOlTlJFjR1nVvETw+pSQHQX2PTZtTPiLP1s7A5l4lDooahXVw==", "url": "https://download.visualstudio.microsoft.com/download/pr/dfa285bb-c9a5-4851-aa45-903c9bb2af30/7da78a91020a575f4c890a76e263be80/dotnet-sdk-6.0.104-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-bTBBukw+480biHWsQZ7rayw0J434qVofFiH3JWtHczo+7dCTWKLzshnmmufwjLLfIXgDZHajCDiW/eKAMo32rw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9a853d27-35f0-4ba1-a2bb-7ecbce80c673/455659ed821e111f9661e29add209dc8/dotnet-sdk-6.0.104-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-y7+2PSvpqzFV7vAOVag9DpWID+RLwbEJ6WhNdrGPLGWbqVFnaYnXTQpn23w8PoyY7Gq+zWeGzo8331aJVPVwWQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/2ea5569d-7f69-47ff-a78a-0d939bed3ecd/a6bb2f7efd54b0b6f1534add3b9efe8f/dotnet-sdk-6.0.104-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ybmmwe7C0uZj3yHcK2UAWMta+IJQTBD2P2xL1SAA75XH/eTo9ofB4EsMCc51nneKALg6N/dRCC2+b8WQZ9Z/EA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a8cf0f37-af29-443a-bcc5-a6b37a0fe815/0589392693239eed5401b6f1f42de62d/dotnet-sdk-6.0.104-win-x64.zip"}, - }, - "6.0.202": { - "runtimeVersion": "6.0.4", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-LQAhu0zSIf+6aIjb1jAORZ9F9PnTz3Mj87l+4PCT72ePWjbRyYIpb04Vu8vXJ1ztcsPpsvx1QDm6Zj0GEv/YZg==", "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-genDaNRF2ekuOvRx1S3CqgXj7Ldc6VwTou0dEXhS2uQ9I9kTu+kuq3MK7384oUSIoaxlw7eURAJqYpZHMixXmA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-i/n/P4msDy0EsJ0/Xfcu/qyAB7njOYDJyA63NdBQJ1pVlLEdkC0DBKyZZxEZcbzWkL463zTUrL720kfo8gcfYA==", "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-/33yDOkFTtUNUh66iOBjQi76TUjLMRfPczzG7OokASwqw09t8Q2I9k/nqVK7lkVaPC64d/HVDAt7yu3xH5jOgg==", "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-sIxtVgCJvvFiyAsQ+4o8JiArkYoav7XFca6l143PjpLyUuKK2EHWjYAe0XlgWUW/mxXTmPKiOZf8lljv4AllHg==", "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-/DKZly5Qom7H0khbJa+selw0UHbu81/x6N4C+sAZFfTjPerzyUuS1KtqRGMmM5/RIbb0X3luiZ2YDA7if04v/A==", "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip"}, - }, - "6.0.103": { - "runtimeVersion": "6.0.3", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-6e/buzagZLLN3K3HuMOpLavA2lyUkaajlYByBznZp1F/7o6eogc9Lb/JFoXwk6lQvLgHE7p3QT2gfBfN27v+VQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/84b9132d-f18e-4f54-bd34-ed4ffcbfa1f7/8a4cc6ca1d60a58963a1866a2b1857fe/dotnet-sdk-6.0.103-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-NZhVwhxgIxXCVGUbl1YlZw296Rzwm34Frpp1QtUJ0NmIW9PAfxND6aEXr+KHLxjKij1ZDesabN80fpenLEZLUQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5e689959-c361-447f-af43-7c9da2595cc6/7cbba6786fe0c132d3c5a6053c85f80b/dotnet-sdk-6.0.103-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-oUVH81OKxfhZsTi40GdPuh6nntEvXa+efMHutBUZYQpf/TU/2Mpf0yhO1llL7LKQm/RhZjPqMVNUpm4VNF4qfg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8cfce8b1-fdaa-494e-bf49-085554ca3143/2281a8c0fd0962a6459c3bf1495e8b07/dotnet-sdk-6.0.103-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-W7/AzThMl41Cet1QWO2+0rx8U/7BVBbyKKoJtmu6ChWAuZK4NQSQA233X5CY7WjyiRBxOvjN+grVhXJHHKpM2A==", "url": "https://download.visualstudio.microsoft.com/download/pr/9aab0a86-666a-4656-9187-193bad4faf1f/2c7373d856efe68b19d3c52f8e253885/dotnet-sdk-6.0.103-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-FbwqvJPfEa2uHqRvJfKtqJHNS+oMW3xGjiiy3D9HzAuMrNE+qOXZ/b7+zAdcQU62bMePCMfTH8VJoeN+U7h2zg==", "url": "https://download.visualstudio.microsoft.com/download/pr/3b6e0218-6881-4c2e-9d43-5f9a13d693b9/05973c2d1078d97b47b61800028e2bbd/dotnet-sdk-6.0.103-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Vasn4isE8374bY4jmIXkj7AUijYsAotJaUEJOPpGmhZuP7qfgjJZQqsLIcTLwrWk3SdWdCyOxSV/RJhQzPYjFw==", "url": "https://download.visualstudio.microsoft.com/download/pr/958dd14d-0590-43a5-afe5-407c8fb0fc6e/234a227772fd91404db0fa4c055d14c8/dotnet-sdk-6.0.103-win-x64.zip"}, - }, - "6.0.201": { - "runtimeVersion": "6.0.3", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-LqRDwnq3yp1Wbk3w6EIGNkI5T9Iv4qhiA3EXHIIHrmpKcsjFT8avW2sFO+Jc+cCadFBPCLlj5b2EVEYZrtmvwg==", "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-pNlrbKKrt9ccwsZCgvm9B87cUsA9jWZoNGrgzTOppnDXGFqwA3yPDs1sISFBA47Z6psZoYjR3yquELJoPOgYzg==", "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-B5aoEzl4j7wWCIVUiYOInc/9JqXArJNbSXspCumZIDhvOSnOv775uyL2RKIHujKc+LkP/nu7SdHZnQ2KBc5QyQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-HfJ8paHbGocSrNlQg6oA7HsmZhh3DhZNZGDQz3gbNkOnNl7zUjIUDIO1iPeqTi1+X1ttYn8YUbLQ7Blxcvn7TQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-X8YuJMgE4xXururxvF0qKDv7Tz4SJAVmHdEALzsCt7o7jL2w414+rMX9vpAaVGoHlypVtXAN/6B/2jPp8/0FGw==", "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-i34WICzWf4ourCUbM/y5CZvIETxddqDv+Zx0p2jdLNpdt8cKoyJOlzHZS11/LEYlf2S2pKYTZ5JmvxanM/eeAQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip"}, - }, - "6.0.102": { - "runtimeVersion": "6.0.2", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-eQy/Miyo/tMur1dPGdC9wFZWxaiKZapNuoJpz84UQ8183uzdOkDjU8No8FVJC3BZLKfxX5gaZsWzqVF9Cwnkyw==", "url": "https://download.visualstudio.microsoft.com/download/pr/93dd8d1e-f2af-45b1-8e86-9b8c3d58f4d2/b3fc3ef9da1db691043387fcb56f4d6f/dotnet-sdk-6.0.102-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-7deeutMycDLqCqqFBMFOMnAFC7RZsJggJnZ3a0GjodKCqu/R5eiqCe9/fPfEYBxHg6VxEv9uPUJ1B+juwr+3SA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-hbcgjLGfyRp1pKRHBl0JBp/wB5dO01Q4SDRXELVdKeND4/crzK6CHaWxjCt8XnkBvtJqOVAfa6oPoeVFSQRWJw==", "url": "https://download.visualstudio.microsoft.com/download/pr/4ff10ff8-5986-4b45-a9e8-a32942f03d61/d9a5301523ad1134b7c175be1fca42b5/dotnet-sdk-6.0.102-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-IwbmLFju5uVo/RmTzlWbaLDzW+iL9olqP2DB5Tplwt0y1uEHaBGV/Sd1jEbKrOOiaU6dTDuK4OtDqJam9Is6+A==", "url": "https://download.visualstudio.microsoft.com/download/pr/17115de2-6099-4c24-9a66-d89d25f52968/9f55035d1a43a5d133c6a0bd35230d69/dotnet-sdk-6.0.102-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-YUlLRSydCbqNtYTTIWZ3fnXN56IJGuhi2FTKxBf4SxZBksiO+K6ygxVBGw5k46BmGooQ5mUtLfI452xmQgzgFQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0217e9f0-f218-41ac-995c-300aaf05db26/9b9e2fa1f4bc4270c00aa1882c4b9605/dotnet-sdk-6.0.102-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-323xLv7iMYSKmTw9liELQBNOkA5s3F9sLBnlXN61LBEw+KIXeQ8Bap2TcdGZ51GI2m9NXJ5hPXRkP7eliZwZSA==", "url": "https://download.visualstudio.microsoft.com/download/pr/302ca2e5-96d3-4792-a213-ab71d50577b0/9a9c160c69a3fdca8473e43c2510dbef/dotnet-sdk-6.0.102-win-x64.zip"}, - }, - "6.0.200": { - "runtimeVersion": "6.0.2", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-TiuPZfTNnR5UIzs3fn7+9SAu7j+l5FkhMf8D7KsDK/zNyR9OjIBgZPt2nEj5RmNL8eQgr+zX/NLZgdQO7sWogQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-M08+pL/rc2vtYcWJZ5agnWQLCudGBcUU7cWGnDlb77fPx5W1jJIvFFYOfUHInAc8Yu0B7vxtnxOqkW40eJScJA==", "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-Kf94b5zMzGanv2kZqlUqC8u5yUXwuZd4r12irsxM9xKpJ/wou2x9olfV6pGoLPmS8w8AM4MvG+Zuu1qFR4Nhpg==", "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-TcNBTA0BfT+bwcPN5dvwNBpsXBUPiADvVoYHAHlaQK+jdTEsTjBXVG+3Zk6NCs13MSNpjVK3kPX7gjJbrD8a/A==", "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-rkZ+RN5G+UvXsKoQFNkfA6oyx5+67SrUdXM0iun93258m8ldB8PuNa/tau7keMRBSfqhIZH0K5MX/H81CpDlTw==", "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-RC6pu2lgBalkaqAuELCwmAnFtwrNkbCP1ImqiRX4sqkl1zhDp0KsuPEGg2PT25YTcBfKR4pqaeoosvF6QR61/g==", "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip"}, - }, - "6.0.101": { - "runtimeVersion": "6.0.1", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-BM2JJ59BKuaxEXDRckxqxCu11ProNSAgofKFEQht1tavIQbdSOvjs50xKiHuiSURXeUZeWh6kWGBmjop4nCpVA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-yiE0VAC8rOra1jJzRfU2ToWAWc/LwXWfBdffdwH+wm8erSl7aSivoB5G22+E5QdwxnMUahC5/3Hkx/e8dvv3CQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-r3b3eOUZXDiktrcvmZ3JNIac1/ALu3ZUMTAA+72QyKwTs2IFj8ReCFATGeJdUIGkbQjZI+xTSW2JFETPUWQM9Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-Nv3o8MwzmgETS4cVirki3ie7MAVEbXZMPv0mzLZ/jFrMFhAqTs74WkAvRr9N/JvcKAY4BrsrSk+vDe8TJ3qSaA==", "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-iBpgEE08VG2TiyHNmqhSV8j1Lg3HZHtUf4XRbLRzv4vDulI+lRO6asdipFhTaSvWkklwCdTl3dNugqOAsZQOnQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-clncNJhh1oh48Zuh9Pcu5HQDrdouiBSILFCWpEv9QuR1/CuesW2Bm7xhwWbhO5tbl8/BajYZD6qI7rbrYWk/Eg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip"}, - }, - "6.0.100": { - "runtimeVersion": "6.0.0", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-5Zg8HFmdbcfDx0lrlpjkfGgkfwSl0NHjFilp0HFHEpe84cL9Oh+fuIZFAGwyeuefiA3L3Y7vyRZv1xczHycW5w==", "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-yw0XSnnWKUwwImG2RdumpHnaj3z2wf4VrmmYvAnF4LrsgQgi+eAQToSw79Uf3AMzMGyyoKb8269RWorYzxryWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-kurTTH4ILb7SeG2wRDhd38aGc+CWo+32S8C/cMduocXLgWzemaqy2MUopEyGWTuBKHfQdUht0K5WXw4B6eqlYg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-bi9QKoT3EtYNrtMcQHbFtV7pigMlmt9L3AFlmvysK+cFDlpATc2jX9xZi/XNdmdywIq8SD7ZT2mFyVAQV7AYag==", "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-p4XKtq51GH/M3YJ25MlhzHz4/wP9Sf3DbSUVYJCaU7T0dn+Uyh8AemcuEPAFP4fTP90QdmH3GPTpacdAlwupdA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-0vovDStFUKw0CLkkqzVq3TeK8dD2OWI/B0Ljf1ez8rUl2B9dXAKTA7bZX+1RawSntsOpjyf3cPyLTnZBTPQWYA==", "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip"}, - }, - "6.0.100-rc.2.21505.57": { - "runtimeVersion": "6.0.0-rc.2.21480.5", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-FKqW9H9/NSAHXkF1PHBb2/f4T9fP98wq3RCVoT4+PETqry2CJVGQLwWmrQyazX90JBkLfAnDlwBMYy7dyKzVrA==", "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Co+FonV/Ycp/m4xUavRVTCqsnNsG9tYoeaYN5vKj036nE29IiWychYKKLVXfNU57m1tNwiiWySfwxjcKWt4bnA==", "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-yWyKhuNsoWoOEPY1JQRy1cjtopDcUF7Y60vWpouOauaydwI29b2hVzvDEkIpUxs+191x9gqCHjmqqmaXqC/fig==", "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-aolvLR6OLQC1JkHosa7oiIiisw4PGOSZser0rn29qiTqWvDb1KahzucVc45ukc7NvALCx9PUxx1MmvPgTxtPyQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-t8f5D67cTOiLUqYishwIFdQJLnXMndDdQjQA091QXCLBEjz3gPG431tjSm4JUc1dcae1AyO0P2DYF9VR1AriXQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-By9YG2eahcVGw+4ZgzL2OlhnkzuEXc9a0ZOLOr7xaco06IdV9EKCwWXMXjq6Y7t1gwplVzl7l+8z44xHjgFqJQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip"}, - }, - "6.0.100-rc.1.21463.6": { - "runtimeVersion": "6.0.0-rc.1.21451.13", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-0eu1PNNmF6PgLbt1moQtL2K6cLcbUowx58dtUTe2VYZcVwyK1QoPIGJk24Nq/oPj+0IDe/gBJ9F5zsuPez8o5w==", "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-odHeeVDQpyIavEqnMiGl5/UJOnqiFC/7iWkcPB/2BchFdP+Tdfg9PxaEi5AkW8lB9ms9SyLOakyYRfIb0euGjg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-ZG/KoQXbdd8qyd/mxBAY3ArTF/+PTLQZh4Q1x5OJsVVJz0cMXWSeC8ReO0I1OZGlmKI+DDtBvqs+yS69tq+01g==", "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-0S7E3kd8+NBntUeZ0XlpLCOX58aIR+rsfXlBypRoaAiee1dpOacQisMjwAVhdrEsMt7lMvI2HrorHEPI5QolJQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-+tqQn2VfxBLwgJX5d/82QO5Up5nOAus0h3tTJeFDftD7HyF3MEVr480jpmIFerCG4VviaXAjlsm7+D/gJpabBQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ltgH55uqfWnZJIc26ppj3cxTKBpjdltH3P2d7SQDjMRFg0ZH7zdf+tF+qDrub5XSNBCYJfiFNTzMpz9mhKWs0A==", "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip"}, - }, - "6.0.100-preview.7.21379.14": { - "runtimeVersion": "6.0.0-preview.7.21377.19", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-fuX7tOcAvMioQOyVCnZMbsTLuOIzlNdaO0tUfhF48K4WsO3CYrD77Fu53ePocCJZKLFHtEDxwn/62mDAO5A93g==", "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-yHVzJUB7XrHjhw8NuH7q9E35eDE8Cyp/Rl7H0KVkcxfLpZcmTsgVd+oLO9l70z14IjQ5Lo5ZLgcxJnkqBAbfew==", "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-qqzJHu+rvOy5qjdZDNz/SMDVaCM8TNhRI3vqpNoViGjVIKJOFJTUeVmsyp8hDy4Bw8KgXDVgzj4eBzTRuoNX4A==", "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-RZEMTIXnpomy2YpLXD2QHakgJ0v17F6NUrvDXkagNFzfS2nLNv7N7qKEU3iJmNFJCc25MkeSKDsdjjLFxkqEJA==", "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-jclzILj+ndJGu6c6PMciNTz0IDRiHuPwEIprjQV9H3unCtcN4ASh9Jd5z2GCEDlUeOfn8xA7Iky6dR8NiXnIPA==", "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-DxZO9SSJUXYv4GPxGNgXLAgM8Xl+OL6Fj2JjeDP7H7DxniVoDDLunol36do2RJ6rfmutNiRXIPNSqRhUhoxRqg==", "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip"}, - }, - "6.0.100-preview.6.21355.2": { - "runtimeVersion": "6.0.0-preview.6.21352.12", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "10.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-RCAqJbYhcu2sNnuHtKFSGkwAne+6jRgY/a10NtWMq1SJTc1NNBtJ80rIOELOdqCAdXv3UU2boDzSYVIxD95hww==", "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-tNkoKkP8JE9ldupwsDrxcntZEEgfPVxRwFNcff/7yUN0IEG9gXT91+3md/nJnskX3TwRlxC0ohaYYu6s7gJqwg==", "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-cCeBqtd5P8dKBHZUId19A3Yw+K1Jjg/7gsPkjojteZSYdVVy40xua/gGW8r46ypBcFasMAzhtLDxFMBJs5YYOg==", "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-uedOSKZMT5Ej/p/2QAeXOU2ASK/4oNq9pT/vkbAN7EEDDSxB1C3Br5cvfz1G7cxEWFpDv1fDZzKnKA90HmctzQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-6lc0mfZeFGu7fPLv5mMFMFPYzHv3/bEv9CV4Jlk6DwukzHA+inlJKmu/X7NTzsyTHt89HvTnIQjsogx90KSq7w==", "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-4Sb+pi83GcwsDO+YWOLa2FsxAp4XZvLfCRxhE5btW48C44dIJ6TzDj1e8LezoxjYv5pyjHTBRCXEK+/KXIWybQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip"}, - }, - "6.0.100-preview.5.21302.13": { - "runtimeVersion": "6.0.0-preview.5.21301.5", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "9.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-qbj4sIGHsFy0diDqkOBS7aEOmgoR5YoLIy31iCwthW9nC8wXwa160f+uN+uY390Q2n9DNK6LetMa2Aipxwwdzg==", "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-AA6jiEdFP2Nvga3z0Qg9gRsOTCBYXjc13VmaQAn0KJeT1OHo511fhrc72fdeeM4qaJAGhvQjDqftmkm9tORqgw==", "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-j0gfFpRxkaSrMFo+58YMuoahfEw2IgJiMMK+UPQRAvO6EzPiGji2F9Mxs5B/znumVRih2RvyioZXNmLngBfkzA==", "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-yWfg0n3sjPsqoiF9et14bnVtx/89W9NulHncgV4NXxFd6VPnx06GBpFrVp+iYV831sH8Q9qwu1BZ4pqwZYGfow==", "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-gur8JUri4hrOgohsL4MTl8i2gMKNJYNK0OwElKWIHTwO1k9IknVq57FQmnlASMj0kHQxzc4lGvrx47msIBj3qQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-92xIzGuaYUt1ujI/1Im5dQu38rqv5jvt1fB5j+uQvJKOjU9h9FArUXAvGhsM6IJICexyBZ99vJM/8bJ6q4wvpA==", "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip"}, - }, - "6.0.100-preview.4.21255.9": { - "runtimeVersion": "6.0.0-preview.4.21253.7", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "9.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-QNuxz0j38nupXja1Y4zlUpzbqLv7A7KthOA5JAZ/F+zB3hITKma7B/a0MtJHv7gOhs2n94MtNFZbiArMZZQDIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-m0VU+cIj/3AINhjafBKnBobTn3tBNYPGp0Sb+7Xoce8oGz9pLu/KU4ZOpXIXaFv01/gDgwFbJGJmagomN24Plw==", "url": "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-qMPYiQvzkVtKbVQPsD5kshpeGHYIZdMBdmduD2QN2kOMrCk3s4lUrwdVRYfvEcPBoTNzqKABfDsiW8Cy9Flkqg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-yHBgpujJIYJpCH+Sso45mtR47w3uS9zAbRzddGnX8hSIoTqsi2tjry/RD/83wpxsUjX6TR/4eS91kUFsDa/BbQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-Zbra43daBSkfJntmix9izd7+RaaeQ1wV2vqaJKUOfFuh6D0ap3JGCK28FaEJkzHlpr+qwB2naaqkdeB7GlBdVQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-rf4Ggfhuz9WG7ttUw5wfGvAhU+ZJeHZAvZdETk8XfH4I4oBEjziTfkih7q3iBj7A0sPustHQk8zUW04gPtM61g==", "url": "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip"}, - }, - "6.0.100-preview.3.21202.5": { - "runtimeVersion": "6.0.0-preview.3.21201.4", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "9.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-7mWONfeRfFaB0fca0/gvTyl11mqbdH7FtdWGKbdcIvtvMVMrVCOtdbLpLvMzF5lItS3VUH6t2fNDHlY42YJo2Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-93YXfByitnLPBfnsMvIO81oDndjTG+qhOdHkfXHMpMzw8qYbvwBqeB5pOXfukcyeCOEhNP+0x6A6jlbBY7hmHQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-Qn1xuV9ni0sfW8wZ1cwdphgP4nZYJwnqVeYmApJOiDSTz+SP7MlRCRwe2n3bysIU/N5tw7IL+DlCziDwkYLowg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ZfolSD2fLU04nV5w9lRMv2Ne4YpzsA9gq2vV/eulIGuZ7ZuxiCr03zmH+N4v+hRh17nWjtSMn8H5+C99GII0pg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-wOuDJ6gUcjITAxQkj1wYHAACKDKvSRwvslGP6MmYsjZR9H/NVPxTEaXAT13GMc65+HSo3SAl0Nr8Q9fHt8kSwg==", "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-OPxtdu8NIzH8wyMZvhft9Ih0Q611BBMQQaEgJjQPdBgie4WqWX1+y2xKV8/ZKABMZRFFXO3G3O5CKEeT9mFGzw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip"}, - }, - "6.0.100-preview.2.21155.3": { - "runtimeVersion": "6.0.0-preview.2.21154.6", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "9.0", - "fsharpDefaultVersion": "5.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-kXlrbWEbOowehdjy/Qf4iJ0V9LyrcwfNHKJMUcwfNS47t38OYhnd+SshADD+7/4Y69Grl7QlYgLih+fnpSNt8A==", "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-kNm2Bw93Mtz3X1oJpPEPmyPINaO7FE4MPx+kUcrdPUnJeBlzsYD3Ck0nmDWKfADzwLmzvzUyb+TJTkcOhKyMNQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-fjjEpdWGRYqtW4E3isEkU2jZWkAwR4eL7EkQPZa6OyS1H5kfTQG3s2Igx3y+BB2ncIdj9wEVU+s5SGJJMqcZ9A==", "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-+GR2mArtipUg3/8i9U+YABld9hHN3QgoPk1kdXIOsUI9bjQ1bhwhvjCILwQ0jKZFtpkqVied+P/4RXUReKxtug==", "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-r1TiW01Mfy6E7TXHwltOoarJrw9ZBg9N0pq14beovrswgDddJ7EZdQs1bnTEaS5UEDaBmpy0ycTPHLfUnyQF4Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-pW3r26g+dHfAaa/0O/H8f1UraIee1qNuTzkD3RIatwp2KswhILfNldXUW492Kucd+i/Ys7YWVnOsLnJRaCofaw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip"}, - }, - "6.0.100-preview.1.21103.13": { - "runtimeVersion": "6.0.0-preview.1.21102.12", - "runtimeTfm": "net6.0", - "csharpDefaultVersion": "9.0", - "fsharpDefaultVersion": "5.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-/nnBVUvqMAOTkObJ7+AGIzOP3rH0cdjHS0HUPTgjDTg+IVhZkF9MBXv9G6An9/FXxNXSFflh02Y67WDcvocK3Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-hvWRxwxzcyAwIQ6OfOObe05KaACYhi40CkqHJryz+YHwdIuuwPzoxcSoYVZwpyq5K/rY0NwKMFQBu8WGQRaZag==", "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-9MkwyGc5n7z/5cNFxU4FlccSQZuRDfcmOzX8RxEwe9XMOnh41uBsr0kE2RXzcbSrU9jHY9AtG7u+5Yb7FsE3yg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-9MkwyGc5n7z/5cNFxU4FlccSQZuRDfcmOzX8RxEwe9XMOnh41uBsr0kE2RXzcbSrU9jHY9AtG7u+5Yb7FsE3yg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-ZrbT5NfDzPy5nsAfe5dgHYog5cneJkCzJwmcXN5ObmN/TM09SslBN2hHGaBWvQXtlG7GKL1FcojKfVnqJLvDdg==", "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-SfTJOFqr8vFqJ0RFnDQo1J8fy/RQlanwPYZqddKLRg8aRPvfXkVwm7DnnZv0QiQ5A2bgojrktZWcJCUls7q4qg==", "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip"}, - }, - "7.0.114": { - "runtimeVersion": "7.0.14", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-cgb5w7QzBc8zLUHcZa1vw2adFZao3/xGXIFzUX8Ts+P580OzlvwbbNFpwFPhMLchpukPAoY0cP6S/KIBfhqLkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/64fdef9d-d8bc-44b5-82e8-fe7757f779ab/5a137338f90e0404eb8df034501549b9/dotnet-sdk-7.0.114-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Xk71tCi0TAzn7DmlJi27Ev6P4RfdtiQRhM7vbgAhNjDz9IrC8ABQhDqAI4fulqd5a3G6soBg38nEBBpVjFJwHA==", "url": "https://download.visualstudio.microsoft.com/download/pr/6a0e44c6-f457-43a0-83d2-845e07905189/76f174b1911db5846544dc5b91ce7298/dotnet-sdk-7.0.114-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-g09gsOKW6xZyS+9g74kYiMRWYuhfwRHRnhaU9sUm+YUeDumqLMD5RgpSqyc0P5d2cPmXBA1MJYx+6yB2cmXt5w==", "url": "https://download.visualstudio.microsoft.com/download/pr/be3e67d1-8a4e-47d1-b399-bdd46dc82be6/e19654c30c817cf7369b028ff0d37676/dotnet-sdk-7.0.114-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-SxWO0fFqPlzmnNZytjJE2xQgXvkeVuIEwfIHGRzdzh6c0DMlOJuh0G+zWlPQSV21sFjt0ZgKT0ETLkUli8Ghhw==", "url": "https://download.visualstudio.microsoft.com/download/pr/0467cc74-5a62-4a11-a367-f8449e615ab9/b7cc4d2a0b5c270819317f4810f8ca3f/dotnet-sdk-7.0.114-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-8ws4KgzPIhYRTomIv0jvPNAl6quu7+NNQ77haXg2eLtRaVs4Uj66DRPJ8Wv+pj9Afi4akGGKSSxToQT1de4PUQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/39f4b39a-e4ed-4b78-b86a-ed5d30c68460/d544bf3f365e9fe62d2b1452cdaf3817/dotnet-sdk-7.0.114-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-CPafINExfQA5XYaG6vlycVwzP6gxPYfPNIDCaumAxaD+8LCANQ8X8GYx6JXTeCTkBAszFJmzk3/sQYx1TrMcMw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c522635a-e5e1-41fc-8da1-e78ce2473752/28df03f4b9b3165e55b0fcf846a8421f/dotnet-sdk-7.0.114-win-x64.zip"}, - }, - "7.0.311": { - "runtimeVersion": "7.0.14", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-in/9yqtJ7C27kV9+qrU1u6ETv16Bqxy0ojacwamd6QzHCgTRGYIwfagz8OXHr+n8TcAALs7ooKOA2vWncjxwWQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/807dbdc6-8a24-46d5-af7f-26926828efae/e04078c11a7ad03501611549d526f4f6/dotnet-sdk-7.0.311-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-jc+n0UEjs88+hh6bpNHR4s3fksZLUq2YswEFDjw14bYY6xt9peYVcJUP3OEybIVPQkFQZb8eaO3B/rO+mZNGzA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3799a902-47bc-46ee-8f5d-d92ad28f463e/2d1456d46569feebaab52b2b7525d6e8/dotnet-sdk-7.0.311-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-HYuE/3jDB9BioKZ1DPPzeI4+RYomGkhUC8G7i3IG1oJ2LbzlHxsEBXrSw5VfqSYSd91ZcNi6bZuSq0AFRBlQhA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e5af70f-6f75-4129-bb15-0ac71fe222dc/803aab0c3afe56296ba55b21f3873b7b/dotnet-sdk-7.0.311-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-U4HOJsDkgOp5H946jpCm7wMf3kSA0136lAwDm2Sg1aji64Ky71bPTQp3rzu8B6WUq2BbhEfIcgFLAGPXCJas/A==", "url": "https://download.visualstudio.microsoft.com/download/pr/f5d70daf-7d8d-4f4c-b3cf-d64c1f577b43/e8e47766ded1e74235999c3451adb612/dotnet-sdk-7.0.311-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-CQoKt1ILNbvgLwmJc12y6PN4eSaFPiZD76LX7w6yr0z/NgSJD7UkQCpJmTurU+9QGkle1T6BOf9nRwyk6DRpPA==", "url": "https://download.visualstudio.microsoft.com/download/pr/80ade4ae-bf6a-4de2-b91b-b4277e43f781/954491997dc7f9a7fa35339223514185/dotnet-sdk-7.0.311-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Al1EueG1Ek9O0EbW9amBxOo9ldnSFzFa1EFfdZD78496lEw+kdZcGYgRG2S4N/olMQ0D5rui2bYnwLPd1FfahQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/fd46c621-3892-4d93-95c7-0b0dee9b72b0/05cd254a4d8458a789d4c864e66ca42a/dotnet-sdk-7.0.311-win-x64.zip"}, - }, - "7.0.404": { - "runtimeVersion": "7.0.14", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-txMYKdCNrb/TtVpQni2anekLdEficYe9cXzr8bE0vQ3fy5KFAy8s4IvUJ0hxJeiz6c3Jm3+SQ2kB6APmXxWB3g==", "url": "https://download.visualstudio.microsoft.com/download/pr/2157e304-6f7a-4646-8886-05cc0dba157d/4cecdaeec9fd4715d0eee8987f406c21/dotnet-sdk-7.0.404-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-9cEiBE6aEHlorxpTQFHigkL0UwfD23YPu086AD2S2OpahWrUxOjkuIo7aoJf5ePJ5ZbJ0s+g7KjV2e4sXa0AUw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9c3e1dcb-485a-44cf-b1cb-d6c0b643d805/d4b2a46283254b6d68f61ee3f1a06952/dotnet-sdk-7.0.404-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-yi3HoSauuKtskZurU17MxHgXZm/q8M3nQYyrCizuI47ETSKbP00fdVDRIXSPHgq8XkkAsz7dV/LMzYm1j+hPSQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f2df5209-a44a-4567-9a8e-56ad008fe383/c851463feae2305adeaf9466890deea9/dotnet-sdk-7.0.404-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-bgTh0mLCO8D71r6bH4R8GkcUJDizMMAE5GtJqvClIN8/PApXay/Q7YhWe+VyKA5fWpiQjJIBCMWOZa7yLBMy0A==", "url": "https://download.visualstudio.microsoft.com/download/pr/555d267c-fd4f-4431-93b6-d135cc1b1753/de1e43b9ade16f748a7e0c528bdc1498/dotnet-sdk-7.0.404-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-0mToTzCYWj7C8ERCOOj/k/uBLvZG2+RlzlZYhYJ/gyMyquJqEsESRxa/Nbj7T1skgrdobziW4XqsjqbklQr4sA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f20109ee-499c-4d83-bb09-6319152f1add/aa31e8fa8d299da1aa50e33ba2e13ce1/dotnet-sdk-7.0.404-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-1UHSZX8FUfU4l8iiEqwX3GM6mymQgqojfgsI4DLF8m8aCqJ392qzul1TBpVZM/J5zNQi6nAXclsVN0tVrj4jRg==", "url": "https://download.visualstudio.microsoft.com/download/pr/4f4fc500-65a8-42ca-a70c-c7f8827e7bd0/b6bbe369a0f4c16382811399bdb4a435/dotnet-sdk-7.0.404-win-x64.zip"}, - }, - "7.0.113": { - "runtimeVersion": "7.0.13", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-99Q9HrcXhUU2bKUfRbf54F9DgIOYcWQTIYT6YUxoGZijK2/8mPFrAzhCVdvNcxxdITYE+TTSkflxfYkLEV4hLw==", "url": "https://download.visualstudio.microsoft.com/download/pr/470d8701-e6c4-4f41-b4b5-55634bfec98b/6757e01b0e084f5be4600a691cd8c5fa/dotnet-sdk-7.0.113-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-p8hMW46ywyJH6gzxnQEg+qOgOgh5SMeONdxGc+keBhu3uFj+UqFO7ZimN8qrhujWzk4m8I0ceAQz/AUBJFyvoQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0448478a-e12f-4b79-9312-e94a9910f76b/f21d6e2da4f940eaecfd612a9d302f7f/dotnet-sdk-7.0.113-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-5w5gCUcHMffKtiSKaVOfDCvBNDHk8PvZUo8mIKNE7JWvQHXe666abyZBUABphHMtdQ0IJ5+68VckWJvs8JGQpA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f22c64a7-a0f9-4a88-8a0e-02292808010b/c89af02d543a2ff773c54d16fbb7eb07/dotnet-sdk-7.0.113-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ViNT/XT1qWjH0K95hzwSPuojvbmYlfLoRsrO/6mqXAxbdlATykioWoHWBRq4ifoxKfi4m30xLkd+QV2EA9iGGg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e3e3c48-d0d1-465c-9aa9-6baaa8145804/c18076990ee1729271db68e0615e5b59/dotnet-sdk-7.0.113-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-zhbKVBjV2qYuWj0dRYk/BaAt0flAlEThJpP5TCOeZUoTeQ1Dy9CHmrKypU6zsOjXxbUiZyCOOqQyRD1NMKwoqQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/298fe325-6f45-44fc-b566-e4d0d0739b57/f7220a07412c18e655b4800d8a6a66cc/dotnet-sdk-7.0.113-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-LrHtgdmyB0Zv+p1gcQmXPUFTGYnbe0xhBHws1sPUeO4P2sZdMGpwf25EsONIn4+5/hUoXraHXph3TZBJFZRLDw==", "url": "https://download.visualstudio.microsoft.com/download/pr/07a360a7-9232-43a3-a8f7-094eacc5abf3/3c75f59037335e33e3eacdc6972ef928/dotnet-sdk-7.0.113-win-x64.zip"}, - }, - "7.0.310": { - "runtimeVersion": "7.0.13", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-tEu8e6OoK9NKi3Xf6BBciotjUfZ910mCqjA2RVna5Hqmoxy88EtMwFlUzeB2UFg6HR4SCg0faTV9nF2otlx5hw==", "url": "https://download.visualstudio.microsoft.com/download/pr/b08d78dd-77e8-4b72-88ce-f7761a37c22a/39f8fb580b1c74e76932e6036c586f73/dotnet-sdk-7.0.310-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-lC5WczAJJrNYpPz5xStLrDHoeb4PUWI3iAAvLEEG18ZPO1YmmIvIZJ60zldlULvoSO/lUTQt1zWiL+qyO+hvsw==", "url": "https://download.visualstudio.microsoft.com/download/pr/feeca725-6654-4172-8ba1-8aba16090616/a4939094aaa221d348abb06137efafb4/dotnet-sdk-7.0.310-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-wQ4ulEpm6BYv7nmI0uotqbWzOuaRvmONhnSlRKDp5nteLwFvojfyQYdMX+DKqvk/GF9RgsrI4YNKWxNBAyHySw==", "url": "https://download.visualstudio.microsoft.com/download/pr/b223c2c9-1d4f-4840-a003-90d7eedc78b1/43f7b7c5edd862dda729a73f22ba8ece/dotnet-sdk-7.0.310-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-wtK/cDqxlWBVjaCc48ZmOq93vfVQhGofS1Yxvv8PGu1AiCkKLTTGE0YKP7TmPrKWBJahcE5oZGiv2l1GHOkeQQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d74a735d-e1ea-49dd-ae56-eb32cb550ee4/edf088733088b98ef8bbad64343ee015/dotnet-sdk-7.0.310-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-Vw7Oys9jWnGMRyyiqhLinByrTZHuG7R9qk08ZlV+hKDhqKXsD5YQ4dkwNy6IWmSfenWCSocVYpv+1/V8XBBLtA==", "url": "https://download.visualstudio.microsoft.com/download/pr/97e65647-02bf-42a4-accb-610fdb9d13ba/e6493e5941157b29ab48a85a690470af/dotnet-sdk-7.0.310-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-fUD+6saB4Xz/lXJRMViHnln2RmKICRLeWjn0s4X/PaeWwVawp0odIvZk+r7a7J+rie0ahNZBpra88EnxT3XGbw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6fb30320-d84b-42ec-a363-0c87aba915ac/61150b62dc78f2abf547fc6abb5fae9f/dotnet-sdk-7.0.310-win-x64.zip"}, - }, - "7.0.403": { - "runtimeVersion": "7.0.13", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-CYDz+IjxJnpd7lyRaujQkx8MZ4nx5zNPt7TVqyehh27AFNML6Jd9MU5KpzArGX3eCe05zcXthLNmMHFI1TUN6w==", "url": "https://download.visualstudio.microsoft.com/download/pr/558bb19a-c08f-4aa4-bcbc-481e9b050031/4de7724688881c9ce6f0e5cfb8a2acb6/dotnet-sdk-7.0.403-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Lpb6TuMohaRDO+EqrA4QmY+efw/keR8zzTGWbA4NNF2XhRR4ejbF8PQ8d1TpY5pdUvyWyfRM9WwM/JqK0mIN1g==", "url": "https://download.visualstudio.microsoft.com/download/pr/ff8c660f-ffa9-4814-ac2d-4089e6ec4eb5/dc806d344844f1d58d8015d105e85c65/dotnet-sdk-7.0.403-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-YIO59Gnczwl6ahvUomSrVDi85lPOzrVM+6JVJoRXg+Q+V+a1frbHtBVxCNlXLKYtjfLs28Ggo22fCDELm7PJoQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ac1ec933-8265-46e4-b725-5843d483aba9/f41605b8581d114a5131f7761f703a20/dotnet-sdk-7.0.403-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-UKONia9lasWjEQdhGCwbi2yhWCHrT96NDq67bfvrTJBGqAwAAEzb205RZcbMofLG7wyl/4T8nDK0wpip9iC6xg==", "url": "https://download.visualstudio.microsoft.com/download/pr/ff4be5da-8947-4b41-ad0d-84c98bc6d36d/4a20953b6b2aaa5ffd0f0a37e723698b/dotnet-sdk-7.0.403-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-aJ2yphBVqfG+FNHC1xpLMATJMt/vWjQc/5XaW3yhYcgqB7Jz1kd3EjWgkf2SrufuFDqtV6Sm9uykSrFOKnpACw==", "url": "https://download.visualstudio.microsoft.com/download/pr/1b46da5d-5b27-4af8-abe7-965f8fc39734/afb7ed3267c10628fda7030a2872fb21/dotnet-sdk-7.0.403-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-3ZIgjiGfz/IP/TmoLsvh+LnBaWPbLGdbZLhyB77FTRJVTaF+BH/EgtE8Lcvt0TdYwFHSK7KxJoKZ0GZJmsVD3w==", "url": "https://download.visualstudio.microsoft.com/download/pr/81514d64-25fd-46ec-a0d1-648ca8b81d4e/b5416848b9ef1ffe5a3e323c62dc859d/dotnet-sdk-7.0.403-win-x64.zip"}, - }, - "7.0.112": { - "runtimeVersion": "7.0.12", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "10.0-preview", - "fsharpDefaultVersion": "6.0-preview", - "arm64-unknown-linux-gnu": {"hash": "sha512-Vy7Ra0wqLLLmFZAFxoUrZuM7xZXBR/xyPFBHoNnT6GsdXMA07WjX68WWr6bDB2ZubKyoZfA8l66IJeRf55iwxQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/05fbb003-78c8-4d0d-a691-af45b3fc4efa/303d33e53daaf98f0326a893a29d55c3/dotnet-sdk-7.0.112-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-YQC8nLTrZGIK7g0kLo1xW5/tyNpOGQ3k5ceD/2PmOAEdUzkBv1KNtCKmIQyzjDjFPXbXbfbHuJBoCK5Qu+wcyQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9a7077da-8fcf-445c-8759-b388fd43f0ec/204eefb3e3244832340af9e9d7cd5faa/dotnet-sdk-7.0.112-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-pJZfzmBN1YQ2YWgls4xwjbWjRjUA7XOKnwoASOEoV6xF3ioTP5ac8OqXaj4mbwg2vDnGI84X0eL3ybyyonv2Mg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0d472fb3-409e-4a0b-9dbe-c20e92b80a17/7b3b6689251aca4fa5053f49aa16b632/dotnet-sdk-7.0.112-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-ieEUNe3RPkAeTzlMgEeH70fKAw8L191epZzfKK9dyQvQJaULWPtrga47n+DTrjgbIsrMur5f6C2qXVbRv6PQWg==", "url": "https://download.visualstudio.microsoft.com/download/pr/b3b1e1d5-b52d-48da-9f1a-29691d8baaef/70f5ed639f6191850dc4b84d84458e0c/dotnet-sdk-7.0.112-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-9zoh5IVzXkIibFDuk9tMCm6naKP8DsoNwXQTwj9abAK0YVrDOaC1e8og7NoUMDiQM8JtIyW6fdR+fkM1NCUI1g==", "url": "https://download.visualstudio.microsoft.com/download/pr/9f6b416e-865e-4352-a45a-971fae714120/725fd36af73baf771693f26f07bc5b46/dotnet-sdk-7.0.112-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-Vd2sVzkRSEs3fjo6r75C76uGbnoGX1C8/5x9y52tdDUihTtXOZcsvKMDMSqAg1TU9PXBwJeS6shfyOZ5qVMxcA==", "url": "https://download.visualstudio.microsoft.com/download/pr/652dce50-02ec-4717-b1c1-a1ae1dd1e9d9/14d0debd79e48dec4e73bb8a8d1f0124/dotnet-sdk-7.0.112-win-x64.zip"}, - }, - "7.0.309": { - "runtimeVersion": "7.0.12", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-O7Tc0V0bwyllutznu6tN+vS/fzIPrLNYuHgA5OKSiK87cAJq1KJF/hD8eLgXH9xxbZV7yojEcxaluetRR6+g8A==", "url": "https://download.visualstudio.microsoft.com/download/pr/c8558496-4e5a-4569-bf66-035f7dae88df/7a84ef8d05d7575ed680c59ec8813285/dotnet-sdk-7.0.309-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-NFjJ52mykv8wAFUepvNFASGc9+TCJYZYXg2uC+h7m7Yr/yqLvTXTWruI3ZveStRoYOF/yHCu4d54yg9Y7b6Vzg==", "url": "https://download.visualstudio.microsoft.com/download/pr/1d44c67f-dcbf-49f3-a801-7770ac79bfef/1e4ffe66dfbf2d4ccc0f30c9fd872cbb/dotnet-sdk-7.0.309-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-yjUMCuVDTtZNHkumj6WuHeb3gIP1rv7GKBcxNwE+BLIfAAWvysjUAxo5CwTcW+BiO0dsipCzbADsWi03SF4kWw==", "url": "https://download.visualstudio.microsoft.com/download/pr/673ac390-e5d0-4beb-9d46-8af46913a8a3/0827c7216303688267bfc253e8ff876a/dotnet-sdk-7.0.309-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-6jlm4F6Fqnm2A6S8OMw+fYZJcOlN1TxqlulZTYqSx7LXn17kG/ZXkYcaGJ+Mr57bmQRuGe7oKVK8SMuhlk+mlA==", "url": "https://download.visualstudio.microsoft.com/download/pr/8e9bbf10-e2c5-4926-a760-c0827ea971c9/8df9bab6b6c40dca8b17854bde2457a0/dotnet-sdk-7.0.309-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-cfdUMfcwaR3b1radxuWBK4BkstnoJxq646o7pUU10tY5nwUjTpqQnleLHQTNjhuZTaI8Am1s0ShauUlGrTl2CQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/43716e86-ba1b-4b46-931c-cc8306c3129a/8ec2a43c783aefc72eb8f9ca410ba2b1/dotnet-sdk-7.0.309-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-BHS8VOeFZsuiV2tW5qT+UpCSx7YsvmoxOmp0h5qCS5N7JeGHIfiOaJ1BwmmgvU4WYpVRs3aA2BNOjmYreuEdcA==", "url": "https://download.visualstudio.microsoft.com/download/pr/797ac79e-c2ee-40bf-8ab3-c99fcdd68cf6/f469ad1737f321d9817be0ad7eb3233d/dotnet-sdk-7.0.309-win-x64.zip"}, - }, - "7.0.402": { - "runtimeVersion": "7.0.12", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-beAD+k0twUUmLvOQc38dps6Cg55dj1kgf/1tb2izGJ+qCJHNAv+keMCoV0AHJSVmVvP3dgSSRrKgY/ykapw3ZQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/f01d28d8-388a-46db-986e-dfc4f2e5a531/cbff2d698635543d6aaac2ab630f5d72/dotnet-sdk-7.0.402-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-DE1lS8fUQPSdFObj6nHmNrs3ySweg17IeHk1D1sA1oRloFw6LcB4JSMpw5U6ExvEwrymsdIwPKWvFNPYihkiRQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c4b5aad8-a416-436b-927c-3ebd5a9793ad/38efd1b64c8edc7c5f13699dd0be54e1/dotnet-sdk-7.0.402-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-emkK7zLSRMf8YfpRvV8rcz8BPk81TnOTe4tt0vTgiv1Lu8W1Gzh1yU/noNLP1l/3eeyiPUfwEsdmqWhUdx6hQw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a8659f18-390b-46ed-afbf-c92f0353c1ec/95aad3eac0e9cd16e20efad4251656b8/dotnet-sdk-7.0.402-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-xPPMYDezafIxAjHTkfwvECx6vl3dfASKJUMXhav2kFvw9FThJIGbxBdg5eHRdYXhuAeKvowZuvIehTbbAK/Ojg==", "url": "https://download.visualstudio.microsoft.com/download/pr/71778591-9c8a-44b5-9c74-51e0a387d26b/f0e6bb05f96fd9b725426d5bb25d17ad/dotnet-sdk-7.0.402-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-3A6HnwZCoAwfeNGjbhtPyoQT+x1mJHSMG0aSJypcuX7LQw1VCIrDZmtzOq28IknvpxLfXre3uP/xVfjqYZbSFA==", "url": "https://download.visualstudio.microsoft.com/download/pr/185b45f1-eda6-4f3a-906c-17af38693cfa/9fb6dbbc7382931c8d51a7050d5a15a0/dotnet-sdk-7.0.402-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-vjqPdlSm/jGDLFBoGEn6+cMJtzCCD+Jz5K/Ugz/WVZsPQett/63L6sWlGvm8Ww02e5jSIjkzcZxknRPpC5wHIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c981b201-3f0e-47e3-a1db-a5cd270f0441/ae3cf5c68d59df4b5c77ae716b91175e/dotnet-sdk-7.0.402-win-x64.zip"}, - }, - "7.0.111": { - "runtimeVersion": "7.0.11", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-qV2IZOzrTa2ciwZEouSFOMxgCj4pihjULsoH1jyflGcoVCCfU4ZtbIlCZEbjarI4lO/COUG4i9KD8OPozXBiPw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5e47e80a-c033-4b75-9015-2a91f83e30cc/a2d0bcd362cbc3c7c2e243a851484440/dotnet-sdk-7.0.111-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-TfOy65zkusrGVlG6VnO3PzI3nkxDHEdojv6xbsstAvYWbnjlxEO+Grr3k0RDNZRBggN4YcbWTfYWkpMFeDQi5A==", "url": "https://download.visualstudio.microsoft.com/download/pr/da2574c9-0c9b-40d5-a264-5834ed2e66c3/a62437bc2737ef55ddcdc06a72838de6/dotnet-sdk-7.0.111-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-u5l7fsfmMD4KAzxKvKGzntQY71fsrDyiOBFmxRU2tYDquCYSo9kG6ygRojmJLEI0JHmF0RdDKqCgeC4f2v3YUw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2dfa5e8e-d0d0-4fa2-a957-2a9129376872/524d2e7ee35d6991f56e2bc516d700aa/dotnet-sdk-7.0.111-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-RgmAkBkmN7XvqZcWjD1xu0+u4zYfkMUIrlTHqHaq9uV6tBTLVDZf1ei3w9ELndvViuz9tWz11rjrk9xppKtZAA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a7028629-71a5-494d-8646-c7c4e99c12f2/672539c96c230a436416d5d79c625d7d/dotnet-sdk-7.0.111-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-ST3bo4kZ1zLTUs+UBI6SFO6RXNCOzBKj+aRRjFc0g76GTc3wYI7E83lO5zypKKjjKHee9iafmvbQhHl8Nj3wVA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0064c539-2113-446d-87df-f7f1c489eefb/55651e45c88c21eb0ebae12cadf4e172/dotnet-sdk-7.0.111-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-4hrRvLYrLCgIiC/uoFotPCXw0ky16quCcLOSg08KUznp0qwwiMSL1kRhGdhI8UVBTBlYhIUo1qXClYZR3nltkA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a0a8bfe1-07ed-4b14-be7c-67095d58a786/f6b9321f6588a0d13e51cdf35c283dd5/dotnet-sdk-7.0.111-win-x64.zip"}, - }, - "7.0.308": { - "runtimeVersion": "7.0.11", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-Wbsjqqd67a0gGCg1eRWFVNN6gJUoawkiTwh7lY7ajDE8GcCwO8/rTfd7eP6ybncYpr89ocS8UCjtZDbbL+JUIw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3084cb45-cfab-41a2-8de8-cf48c06a5fad/e02b8d7443f699bd668bd64c4650ad3d/dotnet-sdk-7.0.308-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-otQumzebed+IFFLZRy/JI3/aaHlBiO7HzEdao4TFOm2DHTP2LPuhOFVSeYliBbiYuFpViq8cx3pBsa1EQTD3ZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/27dbc8b1-3804-4b7c-a6d3-bbbb1cd41d84/9f81f13919b5390cb1849c08e9b3b737/dotnet-sdk-7.0.308-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-VzLoCD81NYNIzprfimOHszXdrQw5PjR6CyWjIAZhxQxijLUFOVs4QFA33zOvuQt77Y2g/aX4Y62C47NqPQtNiA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d5ff76c0-003e-4b39-888a-5bb27aa577f1/131fbe79a2c6497efeb8ba67afbcfe3d/dotnet-sdk-7.0.308-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-fnNrxhgg3rLaimdtzjSazPEJq0iLBivJZFNFMW6JgVEB/NTDznIGM3hyE5Bo2c+Ly9QAiAFJ56HVCBe/DJBU2Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/8347d8f3-b4f9-468f-9d83-e8344e82653e/d374c4bb6927840aef58d45f6a6f91f2/dotnet-sdk-7.0.308-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-YIdnPKf3ohdUB7o2mGcyhKXOokIS7izkzpks3wYikRumRh9lctpWxM92oAmPQZbVQAau1CJq3PxVMjyRk/PTFQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0ff1d873-c05f-4385-9468-a78f25a3899b/1af5f1e21d5d1a8c8801e2d8fd279cd2/dotnet-sdk-7.0.308-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-2lqoqHKR07wKEb7ZLRTtZKyls5GPMScfk/ArHVleKtVNkF59aKZhnJA4aonfxDhTrHFMV8bt7ZlANotvfYrzcQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/b6af0e87-3484-476d-b856-0769e66013b4/6c449a1f93bd1473a7c09005baeb0e23/dotnet-sdk-7.0.308-win-x64.zip"}, - }, - "7.0.401": { - "runtimeVersion": "7.0.11", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "6.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-fGuiBHmYyQY1P46Nf6c1iYZ/RsvC1OzmzH7kyjQCtqGHFwibmAAsfRXhbKb9WxHkIDe1+w4lr/OQddZ9i+SeJQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/799b3459-f1de-4c88-ae38-fd1aa76c2d73/db275a0fe9776b55cf0f81cb0788b6a9/dotnet-sdk-7.0.401-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-JUT1jHQJsf2P4sf2APbStqGSkxgHHxZ4m9ar9t7qAL1Jbda6fyVzu/F8iRxPVqNyoHPldxKs/T6A6j6xs/nD0A==", "url": "https://download.visualstudio.microsoft.com/download/pr/61f29db0-10a5-4816-8fd8-ca2f71beaea3/e15fb7288eb5bc0053b91ea7b0bfd580/dotnet-sdk-7.0.401-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-ZIeMM6gKE+7/WDBIMrigC96n2giNhoOQPErb+faqq06pvVX1FIx2UYUm1IPuQ6uKdvB6/WDaX8gIFFbwRIrD7Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/4246aa3e-4c90-4022-b3d2-5bf36547bfa6/8f75268f923723fb2c4a44b271dbc042/dotnet-sdk-7.0.401-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-fA/9x1bhNgaYKljyHo/m+0oM/gIQ/7qSXoH3CwJmcV8X0t2e/qxywj1VLwmcFzsEwcMdB6BQFR/8ZVeLotkiqg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7190497a-9e02-4369-ba8a-29e7a4acc69e/45af3f104e254cc37cf48227bc8e464c/dotnet-sdk-7.0.401-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-j9kJVidPDpGHPDRbavvi01vTjNKXHL80RoB48QZmlWs0gkcFrmaU39xhGJyIq2nI1WSAEnSda2+xYdBzCYOpBw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2ee1445d-e6a0-46b0-a0b7-81cdf900c0ec/aafbf43b9cb33666590417fcf8307e96/dotnet-sdk-7.0.401-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-AqTswF0LnfoMnjL4o9KI8ynnM4skMPy8EnauNW+djhSSD5E4Lz8UGEK/Hm5s0zHlMrMB7cccJt6dnlrSNxr74A==", "url": "https://download.visualstudio.microsoft.com/download/pr/f712b4d0-6b4b-42eb-865a-0c42af79eac9/9db3934d73a826a6e898abc70f41085a/dotnet-sdk-7.0.401-win-x64.zip"}, - }, - "7.0.110": { - "runtimeVersion": "7.0.10", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-l0ZPIsJZy1vqB6n9HlQsvU5PRVsD5PW7OjIljPtbxujt7ECI+QdmyoFuJykHaEcA6mvWJv0otxp0uzsAOZtnQA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d7ddac97-fb6a-4cf2-8a6b-261734df3273/dedf066f72bb2ed716e6c2c22b0b2735/dotnet-sdk-7.0.110-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-iTHH8Lit6MRQacTMtSwGCVF4Od8uJgHoTgZwbs13tV+6X9VT58AeWAmygQMBEsTMfmT93qd4Q0s7hTA8VHP6tw==", "url": "https://download.visualstudio.microsoft.com/download/pr/04550806-32dd-4e24-af64-275b132e1d72/897ddeee3e10e23cd844fc52c052644d/dotnet-sdk-7.0.110-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-8l5jnAExyksiOjoXXhfvvk6cTZmueBwnfSLM+zB3OWjrA7y++2SPU8u1XlImY99aI8gCI7IJS7gG4WIpuIXIDA==", "url": "https://download.visualstudio.microsoft.com/download/pr/7026e6c5-976a-480f-815f-9d11df43a771/9d7b85249a6951703047b72c1d1bf483/dotnet-sdk-7.0.110-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-AZy02iFx7VFS5oDqsTwoSuK3HYO2moIveurh0bWFmErhSpGZ34CmC/ksBzPnbsoCLAQIRe0LO6zlWFuSN9rLCg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5a5543ad-8156-478b-80e6-e9cf899d48d2/e527329d43f278427fc2be346ca5f845/dotnet-sdk-7.0.110-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-WwmgE0W45CSt9wyrfHC77BnO/I012AuKcVF25iFTNbxkfMMMF/Xe25oH9iWsxWEMJ6UWF5VRlUwK1toszx/sPw==", "url": "https://download.visualstudio.microsoft.com/download/pr/7650cb40-daa7-44f6-8952-948ef0caa16f/da0828fa8b5b113c8252a31741d5752d/dotnet-sdk-7.0.110-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-dzuRJfJMTWJYRUc3lGVRNlUHqm3RQE65wdQX3fOuCxoq0a3k2B1cYFAt/axlQ8dasYZx3iD+FtYf2aBg5OTzUg==", "url": "https://download.visualstudio.microsoft.com/download/pr/a7958b6d-1e41-4bc7-b1d4-628eda256bd7/cdb51638a820744d78b9feb8b732c9d7/dotnet-sdk-7.0.110-win-x64.zip"}, - }, - "7.0.307": { - "runtimeVersion": "7.0.10", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-auL4lRWnyfuq3RCkY3+dWTFR8qISszmYo2YI8jM4RamF66bu68lfXqdiY7UyjVd+pJMWuJQLsSMyHnldgT3hGg==", "url": "https://download.visualstudio.microsoft.com/download/pr/d757a74e-23cd-474b-a037-74816e5e9318/e61b4dcb883b178791b634d7fbfab2d1/dotnet-sdk-7.0.307-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-MqacaYvIinCy6EDKxqP/tieyNPUD/WRrG3iHPX/x3drGLxPcgowmR17SKpjKGwFIvcbU6t30zTuqem5R/o0z+w==", "url": "https://download.visualstudio.microsoft.com/download/pr/48056a03-cfbb-462e-9e31-68b1c2f9c85d/822c42b36eee45382cb157c120d1a6d9/dotnet-sdk-7.0.307-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-nAtxWVHMQOTeG2uNal52ludI2YhqO69wfR7RiTJZI8Yd77U7PL6aV7i0/4g6DJzo7hUkMB8dZ5EaQnEKAfVPmQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/47c386c4-5b7d-4c5d-b40e-aae04d34b973/0577d9079793e46cb90815d7872d3989/dotnet-sdk-7.0.307-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-gYxq9Acx0xq8I06uqxxMpBGoHzbTz1ky8LI0egT8OARRkAjEnVzZgeicnVuRz3mj32UvLATpLRx6vt/rJNH9EA==", "url": "https://download.visualstudio.microsoft.com/download/pr/b22db0bf-8177-4274-a31c-eef2d96779e7/d634a74c9870bae020355621bcc9c1fb/dotnet-sdk-7.0.307-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-oD2oimde+umDaDnjyKZ/YojWRBViIcX9yTTQ/1nOV1P8eWAOghHUpGU0PGRCb8SUoa3gDUtS5Jss9COCS7QNoA==", "url": "https://download.visualstudio.microsoft.com/download/pr/790c3fa3-5253-46a2-b630-34fc99a9d53e/5395e4798e2676267bbc6a913af29b38/dotnet-sdk-7.0.307-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-lnx6vdOxCGgwn3MFYrtr6KHJwh0xN4iu3P4PDvCDS7h44ABkS50CoTb/+mB3EWCkYCJRCmc4noXot0P1khoWsw==", "url": "https://download.visualstudio.microsoft.com/download/pr/7b78037c-5f53-4c28-bca4-b7e2556a11fa/1bdf76a8b759385b4b6503ea25ac98b5/dotnet-sdk-7.0.307-win-x64.zip"}, - }, - "7.0.400": { - "runtimeVersion": "7.0.10", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-R0h5q89A1KBtVOApl6P7k90QyNXw39Wsv34ab0k6bTQh5CZDHVErSCxizaktfNpO3di6uA+SPQ0tpYPtqokF6A==", "url": "https://download.visualstudio.microsoft.com/download/pr/16b0b1af-6eab-4f9e-b9a4-9b29f6a1d681/4624e54b61cae05b1025211482f9c5e9/dotnet-sdk-7.0.400-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-TP7tuOmf/UI9p6mRWe4/MVNf0UJxGUG4IGVCrLa+JmOPvZoYSl2QQIT/29g2LIO2sqz50ZOyzTi/fwYUQ0OePA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dbfe6cc7-dd82-4cec-b267-31ed988b1652/c60ab4793c3714be878abcb9aa834b63/dotnet-sdk-7.0.400-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-E092RoAzZIGmfe0Tr4+c6eieKZN8eZjY5qNpVZPdEka42UB2SfElAyowV8E4uXOa7zv446zfAiAiRBfCA2vxWQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/3df92af2-c066-403b-ae65-10b7ec879b32/a4a5a807d92510d5b74ee8fef9b2babd/dotnet-sdk-7.0.400-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-5wXHRmyaoMEgPgeVztI8a3lChe9gyPfh0ZmgnllsIBgJAcLsnCRIOvpjAq+0amuHzhhTMoPiIjohYXdvJUIfYQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/1a603c4a-7e79-44ef-8e09-426a2c1c6e60/eb3dea0e50d73fbf28edf88aa8378e38/dotnet-sdk-7.0.400-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-q15lDQE2ZKEE6a9AGrEbrFUsT73nXhwvQsWaZvcBSG2dxarmMu5Nb7SZANSg7mBiufh/WX62X4wiFYTFg1jCKg==", "url": "https://download.visualstudio.microsoft.com/download/pr/f698d70d-4812-4f76-8476-2aba916f389a/945653a9d68b40571024d0b3430f694e/dotnet-sdk-7.0.400-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-qNc+z3wXrovHp80+x8KQ/jw7Z+RFahO4NWqqr7z+8WbrzdQQakLOUT+84rIIvJ3Zfb1jz2MoxkuCh3a/zZuHdQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/fe18f87e-e319-4042-8ed4-307629293bec/9b35c7b563b4800403d17797b25e0b06/dotnet-sdk-7.0.400-win-x64.zip"}, - }, - "7.0.109": { - "runtimeVersion": "7.0.9", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-m7JVDfssMR3/BNQYCO5krgJsoS4CQKfQ3QiR9zwmaAzFRwdf9Ys0NVbUqUrsMYgvD93D708YvMiK3xzkgGezxw==", "url": "https://download.visualstudio.microsoft.com/download/pr/322e74a4-5924-4cc7-bce3-149c405562c8/eacd6e88fee3660319428fcfd195677a/dotnet-sdk-7.0.109-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-S9W3M7enRx5JOvMWXkpQ8fk+PG3w67yIQSnQsjZ336h8QHR9f8GXPHjM1q3Bc2YGX6d0rfPZqbOZq6BebQO4IQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/71edaf0a-48a9-49c1-b4b1-9f347cddb94c/903cf9481591c364a0ddedf869256b64/dotnet-sdk-7.0.109-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-AS8S9YTI0ejPuOnCmWv/RntDd2kXvQ2Y0wjypHP7CZ7nKXoKkg1HDXjNuUfyqKSMhrZBkBiUJnscUPJ2IBfqjg==", "url": "https://download.visualstudio.microsoft.com/download/pr/52a8870c-6644-4f27-bdfe-0637e498237a/a57a30b2f3340b74e25314ea1ab72e76/dotnet-sdk-7.0.109-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-Kz8qGgUsXtG8XIB9OTjTNUwbx4JLNkhPUcdGQ8x/6wN8lxR3wUxjXgcEF6iCKffQx9DnJuBkFh3gPoZSR1XuqA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f8eb9a50-2169-470c-9a90-9a6c3f7eff1e/81008c711ff8bb37168d142c92e4fe7b/dotnet-sdk-7.0.109-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-srzPHoHtsI+FqVGTM4WvA3u3rhaTQCYyGWS25szq/A8nKvif1Wwcq4ZZzAeQvQD2YIbwFvVhPhMY8VzDQV6jpQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ba03a630-1350-4527-aec7-7a2e3f080d85/12742fbbbf9ae1f7e95f116641f09286/dotnet-sdk-7.0.109-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-kQbhiggT+Q+NcMquhvxrWTP5wdZzW5BI0wSNiqFEiDPXKa+R/9tKtUspX8gRcbg0gJ6BB+uwwNpoeSwBt79jbQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/427d95af-146f-490e-8064-c91cf6f2b2df/7ec421288b9d1bcea0fd8479517bc7e6/dotnet-sdk-7.0.109-win-x64.zip"}, - }, - "7.0.306": { - "runtimeVersion": "7.0.9", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-FQCSfNKx4EjejuUzmTf9QQc6hagrehdSIKQRIS0i5JBrTl5tKbUdBoFX0uzeMyONVAUIxwB5PcqLBLTR3NXIng==", "url": "https://download.visualstudio.microsoft.com/download/pr/fb648e91-a4b9-4fc1-b6a3-acd293668e75/ccdc8a107bdb8b8f59ae6bb66ebecb6e/dotnet-sdk-7.0.306-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Yt+bypSSsyc4MOCY54fsNmQkOYmsA1UFNFmfwzFpNVNmDTz4vKZV8tEyYHDbt7ILBHQ+q6d/qcxp9vD93969Bg==", "url": "https://download.visualstudio.microsoft.com/download/pr/0be7a87e-3a3f-4500-8301-49ccd6f24887/e9e36f35dbaf6625fec3e18f5c2b613f/dotnet-sdk-7.0.306-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-rIwLbp0iNcjuY5xsULL0EvgIoW8WFpZPYWbHxX2Jm+Kg2Og91vMBBjT48lLaSDxdmcsINwOZapmmuSOM3Czabw==", "url": "https://download.visualstudio.microsoft.com/download/pr/0e57f35a-00e6-49ab-aa75-7ae6711f0a8e/f28c04285b8bfd3f975731a186e23c23/dotnet-sdk-7.0.306-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-G6KTqeB4Ga62RshvDbgoA5TEorYvgo1Xpa6AQWy6+xZJoi4nyxLMMV3sFgDLglvmRXd9FeL3yNhY+sPFXQ7QVw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3d615bde-bfce-4ee0-a3b9-73dc4ea5a472/907ac9c03d971c7577ce60932456b3e3/dotnet-sdk-7.0.306-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-hsPojh/wjY6O5hy1DYX9pNopAUKE96iiagErIyBTNWFEM1Niz+6NJsAMFR91afk9scPEriad5CW2Je6UpYhKdg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5a31ece9-d3d6-48e4-b26a-5a9df5cecb7e/0410d6132c7625806f19016cb8de875e/dotnet-sdk-7.0.306-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-czTsbWIFPxTQ5a6GbeqZii7PMF3HczaWE2bPkfSh/4UiqdmVFhGsN5oJ9LshD38xxoQLwkl7B20nfNgvC5eSQg==", "url": "https://download.visualstudio.microsoft.com/download/pr/3c443568-43b0-40b1-bb5c-3a6d8cd31876/e7d6c5b176b1c985a5f972dbf2c721b3/dotnet-sdk-7.0.306-win-x64.zip"}, - }, - "7.0.108": { - "runtimeVersion": "7.0.8", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-uK0PJWQb/lvvwXj8C+uKVWkB3BdngtUDHE+lOBoZs5gs8OANgR2K3zDJ0LgjmQgFgrnfh2pIjWn66PZ8H9db+Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/9c99fdda-ab17-45aa-b479-2baf145eb0bd/de938c30a72909610a21113adef540cf/dotnet-sdk-7.0.108-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-+pVzJxvjNXT1MAE06J9kdI63AO7MNhtv+tXjg6cA/UwPwo+hV1gnmi0zIXY69gbQxQAHt5UVmkzYKgPov7yBpQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/c05ce1db-29ef-4911-acf1-bdc3d6d4fa4e/ad83532c5efefc7267e8d1497cbed253/dotnet-sdk-7.0.108-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-npnDkzh4vMb1Qj6vJTWE+v3sTVu7xDewJ9cK06qmvj3Dt8NIHmxw31XWYL8yt1HvIAC7uUvoLdtgdjqB8KwF0A==", "url": "https://download.visualstudio.microsoft.com/download/pr/6ced3ce7-ac40-4429-96e0-b6c3650a6429/05a41ee965c5297b89992ccd8ee3cd81/dotnet-sdk-7.0.108-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-UZaxLSVJfWffWCL+o1seCWiF0aOCL1EoOdad3rPfz1f/5opZxjgwdhfgUPGheEvXyD7n+mrEjpzqsJLQj3vA6Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/ca473c60-be8b-4018-b3e7-dec738e14526/280363b50cdf2024616436147396c5c5/dotnet-sdk-7.0.108-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-vMsSlarsCGRXJ58oTZq4kG/nP7Z5L+IUcWsq73bazn1T280GI7/DrB3F72yziCl91gc4UdtiIiOEnKaxd1DvUw==", "url": "https://download.visualstudio.microsoft.com/download/pr/ffb6066e-693d-4997-b5df-189d00c579df/2ad9738eebcbbbbc176bac5e4f70f1fe/dotnet-sdk-7.0.108-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-59QaBuUn97OIw//3kk+Eo07xTUV3lh0VSz/TUWObW2Ayfrsl5tq1OnV/uraFfNhyZ3r9TzhiTkgAi2HDp4OTKQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a9bbcd94-b4b4-470e-b499-3b1c7f723a0f/7279ffc122bdbf3ad0071eb9e1bc3e0a/dotnet-sdk-7.0.108-win-x64.zip"}, - }, - "7.0.305": { - "runtimeVersion": "7.0.8", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-RRYi/ojtbGYZvmwn8+nu7pSuYds8mguOq3zxsUpi1BaBGBdI2COhIH/7babjoJhhWqL1m+jmDUA7pMuYqyZ6UA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e2ca71f5-17e9-4dbd-aaf4-1e0fa225a212/61c440dae017c7129de10cfbfe36fd90/dotnet-sdk-7.0.305-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-xj5rrzdgqZSQideJIFMaEUD08x//4TBpsgEcYcPVg9WF9eyMypc7QU+jXUjMv+qcHsHIgiK1Ov0q9ZdL47XLGw==", "url": "https://download.visualstudio.microsoft.com/download/pr/87a55ae3-917d-449e-a4e8-776f82976e91/03380e598c326c2f9465d262c6a88c45/dotnet-sdk-7.0.305-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-RWeqtlmhkA1g8twH9sJJVLn8LEnqVKdcF4JdK54TGGDeM715GVrlKa8d+ISiXH5ibXRj0T40DObpmnTI/+YGUw==", "url": "https://download.visualstudio.microsoft.com/download/pr/5514f57a-bdd3-4bf8-aeee-9469379dff7b/8b14cea61057408b04bef7cd94123e66/dotnet-sdk-7.0.305-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-J3YqkQTF9EwYn60s+BmENpUDrdnGy8pgSk5Tn5lX24HYB5gc4jwCWnT+rBqXi51nntpm9AeK8t5+C61Zkhd3AA==", "url": "https://download.visualstudio.microsoft.com/download/pr/42115a70-7082-41db-bffa-b54ba38d3a76/5dc32fb8dbd24f358947e96400792bca/dotnet-sdk-7.0.305-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-qyxFzqPmlSex5dxQl7fiL3d8UNlD3jZOGFEKx+bJPPuH9ijcDDsiEjj5o972cwSoi4G3p2rkRIRpD9OPFcJazA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e513a57a-fbb4-4379-be3c-f141dd9f6162/9371977b18d48f439b2a36f249d4905d/dotnet-sdk-7.0.305-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-nK1P5e+/nTe8762IoWI9oSlGlYdZpqt3lWAlmKnix+mpSMM15/uwArfAOvh3eY8kyXVGhX6IIvY5z5KugQBiIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ca2298f8-7c39-4187-98e5-f1be30e5eee5/b76077aaf76b1751b77fd4574837a0ab/dotnet-sdk-7.0.305-win-x64.zip"}, - }, - "7.0.107": { - "runtimeVersion": "7.0.7", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-41ZV+2JEux6GmYyyeEnzX2ISh6o0hga8mA0NSsQQqmbVDr9L08ab+WVtMUx4w48tNmG4r6LX0Lc2N7ffUCD6GA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a0a71a1b-2397-4261-a5b7-efab2f55796f/55dd68c59c1227cf761b357913bba9c4/dotnet-sdk-7.0.107-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-yohWPm3UQnhmi84GpDkuqOcXuxQQIbVauLdCxv53bn6WIZfBkaidN8DK6ohNFwoOlXRoGl2SRu4O78hRQBxFyw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e3dc42fa-1ae6-440f-9043-d96a0134a2f6/60439f0714dc65916b7468d59cb7f49f/dotnet-sdk-7.0.107-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-2+SgAxLUiY+b1BXNEJbpaUmutyve9Nw+cMxlUGLdkoGOuO37ZMBFs9zLiM3XQUEX0w5FMJumyJRx/aNoLdRZag==", "url": "https://download.visualstudio.microsoft.com/download/pr/e5b38d0b-15b4-49e3-87e0-fa5e95f714ce/d5e55670906adbb682b34736249612f8/dotnet-sdk-7.0.107-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-E9BHvuqRYJ3PlUX0ScuSTYEPcILupMcKmMnRo/vV8rONpVZaXk7V2KC/ZLe3/N2fB3HLNvGe/OGcfdzzvkMntw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3a470c74-e12b-47a1-878b-0752c1acfb7f/e3e9f31c0fd41a1058871773ae28545a/dotnet-sdk-7.0.107-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-aOeMTXHkMQSSZOZBwwxykyAWoeergVxVD2LlSv4Z959WbzGGdZvFwMIQ888n0oS1f8EXuRan54NhjNd0AiZ3Kw==", "url": "https://download.visualstudio.microsoft.com/download/pr/54b55d53-ded2-4c8e-9c4c-932836a1e888/9a688283c282e8ff50b8da7e8fe427e9/dotnet-sdk-7.0.107-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-9gZt3ZWtHt9VuOwQIwiBhxvlF7e7tezHdhfwLB9jArghM92Gdoi6IU18MqA11reFvRv/yj80No2IEdlYLOZp2g==", "url": "https://download.visualstudio.microsoft.com/download/pr/0003669f-b506-4aeb-a947-dd9de5da8d38/6d48b638118f7bd151b4d0dfd6f29042/dotnet-sdk-7.0.107-win-x64.zip"}, - }, - "7.0.304": { - "runtimeVersion": "7.0.7", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-7t+pMwOedJ30ncgLxcy21Gwnmf//L2NJJMzGmc27jgjBJQfM1PU5L70Fg4aW5aZChDwtoE7nuugOTqtRlROPbQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/4d36e684-4405-4e54-a6df-7f342ceda377/956ae226bcf74d038845964e88c6904b/dotnet-sdk-7.0.304-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-9LfQzeQyvTf0RTY7OTetSD5QBnlIhpQeQxJN4FFHWSWzzRExO3PSyuSB7puPExOU3whzRR9giP/b5z8VCx7XJw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9c86d7b4-acb2-4be4-8a89-d13bc3c3f28f/1d044c7c29df018e8f2837bb343e8a84/dotnet-sdk-7.0.304-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-xxvWAulkqcAAwqfDNgOUl6Qd7oNV83vLaHq10nORzkr/5fHVIO9G96xSJW0Glcgpb4FGaG91SvTxmK1UuSAx7w==", "url": "https://download.visualstudio.microsoft.com/download/pr/c7a10ece-45cd-483f-be8d-15a10b2d0c51/1ded758a3b6140c435e283b0d0ace182/dotnet-sdk-7.0.304-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-isMsaE2alpHrKEfbUGOOenF51SiC2KNk6Ke5dw+leiEZFB84ccWVVuOGcJyJWse1gK43Sjoy+8ZS1YPUFLPinw==", "url": "https://download.visualstudio.microsoft.com/download/pr/18e7fd79-48de-4ad9-a7a5-a659a485e3d7/fc0d190f90917587626fc8086ad6d2f2/dotnet-sdk-7.0.304-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-o99r3sacifjcSzShZjt2yiy7lWU3yyRcZhOUHxqdQSUI1am66BmECmH/iRusH+zbZj2bA9VuG7IsfA4ViWERWA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2072c912-78cb-4022-9132-3835f1ea9b89/8996d3c445abd35cda5af470171f6fe7/dotnet-sdk-7.0.304-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-tiAerOQLGPfeK4JS6ccLPxrpEJ68/bX4U98GwOeZclYld3WgJOVpZla6gJbhUugz2rWvwosI8/aM//iuUEUcPg==", "url": "https://download.visualstudio.microsoft.com/download/pr/8f08bebf-8851-4cb3-9a16-7e800004867a/38369e796f1c61272732532e5b7c4fc3/dotnet-sdk-7.0.304-win-x64.zip"}, - }, - "7.0.105": { - "runtimeVersion": "7.0.5", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-O0AaRBa1taatkKn991kaAPfysnzZYIIdwURbChfBxsoIqSSX1I8gzq54jwT2TL5EFoR/2Yq2lPrvIanSLEdfnw==", "url": "https://download.visualstudio.microsoft.com/download/pr/3f304811-f66c-411b-8222-2844d4ef0ee5/583467c6d9920557986808090267d07b/dotnet-sdk-7.0.105-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-cExU78psTkC5PjHZK5EWQHxf9Ve38E2XTfkN1WBBKCsmBz8ycZ6Zyyr9Kc2/JRs/p/BdUjNfN/wWJMcDAFotOw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a6088745-20a8-4b68-9ac3-54c1ccacf9a6/7b8a64d169e48a897b67f292e1ad0348/dotnet-sdk-7.0.105-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-VVaRzo7knLZWbMp5+9Q+R61+VX81IVVEpRoadq72JXEfVy3Z9d7GIhFhEyB6n0c/VP0HJIZhNZ6mWupR5NL88w==", "url": "https://download.visualstudio.microsoft.com/download/pr/22b0a515-bb57-495b-8d99-61f8f7c73aea/7134631e66e8e975746b455cb443ced0/dotnet-sdk-7.0.105-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-hwEye7L8cpta6VcRKfz/dKPqcTPqKCL255P6TF8P6coAtwJbaAOeU9Z/qNJEkYylLmWA1kHX5QDmjIUIO9FS1A==", "url": "https://download.visualstudio.microsoft.com/download/pr/aa1bbe02-bc32-4330-b374-ab603fd04c8f/d0350189194df27bd75ff8393f884d10/dotnet-sdk-7.0.105-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-E7tAEn9GF00x48D3UFq7AgeFhI0SgV8lE/8iRIjNwtlwX76za2U2GT6mb6XnujTcfyS4OkVudDkuOAi57A2r6A==", "url": "https://download.visualstudio.microsoft.com/download/pr/96918d28-2b86-4636-9600-0b5da06f3efa/1179ce4af645e225b5fe2b9e791a5b48/dotnet-sdk-7.0.105-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-PLw/PvFRj/kQpC7jHZUv3QEZIc2q/MW9MVzZiX0/Lzp8hy9TepHdHMkDg4fChgNJdWDlG0JYUAQDDKsu/6Q9PQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/39e9b7ad-5bd5-4c5a-8cb5-20a4cf110c70/88784a26ee910815a6f239d3e8474c4b/dotnet-sdk-7.0.105-win-x64.zip"}, - }, - "7.0.203": { - "runtimeVersion": "7.0.5", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-9eG1pjtRr2ZLhSQ1/FYx/z++r7+snzTAJdoBYhiw5vuaJOgWA1pE9LShbyi8aWghsapvGBlmdUMYvEXN5/Q5vw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6cd2eaa7-4c06-4168-b90b-ee2d6bb40b10/4a8387eb07e17d262bfb9965f6d34462/dotnet-sdk-7.0.203-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-7RrnzYhZHsUuFRXEol2agy7KKeigiJVJ/qNaMg5uNW44BqFyifcfwLBMNrAGrnREbFN3HZdsFw/L5Zd6x9sctg==", "url": "https://download.visualstudio.microsoft.com/download/pr/ebfd0bf8-79bd-480a-9e81-0b217463738d/9adc6bf0614ce02670101e278a2d8555/dotnet-sdk-7.0.203-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-5B3nb2vgDeWHztrtKwxuLChxsuvwPIk3W0xpzT/dFN8NxJtf6Dlwhool0Uqhner7/mbuZ5A4O3f32j2N6pOWZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/ad0ad533-6970-4099-a0c6-ee1d089a381d/2d7ea966c6d032111389b7686ccc0d9a/dotnet-sdk-7.0.203-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-pp7Fl7xbClnM/JzGPEiDA365KTYA6Y6kIMh5JC7Gw/rmqBo6CL99XSq5P3UN6/+yJK1WKMmr1TvETPywLKdxNg==", "url": "https://download.visualstudio.microsoft.com/download/pr/de3e24bd-f677-4d9e-9717-859ce6659b5d/80c21bb06ca64d9408d11a32f858c7c6/dotnet-sdk-7.0.203-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-IM02CnuRSVl1eiHDFACSp4cYYi5+iNqmHKvY0EF2+CfjuT4GQuTe5JfHkGldDI4n73oH/6MR3OKVHHAsw4Z2sg==", "url": "https://download.visualstudio.microsoft.com/download/pr/61fefa17-6507-4f53-b5d7-e4851942e03b/248af1a9204b19761dfa6a8f7f7340c8/dotnet-sdk-7.0.203-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-1nXAXGow/MLVUS835W/aGe5eDSLeOyxBDHvuWNPlZaLIevfuUiwXpRsPhWLeZhCDG3+JwdIlhui+R1hVs6Bg5Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/a3b948f2-2335-4c9e-88e6-75794a2824c0/7807d990e142c3a4d8da7d426b5f18a2/dotnet-sdk-7.0.203-win-x64.zip"}, - }, - "7.0.302": { - "runtimeVersion": "7.0.5", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-f2Ny+qNIyEVg4/ETlgXcCNiIsUuYxAByT2KLUhVv4xwgpQ3CovhnPikjnQTvBnROFsb4vY6xdW+ZJ0xz7adGIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/142603ad-0df5-4aef-bdc2-87b6140c90ed/2cce467e6c954d01024942b8370aaf70/dotnet-sdk-7.0.302-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-k4e9gE7ZgLobwzCTWY3br6OnYeB9KJFslEQswylTPXigO/xZ0wZqGoYSRDAkFOfmWLTnIbW8gl9iP4+QjnSLfg==", "url": "https://download.visualstudio.microsoft.com/download/pr/351400ef-f2e6-4ee7-9d1b-4c246231a065/9f7826270fb36ada1bdb9e14bc8b5123/dotnet-sdk-7.0.302-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-KMxfzJZR/HX5svhkZy5f2urSj+smJpbDBdAKccgoAE5G8Lm0prtrIbnqR1scYB4XJN8wLupNY/YE5PzcnJfdYw==", "url": "https://download.visualstudio.microsoft.com/download/pr/fc7ed56d-3afe-4aa6-81bb-b4b0f5df56b5/d199f43f7421c6677ba25544b442b6b7/dotnet-sdk-7.0.302-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-yvuOKDmoyR9Y6L2lGdJ/Yip6QGKuqSR9dD1ko946ytbd1PgNAR/UFqPjYi8OzozS5w5l9IMxrjIbX/I9KCeHsw==", "url": "https://download.visualstudio.microsoft.com/download/pr/34ce4803-1444-48a2-9955-e2a9b9061b03/e18c978b55226240ca037cf8b1770064/dotnet-sdk-7.0.302-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-6p2V91LuocGAydCex0EogKHSsGnNRvk7te4m7MRjLRUfOs54Q11LLcvenzVit6VRIb4Cgy6vTtfvMEHWcvcJvQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/3a8c2602-3e5f-44ff-9a1a-4dcac7718051/4309ff475d8771e740baf514a66c7d38/dotnet-sdk-7.0.302-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-bK3CeLS8mAeW0lUGLQ4veG6Czej1ylkbgXJ7KoCEluoKutc/AmP8gPn5RiNemqb9QmQLSQiqOakimccT8Vmr6Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/c973fb82-ecba-4bcc-b1cc-443d817b9472/f4426b15af724f4baf31a50d204d1ca7/dotnet-sdk-7.0.302-win-x64.zip"}, - }, - "7.0.104": { - "runtimeVersion": "7.0.4", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-tAzML7MbT/+aIWJFMZLfDyLZZmCfWiIkM4Mq4Wz7FRfpZzRbHB8LAQExujm4ZEzKMhoTwH89YnPYFRBH0zHNcg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7134a248-8879-43d5-99a0-4db4cd63785d/12da11c75491e290eb962a0e684cb9fd/dotnet-sdk-7.0.104-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-qV5Mlwgs32M3wipk1ppPjnykka+g6aGZf4nLFhia41wnt2ZWZrv3C54vnZQWmBKDSwwdU2aCisPSSLq4pXWycA==", "url": "https://download.visualstudio.microsoft.com/download/pr/83715ea1-0ea1-4f45-9110-a346c8dc3721/44319b982c7779caf71b96dddbe9313f/dotnet-sdk-7.0.104-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-syUe76rPRBRMuRusafSxIQA8y2b0/tjZ3705TPCZM7h3RVg1DN7t+27GVFotHhcoEGwal6gKJCMLkj8NJ3Am6A==", "url": "https://download.visualstudio.microsoft.com/download/pr/6946c3f5-dad4-4f65-939b-10be0ed81b6a/0ca6b9e3ba86d1ca91db8525781210fb/dotnet-sdk-7.0.104-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-gXXjpE52/2Im6p8eiP+Xishw2TfAJXsZzAlY5oB/iMlQcfMfF6akm4RyvOD816b2VVAJY4u5cU6aKanYPJFwhQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/23fde16a-2f08-4c1a-b9a7-ce66c1a394bb/b2117ae117f2746302d937b736caec33/dotnet-sdk-7.0.104-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-dubUuJpd8cV2KNUZVaiEa1DVOfFc56WZMch1CSZjcWCecCU3X5fEZ/4Zq39ccc/efA6BsudoByjqH8b7tMRkXA==", "url": "https://download.visualstudio.microsoft.com/download/pr/58411c8e-1f7b-4790-99ea-f6618cf0a093/2cf6832388ad48d2748235f288bdfa26/dotnet-sdk-7.0.104-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-mLG8u8yz7Qsb4wJghSO6EG4dyrQi5uT2ji0LpzrO5X+TWH1LzwOyp53+qi3+NEnZSXom5g4E3wFXRQNh8diwjA==", "url": "https://download.visualstudio.microsoft.com/download/pr/efe88a72-3d40-4353-9ecf-c9c28facbe9c/026ad9510ccc469adf54356caf3390ef/dotnet-sdk-7.0.104-win-x64.zip"}, - }, - "7.0.202": { - "runtimeVersion": "7.0.4", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-bwPeTvHQ9nvPj3lL7qGhSXybHTHEhGdTgq1jpoatMEe6LhKyc57yv3DBLmGkYu6KvYfpanxIIA3Oq5IJQUSzMg==", "url": "https://download.visualstudio.microsoft.com/download/pr/c1fd11b0-186a-4aa1-a578-bb1b6613886e/b67e1c9d6d90b1c99b23935273921fa1/dotnet-sdk-7.0.202-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-9BWo5sB4QhdZqWOqCyMsCS7PLwqOAUunIJI5Cqx5LtNejzyCKyzpHtY2ze6TQruiuJ+0/f0tKNuwrIVtgoyynw==", "url": "https://download.visualstudio.microsoft.com/download/pr/bda88810-e1a6-4cf0-8139-7fd7fe7b2c7a/7a9ffa3e12e5f1c3d8b640e326c1eb14/dotnet-sdk-7.0.202-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-n1zFKNXSKc8vYzhK+lIXbwScjZ4NnZvgzLGhab54plph26ek50NXaF1DREez0ml8Bi6fJAqNita1iP1DPuZ6zw==", "url": "https://download.visualstudio.microsoft.com/download/pr/4402413a-ef81-4732-a0c0-38f11694b226/e205b8bf48d95902a6dbe1c3cccca272/dotnet-sdk-7.0.202-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-PpkiTstKatBrltr3AXp0nfqxqQWdrtEwSjWsq560/LCpf44bTYwwdFNrndjdmNyJ2zYDBXrlmlngHUWb8m9PzA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d3fe9043-0ff4-4584-aacf-1ad41c47407b/7b84ed341359488cd0de21de1b4df6d0/dotnet-sdk-7.0.202-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-iRWE1uENwmNmPDP7Qez7aUMpM8CKUh9F/zud+npbXExeXLFNdP5Bi3jvTPMGUFkSV5bNKWzXP9QVarRfiQP3/Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/52f31250-1961-4203-9f51-9b9afce0db15/129915360a0e0e6ee59e895efd389b0a/dotnet-sdk-7.0.202-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ogEtPHCtHQqG7r/kTifYdSSKwhfk303mKVbcsVWi9w+Tf0zF3VEdLN6ZBVutDajmgyu8xzoV93k2aqLdTZqb2g==", "url": "https://download.visualstudio.microsoft.com/download/pr/e2f99985-b54a-43a2-85cf-cfc9a1e0a307/171339e000ade0b6e10c3cb010ed45ba/dotnet-sdk-7.0.202-win-x64.zip"}, - }, - "7.0.103": { - "runtimeVersion": "7.0.3", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-r8jJUzkPLeEaHbmCYi8KZqNSo3QWMkn2KaLJgP71g/wlg5bnOuEjRoMldBFc/nYRxoq0NZCH1FBIrDHahIq92g==", "url": "https://download.visualstudio.microsoft.com/download/pr/5420b91a-5826-4f37-95cc-1e360e1760b9/3589afde42adad63a09e3aaca659a333/dotnet-sdk-7.0.103-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Ndnu4TXrXJ/+0mKgHlmyJE9Ek8BNcbo3+yVaHwv4eolHQFN5pAQyZ/uc9Pyi4YaDUJsxCm8v/TMj77DJnHYveQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/794cd64a-31ac-4070-ac39-34858e8c00da/9568dfe47bd2d22de99268ceac5b2bef/dotnet-sdk-7.0.103-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-m/aJxkihPLM/DKcPwmlmI+yqHAuzxfrDIcnOX5VITGyVLYBL5fFlPZZMQhO9/QoHOPc8MplyjzpkIBW1yqU6Sw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a9f526b0-5f6a-42d8-a3f8-875cfd0d5863/a49ff5a30239d9bf80c36af82ff0c7f3/dotnet-sdk-7.0.103-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-lPkepn3RsIb4Ube2kAN5dX9GU+ovB+PYFzC2sBNjHQfj7CTFoR7LE8h3T9H9Zeyozx3rV9LfN6h1kbhfZTi3kQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/aeb26acb-f2fe-4d6d-81c4-2a9954bcba01/f5b9510832037141ff655e87c0f74832/dotnet-sdk-7.0.103-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-RjvIX8A7byXHgbH9HKeSWu1Kl5Nms4D+FH0KLvdV3T/e07qa3ZFm2H64tlCmF+TdUEugjk7yZxRS7EHaFGVY4Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/af8fedce-f75a-45c6-a61c-680c74c313c0/c105c4770b7a1e8f1ae8f8183ae77b75/dotnet-sdk-7.0.103-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-wcS9FmozI6BG0DY1TEEbBbXXz42C+UgztON8wmWU2xJC6UPEkYeiR4f6nKyjavifMQ+FWtQWfq57q6oK33niiw==", "url": "https://download.visualstudio.microsoft.com/download/pr/ad82dd75-d2dc-4eb6-9ba0-fca8870a7a7e/bd43a292cc5a00149a0ef8078c5d4c53/dotnet-sdk-7.0.103-win-x64.zip"}, - }, - "7.0.200": { - "runtimeVersion": "7.0.3", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-KZC30rI62ysmIXhrp3RFDoz3O/hyFzq1cCbXZYWZrM21pM77UpKUXiZECPgzUDIQYh7Xh8jXfrRn07IE2oBzqA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2fefd13b-24e6-4c0c-b3ad-a7285c6b9480/00d9e656a4263e002dab53d9ef901b75/dotnet-sdk-7.0.200-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-u4jMUJm8sJBgj14C5/zcT2qCEUiBN479Rpr7IQ4AkJ2NzE0H0YiFHvJ4K6dVMhCW3hddg8pnrzxNy408HSF3Vg==", "url": "https://download.visualstudio.microsoft.com/download/pr/4d8ba1a1-4241-4735-bac7-8d8c9f69832a/2c0f2741c551eb49c37fc941ed4d04bf/dotnet-sdk-7.0.200-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-3BS6II+JMBV3z+TKahkB25LwX54PFaRzEBKt+z1wEDgqGPQeDfkdEyy0gWU2icwx20yGKPRTxgfWZcQjfntJ7Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/44ffe43b-29d3-4dc1-b020-14db7e907228/bd849660e6f7ba54495326973408a4eb/dotnet-sdk-7.0.200-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-SH91O9i7rL5g2myMFh+nEPsSpe0uCx8t/X+xvTelbozF//nHXKkO3jRHNT6zzQgofkT+FCC2nrXI6WUSd9mcdA==", "url": "https://download.visualstudio.microsoft.com/download/pr/3dbc2141-13e7-435f-baf1-356345a89e9a/147b4382943eaedfdc36827ac8dd49bc/dotnet-sdk-7.0.200-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-b1j94yGdyGQg49LrASvWJzOpbhQM5cjTr03V0YwvHspfc/kvrfYiUsFamuHI6GC4oHGbQ5aRh2Dsr2174syMkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/69a13b1f-fab1-4353-9330-a4665df7f1c7/2d3a358216c9176a82b1a15fe16447f8/dotnet-sdk-7.0.200-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-8aSA36Y9mhkScmN05nYSoIvfpDixD1xwt9whuSUeiomExCuakB0PQp5i6BqPFs2NAAD0Cen1LqxVNuNliViF8A==", "url": "https://download.visualstudio.microsoft.com/download/pr/1461c865-f7c8-4ec4-9c2e-7056c457b1f3/5f98a1803b2a816f5adca094877dc768/dotnet-sdk-7.0.200-win-x64.zip"}, - }, - "7.0.201": { - "runtimeVersion": "7.0.3", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-pMTQ59UWQ9an/zMi95XwzfF09iaJYGME5Nv7azhxexEdCiHs/i7+oCNJR964c4O3zfOOlrfkt7wTEnsNcEMbmw==", "url": "https://download.visualstudio.microsoft.com/download/pr/35901872-1f00-48e4-9f55-e6c79823e7fd/8af43bb5e25d090c0af921974287ac2c/dotnet-sdk-7.0.201-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-/J0iS/HTYA6HiZH8Ho07Gg8hx6iqx7PK4OSSWtMxcswS9WIQ6r/WbP7dX3D4WRi4iWc0ARcrOZnOy+uPL+WIYw==", "url": "https://download.visualstudio.microsoft.com/download/pr/ec76d8ee-8776-42ce-b158-f723a221fc56/0baa1089edf0e0674d719f6a5d847b75/dotnet-sdk-7.0.201-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-MyZIGfySjiIGEnBgk1zAH0Q/VkwuKOua7LyDhlaXNHlnxjmCBJbyHApwOarNg7VIlE/CozhfMvAQeXYOnQy2dw==", "url": "https://download.visualstudio.microsoft.com/download/pr/92a51981-d618-43e3-a93d-d6f0d178ecc3/020dcb1797b5a73e690bd6ad511619e1/dotnet-sdk-7.0.201-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-xfmsHsCfeEM7rr3N/ke3FezmPfibN71MkZr7CcuzGD8qqF5fsSuYQlgqNDuiUkxfHXZOYH10ZezXgXREc8P84A==", "url": "https://download.visualstudio.microsoft.com/download/pr/71de3463-3644-4159-a7cc-e3b613eb7167/785a9b41cc226c368f44b5742bef466b/dotnet-sdk-7.0.201-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-BW/IE1I3xS5iWP2Nc7wBiVfCyqY1WkQzOyXjMZrFjJrj6Z5NO3dOK2hFIbx+yQ3PBKI1+lUna4KkK0JqQ7+tgQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/7e654ec7-a277-48eb-b8e1-96af77404041/19d97dfb089276a98990e1f2541a43f0/dotnet-sdk-7.0.201-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-kT41RKC5MB94U5Ux96UYkLpG0HmXol3M4C82FrZLyWyZuHCuYzjiaVPznEmbg4fmDQ4FE4uhL6BvdrpjVA6nVA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0c86eee2-5ff4-405a-8698-efb9018ee3c5/5a20e7bbcd9f99bd4dd178689b14cbe3/dotnet-sdk-7.0.201-win-x64.zip"}, - }, - "7.0.102": { - "runtimeVersion": "7.0.2", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-qYq+1zchS9YSZtGl1Qlq40U3xr7wRpZnDYhoTpeDurb21Fgj93VkjXI8TgMbG9NB93G6prJl0rbl9RWCE3IWJw==", "url": "https://download.visualstudio.microsoft.com/download/pr/72ec0dc2-f425-48c3-97f1-dc83740ba400/78e8fa01fa9987834fa01c19a23dd2e7/dotnet-sdk-7.0.102-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-dmeq4gqeUNMdH8AEzcXLAz0mgtOqeT3eKPooad5ayRFOghWodEfrc06HBzz+lJbByblAEzVn8Ss6feoxqBOWfw==", "url": "https://download.visualstudio.microsoft.com/download/pr/c646b288-5d5b-4c9c-a95b-e1fad1c0d95d/e13d71d48b629fe3a85f5676deb09e2d/dotnet-sdk-7.0.102-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-vJWgIV6IVAvVIJhFPzSO2wH/7BHM/ETHwBe/rlJDzi8KUPS7BsxsOmIsn8J7ifAmvhcsLRv7i6Yu0AcHHVIktQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d0c47b58-a384-46b3-8fce-bd9188541858/dbfe7b537396b747255e65c0fbc9641e/dotnet-sdk-7.0.102-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-t6ZqbcnmZIqXomlxA/KlPzfKtC19vWKx9s5bNHymzH5F5UdN21RuEPHkmsJ7IMD1iTYJPez3eZQa/S/3Yez4cg==", "url": "https://download.visualstudio.microsoft.com/download/pr/91c41b31-cf90-4771-934b-6928bbb48aaf/76e95bac2a4cb3fd50c920fd1601527c/dotnet-sdk-7.0.102-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-kPzgiCDn99nxwZY7zr7WyUfr692G0hr7GrxpsgTVy/PxF6OFol3o2TvqedRl4NSnQpmmiOnr5yUQVzVF3KvPxw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a93af409-9846-4340-b810-1c112db0969b/52557cefadc77036a5febb00a31a439b/dotnet-sdk-7.0.102-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-hByilq4dT27+1lFt7AWUxERJEpET4FNRs8qKkrVz7l0zPqq7V3Fp9eMsEu6XfySsDuPZow+7misLfAi43UFOhQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/7c869d6e-b49e-4c52-b197-77fca05f0c69/f3b6fb63231c8ed6afc585da090d4595/dotnet-sdk-7.0.102-win-x64.zip"}, - }, - "7.0.101": { - "runtimeVersion": "7.0.1", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-sIdPQWfpeSgCtGp93POn979zKes2mdQwixzdRe8yZ4liu9DM/RhuSOEcrDsZjEQVzqwvXlRtX83wzssFgQhj9w==", "url": "https://download.visualstudio.microsoft.com/download/pr/caa0e6fb-770c-4b21-ba55-30154a7a9e11/3231af451861147352aaf43cf23b16ea/dotnet-sdk-7.0.101-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-zyia0OZhw43Np/QVsweKIk6DR1KESEKdYsDzVO6VH05775zOrz2wL7UrXde+mHt6QyfKM/uSObZn3BxBxngJXA==", "url": "https://download.visualstudio.microsoft.com/download/pr/7fe73a07-575d-4cb4-b2d3-c23d89e5085f/d8b2b7e1c0ed99c1144638d907c6d152/dotnet-sdk-7.0.101-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-WGtajzJgH/uEZuATVWGgIQV2Y4iZe6uSpCi0Vn/8qWHbpUDU9v4jfzpOoGjdS/PJBQyFV8DLfiX0wCD+CmI3eg==", "url": "https://download.visualstudio.microsoft.com/download/pr/d9df94f7-3ea2-41b6-abde-dcb9caa87056/9df759093dcdbc1a1b98feede2da8aaa/dotnet-sdk-7.0.101-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-8IohN8Nzhu2UCBBtEKO6xfGhLdNTXiDkOEqWGTuC/CfBW6DMxH6b16EuUzo+nw4iCgiiIIh80Sxnj+1HbuErtQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/58c27f9f-f988-4a42-be1a-0747657952f0/32c855c8c0ff149e4b3662ff3bc3e632/dotnet-sdk-7.0.101-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-qIAYeR1lRNWqq9E9ySkb/Glj/TmvO2e0zyquxbnou+5N0W013tnSltipKQgt/W4T1rLqVndGHV/X3xzHu9MOeA==", "url": "https://download.visualstudio.microsoft.com/download/pr/6ce04a7f-c96a-40f2-93ee-7054ceff00c6/4a4dd2950f3de9f053ffd5a99bd6a19c/dotnet-sdk-7.0.101-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-9wg+L+8vXJPH2JnN8Ef1yIYmYDrQ/d3x8XaCC3SjLj/PskAq70lAZ2WsjxYLW0inFPCdsszg7QRXX3Hcaknq7Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/25a8e07d-21fb-46fe-a21e-33c7972d4683/50ba527abe01a9619ace5d8cc2450b70/dotnet-sdk-7.0.101-win-x64.zip"}, - }, - "7.0.100": { - "runtimeVersion": "7.0.0", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-CjMt9YiR6AjJrcK3hemw5liym0lJY8jVAbD4gG/109qtRhSIY0nLuoavY47XrHbnii0FrsoTusJdX0X75iuCUQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/47337472-c910-4815-9d9b-80e1a30fcf16/14847f6a51a6a7e53a859d4a17edc311/dotnet-sdk-7.0.100-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Ci50SGNXo+4Wq7VR7Ngog2+Q2HRNbitrg1VjlchyCQ2eUWb5Ko0FAzEzPQfREsSyfocQC6GvhsrIo38a7pUweA==", "url": "https://download.visualstudio.microsoft.com/download/pr/253e5af8-41aa-48c6-86f1-39a51b44afdc/5bb2cb9380c5b1a7f0153e0a2775727b/dotnet-sdk-7.0.100-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-0a+FkryK7EMGn2iUScFZpLE9pBmpJNq0lbZrv4yZtSbHXGCRcSBbbRswuw/29XeXE1JFBI42KfuzP0YhcRB1gQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/1a0e0146-3401-4c2b-9369-4cb5e72785b7/8548e8f2c619330ea7282e15d1116155/dotnet-sdk-7.0.100-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-hhZZk9z3aLPOeT6Uc5rmgfMLY7P3/cgsbadpLzhn+TwZrFuRUryPRXCPQZQYfWC3BuDuYaN/bhRwU2yVpeU+HA==", "url": "https://download.visualstudio.microsoft.com/download/pr/09e4b839-c809-49b5-b424-86d8ca67b42e/54be2d3868ae49fa00b1cc59065d5e2e/dotnet-sdk-7.0.100-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-YuzyuyRm2mYxF1Y7jMgFn8bcefMYABIDlpLmk6FLyY2utyGPgxgOi/oV8apBm3gK9EJLJlqfIxvLP2/v/J7ZIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/2586d573-4d02-43b9-bf4a-452d4170daaa/0f25ae6ea4381187688ddde932655343/dotnet-sdk-7.0.100-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-53+jUB9pRd1XMNvOx2MvBwMUcXxqv6lfleE9tTv9VdL0b6pFgJ95ZTV0nI2YJRgopLSrTVzrPuHapSYsaQf5Bg==", "url": "https://download.visualstudio.microsoft.com/download/pr/1fb808dc-d017-4460-94f8-bf1ac83e6cd8/756b301e714755e411b84684b885a516/dotnet-sdk-7.0.100-win-x64.zip"}, - }, - "7.0.100-rc.2.22477.23": { - "runtimeVersion": "7.0.0-rc.2.22472.3", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-vV9vwrxng7z3G0pcJ0sucQM2/AMcJXf1zNub4mec6LFeQPuOYx4t0YsjWTlhB/5E2GfTQfb8XarhZfjyOK3uFw==", "url": "https://download.visualstudio.microsoft.com/download/pr/8eb03851-3b65-4116-8d6a-f5665e88b90f/901ff01f63c7dd06c3550e0a0cd15587/dotnet-sdk-7.0.100-rc.2.22477.23-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-IttdHRb2/O38Rvh4lpIEJbXZth0JxH0lTWrHMcbYU2V4grIfryHzE+0gsz5jMdAbn3I7LFhvDgz1rMXtVwsCYA==", "url": "https://download.visualstudio.microsoft.com/download/pr/f5c74056-330b-452b-915e-d98fda75024e/18076ca3b89cd362162bbd0cbf9b2ca5/dotnet-sdk-7.0.100-rc.2.22477.23-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-98xrvhV4T2WHxA2yrAQ7QQ/f92T0L+DNhabrqGOyAfa7ULQCmmMWwnbAFlRIwAcZdoIRtnkI7ie3GG0Y00MThw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9a9a239-5430-4a88-941e-0c63ffe4ff42/18dc8b8b1cc2010fde2c418a85a96e70/dotnet-sdk-7.0.100-rc.2.22477.23-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-p+83xXbke2c0sdWAN96PQuniDE5lznohPG4wamj/Qm+y1eW4BTB3deSBw1MguzP2pis6Kpfd01Y3E0+XmO5hCw==", "url": "https://download.visualstudio.microsoft.com/download/pr/0f93024c-7a1a-42c6-a085-50bb1fccea6f/09194b050530239bbc2cdb3b9ec4bdce/dotnet-sdk-7.0.100-rc.2.22477.23-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-oo4TEIUDp5o/3BaYYE5R7XNkgOIC38mmEBOyZLHXZeqS3Jn27IU6cr5L5jio2mwjxcwNsXPpWtlM2KM6gKsjVg==", "url": "https://download.visualstudio.microsoft.com/download/pr/9e840eed-a9ff-4905-af8a-bde22650a82e/e0013f7fcd523edce00bb442b0069152/dotnet-sdk-7.0.100-rc.2.22477.23-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-yP+5a8En45S7xurK5XcZdsuckk25RTQCbH8Ep7x7Mi+CEtl4nMvwWJM3i+GT0rvFYAUL27MzXmqz4UHq9HCjgA==", "url": "https://download.visualstudio.microsoft.com/download/pr/49b8a5b8-baca-4711-b24d-11c9b9840f95/e764347d9a2a1668db104034b01017e3/dotnet-sdk-7.0.100-rc.2.22477.23-win-x64.zip"}, - }, - "7.0.100-rc.1.22431.12": { - "runtimeVersion": "7.0.0-rc.1.22426.10", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-CVVh+ciqgV49jty7XESaFiwJXgA0+8CRvsCVT8jRKGzYw6rGFb2Et9GaOi0DgAFnYFfkiG8mpknE28Rs7iTI6A==", "url": "https://download.visualstudio.microsoft.com/download/pr/620a7215-63f9-47bb-b88a-7798e958ed2d/539a8c04045ab69efa77504f75f07a23/dotnet-sdk-7.0.100-rc.1.22431.12-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-fs6/KEvRVG4VdblWH05ku7jWloCnu9pvBv9vv2h9OmxlOw5qbFaSQUVcb4NiDw3b4ZPKXNUjhKwGLIVl3SK4WQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/bf594dbb-5ec8-486b-8395-95058e719e1c/42e8bc351654ed4c3ccaed58ea9180a1/dotnet-sdk-7.0.100-rc.1.22431.12-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-aPMeb6lIa01BuTL76ywNODAzq3LvkWfgLe2tBEQ4Px4DSclQSbyNt+NjPeZa+5Pd/1O8cOWaoDrWMvzOWExjHg==", "url": "https://download.visualstudio.microsoft.com/download/pr/dbefddef-fd07-4dda-a9a7-e3a1b474d314/52d3b44b2fbb9bd2e0e8f17a01565ab8/dotnet-sdk-7.0.100-rc.1.22431.12-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-i0IkEaBCVRdQFk09NaTceoP8OODx3bV+az3+gWeWtBnLfmJYdoEe/i6hC3JV9c4Fl/7TJ4Lqv6Ywn0fJe5pHLw==", "url": "https://download.visualstudio.microsoft.com/download/pr/8b605689-07ca-40a1-9619-e5e2a26a18e2/869ba34d898a8025ffe16f3e914277ab/dotnet-sdk-7.0.100-rc.1.22431.12-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-XuJUpqgf9c98Bsck9KYlUAyBkEjld+frmXc4f2Nx/C5tRA+I7Eo1+77kkt8HTEp3iESSXYUc7BamiIEP2wtplg==", "url": "https://download.visualstudio.microsoft.com/download/pr/13c76c4b-7bff-4dcd-83f2-89d3b8f5c47d/c97889a542226294588bef296a1f2846/dotnet-sdk-7.0.100-rc.1.22431.12-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-bIK486vN3nNcBxx/RcMXjeVki/Sib5KetM7StYV81iz7tX8rHp936a27Gaut1emeNdwUvC42IGXpXfejchW5aQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/b3b5dce4-d810-4477-a8a3-97cbb0bdf3ea/91d0dd167239cfdfb48ae18166f444d4/dotnet-sdk-7.0.100-rc.1.22431.12-win-x64.zip"}, - }, - "7.0.100-preview.7.22377.5": { - "runtimeVersion": "7.0.0-preview.7.22375.6", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-3kPEcXlCOaBqa8cN95SR4eqPcX34TnS5Gqg4O8ntw+/ShiFqJJXULGDLGNR+wEQhMtPsL7rWlfYpaefj9h5h7g==", "url": "https://download.visualstudio.microsoft.com/download/pr/261a4c75-3058-4319-98b7-050c1c12f8e8/46d3da56919fb74ef4e1eccdfa24e4e8/dotnet-sdk-7.0.100-preview.7.22377.5-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-wW1FLb5PCXt10wTIvBmJIBeEd2i/LooKcvr9bWtGw9134MJRuAwkUZf0f96vwsGNslWvihpcML6YLeGRKYdDkA==", "url": "https://download.visualstudio.microsoft.com/download/pr/aabf15d3-f201-4a6c-9a7e-def050d054af/0a8eba2d8abcf1c28605744f3a48252f/dotnet-sdk-7.0.100-preview.7.22377.5-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-/T7Xzx8xtgkKGUZZMuOaO8zZUtPsJXVvLZpCRv5+k1iAUEM6NxHpv+0XZfAV5PoUvc6VNKaPCj8SHrRCT0hvIQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/b3b49061-1894-4454-9976-5ee9f310e3e9/36ad0ad134881d00d4e10144ede8cc36/dotnet-sdk-7.0.100-preview.7.22377.5-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-n2/ssA3wTwemJ14gLS8AWrG47kce4Vh8fLNiuUVliistz1csSVei/36VMFVYQpMg/qvjBi0dAJ6CREQuy4j65A==", "url": "https://download.visualstudio.microsoft.com/download/pr/7936e760-5156-45ec-aee6-ab8cdd988a32/5b3b9cc8a843a60fec8e3ac54b4f830e/dotnet-sdk-7.0.100-preview.7.22377.5-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-JxvH4q9v64UKe5N+HoBOLTZkYVcCZo4VFnFcSpCGl/kmdXFM0nKZG2c0raKH4WE0Kn2Ku7SGzG0BbPiylg3J4Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/905442ac-7fe5-4923-95da-04d9e6c75cc6/b0f1e201750bde1eabe8af14926b2971/dotnet-sdk-7.0.100-preview.7.22377.5-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-gsq4jYyxf5dAc1AN5E7VzGGm2UfkHRg7sBW9LyiuViQzVaymgGHQ9HBctRWYGkRF1Gyu7UBLcmrpienehCg4hw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6cab7ce9-f869-4234-afdf-7e0656f2464a/ea6241b4526dc04c97b4c3c64bf54c67/dotnet-sdk-7.0.100-preview.7.22377.5-win-x64.zip"}, - }, - "7.0.100-preview.6.22352.1": { - "runtimeVersion": "7.0.0-preview.6.22324.4", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-4YEtwPSuBqar03XKl14vI+UQ9oOwmuCjLN3Q9ik/UV8jFs6UsXDmgNg+FFC+J9p1BuOTqS3Ymppfobnk8ZigpA==", "url": "https://download.visualstudio.microsoft.com/download/pr/27b08d18-c7cc-4f83-9343-0d16dec83709/afa9f6f1896ebdcc2b19bafe3cbd7d6c/dotnet-sdk-7.0.100-preview.6.22352.1-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-5JohGQIeQGnxGTiYU2zFligzbmVvL35J1FSlk6Mw2OQ3rPL077cJJbwWqckAwuSfSmwvtfaeaWsJqR68zSyTBw==", "url": "https://download.visualstudio.microsoft.com/download/pr/9762c43b-6de2-44aa-928d-61bec028a330/ba4d124e5384ae5c5a4599afbc41b1bf/dotnet-sdk-7.0.100-preview.6.22352.1-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-p27vlfcGKFbrU0Ow2hGSZ5gh/kXV/LzSrXwy8f0CkxGPI5UhXPIxh6+NlmK4265ekVS+BDHVBYTvc6r+ilgKcA==", "url": "https://download.visualstudio.microsoft.com/download/pr/202fe3a0-4c4d-4bd0-bf0c-164c700c6e47/77a3a7cb1d94674db2152b9c1655711c/dotnet-sdk-7.0.100-preview.6.22352.1-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-vqxjNodK+VUsBsBDTolAaxDzvOjN4/Y+nARNxm5bWtVIydv948uhiA57I8wnL1pORIoFKu+gEdofx7YA7qPxRw==", "url": "https://download.visualstudio.microsoft.com/download/pr/e9c70049-5fd3-4a11-945d-332572b2d09a/83e98d612504f66066f6752cc9d7ae44/dotnet-sdk-7.0.100-preview.6.22352.1-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-mIAVv0LsrD4TqnAHGfzNVkHkSaknKptM04jNcIgpSsmNBsRWrDTWstMLDsJm/6xfx3ghCcs4lsxMXHRU6zoCUw==", "url": "https://download.visualstudio.microsoft.com/download/pr/573b98fc-3fe7-4391-bbb5-1c27b7f37c0c/52b8096ec3cef43daa4f178533b19af5/dotnet-sdk-7.0.100-preview.6.22352.1-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-7nzIIThoJ3ROwXVPC5vGok/BHcIBrT6pZ5f53Ek+z2C5W0hN2LhiLB5rA/QMBoI06OL2UVntbVj9V9u/pvZsLQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/7c4e5883-6139-4093-a1cf-5f0c6fabce89/60a342b67d120328c41fe6c7ff13890b/dotnet-sdk-7.0.100-preview.6.22352.1-win-x64.zip"}, - }, - "7.0.100-preview.5.22307.18": { - "runtimeVersion": "7.0.0-preview.5.22301.12", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-UfTj9XjMROobZJBBg8oMDdi6IpBV+3C9xPlBRP7psrLMBdAUMyxWAxnaRCUt+RVsrx0G+R2Zm8fedrWy2IH2ng==", "url": "https://download.visualstudio.microsoft.com/download/pr/25092f42-500b-43da-9994-7577f6c7734c/507ea02dc7cf86ae94004afd2e916f58/dotnet-sdk-7.0.100-preview.5.22307.18-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-aRwNiRe8mEighwe3+iLaBSKNrQumM1/wbG2A+alTSTB1cv9FwLCI2fwZnECheE/zFOGoc10DZr06oG6436K31Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/1c28fb12-c30d-411f-8d63-4dd9835387fe/cfe3d86f5600568ac354f7546f876589/dotnet-sdk-7.0.100-preview.5.22307.18-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-mDEo8F1fJHY4O2DZ1WU0lTLUGDv/0KIV10uybQpT1ASJQB0A26+K9qAayo7IXnd2AZzODmYnZKswF+Rln9NoOw==", "url": "https://download.visualstudio.microsoft.com/download/pr/1264a7ff-d09d-424f-84ed-efab470cb615/9f6bdeb3997f68344a9d561d10cbd9cb/dotnet-sdk-7.0.100-preview.5.22307.18-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-syn2FfrYRbbsSdFdgftA8nrAeO6HGzBeg1wGJQFfhAa2ZUR8nYwqHTDdV5EstHD2vywVUwe0kgslbDuA+oAOwA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dd15b5e1-7765-4ddb-8bfb-e3ddb501fad5/d4d7b26819da837fc9df7aeb39caa370/dotnet-sdk-7.0.100-preview.5.22307.18-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-yb76zUoK8CaJbt92JHI9wE7mD7JQtWi56hTcaHLpyx9jaQD67ZaWnLky6UJQ5TEbeqYDFQbVEUytqp5ZuV0UVg==", "url": "https://download.visualstudio.microsoft.com/download/pr/66d92456-d028-4a0d-a205-2ef2fd17271f/f96ee8f4bdb4526932fe86e2580cb306/dotnet-sdk-7.0.100-preview.5.22307.18-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-/tThl7ttqFrZyutJczyWpZ4F2qB4s0xUKTnyj26k5hAkDWBOEj6txo2aQmdQDbB6eoled0O37hLvh0kKhTvAZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2182e8e2-4fac-4270-ad51-898cd15f481d/75870ce0fd2814a3b45f083d4cfaa73d/dotnet-sdk-7.0.100-preview.5.22307.18-win-x64.zip"}, - }, - "7.0.100-preview.4.22252.9": { - "runtimeVersion": "7.0.0-preview.4.22229.4", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-oE+9dIxmlOcftvPzeKPvjIwBTVVG4ShYJegE6OimZ35tdd2cDIj0TfjjTuVRA70QOfIcrylOI9kW60LMIC9GnA==", "url": "https://download.visualstudio.microsoft.com/download/pr/a292f0a0-1659-40d0-9893-ea4686be6deb/bef1fadbbe9ebe9ee06ba1cb52e809a2/dotnet-sdk-7.0.100-preview.4.22252.9-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-Nb0O0/Is6bovydea1eAfdbXIGe6NXuLiU+Po3P7FEKKEGWr8UQxoK6tl1WSB7kxACthqTH71R8JMUYiiHyBckA==", "url": "https://download.visualstudio.microsoft.com/download/pr/322dd9d6-3135-4f8f-aa00-4daf61bc51d0/a4e28f08a42034b276e4536acdd0d7f0/dotnet-sdk-7.0.100-preview.4.22252.9-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-IWIZtkGASUhCPGhlj+/wH24HBYUkA0sK5qH5F1+2P2DPL54+VNkzCHpfvwrx0Pcb9wdalWvVOI66Tnr7O5ApCQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/1e0cf05d-d75e-4659-bf3c-bb49034d2b1d/91ce34d85b93980f6a3eaf711798168b/dotnet-sdk-7.0.100-preview.4.22252.9-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-NlkP3aYNeM2UzquGUpjS78LF0Nl6xcQbynLa+/0PaqKbiy1Wt12Q0wBzVO++7MMXkNLtqmXACTO68Tq62xVRsQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/72e7a10e-1349-4e8c-9874-ed0469e68ce1/a7835f5b15186b0366c1c84e6640d727/dotnet-sdk-7.0.100-preview.4.22252.9-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-l3CN5gd3Ht2zFLBYGHEAYGMGzPsPQHuEQbbITAh4xzC88I+CnEAEL4z+v3w/BC91vzUgd+pfJP8H6A0Us6vbVw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6ea7a70b-0f14-4779-aaea-73464d9c8b7b/e1746b78b693f77262c0241ae732560b/dotnet-sdk-7.0.100-preview.4.22252.9-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-YGPQ/KN84Pyzl8QJUYnVVEKPjNXG5Y1s3oOVnoBesfHWr3YZ+xVRhnHYFHoXQu6mZtVheROTbxQi+l3yf6FHFA==", "url": "https://download.visualstudio.microsoft.com/download/pr/21af2868-0870-4f4f-b678-918e6cf83459/3dc6852e403254a193a1f56cfec70c41/dotnet-sdk-7.0.100-preview.4.22252.9-win-x64.zip"}, - }, - "7.0.100-preview.3.22179.4": { - "runtimeVersion": "7.0.0-preview.3.22175.4", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-zoBzhgs1tCd/zy77reEykgFxapaRn5JGo21x2aDzsoN7WCcJJUY1IVepQotY9pWZpmFfMYpzW6KI4si8oN/a1A==", "url": "https://download.visualstudio.microsoft.com/download/pr/ccede891-f921-4292-853e-72dcc5f304c7/30a37128b5cb5ad9b844f83cde0345a6/dotnet-sdk-7.0.100-preview.3.22179.4-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-7E2zdC/ZNC2fh2ujtbFdccLvbpzlfqb1oYwXUxGLkweXhjyxm7ZmG1qxX6sJf4qkcpTmDPdM+8KVPTVMPm84zw==", "url": "https://download.visualstudio.microsoft.com/download/pr/321f886a-a492-464b-ad17-fecffe104e89/3bbe923e17358e096c5e7aed8a2b2da2/dotnet-sdk-7.0.100-preview.3.22179.4-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-PIT8RFDkCox4fHY6k7pOpoNA/0GWhQt9aTr8H5VeRabcFq2wjX7cH7CtcJlL9sDNAKp03NmO1i8WGqeeZ2ZvkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/24274ee9-afd9-4bdf-9729-2c9635d7c2a8/ba5fd3846930536782f44deb41e1bec5/dotnet-sdk-7.0.100-preview.3.22179.4-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-/3gODaTFkm8nPeLy0T8zQus+qYqCQUf9ADyt3QCvpVH3i4OgiN9GDr+aR2lirDev4h6juIsljQSioroBomoZ4g==", "url": "https://download.visualstudio.microsoft.com/download/pr/0397e593-b8aa-4ce1-87e0-c508a44897d2/13a941c3481c26dde1f8d1d2d57a5f7f/dotnet-sdk-7.0.100-preview.3.22179.4-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-so4v7g8CJ/LVBuMvczCbqJsgr+31ioZu9YFik0vV3fH2qJLSYs4g+NDM8zg5Mf7AYe/1H+xlId34gikLhmtIWA==", "url": "https://download.visualstudio.microsoft.com/download/pr/4c1292b5-255b-4e83-9f73-94c58508dead/8e83a0e8ff6b5d640334e658ff89a1e7/dotnet-sdk-7.0.100-preview.3.22179.4-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-fHPoCjWOSgJ6uUUNlO2vdNTzZQt7dPu1YS5qZmRc3/I9pAbHkdPkzpVLXVDq1GgaMiuyCmBBJo8+BYUOTnwHxg==", "url": "https://download.visualstudio.microsoft.com/download/pr/5990dfb9-b5d5-4922-9454-3248918fe4b5/33a4230d680d47d2d4484760f1580fa2/dotnet-sdk-7.0.100-preview.3.22179.4-win-x64.zip"}, - }, - "7.0.100-preview.2.22153.17": { - "runtimeVersion": "7.0.0-preview.2.22152.2", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-BJU09xuY4Wc7hTS/iOmQDjlrnCjtFVh032zmuL2dbHIPVnodxblQl7z2KTMdsU+tHLNWNUWcXJqCxzemnpn77g==", "url": "https://download.visualstudio.microsoft.com/download/pr/464b9ad3-c0f9-4b96-8d04-8c607a5a6c17/429d60c7c172d9ec1d58515c9a94c3ca/dotnet-sdk-7.0.100-preview.2.22153.17-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-J5UhsWd+0YMoeKAxjpKLaLuaptV44Obmm1xdpqqJmfCmDsTDPWItsclB+SbP3Nwif0E2Itaeoo1fnW7IaB97ww==", "url": "https://download.visualstudio.microsoft.com/download/pr/754fe8c6-9088-4a1e-87df-cfc5efdf1a9a/e4d3a877c112ef8d09c6c7e9a444ad9e/dotnet-sdk-7.0.100-preview.2.22153.17-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-yzemNyHCbiUPSYxscaaHBsOMQ/L5J0uCLXsvQcX9RO2oOvSkmOYnzbwPnmjpGCZq0/vLHCt1Zp+yfJuRZOstCQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/e48daeec-7861-4193-b6eb-d3f965be6032/d203ccf2a2186096783d8deecfa63483/dotnet-sdk-7.0.100-preview.2.22153.17-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-AXXA7h8w6xjSBqyDTiDJ+sZOsw/TwcEqwNZuiVdbKl/Fu1gg5VvHCCQQXKezaSORbGm1SEQ/+o+6UwiAazNRmQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/344a9dcd-ad0a-49f5-990b-7933624c82df/8684f72d6429661c816330d0da5b42cc/dotnet-sdk-7.0.100-preview.2.22153.17-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-TFWlPWOl9iT5oTMBY9Nml7ND3j+BdcqxFVR4lSrHjSdzyVEJiBtvj0ukGTXXG4xyPHFx2Nr9zlVnCbPihmei1A==", "url": "https://download.visualstudio.microsoft.com/download/pr/a30f77f6-8b77-4955-80bc-fcfe7bd99abe/41344727d9c94bb8ff86f46841d3978e/dotnet-sdk-7.0.100-preview.2.22153.17-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-fmBKBA8WKTlKLQLNpTKv224T2WwHWOEZt926ucU8xs5zpP/8uu0iKCVqHf4LB5e86y2fxbXTpFRJNDXOWvnPFA==", "url": "https://download.visualstudio.microsoft.com/download/pr/d759acdb-c289-43ad-8698-4a9783d80ef8/11838a24f71dd4c359bc9a02b1e14d5f/dotnet-sdk-7.0.100-preview.2.22153.17-win-x64.zip"}, - }, - "7.0.100-preview.1.22110.4": { - "runtimeVersion": "7.0.0-preview.1.22076.8", - "runtimeTfm": "net7.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-ZLeLxIeGI+XRRe/Huj4B5dQHO/uQDrXyAPjMoOaCig2mKpPKm6eB9dPJt+fq3acVeJ/Wx+48vSBY+VAIk+dzPg==", "url": "https://download.visualstudio.microsoft.com/download/pr/86f77277-df30-4e8f-a9c1-48fa40a117ff/a33b77e9a6bc932d3623d83ec4fe528f/dotnet-sdk-7.0.100-preview.1.22110.4-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-VEiKkRFy8Fnjgj1r9S4fqHMF6wnoTZf4GkDggV/IpzpICxSQIyg/VXpnLvA0HwIrjKFuvskiZO4WpW+sjzXi4g==", "url": "https://download.visualstudio.microsoft.com/download/pr/1af9d3c3-a20e-400c-abe5-3d80dec7b63b/803f8dc5cf21fb28245aba71a7fdbc05/dotnet-sdk-7.0.100-preview.1.22110.4-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-qUIhtpufmVnGBFZyDv4upQ+4oHOQMQOkc+MRplaHHA0yrjEKJTt31QMN2hOWzi0CsxQOLGnskn+RX3JRnHzHmA==", "url": "https://download.visualstudio.microsoft.com/download/pr/ae06e407-ba53-4a2b-834c-184bf4ae76d7/2246f5ef1881027f2d76d9562c3b6b80/dotnet-sdk-7.0.100-preview.1.22110.4-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-61Ia3AUiZmGtdED57B2mgqUJRW0k/NB8XkHdWwegtna8SSHWB0iq2Sxn4f3fU8m+qiSTPU0t2ueEIO2/oyv1LA==", "url": "https://download.visualstudio.microsoft.com/download/pr/39330fd9-ffa9-45f1-bb8f-1788f9477c26/06e55d3f9012f4c30b490b1f0d2cf41d/dotnet-sdk-7.0.100-preview.1.22110.4-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-N/acDNNF5/bOwC9oJQVcw33aPaWKCWSPpyDqlCQXZji/YK7k1BjA7jWs1+E+4S3V6dRyjmxLDdbOAfGMBUUzXA==", "url": "https://download.visualstudio.microsoft.com/download/pr/17dcb3b9-99bd-4d7f-bb27-ef0cdd3db552/7cd893766c7d7be236a5436dad8623ba/dotnet-sdk-7.0.100-preview.1.22110.4-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-nsWrBiDjjDY7ErCSOYKVJOefRg52vg6BBp4fVKennKAdwGpiRuCK1FgIYz+7MxBVnr0wPgg/nXvLJnFX5uSKYQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/9765ed67-8c55-41ad-aeef-21be6d599ce7/4092e82ed77053c5621cfe19ce1d9329/dotnet-sdk-7.0.100-preview.1.22110.4-win-x64.zip"}, - }, - "8.0.100": { - "runtimeVersion": "8.0.0", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "8.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-MpbSvBXMQzoMoTw9qDuTpOG6ANT59ib1rdxg5+OYp6zvp9PfZSc/PQgl35eG4CnIlFeuoUhVB7mKTfKhGTzXZQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/43e09d57-d0f5-4c92-a75a-b16cfd1983a4/cba02bd4f7c92fb59e22a25573d5a550/dotnet-sdk-8.0.100-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-E5BeogGR5wuuulCw6bvl91Knw0WHh47hBHRPn7RTv+Q5mU04lpciva5/YO4EfXXdqGNvOrYmWUUOnNQCTziypQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/5226a5fa-8c0b-474f-b79a-8984ad7c5beb/3113ccbf789c9fd29972835f0f334b7a/dotnet-sdk-8.0.100-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-EaMH7Bf6Ef2PEz1pfNQUwSsdYT757AXbgTYwsQoAyy7g9wNYBoi8WbYMkR6Xon7viuDYn8IpjFNeC7FbW5l7xQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/2a79b5ad-82a7-4615-a73b-91bf24028471/0e6a5c6d7f8b792a421e3796a93ef0a1/dotnet-sdk-8.0.100-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-irahQI5jCn9olBStBiGRVYw2P4+4qYtlce2Z04bAeVFlXGpJn4uKSxKNT1Zreme26L4mzadR2ShoUbYDCW0Nog==", "url": "https://download.visualstudio.microsoft.com/download/pr/e59acfc2-5987-43f9-bd03-0cbe446679e1/7db7313c1c99104279a69ccd47d160a1/dotnet-sdk-8.0.100-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-yIiwRrcQJ9vc4RbYXj4mJN9PQHMHHXMDK6++1a/PFYQ/kRJRjzYKEcBJHFgCz5OmLPIXhYrjzOhNeX6J63XRzQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/7a580d00-03da-4eb0-96ef-4c7bc57bd6cb/58c0a9814ecafc5e06ad7d014f65a984/dotnet-sdk-8.0.100-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ae5zxWx4yUwYbA/RsGzhpzJZefdoCFfcGgXVFv658P/pkMLARByu0d6YoNCuOSPMPgRSX5HZYwbWEeSBok+ftA==", "url": "https://download.visualstudio.microsoft.com/download/pr/2b2d6133-c4f9-46dd-9ab6-86443a7f5783/340054e2ac7de2bff9eea73ec9d4995a/dotnet-sdk-8.0.100-win-x64.zip"}, - }, - "8.0.100-rc.2.23502.2": { - "runtimeVersion": "8.0.0-rc.2.23479.6", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "8.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-sHBZqLa1WGE0pjogyVL08Ck3J5HVPko6E2PTm4vrYrTH28I8feICOXMQx5qqoRDTXQ3V2ZZCDq7Q7X934tvGaQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/0247681a-1a4a-4a32-a1a6-4149d56af27e/5bcbf1d8189c2649b16d27f5199e04a4/dotnet-sdk-8.0.100-rc.2.23502.2-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-RfCeewMfTPW03OrSQP5H4uNzHZfSKqltOgKghzImWGBswieSBTw3hMRPFdfJutCsnb2pDe97Thl/KVXcqaW7bA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9144f37e-b370-41ee-a86f-2d2a69251652/bc1d544112ec134184a5aec7f7a1eaf9/dotnet-sdk-8.0.100-rc.2.23502.2-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-x/lVulh8sAqmiNu6mHrP1CA1GdoNxZFK5+Hs34+VCJqEQCtNgzx7YYa9wfcCFeOZZGEXJCoFTBVVCHrO1h0Rmg==", "url": "https://download.visualstudio.microsoft.com/download/pr/6c9084b3-c512-41be-afe5-84e156f250b1/6e1c12684b4c5b95f122f0659f337ab3/dotnet-sdk-8.0.100-rc.2.23502.2-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-SCaK/HMzXBnJa9d76knu3UYQVrG2QHA+uuObMAOHW6Cw29wTznrsDHSuhCvQFkfNHCJexVVDmXLz4WMAJFpI/A==", "url": "https://download.visualstudio.microsoft.com/download/pr/2cb4fcbd-ba5d-41c4-9907-8120aa4b5f23/98fd104ada4105462cefb1123a0df533/dotnet-sdk-8.0.100-rc.2.23502.2-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-FBXJWO6sO9SO4p+/epzMqZ50yu5cJ87wS/7QLwcEVhZtie2MLGvfOujYieXF2g05Z+Nxu6mP7tfUzvn3+Nxu+A==", "url": "https://download.visualstudio.microsoft.com/download/pr/20be942d-d5da-475b-8a33-dd02182a8887/0e3ee04cfd41010bd879b380a39b6d56/dotnet-sdk-8.0.100-rc.2.23502.2-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-W97sSRtB2ht6ejV1eoC+gMfhDzyCr59AN93iF7CcUm1uZzIJxGfET3Zs74YRvGOq9tKoBrOHmGGHIlKzEzmkew==", "url": "https://download.visualstudio.microsoft.com/download/pr/bbf52fad-c6a2-4b83-a966-fb5c03ab3d61/476acd23413a7f46679c257e0ebe437d/dotnet-sdk-8.0.100-rc.2.23502.2-win-x64.zip"}, - }, - "8.0.100-rc.1.23463.5": { - "runtimeVersion": "8.0.0-rc.1.23419.4", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "12.0", - "fsharpDefaultVersion": "8.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-apbEKO+G/Xn5At2+EbkFRDKkJb5EJATJ89XcaaFcblnJW/KBgivRnoVIlNm3oxwZJggm9K1Ge2EOO9AqAPcanQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/46cee660-92b3-4b07-9082-a397866c909f/c708a7d23c446fbc63b2a70b86c5fe29/dotnet-sdk-8.0.100-rc.1.23463.5-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-rJQf0W/Xwyj3zESxMrQlPdsramwVKvX0PHHGzQ1GjIm3J26/bAiJXctuXiX3yug7b7rLkc/MSmHUm1ZXqDSpAQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/764f2fec-710d-490d-a341-88636bce1a8d/35fc13fc20161a7d196200d9c2c6a8f0/dotnet-sdk-8.0.100-rc.1.23463.5-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-8niwdctIVn4cKW3hE4C+/Ef5rvI0BltWbUDK0Jj7PrARsE0TRxbv182OqM6GIyjiwC3AynyI36xaxylMwWNnsA==", "url": "https://download.visualstudio.microsoft.com/download/pr/9dbb7558-b41d-4e07-986c-65bc76ea6df6/962f24b52a00209464f4d3e9d6f4334c/dotnet-sdk-8.0.100-rc.1.23463.5-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-px5D8adAGgd0LDrbLN/eNx7uZXeq16HyObSn3nITiT4sShR5WdJ16EM7P5Ev5wjY0uv/APZnBO+mcf7AyTwxTA==", "url": "https://download.visualstudio.microsoft.com/download/pr/207ba9ff-0f08-4766-bf0e-91e4add99dc7/7270b0ff0340f435b984cf2116558374/dotnet-sdk-8.0.100-rc.1.23463.5-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-PPs5tx9ocTvDApr3MLGXJfeJMd0g9oXqSm1PhQ3NoxAllwKIaT1RvSNtqcDZeFGv6/OKNOLidUx0UFuahe/s0w==", "url": "https://download.visualstudio.microsoft.com/download/pr/edbfe0e9-875f-4aed-bd96-abc303c8e45b/a273f39fcb9b813af24e928c114b01a7/dotnet-sdk-8.0.100-rc.1.23463.5-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-0Gp8bzlVKl40yDUuVzsu3jZYpBX0Py9YZ/DXWdUItRp0cPBx2vBGkS5aJzLyQZ7XMLq73EszwVvih9RXYX2OwQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/577fe112-f607-4ab3-abbc-8be20c643c29/b51011ff804ad47051bd9d81c6e737c0/dotnet-sdk-8.0.100-rc.1.23463.5-win-x64.zip"}, - }, - "8.0.100-preview.7.23376.3": { - "runtimeVersion": "8.0.0-preview.7.23375.6", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-RUtmSo7KhgcnvFwf1ym+uFSg3+6RWGf3c6uhZlkqjGNXAoHIjOUo3JkznpvNuAAPChzhaLz9d5s64qac5g1J1Q==", "url": "https://download.visualstudio.microsoft.com/download/pr/593a9616-3715-4923-9245-8c803cc56d64/7283f8e0f6cb17e697af60aec748e65f/dotnet-sdk-8.0.100-preview.7.23376.3-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-i8caWGOC8OJkAkcH8vOvmi9nXdXU+91LzterIHFB+3TXxkkt/ZQ3NQWWK4WXrjeSWdFS5KzpOmXa0PiWAK/s2A==", "url": "https://download.visualstudio.microsoft.com/download/pr/32f2c846-5581-4638-a428-5891dd76f630/ee8beef066f06c57998058c5af6df222/dotnet-sdk-8.0.100-preview.7.23376.3-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-2zFn3V0SWrQA8p+fyYLqzsWraXZDI4MZhfN0zLV+EC7pPtPGB6xeD9czcYtBy+kHnsc1ymRm8VKmsjio/uFP4w==", "url": "https://download.visualstudio.microsoft.com/download/pr/63ee7355-c179-4684-9187-afb3acaed7b2/f2a5414c6b0189f57555d03ce73413a2/dotnet-sdk-8.0.100-preview.7.23376.3-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-WghqTQ0JEMS7A28VAVkzYzJDJNFmSzSwRopuKyC5WAYRxYVVCa+h2TTjgUr/aqbHr4rKrTyjvhPc8kqbTvyv3g==", "url": "https://download.visualstudio.microsoft.com/download/pr/2206f0d7-f812-408f-bed7-ed9bd043768f/ca7eb1331ee61fdd684c27638fdc6a90/dotnet-sdk-8.0.100-preview.7.23376.3-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-tu4MjqeVzJiJAvJoDXCye3OfsQIN8Jwq3MFbvDLcs/dHgn//CLtQZObPVw+IvJAzOJKBn4NvyrokGnyhzNa7bA==", "url": "https://download.visualstudio.microsoft.com/download/pr/dd0f70a5-1bb7-45bf-aedb-b6b6a980c3ca/c3e202c18cd14ecd8145e37ed1c9bde4/dotnet-sdk-8.0.100-preview.7.23376.3-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-ehvcc+x5dIJ2qKV/9gjFfDkHbsNStHuhX3oFv2c42dhgFXLlzijNxO5kNfuXxCkU2rTIS3AMqQfnWzxXFVmwiw==", "url": "https://download.visualstudio.microsoft.com/download/pr/4ede0897-e03d-4d93-a50d-e06f2e430d9e/b5bd2605ce07ec7163d5b5b05dc2f1e0/dotnet-sdk-8.0.100-preview.7.23376.3-win-x64.zip"}, - }, - "8.0.100-preview.6.23330.14": { - "runtimeVersion": "8.0.0-preview.6.23329.7", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-t8g7nm+3E6a1m3ALvFPPkpUU/9emOHDgIZNMWTSbQBJsiYwbdCistXnRSXPW0ng6lpViM+s2//8pmlqjnwdzCw==", "url": "https://download.visualstudio.microsoft.com/download/pr/46626be9-8672-4c2c-b149-3233496e4372/fb49425c9eeb4f05291a9f57250c0e0d/dotnet-sdk-8.0.100-preview.6.23330.14-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-71aKHs9hQCNySVRGc6UtxJbP9oLRoHjpMJ0ZXXjmMrOHC3+yPrOMrnsGOMVk9qo0DKLiCcSuT7zduEBzE46KCA==", "url": "https://download.visualstudio.microsoft.com/download/pr/0ce806be-89f7-4264-ad1b-6ff1887e7b6b/08a75d03919470fba420b970a7565ef5/dotnet-sdk-8.0.100-preview.6.23330.14-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-MW8c87v3p/x3Xnkq2aX7IEMs7EZ3oPY5kASDb34sHzbd/BPfjkf34IwW7mthg5MGaRIKXL3Xrxc8hHQc3hNfuQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/2eab2544-17ce-46fd-bbef-f945f5d39f89/9a31a37fb7b506d8e2accee49d4e6508/dotnet-sdk-8.0.100-preview.6.23330.14-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-UEwcBcASIpIQp3RcK+nlAUFqeoc1fftcAbvHYJbTZ/GjdqrmU1i6p6Zi5VgFYH9+5aOPnzSQd4xq5myIU0rfjA==", "url": "https://download.visualstudio.microsoft.com/download/pr/28518a51-cc36-488f-85e3-0c8538d26a78/52ca92f96fd142ea1fac7d57155cf002/dotnet-sdk-8.0.100-preview.6.23330.14-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-iYmv2tW7zeRRqZuxzC7yxdOAEzStgkcQBv0AebL+2PUU4pSRvj+0oo4991q6VPIKSclV2nILeXd49KjgYqKVAQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/d58c6a86-a3fc-4484-8d46-cb6a6f435643/3c06d473116838f0789cdd601a2a8344/dotnet-sdk-8.0.100-preview.6.23330.14-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-PCgT3zU7f1/5JPsHkOg+EZBbRAKgrLfpUQWaIGluPw6FIFQWl0cMaB3GTM4uPnkl3aluaEsTaTnYOjv9lXkAEw==", "url": "https://download.visualstudio.microsoft.com/download/pr/0072b092-a2f3-4f94-9d74-ded4a9778ff8/ebee51c1135ac31bf746dff35d919216/dotnet-sdk-8.0.100-preview.6.23330.14-win-x64.zip"}, - }, - "8.0.100-preview.5.23303.2": { - "runtimeVersion": "8.0.0-preview.5.23280.8", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-E8bFWWRsNZzgdYQyjvLlz1y3A3EZfe6p0xyu4knEWwfsG4dLzF48s7YBta4oCIPNpVX9TNK/SiVdO+QxV05G1g==", "url": "https://download.visualstudio.microsoft.com/download/pr/93db1aea-6913-4cdc-8129-23e3e3de8dd1/4a942a2fbbb6ca6667c01ec414096ee0/dotnet-sdk-8.0.100-preview.5.23303.2-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-3+IIWpKFSlzuhMt76TRDaPXctjM8TKIVN1o0uGLzo+5myVO5lX97RvbNcQmS7gOPa0wr0WRktKIWoXhYaOhvfA==", "url": "https://download.visualstudio.microsoft.com/download/pr/07b027f8-4ef8-48cb-becc-132652c625bb/441ef662adfe931013745df24d53b26d/dotnet-sdk-8.0.100-preview.5.23303.2-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-KzyV1B/KKbbDgS1HVhsU0xLScLWZ6IqMApGGlewoXRcatpIzVnwRggvcFv4D2r0z0j/W/YqYeuNvM/h+WbifJw==", "url": "https://download.visualstudio.microsoft.com/download/pr/078ed12c-82d5-486c-85b2-5f4ed34ddf34/a314372565e2e62d8de3497118a41888/dotnet-sdk-8.0.100-preview.5.23303.2-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-9PQgIbiKvhra567VOa0LMa1SSn8q95qXQDC/xQqosulCT9XzjLJfQCd+ubCnb2glXnqXBYusScMMIKct3FnQvw==", "url": "https://download.visualstudio.microsoft.com/download/pr/47115ea7-dffc-436d-a0ac-e7445a932d12/b59ac26284ffa2162139c21052feaed9/dotnet-sdk-8.0.100-preview.5.23303.2-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-5tiFYmTro/537a5VdOeFsDCMuoVhtbWAeD5y9SNOtHBr1iyhy5yBrTRead90fKxpejZ/AjdKKK6GnOlBGhvHFg==", "url": "https://download.visualstudio.microsoft.com/download/pr/d8b5e3c6-eda5-437e-9747-e43db9f13887/9e4dbab66957af062745f0da5b10ff51/dotnet-sdk-8.0.100-preview.5.23303.2-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-XeisYdl0JUKfnB1nrN3TrhV1JmEODO8aQjmdD6Gb52Zfd+t6RFhtIoI4VBGjFGanEdoSp/30hHdjZPeSwFGHRg==", "url": "https://download.visualstudio.microsoft.com/download/pr/4b6a9fcd-66d0-4e6d-9841-a14a0282c00d/5d27168e3323fcd82939859ccbc3f2f2/dotnet-sdk-8.0.100-preview.5.23303.2-win-x64.zip"}, - }, - "8.0.100-preview.4.23260.5": { - "runtimeVersion": "8.0.0-preview.4.23259.5", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-R9nRpntYIjt0n8HKF2xNvXBJ10N/BxemGmsikjuaTCQ+TRAcZVvB24F+KB4Ccq1FL0r2/GDFHZhJPYUlPnR22w==", "url": "https://download.visualstudio.microsoft.com/download/pr/9de5d7d8-6062-4a61-b8bf-b1b61dd4b768/f23a336abc7548309acf01314ddc8904/dotnet-sdk-8.0.100-preview.4.23260.5-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-ETIiBxDQ4t65e1jg9Dnf2G6WX8U0eizJqjMm692YshNh/WwBlQeohJJ+47AFOqk7wK37Z1VO5dlSbGl66XcVUQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/ae0534ab-1c49-4055-ba2a-b8159c4f94d2/3a5945c949d2eb141f8ce52096fca13c/dotnet-sdk-8.0.100-preview.4.23260.5-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-1m9qkAi3BxGbN+nS+nRqqhJvX4dFLyWqSQLz5Q0IhEIY4RpV7K+nMciOr5ta7yHQj4KAZNciRGcZujfmmUCoEw==", "url": "https://download.visualstudio.microsoft.com/download/pr/2c6668f9-b531-427a-b3b5-5c9dc456c5b8/ef5ef0a8db2df07d12ef138e05fa2231/dotnet-sdk-8.0.100-preview.4.23260.5-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-vhp83eMc8BjU07HWyDBTML/ES1wuUVwyE9FiqyJ9kC7boWqOQiqx1UQccSsuUEgNHpJA5qJqUUIceUhAuq++Iw==", "url": "https://download.visualstudio.microsoft.com/download/pr/78706993-4be4-46e0-8b14-48f295884a1b/39c2db8388ac84cdfe7e909bdde39384/dotnet-sdk-8.0.100-preview.4.23260.5-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-kpdYD1uNiW3F9pfb6q5mQLR7119ByuNW7ewE1rWPTZDyV2JKLjvkj8EyHt/ulAjh4QOZIVfLfqnhc125ICtnkw==", "url": "https://download.visualstudio.microsoft.com/download/pr/bd93fe19-5599-47d2-a813-33d34e62cfa5/5c74e0f06376af41a6881ef1c038c5ef/dotnet-sdk-8.0.100-preview.4.23260.5-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-G3HByMhBVcYonaNkK653pB7FN+c7eCGK8DUL1Yj19dsW1GSjIyy1kQ4mZQYpMTr/ieOOZ/erymvWWuZyPnalsg==", "url": "https://download.visualstudio.microsoft.com/download/pr/e90be9dd-d567-4fe6-a1f5-966dd8fbceae/99a6b0d8c3a53060f48ade66e62cf20a/dotnet-sdk-8.0.100-preview.4.23260.5-win-x64.zip"}, - }, - "8.0.100-preview.3.23178.7": { - "runtimeVersion": "8.0.0-preview.3.23174.8", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-xIhAs5JBlqEsxmsHJJrzevsrDzsTnrMESSojIOeuBs/CORq9HaMeblgoe4uOVkOG+CxV65obFhCPU6TR1ZgS9w==", "url": "https://download.visualstudio.microsoft.com/download/pr/3b23cbd9-f068-408f-8c3c-551a5432ff08/876e15ab4041bde421e96d21e259b3b9/dotnet-sdk-8.0.100-preview.3.23178.7-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-O11yl5gxJWuTQKAdsj07LcqAFnJUbu7QQ4WUntX0Nj08cx8xR37ILHIAzohQLcReA5hsisyPL8YRsDQ69fHEiA==", "url": "https://download.visualstudio.microsoft.com/download/pr/103d5e2c-d5c4-4101-bb6e-b82bc73a7d93/284a5cdccbc995f39806a3ba2dc17b93/dotnet-sdk-8.0.100-preview.3.23178.7-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-9nrTTCPcpgLgiYfBLwejm2lBaC416uP1DvuVY3slLh6IWiWfTfm+W8D11DoU8W7CBqOciZaD4iv3tqlPstsThg==", "url": "https://download.visualstudio.microsoft.com/download/pr/7fc953e8-4e3f-422b-ae45-719b38eb798e/6559f9ed96b446bbaf2e2fd2af694dd0/dotnet-sdk-8.0.100-preview.3.23178.7-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-U6s/ZElDirbuDs3QrjdZ5f6HO5ZNC04+5cikgZenyH7IO5VusbEKqQKXQDdi6y3asOmeKUQttIS37T+dAMgDfQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/1d4d98db-3a0a-4b77-bd3f-5ead1fc106a9/1a3410ec0ce6b08a02947a5541a3b5a7/dotnet-sdk-8.0.100-preview.3.23178.7-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-4siHDdMqeREpG7A4EHf6G4RbCCWPuYPutn/0CDPT/6aL6DcZjFe/bYt42B0Rm07Fq7NxbUa1eInxG2Ln5mAArQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/6415f213-08c9-42e1-85da-d79ed3a3b05a/fd4ba6e48060f8a46eea63ca0076902b/dotnet-sdk-8.0.100-preview.3.23178.7-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-otpBZAEogytntnIBXNx2jKFZbQ9THcLisYsfVMdNf44lEOLGlEFr9/1EE4ZxHdkGM1B9YWGI455ziEUIRohP/w==", "url": "https://download.visualstudio.microsoft.com/download/pr/ab32ea63-4d92-4624-a31d-a97641452ea3/794390d056a1ca8dd083b78586a6ae66/dotnet-sdk-8.0.100-preview.3.23178.7-win-x64.zip"}, - }, - "8.0.100-preview.2.23157.25": { - "runtimeVersion": "8.0.0-preview.2.23128.3", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-RAkZ4sDT4L+zh+LQU5s5BFxlgaQfAjfIhWbTZCqyxeSo5UDz2dUUmXu0oXsZxkpGuA84r19mcF2hNJNz+HRI6g==", "url": "https://download.visualstudio.microsoft.com/download/pr/5ca09c3e-e6c0-4ea2-bc1c-371cc4d0b79a/f05e4e38788662b2e226bf75569e42aa/dotnet-sdk-8.0.100-preview.2.23157.25-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-lzAsNgCvd4f7E2sibKfioKIiQaqT3P/HABC0db9vjE/3SjY9lJSeG2SpEDK1elinBl18ayF3aW2OeFBO9PEoDw==", "url": "https://download.visualstudio.microsoft.com/download/pr/a042ab5b-f160-4621-ac14-77be759167d7/373e6e8ae9381ffc1ba853bb6542d55c/dotnet-sdk-8.0.100-preview.2.23157.25-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-O1wWkYBTihPDGZ3g3wlqKoT1jStVvA3JS+N0oBWiMcA15X+mLhYOnFWVxvz5KSaunFd8bWLPF4A9kx5ekLXmlA==", "url": "https://download.visualstudio.microsoft.com/download/pr/62c49e14-4f0a-4698-aa08-8d77d383fa8f/909bb059d035324ddc2e8a8fdb77a01e/dotnet-sdk-8.0.100-preview.2.23157.25-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-88S9h9FaBZOJUSGZMyat71VkG1loLvUvb/X9RFBUaHhFkM9franqUxN3OJ7kcgLbid4FIM271Jf4X1cX+3SHmw==", "url": "https://download.visualstudio.microsoft.com/download/pr/6a390a1a-2d50-4ea3-a5f7-0a945b30a436/1968bbba00d7c4a3d2f0b8d13002d77e/dotnet-sdk-8.0.100-preview.2.23157.25-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-4FGGaYwjE79p4qBnVNvETZTGWwcT1h/dBJHlzy9I4uUvHMRgJDFZFiWW+EXGyxKayYTpcUCFZAjUWzjAo/poog==", "url": "https://download.visualstudio.microsoft.com/download/pr/79a658c6-b6aa-4c02-9e63-77c153b809d6/6425c500ef3be2bb958f9fbe4ee06917/dotnet-sdk-8.0.100-preview.2.23157.25-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-77X0e8f7/FUHnRrvV/ZV9p5crBm+1qTu5ooTOUJfdFcPOGd8qGWdfmtkaRp5O8dndIzerF6q0LUkoc6EzoK6FQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/42e8780b-d8eb-4c1e-b8d6-ab7b44d5e273/a7b8f51ea935fdee14c871a3d1b11001/dotnet-sdk-8.0.100-preview.2.23157.25-win-x64.zip"}, - }, - "8.0.100-preview.1.23115.2": { - "runtimeVersion": "8.0.0-preview.1.23110.8", - "runtimeTfm": "net8.0", - "csharpDefaultVersion": "11.0", - "fsharpDefaultVersion": "7.0", - "arm64-unknown-linux-gnu": {"hash": "sha512-mFGIh5J2BQUTElVEmeGXwUsy6BAP6NgBWkVW/co6NHo9IhXRQGnTOyfZeEifPpWMEbrxi6M+G5hYDS62TMEJew==", "url": "https://download.visualstudio.microsoft.com/download/pr/57c316ef-4b1d-4b1e-b180-f38302132d3d/b938e1b373897fadfb25ff4b55ca32e6/dotnet-sdk-8.0.100-preview.1.23115.2-linux-arm64.tar.gz"}, - "x86_64-unknown-linux-gnu": {"hash": "sha512-I6FMkuQCFh7Y1C7JyyWpeGihtyNIGV0oz/oAoSgV8Bkwi1ZIXkN1wNCjPZpoPYPMHhoqUX7qRK+Ps1MXG2w/ZA==", "url": "https://download.visualstudio.microsoft.com/download/pr/e2578737-231b-493c-a6ee-f181496fe679/18038808d2621094ebe172ca011a7c22/dotnet-sdk-8.0.100-preview.1.23115.2-linux-x64.tar.gz"}, - "aarch64-apple-darwin": {"hash": "sha512-URZPpKc1PTa/gxJuiih1FS71Wz0GQdYdFDo1csDhaenmAm6SQgnXucypNHW4uf1uR29zOx0hlE6UL2ekPzGa6g==", "url": "https://download.visualstudio.microsoft.com/download/pr/00476255-fac3-4e26-98a4-c487aa89945c/76550e8fb59f35fcb6b789d570b9ace5/dotnet-sdk-8.0.100-preview.1.23115.2-osx-arm64.tar.gz"}, - "x86_64-apple-darwin": {"hash": "sha512-+2f0OopOVtYSH62y4qiiQVfZzuO6Gw4LvrKZfwV0+XpSXSK9QM7uAmrnglEtnviM7YktlK+FJoE5nn4yDB1kKw==", "url": "https://download.visualstudio.microsoft.com/download/pr/0b01073d-3861-4fe0-abba-41e271c79725/12150bdbeeeb50e157b91f2adab90c80/dotnet-sdk-8.0.100-preview.1.23115.2-osx-x64.tar.gz"}, - "arm64-pc-windows-msvc": {"hash": "sha512-glNSeFQnJ6FLKzncdxL+/2nfUPIBzpnn2wgFy/5dltkHK2+aWRRMRgBhxXRe7ILBL7cSH9zBWxEqEz4g9Fpyow==", "url": "https://download.visualstudio.microsoft.com/download/pr/86553a5e-ed5f-462b-819a-e850972413d2/41e5581320aac04fb55fa929603f1b2a/dotnet-sdk-8.0.100-preview.1.23115.2-win-arm64.zip"}, - "x86_64-pc-windows-msvc": {"hash": "sha512-YIqlw8XIO7N9aRd/FaZmiR7jKeOZAwH4uN8bJEqlWBiSwTJpZl1GO7E7DABJ72nXW9omogXwty1MSGLPTc0dkQ==", "url": "https://download.visualstudio.microsoft.com/download/pr/a1b7c03d-7c06-4d07-a99d-b7c919fc9b9a/0b57d52282f0e56c8701aaafd31cab90/dotnet-sdk-8.0.100-preview.1.23115.2-win-x64.zip"}, - }, -} diff --git a/e2e/net6.0/MODULE.bazel b/e2e/net6.0/MODULE.bazel deleted file mode 100644 index 72869f7f..00000000 --- a/e2e/net6.0/MODULE.bazel +++ /dev/null @@ -1,26 +0,0 @@ -"rules_dotnet examples" - -module( - name = "e2e_net6.0", - 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 = "6.0.417") -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/net6.0/basic_csharp/BUILD.bazel b/e2e/net6.0/basic_csharp/BUILD.bazel deleted file mode 100644 index 5c0dfef9..00000000 --- a/e2e/net6.0/basic_csharp/BUILD.bazel +++ /dev/null @@ -1,33 +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"], - deps = [ - ":lib", - ], -) - -csharp_nunit_test( - name = "lib_test", - srcs = ["libtest.cs"], - target_frameworks = ["net6.0"], - deps = [ - ":lib", - ], -) - -csharp_library( - name = "lib", - srcs = ["lib.cs"], - internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], - deps = [], -) diff --git a/e2e/net6.0/basic_fsharp/BUILD.bazel b/e2e/net6.0/basic_fsharp/BUILD.bazel deleted file mode 100644 index 79605b50..00000000 --- a/e2e/net6.0/basic_fsharp/BUILD.bazel +++ /dev/null @@ -1,36 +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"], - deps = [ - ":lib", - "@paket.main//fsharp.core", - ], -) - -fsharp_nunit_test( - name = "lib_test", - srcs = ["libtest.fs"], - target_frameworks = ["net6.0"], - deps = [ - ":lib", - "@paket.main//fsharp.core", - ], -) - -fsharp_library( - name = "lib", - srcs = ["lib.fs"], - internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], - deps = [ - "@paket.main//fsharp.core", - ], -) diff --git a/e2e/net6.0/paket.dependencies b/e2e/net6.0/paket.dependencies deleted file mode 100644 index 35f63d18..00000000 --- a/e2e/net6.0/paket.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -framework: net6.0 -storage: none -source https://api.nuget.org/v3/index.json - -nuget FSharp.Core 6.0.7 -nuget Microsoft.NETCore.App.Ref 6.0.25 diff --git a/e2e/net6.0/paket.lock b/e2e/net6.0/paket.lock deleted file mode 100644 index 8a3a9782..00000000 --- a/e2e/net6.0/paket.lock +++ /dev/null @@ -1,6 +0,0 @@ -STORAGE: NONE -RESTRICTION: == net6.0 -NUGET - remote: https://api.nuget.org/v3/index.json - FSharp.Core (6.0.7) - Microsoft.NETCore.App.Ref (6.0.25) diff --git a/e2e/net6.0/paket.main.bzl b/e2e/net6.0/paket.main.bzl deleted file mode 100644 index 86c9590a..00000000 --- a/e2e/net6.0/paket.main.bzl +++ /dev/null @@ -1,13 +0,0 @@ -"GENERATED" - -load("@rules_dotnet//dotnet:defs.bzl", "nuget_repo") - -def main(): - "main" - nuget_repo( - name = "paket.main", - packages = [ - {"name": "FSharp.Core", "id": "FSharp.Core", "version": "6.0.7", "sha512": "sha512-a681a+/8owql/C2Q7wPsOaC8OV44BOeT8OvO0SWkcO9qLqb85fhEIEzKyEk7KTADhOaK9n/8xhUXEgS/o+pkog==", "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": [], "net8.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": []}, - {"name": "Microsoft.NETCore.App.Ref", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.25", "sha512": "sha512-vDLt3eMS7lhtNCxkMPIfg/Y7p69As+lPB+6dS288sXEm2z7dlTyQarmCSFhrQlW8opVtVQ7mW9eX7/oDBoa/IA==", "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": [], "net8.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/net7.0/.bazelrc b/e2e/net7.0/.bazelrc deleted file mode 100644 index c444361a..00000000 --- a/e2e/net7.0/.bazelrc +++ /dev/null @@ -1,6 +0,0 @@ -startup --windows_enable_symlinks -common --enable_runfiles -common --incompatible_strict_action_env - -# Disable bzlmod lock file since it's not stable enough yet -common --lockfile_mode=off diff --git a/e2e/net7.0/.bazelversion b/e2e/net7.0/.bazelversion deleted file mode 100644 index 21c8c7b4..00000000 --- a/e2e/net7.0/.bazelversion +++ /dev/null @@ -1 +0,0 @@ -7.1.1 diff --git a/e2e/net7.0/BUILD.bazel b/e2e/net7.0/BUILD.bazel deleted file mode 100644 index e69de29b..00000000 diff --git a/e2e/net7.0/WORKSPACE b/e2e/net7.0/WORKSPACE deleted file mode 100644 index e69de29b..00000000 diff --git a/e2e/net7.0/WORKSPACE.bzlmod b/e2e/net7.0/WORKSPACE.bzlmod deleted file mode 100644 index 8985b571..00000000 --- a/e2e/net7.0/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/net7.0/basic_csharp/hello.cs b/e2e/net7.0/basic_csharp/hello.cs deleted file mode 100644 index c6f4e099..00000000 --- a/e2e/net7.0/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/net7.0/basic_csharp/lib.cs b/e2e/net7.0/basic_csharp/lib.cs deleted file mode 100644 index 8883a136..00000000 --- a/e2e/net7.0/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/net7.0/basic_csharp/libtest.cs b/e2e/net7.0/basic_csharp/libtest.cs deleted file mode 100644 index a075e3d6..00000000 --- a/e2e/net7.0/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/net7.0/basic_fsharp/hello.fs b/e2e/net7.0/basic_fsharp/hello.fs deleted file mode 100644 index 31f209f5..00000000 --- a/e2e/net7.0/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/net7.0/basic_fsharp/lib.fs b/e2e/net7.0/basic_fsharp/lib.fs deleted file mode 100644 index 22b7ce91..00000000 --- a/e2e/net7.0/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/net7.0/basic_fsharp/libtest.fs b/e2e/net7.0/basic_fsharp/libtest.fs deleted file mode 100644 index 5e6e4070..00000000 --- a/e2e/net7.0/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/net7.0/dotnet-tools.json b/e2e/net7.0/dotnet-tools.json deleted file mode 100644 index 6e9775fc..00000000 --- a/e2e/net7.0/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/net7.0/paket.dependencies b/e2e/net7.0/paket.dependencies deleted file mode 100644 index d6046134..00000000 --- a/e2e/net7.0/paket.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -framework: net7.0 -storage: none -source https://api.nuget.org/v3/index.json - -nuget FSharp.Core 7.0.402 -nuget Microsoft.NETCore.App.Ref 7.0.14 diff --git a/e2e/net7.0/paket.lock b/e2e/net7.0/paket.lock deleted file mode 100644 index 1670fb56..00000000 --- a/e2e/net7.0/paket.lock +++ /dev/null @@ -1,6 +0,0 @@ -STORAGE: NONE -RESTRICTION: == net7.0 -NUGET - remote: https://api.nuget.org/v3/index.json - FSharp.Core (7.0.402) - Microsoft.NETCore.App.Ref (7.0.14) diff --git a/e2e/net7.0/paket.main.bzl b/e2e/net7.0/paket.main.bzl deleted file mode 100644 index 98f89329..00000000 --- a/e2e/net7.0/paket.main.bzl +++ /dev/null @@ -1,13 +0,0 @@ -"GENERATED" - -load("@rules_dotnet//dotnet:defs.bzl", "nuget_repo") - -def main(): - "main" - nuget_repo( - name = "paket.main", - packages = [ - {"name": "FSharp.Core", "id": "FSharp.Core", "version": "7.0.402", "sha512": "sha512-caqHxdgE4/EFmTMBJR0nyjIKyBn2FQkedPndk4AmQzpZzQnE2aV0NapuY5UQ+YTLFQwv4k01QhB0ZNsIEN7n1Q==", "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": [], "net8.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": []}, - {"name": "Microsoft.NETCore.App.Ref", "id": "Microsoft.NETCore.App.Ref", "version": "7.0.14", "sha512": "sha512-w+2iq63HIhaMPGyZuja7HEPSLCXNPWbWVtk6F6n4V8aqInyRa8ytN2YOdAgkC5lSf00tRCAgkRxA0d1BCLH5MQ==", "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": [], "net8.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|7.0.0.0", "Microsoft.VisualBasic.Core|12.0.0.0", "Microsoft.VisualBasic|10.0.0.0", "Microsoft.Win32.Primitives|7.0.0.0", "Microsoft.Win32.Registry|7.0.0.0", "System.AppContext|7.0.0.0", "System.Buffers|7.0.0.0", "System.Collections.Concurrent|7.0.0.0", "System.Collections.Immutable|7.0.0.0", "System.Collections.NonGeneric|7.0.0.0", "System.Collections.Specialized|7.0.0.0", "System.Collections|7.0.0.0", "System.ComponentModel.Annotations|7.0.0.0", "System.ComponentModel.DataAnnotations|4.0.0.0", "System.ComponentModel.EventBasedAsync|7.0.0.0", "System.ComponentModel.Primitives|7.0.0.0", "System.ComponentModel.TypeConverter|7.0.0.0", "System.ComponentModel|7.0.0.0", "System.Configuration|4.0.0.0", "System.Console|7.0.0.0", "System.Core|4.0.0.0", "System.Data.Common|7.0.0.0", "System.Data.DataSetExtensions|4.0.0.0", "System.Data|4.0.0.0", "System.Diagnostics.Contracts|7.0.0.0", "System.Diagnostics.Debug|7.0.0.0", "System.Diagnostics.DiagnosticSource|7.0.0.0", "System.Diagnostics.FileVersionInfo|7.0.0.0", "System.Diagnostics.Process|7.0.0.0", "System.Diagnostics.StackTrace|7.0.0.0", "System.Diagnostics.TextWriterTraceListener|7.0.0.0", "System.Diagnostics.Tools|7.0.0.0", "System.Diagnostics.TraceSource|7.0.0.0", "System.Diagnostics.Tracing|7.0.0.0", "System.Drawing.Primitives|7.0.0.0", "System.Drawing|4.0.0.0", "System.Dynamic.Runtime|7.0.0.0", "System.Formats.Asn1|7.0.0.0", "System.Formats.Tar|7.0.0.0", "System.Globalization.Calendars|7.0.0.0", "System.Globalization.Extensions|7.0.0.0", "System.Globalization|7.0.0.0", "System.IO.Compression.Brotli|7.0.0.0", "System.IO.Compression.FileSystem|4.0.0.0", "System.IO.Compression.ZipFile|7.0.0.0", "System.IO.Compression|7.0.0.0", "System.IO.FileSystem.AccessControl|7.0.0.0", "System.IO.FileSystem.DriveInfo|7.0.0.0", "System.IO.FileSystem.Primitives|7.0.0.0", "System.IO.FileSystem.Watcher|7.0.0.0", "System.IO.FileSystem|7.0.0.0", "System.IO.IsolatedStorage|7.0.0.0", "System.IO.MemoryMappedFiles|7.0.0.0", "System.IO.Pipes.AccessControl|7.0.0.0", "System.IO.Pipes|7.0.0.0", "System.IO.UnmanagedMemoryStream|7.0.0.0", "System.IO|7.0.0.0", "System.Linq.Expressions|7.0.0.0", "System.Linq.Parallel|7.0.0.0", "System.Linq.Queryable|7.0.0.0", "System.Linq|7.0.0.0", "System.Memory|7.0.0.0", "System.Net.Http.Json|7.0.0.0", "System.Net.Http|7.0.0.0", "System.Net.HttpListener|7.0.0.0", "System.Net.Mail|7.0.0.0", "System.Net.NameResolution|7.0.0.0", "System.Net.NetworkInformation|7.0.0.0", "System.Net.Ping|7.0.0.0", "System.Net.Primitives|7.0.0.0", "System.Net.Quic|7.0.0.0", "System.Net.Requests|7.0.0.0", "System.Net.Security|7.0.0.0", "System.Net.ServicePoint|7.0.0.0", "System.Net.Sockets|7.0.0.0", "System.Net.WebClient|7.0.0.0", "System.Net.WebHeaderCollection|7.0.0.0", "System.Net.WebProxy|7.0.0.0", "System.Net.WebSockets.Client|7.0.0.0", "System.Net.WebSockets|7.0.0.0", "System.Net|4.0.0.0", "System.Numerics.Vectors|7.0.0.0", "System.Numerics|4.0.0.0", "System.ObjectModel|7.0.0.0", "System.Reflection.DispatchProxy|7.0.0.0", "System.Reflection.Emit.ILGeneration|7.0.0.0", "System.Reflection.Emit.Lightweight|7.0.0.0", "System.Reflection.Emit|7.0.0.0", "System.Reflection.Extensions|7.0.0.0", "System.Reflection.Metadata|7.0.0.0", "System.Reflection.Primitives|7.0.0.0", "System.Reflection.TypeExtensions|7.0.0.0", "System.Reflection|7.0.0.0", "System.Resources.Reader|7.0.0.0", "System.Resources.ResourceManager|7.0.0.0", "System.Resources.Writer|7.0.0.0", "System.Runtime.CompilerServices.Unsafe|7.0.0.0", "System.Runtime.CompilerServices.VisualC|7.0.0.0", "System.Runtime.Extensions|7.0.0.0", "System.Runtime.Handles|7.0.0.0", "System.Runtime.InteropServices.JavaScript|7.0.0.0", "System.Runtime.InteropServices.RuntimeInformation|7.0.0.0", "System.Runtime.InteropServices|7.0.0.0", "System.Runtime.Intrinsics|7.0.0.0", "System.Runtime.Loader|7.0.0.0", "System.Runtime.Numerics|7.0.0.0", "System.Runtime.Serialization.Formatters|7.0.0.0", "System.Runtime.Serialization.Json|7.0.0.0", "System.Runtime.Serialization.Primitives|7.0.0.0", "System.Runtime.Serialization.Xml|7.0.0.0", "System.Runtime.Serialization|4.0.0.0", "System.Runtime|7.0.0.0", "System.Security.AccessControl|7.0.0.0", "System.Security.Claims|7.0.0.0", "System.Security.Cryptography.Algorithms|7.0.0.0", "System.Security.Cryptography.Cng|7.0.0.0", "System.Security.Cryptography.Csp|7.0.0.0", "System.Security.Cryptography.Encoding|7.0.0.0", "System.Security.Cryptography.OpenSsl|7.0.0.0", "System.Security.Cryptography.Primitives|7.0.0.0", "System.Security.Cryptography.X509Certificates|7.0.0.0", "System.Security.Cryptography|7.0.0.0", "System.Security.Principal.Windows|7.0.0.0", "System.Security.Principal|7.0.0.0", "System.Security.SecureString|7.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|7.0.0.0", "System.Text.Encoding.Extensions|7.0.0.0", "System.Text.Encoding|7.0.0.0", "System.Text.Encodings.Web|7.0.0.0", "System.Text.Json|7.0.0.0", "System.Text.RegularExpressions|7.0.0.0", "System.Threading.Channels|7.0.0.0", "System.Threading.Overlapped|7.0.0.0", "System.Threading.Tasks.Dataflow|7.0.0.0", "System.Threading.Tasks.Extensions|7.0.0.0", "System.Threading.Tasks.Parallel|7.0.0.0", "System.Threading.Tasks|7.0.0.0", "System.Threading.Thread|7.0.0.0", "System.Threading.ThreadPool|7.0.0.0", "System.Threading.Timer|7.0.0.0", "System.Threading|7.0.0.0", "System.Transactions.Local|7.0.0.0", "System.Transactions|4.0.0.0", "System.ValueTuple|4.0.3.0", "System.Web.HttpUtility|7.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|7.0.0.0", "System.Xml.Serialization|4.0.0.0", "System.Xml.XDocument|7.0.0.0", "System.Xml.XPath.XDocument|7.0.0.0", "System.Xml.XPath|7.0.0.0", "System.Xml.XmlDocument|7.0.0.0", "System.Xml.XmlSerializer|7.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/net7.0/paket.main_extension.bzl b/e2e/net7.0/paket.main_extension.bzl deleted file mode 100644 index 6d356fb4..00000000 --- a/e2e/net7.0/paket.main_extension.bzl +++ /dev/null @@ -1,10 +0,0 @@ -"Generated" - -load(":paket.main.bzl", _main = "main") - -def _main_impl(_ctx): - _main() - -main_extension = module_extension( - implementation = _main_impl, -) diff --git a/e2e/net7.0/update-deps.sh b/e2e/net7.0/update-deps.sh deleted file mode 100755 index 7e16f2e0..00000000 --- a/e2e/net7.0/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 -- --dependencies-file "$(pwd)"/paket.dependencies --output-folder "$(pwd)" -) diff --git a/e2e/net6.0/.bazelrc b/e2e/net9.0/.bazelrc similarity index 100% rename from e2e/net6.0/.bazelrc rename to e2e/net9.0/.bazelrc diff --git a/e2e/net6.0/.bazelversion b/e2e/net9.0/.bazelversion similarity index 100% rename from e2e/net6.0/.bazelversion rename to e2e/net9.0/.bazelversion diff --git a/e2e/net6.0/BUILD.bazel b/e2e/net9.0/BUILD.bazel similarity index 100% rename from e2e/net6.0/BUILD.bazel rename to e2e/net9.0/BUILD.bazel diff --git a/e2e/net7.0/MODULE.bazel b/e2e/net9.0/MODULE.bazel similarity index 91% rename from e2e/net7.0/MODULE.bazel rename to e2e/net9.0/MODULE.bazel index 75c9d07e..0c478f30 100644 --- a/e2e/net7.0/MODULE.bazel +++ b/e2e/net9.0/MODULE.bazel @@ -1,7 +1,7 @@ "rules_dotnet examples" module( - name = "e2e_net7.0", + name = "e2e_net8.0", version = "0.0.0", compatibility_level = 1, ) @@ -13,7 +13,7 @@ local_path_override( ) dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet") -dotnet.toolchain(dotnet_version = "7.0.404") +dotnet.toolchain(dotnet_version = "9.0.100") use_repo(dotnet, "dotnet_toolchains") register_toolchains("@dotnet_toolchains//:all") diff --git a/e2e/net6.0/WORKSPACE b/e2e/net9.0/WORKSPACE similarity index 100% rename from e2e/net6.0/WORKSPACE rename to e2e/net9.0/WORKSPACE diff --git a/e2e/net6.0/WORKSPACE.bzlmod b/e2e/net9.0/WORKSPACE.bzlmod similarity index 100% rename from e2e/net6.0/WORKSPACE.bzlmod rename to e2e/net9.0/WORKSPACE.bzlmod diff --git a/e2e/net7.0/basic_csharp/BUILD.bazel b/e2e/net9.0/basic_csharp/BUILD.bazel similarity index 81% rename from e2e/net7.0/basic_csharp/BUILD.bazel rename to e2e/net9.0/basic_csharp/BUILD.bazel index 10049ecd..4c20d4d8 100644 --- a/e2e/net7.0/basic_csharp/BUILD.bazel +++ b/e2e/net9.0/basic_csharp/BUILD.bazel @@ -9,7 +9,7 @@ load( csharp_binary( name = "hello", srcs = ["hello.cs"], - target_frameworks = ["net7.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], @@ -18,7 +18,7 @@ csharp_binary( csharp_nunit_test( name = "lib_test", srcs = ["libtest.cs"], - target_frameworks = ["net7.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], @@ -28,6 +28,6 @@ csharp_library( name = "lib", srcs = ["lib.cs"], internals_visible_to = ["lib_test"], - target_frameworks = ["net7.0"], + target_frameworks = ["net9.0"], deps = [], ) diff --git a/e2e/net6.0/basic_csharp/hello.cs b/e2e/net9.0/basic_csharp/hello.cs similarity index 100% rename from e2e/net6.0/basic_csharp/hello.cs rename to e2e/net9.0/basic_csharp/hello.cs diff --git a/e2e/net6.0/basic_csharp/lib.cs b/e2e/net9.0/basic_csharp/lib.cs similarity index 100% rename from e2e/net6.0/basic_csharp/lib.cs rename to e2e/net9.0/basic_csharp/lib.cs diff --git a/e2e/net6.0/basic_csharp/libtest.cs b/e2e/net9.0/basic_csharp/libtest.cs similarity index 100% rename from e2e/net6.0/basic_csharp/libtest.cs rename to e2e/net9.0/basic_csharp/libtest.cs diff --git a/e2e/net7.0/basic_fsharp/BUILD.bazel b/e2e/net9.0/basic_fsharp/BUILD.bazel similarity index 83% rename from e2e/net7.0/basic_fsharp/BUILD.bazel rename to e2e/net9.0/basic_fsharp/BUILD.bazel index 41fd7825..bcf37ced 100644 --- a/e2e/net7.0/basic_fsharp/BUILD.bazel +++ b/e2e/net9.0/basic_fsharp/BUILD.bazel @@ -8,7 +8,7 @@ load( fsharp_binary( name = "hello", srcs = ["hello.fs"], - target_frameworks = ["net7.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", "@paket.main//fsharp.core", @@ -18,7 +18,7 @@ fsharp_binary( fsharp_nunit_test( name = "lib_test", srcs = ["libtest.fs"], - target_frameworks = ["net7.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", "@paket.main//fsharp.core", @@ -29,7 +29,7 @@ fsharp_library( name = "lib", srcs = ["lib.fs"], internals_visible_to = ["lib_test"], - target_frameworks = ["net7.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.main//fsharp.core", ], diff --git a/e2e/net6.0/basic_fsharp/hello.fs b/e2e/net9.0/basic_fsharp/hello.fs similarity index 100% rename from e2e/net6.0/basic_fsharp/hello.fs rename to e2e/net9.0/basic_fsharp/hello.fs diff --git a/e2e/net6.0/basic_fsharp/lib.fs b/e2e/net9.0/basic_fsharp/lib.fs similarity index 100% rename from e2e/net6.0/basic_fsharp/lib.fs rename to e2e/net9.0/basic_fsharp/lib.fs diff --git a/e2e/net6.0/basic_fsharp/libtest.fs b/e2e/net9.0/basic_fsharp/libtest.fs similarity index 100% rename from e2e/net6.0/basic_fsharp/libtest.fs rename to e2e/net9.0/basic_fsharp/libtest.fs diff --git a/e2e/net6.0/dotnet-tools.json b/e2e/net9.0/dotnet-tools.json similarity index 52% rename from e2e/net6.0/dotnet-tools.json rename to e2e/net9.0/dotnet-tools.json index 6e9775fc..b5665637 100644 --- a/e2e/net6.0/dotnet-tools.json +++ b/e2e/net9.0/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "paket": { - "version": "8.0.0", - "commands": ["paket"] + "version": "9.0.0", + "commands": [ + "paket" + ] } } } diff --git a/e2e/net9.0/paket.dependencies b/e2e/net9.0/paket.dependencies new file mode 100644 index 00000000..93627cc1 --- /dev/null +++ b/e2e/net9.0/paket.dependencies @@ -0,0 +1,5 @@ +framework: net9.0 +storage: none +source https://api.nuget.org/v3/index.json + +nuget FSharp.Core 9.0.100 diff --git a/e2e/net9.0/paket.lock b/e2e/net9.0/paket.lock new file mode 100644 index 00000000..219ecb50 --- /dev/null +++ b/e2e/net9.0/paket.lock @@ -0,0 +1,5 @@ +STORAGE: NONE +RESTRICTION: == net9.0 +NUGET + remote: https://api.nuget.org/v3/index.json + FSharp.Core (9.0.100) diff --git a/e2e/net9.0/paket.main.bzl b/e2e/net9.0/paket.main.bzl new file mode 100644 index 00000000..7e2eaac5 --- /dev/null +++ b/e2e/net9.0/paket.main.bzl @@ -0,0 +1,12 @@ +"GENERATED" + +load("@rules_dotnet//dotnet:defs.bzl", "nuget_repo") + +def main(): + "main" + nuget_repo( + name = "paket.main", + packages = [ + {"name": "FSharp.Core", "id": "FSharp.Core", "version": "9.0.100", "sha512": "sha512-k35dREQY4EhWeg3mokITJxckDCddGVMSG+qbS5OwbWUJuqiaXEAYgc5rLuZqNz1JDFj1kTIuydBAzqCufZI3pw==", "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": [], "net8.0": [], "net9.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": []}, + ], + ) diff --git a/e2e/net6.0/paket.main_extension.bzl b/e2e/net9.0/paket.main_extension.bzl similarity index 100% rename from e2e/net6.0/paket.main_extension.bzl rename to e2e/net9.0/paket.main_extension.bzl diff --git a/e2e/net6.0/update-deps.sh b/e2e/net9.0/update-deps.sh similarity index 100% rename from e2e/net6.0/update-deps.sh rename to e2e/net9.0/update-deps.sh diff --git a/e2e/smoke/basic_csharp/BUILD.bazel b/e2e/smoke/basic_csharp/BUILD.bazel index 5c0dfef9..4c20d4d8 100644 --- a/e2e/smoke/basic_csharp/BUILD.bazel +++ b/e2e/smoke/basic_csharp/BUILD.bazel @@ -9,7 +9,7 @@ load( csharp_binary( name = "hello", srcs = ["hello.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], @@ -18,7 +18,7 @@ csharp_binary( csharp_nunit_test( name = "lib_test", srcs = ["libtest.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], @@ -28,6 +28,6 @@ csharp_library( name = "lib", srcs = ["lib.cs"], internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [], ) diff --git a/e2e/smoke/basic_fsharp/BUILD.bazel b/e2e/smoke/basic_fsharp/BUILD.bazel index 79605b50..bcf37ced 100644 --- a/e2e/smoke/basic_fsharp/BUILD.bazel +++ b/e2e/smoke/basic_fsharp/BUILD.bazel @@ -8,7 +8,7 @@ load( fsharp_binary( name = "hello", srcs = ["hello.fs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", "@paket.main//fsharp.core", @@ -18,7 +18,7 @@ fsharp_binary( fsharp_nunit_test( name = "lib_test", srcs = ["libtest.fs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", "@paket.main//fsharp.core", @@ -29,7 +29,7 @@ fsharp_library( name = "lib", srcs = ["lib.fs"], internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.main//fsharp.core", ], diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel index aaa9dcb4..05df3b3e 100644 --- a/examples/MODULE.bazel +++ b/examples/MODULE.bazel @@ -13,7 +13,7 @@ local_path_override( ) dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet") -dotnet.toolchain(dotnet_version = "8.0.100") +dotnet.toolchain(dotnet_version = "9.0.100") use_repo(dotnet, "dotnet_toolchains") register_toolchains("@dotnet_toolchains//:all") diff --git a/examples/WORKSPACE b/examples/WORKSPACE index 2352417c..acae00ce 100644 --- a/examples/WORKSPACE +++ b/examples/WORKSPACE @@ -17,7 +17,7 @@ load( rules_dotnet_dependencies() -dotnet_register_toolchains("dotnet", "8.0.100") +dotnet_register_toolchains("dotnet", "9.0.100") load("@rules_dotnet//dotnet:paket.rules_dotnet_nuget_packages.bzl", "rules_dotnet_nuget_packages") diff --git a/examples/aspnetcore/BUILD.bazel b/examples/aspnetcore/BUILD.bazel index 0c354eb6..5b09d827 100644 --- a/examples/aspnetcore/BUILD.bazel +++ b/examples/aspnetcore/BUILD.bazel @@ -16,7 +16,7 @@ csharp_binary( "appsettings.json", ] + glob(["appsettings.*.json"]), project_sdk = "web", - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ], ) @@ -25,5 +25,5 @@ publish_binary( name = "publish", binary = ":aspnetcore", self_contained = True, - target_framework = "net6.0", + target_framework = "net9.0", ) diff --git a/examples/basic_csharp/BUILD.bazel b/examples/basic_csharp/BUILD.bazel index 5c0dfef9..4c20d4d8 100644 --- a/examples/basic_csharp/BUILD.bazel +++ b/examples/basic_csharp/BUILD.bazel @@ -9,7 +9,7 @@ load( csharp_binary( name = "hello", srcs = ["hello.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], @@ -18,7 +18,7 @@ csharp_binary( csharp_nunit_test( name = "lib_test", srcs = ["libtest.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], @@ -28,6 +28,6 @@ csharp_library( name = "lib", srcs = ["lib.cs"], internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [], ) diff --git a/examples/basic_fsharp/BUILD.bazel b/examples/basic_fsharp/BUILD.bazel index 3cac5959..86d484ad 100644 --- a/examples/basic_fsharp/BUILD.bazel +++ b/examples/basic_fsharp/BUILD.bazel @@ -8,7 +8,7 @@ load( fsharp_binary( name = "hello", srcs = ["hello.fs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", "@paket.example_deps//fsharp.core", @@ -18,7 +18,7 @@ fsharp_binary( fsharp_nunit_test( name = "lib_test", srcs = ["libtest.fs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", "@paket.example_deps//fsharp.core", @@ -29,7 +29,7 @@ fsharp_library( name = "lib", srcs = ["lib.fs"], internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.example_deps//fsharp.core", ], @@ -38,7 +38,7 @@ fsharp_library( fsharp_binary( name = "release_mode", srcs = ["release_mode.fs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.example_deps//fsharp.core", ], diff --git a/examples/dotnet-tools.json b/examples/dotnet-tools.json index 6e9775fc..b5665637 100644 --- a/examples/dotnet-tools.json +++ b/examples/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "paket": { - "version": "8.0.0", - "commands": ["paket"] + "version": "9.0.0", + "commands": [ + "paket" + ] } } } diff --git a/examples/expecto/BUILD.bazel b/examples/expecto/BUILD.bazel index 4eb28d0b..4bffaf70 100644 --- a/examples/expecto/BUILD.bazel +++ b/examples/expecto/BUILD.bazel @@ -10,7 +10,7 @@ fsharp_test( "test.fs", "main.fs", ], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.example_deps//expecto", "@paket.example_deps//fsharp.core", diff --git a/examples/fsharp_type_provider/BUILD.bazel b/examples/fsharp_type_provider/BUILD.bazel index 90bc27f2..05128f7b 100644 --- a/examples/fsharp_type_provider/BUILD.bazel +++ b/examples/fsharp_type_provider/BUILD.bazel @@ -6,7 +6,7 @@ load( fsharp_nunit_test( name = "fsharp_type_provider", srcs = ["Main.fs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "//fsharp_type_provider/type_provider_lib", "@paket.example_deps//fsharp.core", diff --git a/examples/fsharp_type_provider/type_provider_lib/BUILD.bazel b/examples/fsharp_type_provider/type_provider_lib/BUILD.bazel index 63ac1cd2..cbdd7fe2 100644 --- a/examples/fsharp_type_provider/type_provider_lib/BUILD.bazel +++ b/examples/fsharp_type_provider/type_provider_lib/BUILD.bazel @@ -9,7 +9,7 @@ fsharp_library( # Files used by type providers at compile time need to be put here compile_data = ["foo.json"], internals_visible_to = ["lib_test"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], visibility = ["//fsharp_type_provider:__subpackages__"], deps = [ "@paket.example_deps//fsharp.core", diff --git a/examples/netstandard2.0/BUILD.bazel b/examples/netstandard2.0/BUILD.bazel index 6990ae20..a1192371 100644 --- a/examples/netstandard2.0/BUILD.bazel +++ b/examples/netstandard2.0/BUILD.bazel @@ -7,7 +7,7 @@ load( csharp_nunit_test( name = "lib_test", srcs = ["libtest.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ":lib", ], diff --git a/examples/paket.dependencies b/examples/paket.dependencies index 2273f0d2..40bf8023 100644 --- a/examples/paket.dependencies +++ b/examples/paket.dependencies @@ -1,10 +1,10 @@ group example_deps - framework: net6.0,netstandard2.0 + framework: net9.0,netstandard2.0 storage: none source https://api.nuget.org/v3/index.json nuget Expecto 9.0.4 - nuget FSharp.Core 6.0.3 + nuget FSharp.Core 9.0.100 nuget FSharp.Data 5.0.2 nuget Microsoft.CodeAnalysis.Common 4.9.2 nuget Microsoft.CodeAnalysis.Analyzers 3.3.4 diff --git a/examples/paket.example_deps.bzl b/examples/paket.example_deps.bzl index 7f19435d..99280fa2 100644 --- a/examples/paket.example_deps.bzl +++ b/examples/paket.example_deps.bzl @@ -7,20 +7,20 @@ def example_deps(): nuget_repo( name = "paket.example_deps", packages = [ - {"name": "Expecto", "id": "Expecto", "version": "9.0.4", "sha512": "sha512-k0TT6pNIyzDaJD0ZxHDhNU0UmmWZlum2XFfHTGrkApQ+JUdjcoBqKOACXrSkfiLVYsD8Ww768eeAiKPP3QYetw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["FSharp.Core", "Mono.Cecil"], "net462": ["FSharp.Core", "Mono.Cecil"], "net47": ["FSharp.Core", "Mono.Cecil"], "net471": ["FSharp.Core", "Mono.Cecil"], "net472": ["FSharp.Core", "Mono.Cecil"], "net48": ["FSharp.Core", "Mono.Cecil"], "net5.0": ["FSharp.Core", "Mono.Cecil"], "net6.0": ["FSharp.Core", "Mono.Cecil"], "net7.0": ["FSharp.Core", "Mono.Cecil"], "net8.0": ["FSharp.Core", "Mono.Cecil"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["FSharp.Core", "Mono.Cecil"], "netcoreapp2.1": ["FSharp.Core", "Mono.Cecil"], "netcoreapp2.2": ["FSharp.Core", "Mono.Cecil"], "netcoreapp3.0": ["FSharp.Core", "Mono.Cecil"], "netcoreapp3.1": ["FSharp.Core", "Mono.Cecil"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["FSharp.Core", "Mono.Cecil"], "netstandard2.1": ["FSharp.Core", "Mono.Cecil"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "FSharp.Core", "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": [], "net8.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": []}, - {"name": "FSharp.Data", "id": "FSharp.Data", "version": "5.0.2", "sha512": "sha512-BlDokqEWMysUMedhZzaREUPrhAbj8VRUEXjUrd85fzH63XaxppqjEYtpjQLnQcwkyWI71bzr3cfzYgaAANQLAQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.CodeAnalysis.Analyzers", "id": "Microsoft.CodeAnalysis.Analyzers", "version": "3.3.4", "sha512": "sha512-I+Riw6/6WjNICydoiNpDjN/GGP7u4XsL6VsI9lG/OjFufH3flvSEy/fxNhGDVGwZWwq/5BlnqX+LH2dmheaPfg==", "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": [], "net8.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": []}, - {"name": "Microsoft.CodeAnalysis.Common", "id": "Microsoft.CodeAnalysis.Common", "version": "4.9.2", "sha512": "sha512-XCtqPQdnoqfrBSidFWIESm8exXVHF4yPY94e84St2PVZPc2bGeQNXdFNwadu1Bd2sr/bAgM5B0UHbCqBz+/SeQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net462": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net47": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net471": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net472": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net48": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net5.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net6.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net7.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net8.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.CodeAnalysis.CSharp", "id": "Microsoft.CodeAnalysis.CSharp", "version": "4.9.2", "sha512": "sha512-oy5nUdJOaOQEjUZimhYH4xU6nVxt8ctkdP7HT2fc32ecvH50QeIwJXgjNt7MGUyhJO+Wd3SipQWQ5QyDw7VuLg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Common"], "net462": ["Microsoft.CodeAnalysis.Common"], "net47": ["Microsoft.CodeAnalysis.Common"], "net471": ["Microsoft.CodeAnalysis.Common"], "net472": ["Microsoft.CodeAnalysis.Common"], "net48": ["Microsoft.CodeAnalysis.Common"], "net5.0": ["Microsoft.CodeAnalysis.Common"], "net6.0": ["Microsoft.CodeAnalysis.Common"], "net7.0": ["Microsoft.CodeAnalysis.Common"], "net8.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Common"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Common"], "netstandard2.1": ["Microsoft.CodeAnalysis.Common"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Mono.Cecil", "id": "Mono.Cecil", "version": "0.11.4", "sha512": "sha512-CnjwUMmFHnScNG8e/4DRZQQX67H5ajekRDudmZ6Fy1jCLhyH1jjzbQCOEFhBLa2NjPWQpMF+RHdBJY8a7GgmlA==", "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": [], "net8.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": []}, - {"name": "System.Buffers", "id": "System.Buffers", "version": "4.5.1", "sha512": "sha512-gNphWOVbm89+C15jebnPRaYykU8De1PFv1YJV24814IfeGGVa3PXRHDS0MLlbdI1pe9Mpv/n4ZK4INwtAjqv8g==", "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": [], "net8.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": []}, - {"name": "System.Collections.Immutable", "id": "System.Collections.Immutable", "version": "8.0.0", "sha512": "sha512-BXqVkcIrhimvvem6q2ChWkuW6XYYirvb6FlhvuwaMoBqBdpcr4nehJBKP65Tw40UqcUM6oDoODsecM0yjZ6AUw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Memory", "id": "System.Memory", "version": "4.5.5", "sha512": "sha512-6MjlNsl7lKw0Q8lAsw2tQ89ul9x6jD2Yk3EEj+dOFoYGOE9eAUO9wNhvd4O/n97oQXlkyzqKXXUnE+kLElFy3A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net461": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "netcoreapp1.0": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Numerics.Vectors", "id": "System.Numerics.Vectors", "version": "4.5.0", "sha512": "sha512-nATsBTD2CKr4AYN6eRszhX4sptImWmBJwB/U6XKCWWfnCcrTBw8XSCm3QA9gjppkHTr8OkXUY21MR91D3QZXsw==", "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": [], "net8.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": []}, - {"name": "System.Reflection.Metadata", "id": "System.Reflection.Metadata", "version": "8.0.0", "sha512": "sha512-+6sMdkJjee0B6nm3AlBBl7cQaI0oPniLvvkrkFhmEN3fo/hGONaFdwpAaO+GRTlbZe4kRZzFwU7kSXQW0RyJxg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Collections.Immutable", "System.Memory"], "net462": ["System.Collections.Immutable", "System.Memory"], "net47": ["System.Collections.Immutable", "System.Memory"], "net471": ["System.Collections.Immutable", "System.Memory"], "net472": ["System.Collections.Immutable", "System.Memory"], "net48": ["System.Collections.Immutable", "System.Memory"], "net5.0": ["System.Collections.Immutable", "System.Memory"], "net6.0": ["System.Collections.Immutable"], "net7.0": ["System.Collections.Immutable"], "net8.0": ["System.Collections.Immutable"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.1": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.2": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.1": ["System.Collections.Immutable", "System.Memory"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Collections.Immutable", "System.Memory"], "netstandard2.1": ["System.Collections.Immutable", "System.Memory"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Runtime.CompilerServices.Unsafe", "id": "System.Runtime.CompilerServices.Unsafe", "version": "6.0.0", "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==", "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": [], "net8.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": []}, - {"name": "System.Text.Encoding.CodePages", "id": "System.Text.Encoding.CodePages", "version": "8.0.0", "sha512": "sha512-d9rfaxpz7u+1BQem129eOiDgrn0/VQw0kmWuTg1V8K5PDvG0G+CN2BB5io4B27p04sqsdGtRWLjiPXIlI9Rz7Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Threading.Tasks.Extensions", "id": "System.Threading.Tasks.Extensions", "version": "4.5.4", "sha512": "sha512-aAUghud9PHGYc3o9oWPWd0C3xE+TJQw5ZZs78htlR6mr9ky/QEgfXHjyQ2GvOq9H1S0YizcVVKCSin92ZcH8FA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Runtime.CompilerServices.Unsafe"], "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": [], "net6.0": [], "net7.0": [], "net8.0": [], "netcoreapp1.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.1": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Expecto", "id": "Expecto", "version": "9.0.4", "sha512": "sha512-k0TT6pNIyzDaJD0ZxHDhNU0UmmWZlum2XFfHTGrkApQ+JUdjcoBqKOACXrSkfiLVYsD8Ww768eeAiKPP3QYetw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["FSharp.Core", "Mono.Cecil"], "net462": ["FSharp.Core", "Mono.Cecil"], "net47": ["FSharp.Core", "Mono.Cecil"], "net471": ["FSharp.Core", "Mono.Cecil"], "net472": ["FSharp.Core", "Mono.Cecil"], "net48": ["FSharp.Core", "Mono.Cecil"], "net5.0": ["FSharp.Core", "Mono.Cecil"], "net6.0": ["FSharp.Core", "Mono.Cecil"], "net7.0": ["FSharp.Core", "Mono.Cecil"], "net8.0": ["FSharp.Core", "Mono.Cecil"], "net9.0": ["FSharp.Core", "Mono.Cecil"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["FSharp.Core", "Mono.Cecil"], "netcoreapp2.1": ["FSharp.Core", "Mono.Cecil"], "netcoreapp2.2": ["FSharp.Core", "Mono.Cecil"], "netcoreapp3.0": ["FSharp.Core", "Mono.Cecil"], "netcoreapp3.1": ["FSharp.Core", "Mono.Cecil"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["FSharp.Core", "Mono.Cecil"], "netstandard2.1": ["FSharp.Core", "Mono.Cecil"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "FSharp.Core", "id": "FSharp.Core", "version": "9.0.100", "sha512": "sha512-k35dREQY4EhWeg3mokITJxckDCddGVMSG+qbS5OwbWUJuqiaXEAYgc5rLuZqNz1JDFj1kTIuydBAzqCufZI3pw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "FSharp.Data", "id": "FSharp.Data", "version": "5.0.2", "sha512": "sha512-BlDokqEWMysUMedhZzaREUPrhAbj8VRUEXjUrd85fzH63XaxppqjEYtpjQLnQcwkyWI71bzr3cfzYgaAANQLAQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.0": ["FSharp.Core"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.CodeAnalysis.Analyzers", "id": "Microsoft.CodeAnalysis.Analyzers", "version": "3.3.4", "sha512": "sha512-I+Riw6/6WjNICydoiNpDjN/GGP7u4XsL6VsI9lG/OjFufH3flvSEy/fxNhGDVGwZWwq/5BlnqX+LH2dmheaPfg==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "Microsoft.CodeAnalysis.Common", "id": "Microsoft.CodeAnalysis.Common", "version": "4.9.2", "sha512": "sha512-XCtqPQdnoqfrBSidFWIESm8exXVHF4yPY94e84St2PVZPc2bGeQNXdFNwadu1Bd2sr/bAgM5B0UHbCqBz+/SeQ==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net462": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net47": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net471": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net472": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net48": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net5.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "net6.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net7.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net8.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "net9.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"], "netstandard2.1": ["Microsoft.CodeAnalysis.Analyzers", "System.Collections.Immutable", "System.Memory", "System.Reflection.Metadata", "System.Runtime.CompilerServices.Unsafe", "System.Text.Encoding.CodePages", "System.Threading.Tasks.Extensions"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.CodeAnalysis.CSharp", "id": "Microsoft.CodeAnalysis.CSharp", "version": "4.9.2", "sha512": "sha512-oy5nUdJOaOQEjUZimhYH4xU6nVxt8ctkdP7HT2fc32ecvH50QeIwJXgjNt7MGUyhJO+Wd3SipQWQ5QyDw7VuLg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["Microsoft.CodeAnalysis.Common"], "net462": ["Microsoft.CodeAnalysis.Common"], "net47": ["Microsoft.CodeAnalysis.Common"], "net471": ["Microsoft.CodeAnalysis.Common"], "net472": ["Microsoft.CodeAnalysis.Common"], "net48": ["Microsoft.CodeAnalysis.Common"], "net5.0": ["Microsoft.CodeAnalysis.Common"], "net6.0": ["Microsoft.CodeAnalysis.Common"], "net7.0": ["Microsoft.CodeAnalysis.Common"], "net8.0": ["Microsoft.CodeAnalysis.Common"], "net9.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.1": ["Microsoft.CodeAnalysis.Common"], "netcoreapp2.2": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.0": ["Microsoft.CodeAnalysis.Common"], "netcoreapp3.1": ["Microsoft.CodeAnalysis.Common"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["Microsoft.CodeAnalysis.Common"], "netstandard2.1": ["Microsoft.CodeAnalysis.Common"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Mono.Cecil", "id": "Mono.Cecil", "version": "0.11.4", "sha512": "sha512-CnjwUMmFHnScNG8e/4DRZQQX67H5ajekRDudmZ6Fy1jCLhyH1jjzbQCOEFhBLa2NjPWQpMF+RHdBJY8a7GgmlA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Buffers", "id": "System.Buffers", "version": "4.5.1", "sha512": "sha512-gNphWOVbm89+C15jebnPRaYykU8De1PFv1YJV24814IfeGGVa3PXRHDS0MLlbdI1pe9Mpv/n4ZK4INwtAjqv8g==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Collections.Immutable", "id": "System.Collections.Immutable", "version": "8.0.0", "sha512": "sha512-BXqVkcIrhimvvem6q2ChWkuW6XYYirvb6FlhvuwaMoBqBdpcr4nehJBKP65Tw40UqcUM6oDoODsecM0yjZ6AUw==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Memory", "id": "System.Memory", "version": "4.5.5", "sha512": "sha512-6MjlNsl7lKw0Q8lAsw2tQ89ul9x6jD2Yk3EEj+dOFoYGOE9eAUO9wNhvd4O/n97oQXlkyzqKXXUnE+kLElFy3A==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "net461": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "net5.0": [], "net6.0": [], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": [], "netstandard1.1": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Buffers", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Buffers", "System.Numerics.Vectors", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Numerics.Vectors", "id": "System.Numerics.Vectors", "version": "4.5.0", "sha512": "sha512-nATsBTD2CKr4AYN6eRszhX4sptImWmBJwB/U6XKCWWfnCcrTBw8XSCm3QA9gjppkHTr8OkXUY21MR91D3QZXsw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Reflection.Metadata", "id": "System.Reflection.Metadata", "version": "8.0.0", "sha512": "sha512-+6sMdkJjee0B6nm3AlBBl7cQaI0oPniLvvkrkFhmEN3fo/hGONaFdwpAaO+GRTlbZe4kRZzFwU7kSXQW0RyJxg==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Collections.Immutable", "System.Memory"], "net462": ["System.Collections.Immutable", "System.Memory"], "net47": ["System.Collections.Immutable", "System.Memory"], "net471": ["System.Collections.Immutable", "System.Memory"], "net472": ["System.Collections.Immutable", "System.Memory"], "net48": ["System.Collections.Immutable", "System.Memory"], "net5.0": ["System.Collections.Immutable", "System.Memory"], "net6.0": ["System.Collections.Immutable"], "net7.0": ["System.Collections.Immutable"], "net8.0": ["System.Collections.Immutable"], "net9.0": ["System.Collections.Immutable"], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.1": ["System.Collections.Immutable", "System.Memory"], "netcoreapp2.2": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.0": ["System.Collections.Immutable", "System.Memory"], "netcoreapp3.1": ["System.Collections.Immutable", "System.Memory"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Collections.Immutable", "System.Memory"], "netstandard2.1": ["System.Collections.Immutable", "System.Memory"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Runtime.CompilerServices.Unsafe", "id": "System.Runtime.CompilerServices.Unsafe", "version": "6.0.0", "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Text.Encoding.CodePages", "id": "System.Text.Encoding.CodePages", "version": "8.0.0", "sha512": "sha512-d9rfaxpz7u+1BQem129eOiDgrn0/VQw0kmWuTg1V8K5PDvG0G+CN2BB5io4B27p04sqsdGtRWLjiPXIlI9Rz7Q==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "net461": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net462": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net47": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net471": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net472": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net48": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net5.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "net6.0": ["System.Runtime.CompilerServices.Unsafe"], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": [], "netcoreapp1.1": [], "netcoreapp2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.2": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netcoreapp3.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard": [], "netstandard1.0": [], "netstandard1.1": [], "netstandard1.2": [], "netstandard1.3": [], "netstandard1.4": [], "netstandard1.5": [], "netstandard1.6": [], "netstandard2.0": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Memory", "System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Threading.Tasks.Extensions", "id": "System.Threading.Tasks.Extensions", "version": "4.5.4", "sha512": "sha512-aAUghud9PHGYc3o9oWPWd0C3xE+TJQw5ZZs78htlR6mr9ky/QEgfXHjyQ2GvOq9H1S0YizcVVKCSin92ZcH8FA==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": ["System.Runtime.CompilerServices.Unsafe"], "net451": ["System.Runtime.CompilerServices.Unsafe"], "net452": ["System.Runtime.CompilerServices.Unsafe"], "net46": ["System.Runtime.CompilerServices.Unsafe"], "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": [], "net6.0": [], "net7.0": [], "net8.0": [], "net9.0": [], "netcoreapp1.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp1.1": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.0": ["System.Runtime.CompilerServices.Unsafe"], "netcoreapp2.1": [], "netcoreapp2.2": [], "netcoreapp3.0": [], "netcoreapp3.1": [], "netstandard": [], "netstandard1.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.1": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.2": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.3": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.4": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.5": ["System.Runtime.CompilerServices.Unsafe"], "netstandard1.6": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.0": ["System.Runtime.CompilerServices.Unsafe"], "netstandard2.1": ["System.Runtime.CompilerServices.Unsafe"]}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/examples/paket.lock b/examples/paket.lock index 0a3484a2..ad1db32e 100644 --- a/examples/paket.lock +++ b/examples/paket.lock @@ -2,42 +2,42 @@ GROUP example_deps STORAGE: NONE -RESTRICTION: || (== net6.0) (== netstandard2.0) +RESTRICTION: || (== net9.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json Expecto (9.0.4) FSharp.Core (>= 4.6) Mono.Cecil (>= 0.11.3) - FSharp.Core (6.0.3) + FSharp.Core (9.0.100) FSharp.Data (5.0.2) FSharp.Core (>= 5.0.1) Microsoft.CodeAnalysis.Analyzers (3.3.4) Microsoft.CodeAnalysis.Common (4.9.2) Microsoft.CodeAnalysis.Analyzers (>= 3.3.4) System.Collections.Immutable (>= 8.0) - System.Memory (>= 4.5.5) - restriction: == netstandard2.0 + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) System.Reflection.Metadata (>= 8.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Text.Encoding.CodePages (>= 8.0) - restriction: == netstandard2.0 - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: == netstandard2.0 + System.Text.Encoding.CodePages (>= 8.0) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) Microsoft.CodeAnalysis.CSharp (4.9.2) Microsoft.CodeAnalysis.Common (4.9.2) Mono.Cecil (0.11.4) - System.Buffers (4.5.1) - restriction: == netstandard2.0 + System.Buffers (4.5.1) - restriction: || (&& (== net9.0) (>= monotouch)) (&& (== net9.0) (>= net461)) (&& (== net9.0) (< net6.0) (>= xamarinios)) (&& (== net9.0) (< net6.0) (>= xamarinmac)) (&& (== net9.0) (< net6.0) (>= xamarintvos)) (&& (== net9.0) (< net6.0) (>= xamarinwatchos)) (&& (== net9.0) (< netcoreapp2.0)) (&& (== net9.0) (< netstandard1.1)) (&& (== net9.0) (< netstandard2.0)) (== netstandard2.0) System.Collections.Immutable (8.0) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Memory (4.5.5) - restriction: == netstandard2.0 - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (4.5) - restriction: == netstandard2.0 + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< net7.0)) (== netstandard2.0) + System.Memory (4.5.5) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net9.0) (>= monotouch)) (&& (== net9.0) (>= net461)) (&& (== net9.0) (< netcoreapp2.0)) (&& (== net9.0) (< netstandard1.1)) (&& (== net9.0) (< netstandard2.0)) (&& (== net9.0) (>= xamarinios)) (&& (== net9.0) (>= xamarinmac)) (&& (== net9.0) (>= xamarintvos)) (&& (== net9.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net9.0) (< netcoreapp2.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net9.0) (>= monotouch)) (&& (== net9.0) (>= net461)) (&& (== net9.0) (< netcoreapp2.0)) (&& (== net9.0) (< netcoreapp2.1)) (&& (== net9.0) (< netstandard1.1)) (&& (== net9.0) (< netstandard2.0)) (&& (== net9.0) (>= uap10.1)) (&& (== net9.0) (>= xamarinios)) (&& (== net9.0) (>= xamarinmac)) (&& (== net9.0) (>= xamarintvos)) (&& (== net9.0) (>= xamarinwatchos)) (== netstandard2.0) + System.Numerics.Vectors (4.5) - restriction: || (&& (== net9.0) (< netcoreapp2.0)) (== netstandard2.0) System.Reflection.Metadata (8.0) System.Collections.Immutable (>= 8.0) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) System.Runtime.CompilerServices.Unsafe (6.0) - System.Text.Encoding.CodePages (8.0) - restriction: == netstandard2.0 - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Threading.Tasks.Extensions (4.5.4) - restriction: == netstandard2.0 - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (== netstandard2.0) + System.Text.Encoding.CodePages (8.0) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< net7.0)) (== netstandard2.0) + System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net9.0) (>= net461)) (&& (== net9.0) (< netcoreapp2.1)) (&& (== net9.0) (< netstandard1.0)) (&& (== net9.0) (< netstandard2.0)) (&& (== net9.0) (>= wp8)) (== netstandard2.0) diff --git a/examples/paket/.paket/Paket.Restore.targets b/examples/paket/.paket/Paket.Restore.targets index e230bb21..712cd771 100644 --- a/examples/paket/.paket/Paket.Restore.targets +++ b/examples/paket/.paket/Paket.Restore.targets @@ -1,322 +1,330 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - $(MSBuildVersion) - 15.0.0 - false - true - - true - $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)..\ - $(PaketRootPath)paket-files\paket.restore.cached - $(PaketRootPath)paket.lock - classic - proj - assembly - native - /Library/Frameworks/Mono.framework/Commands/mono - mono - - - $(PaketRootPath)paket.bootstrapper.exe - $(PaketToolsPath)paket.bootstrapper.exe - $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\ - - "$(PaketBootStrapperExePath)" - $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)" - - - - - true - true - - - True - - - False - - $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/')) - - - - - - - - - $(PaketRootPath)paket - $(PaketToolsPath)paket - - - - - - $(PaketRootPath)paket.exe - $(PaketToolsPath)paket.exe - - - - - - <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json")) - <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"')) - <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false - - - - - - - - - - - <_PaketCommand>dotnet paket - - - - - - $(PaketToolsPath)paket - $(PaketBootStrapperExeDir)paket - - - paket - - - - - <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)")) - <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)" - <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" - <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)" - - - - - - - - - - - - - - - - - - - - - true - $(NoWarn);NU1603;NU1604;NU1605;NU1608 - false - true - - - - - - - - - $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)')) - - - - - - - $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[0].Replace(`"`, ``).Replace(` `, ``)) - $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[1].Replace(`"`, ``).Replace(` `, ``)) - - - - - %(PaketRestoreCachedKeyValue.Value) - %(PaketRestoreCachedKeyValue.Value) - - - - - true - false - true - - - + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(MSBuildVersion) + 15.0.0 + false + true + + true + $(MSBuildThisFileDirectory) + $(MSBuildThisFileDirectory)..\ + $(PaketRootPath)paket-files\paket.restore.cached + $(PaketRootPath)paket.lock + classic + proj + assembly + native + /Library/Frameworks/Mono.framework/Commands/mono + mono + + + $(PaketRootPath)paket.bootstrapper.exe + $(PaketToolsPath)paket.bootstrapper.exe + $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\ + + "$(PaketBootStrapperExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)" + + + + + true + true + + + True + + + False + + $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/')) + + + + + + + + + $(PaketRootPath)paket + $(PaketToolsPath)paket + + + + + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe + + + + + + <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json")) + <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"')) + <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false + + + + + + + + + + + <_PaketCommand>dotnet paket + + + + + + $(PaketToolsPath)paket + $(PaketBootStrapperExeDir)paket + + + paket + + + + + <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)")) + <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)" + <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)" + + + + + + + + + + + + + + + + + + + + + true + $(NoWarn);NU1603;NU1604;NU1605;NU1608 + false + true + + + + + + + + + $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)')) + + + + + + + $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[0].Replace(`"`, ``).Replace(` `, ``)) + $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[1].Replace(`"`, ``).Replace(` `, ``)) + + + + + %(PaketRestoreCachedKeyValue.Value) + %(PaketRestoreCachedKeyValue.Value) + + + + + true + false + true + + + - - true - - - - - - - - - - - - - - - - - - - $(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached - - $(MSBuildProjectFullPath).paket.references - - $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references - - $(MSBuildProjectDirectory)\paket.references - - false - true - true - references-file-or-cache-not-found - - - - - $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)')) - $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)')) - references-file - false - - - - - false - - - - - true - target-framework '$(TargetFramework)' or '$(TargetFrameworks)' files @(PaketResolvedFilePaths) - - - - - - - - - - - false - true - - - - - - - - - - - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',').Length) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[6]) - $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[7]) - - - %(PaketReferencesFileLinesInfo.PackageVersion) - All - runtime - $(ExcludeAssets);contentFiles - $(ExcludeAssets);build;buildMultitargeting;buildTransitive - true - true - - - - - $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools - - - - - - - - - $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0]) - $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1]) - - - %(PaketCliToolFileLinesInfo.PackageVersion) - - - - + + + + + + + + + + + + + + + + $(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached + + $(MSBuildProjectFullPath).paket.references + + $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references + + $(MSBuildProjectDirectory)\paket.references + + false + true + true + references-file-or-cache-not-found + + + + + $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)')) + $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)')) + references-file + false + + + + + false + + + + + true + target-framework '$(TargetFramework)' or '$(TargetFrameworks)' files @(PaketResolvedFilePaths) + + + + + + + + + + + false + true + + + + + + + + + + + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',').Length) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[2]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[6]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[7]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[8]) + + + %(PaketReferencesFileLinesInfo.PackageVersion) + All + runtime + $(ExcludeAssets);contentFiles + $(ExcludeAssets);build;buildMultitargeting;buildTransitive + %(PaketReferencesFileLinesInfo.Aliases) + true + true + + + + + %(PaketReferencesFileLinesInfo.PackageVersion) + + + + + $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools + + + + + + + + + $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1]) + + + %(PaketCliToolFileLinesInfo.PackageVersion) + + + + - - - - - false - - - - - - <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/> - - - - - - $(MSBuildProjectDirectory)/$(MSBuildProjectFile) - true - false - true - false - true - false - true - false - true - false - true - $(PaketIntermediateOutputPath)\$(Configuration) - $(PaketIntermediateOutputPath) - - - - <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/> - - - - - - - - - + + + + + false + + + + + + <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/> + + + + + + $(MSBuildProjectDirectory)/$(MSBuildProjectFile) + true + false + true + false + true + false + true + false + true + false + true + $(PaketIntermediateOutputPath)\$(Configuration) + $(PaketIntermediateOutputPath) + + + + <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/> + + + + + + + + + - - - - - - - - - + + + + + + + + + diff --git a/examples/paket/BUILD.bazel b/examples/paket/BUILD.bazel index 1042beaf..41c48d99 100644 --- a/examples/paket/BUILD.bazel +++ b/examples/paket/BUILD.bazel @@ -7,7 +7,7 @@ fsharp_binary( "Main.fs", ], tags = ["requires-network"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.main//argu", "@paket.main//fsharp.core", @@ -23,7 +23,7 @@ fsharp_binary( "Main.fs", ], tags = ["requires-network"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.othergroup//argu", "@paket.othergroup//fsharp.core", diff --git a/examples/paket/deps/paket.main.bzl b/examples/paket/deps/paket.main.bzl index 591e1fa8..f4a0bd9b 100644 --- a/examples/paket/deps/paket.main.bzl +++ b/examples/paket/deps/paket.main.bzl @@ -7,16 +7,16 @@ def main(): nuget_repo( name = "paket.main", packages = [ - {"name": "Argu", "id": "Argu", "version": "6.1.1", "sha512": "sha512-ed1N3RMohnxS54MYuMgPz3766hXItY3L12IrPazZ+F8CXPKkxyV+p8xVkWmE5NDnRhEvaWptRhBrXstK9DhS/w==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "FSharp.Core", "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": [], "net8.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": []}, - {"name": "FSharp.Data", "id": "FSharp.Data", "version": "4.2.8", "sha512": "sha512-Rcs+BsL424ryhiKNYzBVqvDeIJnei1DgfAnrQ+bg+bOoXgDXtpUTh6ZeG8DWu2mKlfi9LFhByg/KjydL7E8v0g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.NETCore.App.Ref", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.5", "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==", "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": [], "net8.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"]}, - {"name": "Microsoft.Win32.SystemEvents", "id": "Microsoft.Win32.SystemEvents", "version": "6.0.1", "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==", "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": [], "net8.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": []}, - {"name": "System.Configuration.ConfigurationManager", "id": "System.Configuration.ConfigurationManager", "version": "6.0.0", "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Drawing.Common", "id": "System.Drawing.Common", "version": "6.0.0", "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==", "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": ["Microsoft.Win32.SystemEvents"], "net6.0": ["Microsoft.Win32.SystemEvents"], "net7.0": ["Microsoft.Win32.SystemEvents"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.AccessControl", "id": "System.Security.AccessControl", "version": "6.0.0", "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==", "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": [], "net8.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": []}, - {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.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": []}, - {"name": "System.Security.Permissions", "id": "System.Security.Permissions", "version": "6.0.0", "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Windows.Extensions", "id": "System.Windows.Extensions", "version": "6.0.0", "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==", "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": ["System.Drawing.Common"], "net6.0": ["System.Drawing.Common"], "net7.0": ["System.Drawing.Common"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Argu", "id": "Argu", "version": "6.1.1", "sha512": "sha512-ed1N3RMohnxS54MYuMgPz3766hXItY3L12IrPazZ+F8CXPKkxyV+p8xVkWmE5NDnRhEvaWptRhBrXstK9DhS/w==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["FSharp.Core", "System.Configuration.ConfigurationManager"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "FSharp.Core", "id": "FSharp.Core", "version": "9.0.100", "sha512": "sha512-k35dREQY4EhWeg3mokITJxckDCddGVMSG+qbS5OwbWUJuqiaXEAYgc5rLuZqNz1JDFj1kTIuydBAzqCufZI3pw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "FSharp.Data", "id": "FSharp.Data", "version": "4.2.8", "sha512": "sha512-Rcs+BsL424ryhiKNYzBVqvDeIJnei1DgfAnrQ+bg+bOoXgDXtpUTh6ZeG8DWu2mKlfi9LFhByg/KjydL7E8v0g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.0": ["FSharp.Core"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.NETCore.App.Ref", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.5", "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==", "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": [], "net8.0": [], "net9.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"]}, + {"name": "Microsoft.Win32.SystemEvents", "id": "Microsoft.Win32.SystemEvents", "version": "6.0.1", "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Configuration.ConfigurationManager", "id": "System.Configuration.ConfigurationManager", "version": "6.0.0", "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["System.Security.Cryptography.ProtectedData", "System.Security.Permissions"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Drawing.Common", "id": "System.Drawing.Common", "version": "6.0.0", "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==", "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": ["Microsoft.Win32.SystemEvents"], "net6.0": ["Microsoft.Win32.SystemEvents"], "net7.0": ["Microsoft.Win32.SystemEvents"], "net8.0": ["Microsoft.Win32.SystemEvents"], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Security.AccessControl", "id": "System.Security.AccessControl", "version": "6.0.0", "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Permissions", "id": "System.Security.Permissions", "version": "6.0.0", "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["System.Security.AccessControl", "System.Windows.Extensions"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Windows.Extensions", "id": "System.Windows.Extensions", "version": "6.0.0", "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==", "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": ["System.Drawing.Common"], "net6.0": ["System.Drawing.Common"], "net7.0": ["System.Drawing.Common"], "net8.0": ["System.Drawing.Common"], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/examples/paket/deps/paket.othergroup.bzl b/examples/paket/deps/paket.othergroup.bzl index 46ae0ca1..2a49451f 100644 --- a/examples/paket/deps/paket.othergroup.bzl +++ b/examples/paket/deps/paket.othergroup.bzl @@ -7,16 +7,16 @@ def othergroup(): nuget_repo( name = "paket.othergroup", packages = [ - {"name": "Argu", "id": "Argu", "version": "6.1.1", "sha512": "sha512-ed1N3RMohnxS54MYuMgPz3766hXItY3L12IrPazZ+F8CXPKkxyV+p8xVkWmE5NDnRhEvaWptRhBrXstK9DhS/w==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "FSharp.Core", "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": [], "net8.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": []}, - {"name": "FSharp.Data", "id": "FSharp.Data", "version": "4.2.8", "sha512": "sha512-Rcs+BsL424ryhiKNYzBVqvDeIJnei1DgfAnrQ+bg+bOoXgDXtpUTh6ZeG8DWu2mKlfi9LFhByg/KjydL7E8v0g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "Microsoft.NETCore.App.Ref", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.5", "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==", "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": [], "net8.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"]}, - {"name": "Microsoft.Win32.SystemEvents", "id": "Microsoft.Win32.SystemEvents", "version": "6.0.1", "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==", "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": [], "net8.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": []}, - {"name": "System.Configuration.ConfigurationManager", "id": "System.Configuration.ConfigurationManager", "version": "6.0.0", "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Drawing.Common", "id": "System.Drawing.Common", "version": "6.0.0", "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==", "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": ["Microsoft.Win32.SystemEvents"], "net6.0": ["Microsoft.Win32.SystemEvents"], "net7.0": ["Microsoft.Win32.SystemEvents"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Security.AccessControl", "id": "System.Security.AccessControl", "version": "6.0.0", "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==", "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": [], "net8.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": []}, - {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.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": []}, - {"name": "System.Security.Permissions", "id": "System.Security.Permissions", "version": "6.0.0", "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.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"]}, "targeting_pack_overrides": [], "framework_list": []}, - {"name": "System.Windows.Extensions", "id": "System.Windows.Extensions", "version": "6.0.0", "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==", "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": ["System.Drawing.Common"], "net6.0": ["System.Drawing.Common"], "net7.0": ["System.Drawing.Common"], "net8.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Argu", "id": "Argu", "version": "6.1.1", "sha512": "sha512-ed1N3RMohnxS54MYuMgPz3766hXItY3L12IrPazZ+F8CXPKkxyV+p8xVkWmE5NDnRhEvaWptRhBrXstK9DhS/w==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["FSharp.Core", "System.Configuration.ConfigurationManager"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "FSharp.Core", "id": "FSharp.Core", "version": "9.0.100", "sha512": "sha512-k35dREQY4EhWeg3mokITJxckDCddGVMSG+qbS5OwbWUJuqiaXEAYgc5rLuZqNz1JDFj1kTIuydBAzqCufZI3pw==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "FSharp.Data", "id": "FSharp.Data", "version": "4.2.8", "sha512": "sha512-Rcs+BsL424ryhiKNYzBVqvDeIJnei1DgfAnrQ+bg+bOoXgDXtpUTh6ZeG8DWu2mKlfi9LFhByg/KjydL7E8v0g==", "sources": ["https://api.nuget.org/v3/index.json"], "dependencies": {"net11": [], "net20": [], "net30": [], "net35": [], "net40": [], "net403": [], "net45": [], "net451": [], "net452": [], "net46": [], "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"], "net8.0": ["FSharp.Core"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "Microsoft.NETCore.App.Ref", "id": "Microsoft.NETCore.App.Ref", "version": "6.0.5", "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==", "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": [], "net8.0": [], "net9.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"]}, + {"name": "Microsoft.Win32.SystemEvents", "id": "Microsoft.Win32.SystemEvents", "version": "6.0.1", "sha512": "sha512-tCbvWn9ymrxUuAlYZCQ7eDwVSn7571UIeMYWizWCXPjQlESdfIGr1W6EXhrFm8BgPt2e9G5bJfxVrzx2knWR6A==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Configuration.ConfigurationManager", "id": "System.Configuration.ConfigurationManager", "version": "6.0.0", "sha512": "sha512-3ljLko1jA6FjAf16qO2sN53+bEfm2AshZl+SurndX/UrPiRM9t8PlF8ccucckjN1YdvydS/DMkF0qMnsxwwyRw==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["System.Security.Cryptography.ProtectedData", "System.Security.Permissions"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Drawing.Common", "id": "System.Drawing.Common", "version": "6.0.0", "sha512": "sha512-1h8KPgHD6sFfE/wboEosfOTqyVZACy+qNh/sq9ODbUnVvTRPOYXuPZTNw/anK44H5CPNspZbT1yiIitd4ymI5A==", "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": ["Microsoft.Win32.SystemEvents"], "net6.0": ["Microsoft.Win32.SystemEvents"], "net7.0": ["Microsoft.Win32.SystemEvents"], "net8.0": ["Microsoft.Win32.SystemEvents"], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Security.AccessControl", "id": "System.Security.AccessControl", "version": "6.0.0", "sha512": "sha512-ZKNqEDuVSrS36KdsDodleb1ITDCOREwtkV+5oP0FrWNhRQHtI1xUSvybQxy4pM8PBxW47UFOhZWObWhXkWj7RQ==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Cryptography.ProtectedData", "id": "System.Security.Cryptography.ProtectedData", "version": "6.0.0", "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==", "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": [], "net8.0": [], "net9.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": []}, + {"name": "System.Security.Permissions", "id": "System.Security.Permissions", "version": "6.0.0", "sha512": "sha512-1PIXLMOxZPEE+i46Mwti8qFfUOBQqRZZ21co8o1NXWyoZg7sOk+SIJAYGlS8Hp9mNMpJdQOYNgcn0bxZ22ICeA==", "sources": ["https://api.nuget.org/v3/index.json"], "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"], "net8.0": ["System.Security.AccessControl", "System.Windows.Extensions"], "net9.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"]}, "targeting_pack_overrides": [], "framework_list": []}, + {"name": "System.Windows.Extensions", "id": "System.Windows.Extensions", "version": "6.0.0", "sha512": "sha512-9R7sgWb5e1/OokgW7HN8JNXFpcsUXvLTMnfJoWBE9AvD+5e0z+f5ojr3BO3pFYbGq9Ks8AsndTi7ME13ocpU8A==", "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": ["System.Drawing.Common"], "net6.0": ["System.Drawing.Common"], "net7.0": ["System.Drawing.Common"], "net8.0": ["System.Drawing.Common"], "net9.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": []}, "targeting_pack_overrides": [], "framework_list": []}, ], ) diff --git a/examples/paket/dotnet-tools.json b/examples/paket/dotnet-tools.json index 6e9775fc..b5665637 100644 --- a/examples/paket/dotnet-tools.json +++ b/examples/paket/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "paket": { - "version": "8.0.0", - "commands": ["paket"] + "version": "9.0.0", + "commands": [ + "paket" + ] } } } diff --git a/examples/paket/paket.dependencies b/examples/paket/paket.dependencies index cabd5cee..7419c6a4 100644 --- a/examples/paket/paket.dependencies +++ b/examples/paket/paket.dependencies @@ -1,9 +1,9 @@ -framework: net6.0 +framework: net9.0 source https://api.nuget.org/v3/index.json nuget Argu 6.1.1 nuget FSharp.Data 4.2.8 -nuget FSharp.Core 6.0.3 +nuget FSharp.Core 9.0.100 nuget Microsoft.NETCore.App.Ref 6.0.5 group othergroup @@ -12,6 +12,6 @@ group othergroup nuget Argu 6.1.1 nuget FSharp.Data 4.2.8 - nuget FSharp.Core 6.0.3 + nuget FSharp.Core 9.0.100 nuget Microsoft.NETCore.App.Ref 6.0.5 diff --git a/examples/paket/paket.lock b/examples/paket/paket.lock index ca96ac72..59e48e3b 100644 --- a/examples/paket/paket.lock +++ b/examples/paket/paket.lock @@ -1,10 +1,10 @@ -RESTRICTION: == net6.0 +RESTRICTION: == net9.0 NUGET remote: https://api.nuget.org/v3/index.json Argu (6.1.1) FSharp.Core (>= 4.3.2) System.Configuration.ConfigurationManager (>= 4.4) - FSharp.Core (6.0.3) + FSharp.Core (9.0.100) FSharp.Data (4.2.8) FSharp.Core (>= 4.7.2) Microsoft.NETCore.App.Ref (6.0.5) @@ -29,7 +29,7 @@ NUGET Argu (6.1.1) FSharp.Core (>= 4.3.2) System.Configuration.ConfigurationManager (>= 4.4) - FSharp.Core (6.0.3) + FSharp.Core (9.0.100) FSharp.Data (4.2.8) FSharp.Core (>= 4.7.2) Microsoft.NETCore.App.Ref (6.0.5) diff --git a/examples/publish_framework_dependent/BUILD.bazel b/examples/publish_framework_dependent/BUILD.bazel index 7db4ee8f..55ee6440 100644 --- a/examples/publish_framework_dependent/BUILD.bazel +++ b/examples/publish_framework_dependent/BUILD.bazel @@ -7,7 +7,7 @@ load( csharp_binary( name = "hello", srcs = ["hello.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ], ) @@ -19,5 +19,5 @@ publish_binary( name = "publish_dependent", binary = ":hello", self_contained = False, - target_framework = "net6.0", + target_framework = "net9.0", ) diff --git a/examples/publish_self_contained/BUILD.bazel b/examples/publish_self_contained/BUILD.bazel index eb8bb829..6a65cf16 100644 --- a/examples/publish_self_contained/BUILD.bazel +++ b/examples/publish_self_contained/BUILD.bazel @@ -7,7 +7,7 @@ load( csharp_binary( name = "hello", srcs = ["hello.cs"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ ], ) @@ -16,5 +16,5 @@ publish_binary( name = "publish_self_contained", binary = ":hello", self_contained = True, - target_framework = "net6.0", + target_framework = "net9.0", ) diff --git a/examples/runfiles_csharp/BUILD.bazel b/examples/runfiles_csharp/BUILD.bazel index 98c57291..af39c56a 100644 --- a/examples/runfiles_csharp/BUILD.bazel +++ b/examples/runfiles_csharp/BUILD.bazel @@ -7,7 +7,7 @@ csharp_nunit_test( name = "runfiles_test", srcs = ["RunfilesTest.cs"], data = ["data-file"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@rules_dotnet//tools/runfiles", ], diff --git a/examples/runfiles_fsharp/BUILD.bazel b/examples/runfiles_fsharp/BUILD.bazel index 646734ef..3949fa7e 100644 --- a/examples/runfiles_fsharp/BUILD.bazel +++ b/examples/runfiles_fsharp/BUILD.bazel @@ -7,7 +7,7 @@ fsharp_nunit_test( name = "runfiles_test", srcs = ["RunfilesTest.fs"], data = ["data-file"], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "@paket.example_deps//fsharp.core", "@rules_dotnet//tools/runfiles", diff --git a/examples/source_generators/generator_usage/BUILD.bazel b/examples/source_generators/generator_usage/BUILD.bazel index 9b572728..02a17fdd 100644 --- a/examples/source_generators/generator_usage/BUILD.bazel +++ b/examples/source_generators/generator_usage/BUILD.bazel @@ -5,7 +5,7 @@ csharp_binary( srcs = [ "Main.cs", ], - target_frameworks = ["net6.0"], + target_frameworks = ["net9.0"], deps = [ "//source_generators/generator", ], diff --git a/paket.dependencies b/paket.dependencies index fde69ada..ae8b0bf0 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,27 +1,26 @@ storage: none group paket2bazel_dependencies - framework: net8.0 + framework: net9.0 source https://api.nuget.org/v3/index.json - nuget FSharp.Core == 8.0.200 + nuget FSharp.Core == 9.0.100 nuget Argu 6.2.3 - nuget Paket.Core 8.0.3 - nuget NuGet.PackageManagement 6.9.1 - nuget NuGet.Packaging 6.9.1 - nuget NuGet.Protocol 6.9.1 - nuget NuGet.Credentials 6.9.1 - nuget NuGet.Resolver 6.9.1 - nuget System.Text.Json 5.0.2 + nuget Paket.Core 9.0.0 + nuget NuGet.PackageManagement 6.12.1 + nuget NuGet.Packaging 6.12.1 + nuget NuGet.Protocol 6.12.1 + nuget NuGet.Credentials 6.12.1 + nuget NuGet.Resolver 6.12.1 + nuget System.Text.Json 9.0.0 group rules_dotnet_dev_nuget_packages - framework: net6.0,netstandard2.1,netstandard2.0 + framework: net9.0,netstandard2.1,netstandard2.0 source https://api.nuget.org/v3/index.json nuget LibGit2Sharp 0.27.0-preview-0182 nuget LibGit2Sharp.NativeBinaries 2.0.315-alpha.0.9 nuget FSharp.Data 4.2.7 - nuget FSharp.Core 6.0.3 - nuget NETStandard.Library.Ref 2.1.0 + nuget FSharp.Core 9.0.100 nuget System.Security.Principal.Windows 5.0.0 nuget Magick.NET.Core 12.2.2 nuget System.Memory 4.5.5 @@ -32,24 +31,9 @@ group rules_dotnet_dev_nuget_packages nuget Microsoft.NETFramework.ReferenceAssemblies.net48 1.0.3 group rules_dotnet_nuget_packages - framework: net6.0 + framework: net9.0 source https://api.nuget.org/v3/index.json - nuget McMaster.Extensions.CommandLineUtils 2.5.0 - nuget Nuget.Commands 5.10.0 - nuget Nuget.Common 5.10.0 - nuget Nuget.Configuration 5.10.0 - nuget Nuget.DependencyResolver.Core 5.10.0 - nuget Nuget.Frameworks 5.10.0 - nuget Nuget.PackageManagement 5.10.0 - nuget Nuget.Packaging.Core 5.10.0 - nuget Nuget.Packaging 5.10.0 - nuget Nuget.ProjectModel 5.10.0 - nuget Nuget.Protocol 5.10.0 - nuget Nuget.Resolver 5.10.0 - nuget Nuget.Versioning 5.10.0 - nuget Nuget.Credentials 5.10.0 - nuget Nuget.LibraryModel 5.10.0 nuget NUnit 3.12.0 nuget NUnitLite 3.12.0 diff --git a/paket.lock b/paket.lock index 7dd570f3..1d2d3ea9 100644 --- a/paket.lock +++ b/paket.lock @@ -1,7 +1,7 @@ STORAGE: NONE GROUP paket2bazel_dependencies -RESTRICTION: == net8.0 +RESTRICTION: == net9.0 NUGET remote: https://api.nuget.org/v3/index.json Argu (6.2.3) @@ -10,469 +10,151 @@ NUGET Chessie (0.6) FSharp.Core (>= 4.0.1.7-alpha) NETStandard.Library (>= 1.6) - FSharp.Core (8.0.200) + FSharp.Core (9.0.100) Microsoft.CSharp (4.7) Microsoft.Extensions.FileProviders.Abstractions (8.0) Microsoft.Extensions.Primitives (>= 8.0) Microsoft.Extensions.FileSystemGlobbing (8.0) Microsoft.Extensions.Primitives (8.0) Microsoft.NETCore.Platforms (6.0.5) - Microsoft.NETCore.Targets (5.0) Microsoft.Web.Xdt (3.1) Microsoft.Win32.SystemEvents (6.0.1) Mono.Cecil (0.11.4) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (13.0.3) - NuGet.Commands (6.9.1) + NuGet.Commands (6.12.1) Microsoft.Extensions.FileProviders.Abstractions (>= 6.0) Microsoft.Extensions.FileSystemGlobbing (>= 6.0) - NuGet.Credentials (>= 6.9.1) - NuGet.ProjectModel (>= 6.9.1) - NuGet.Common (6.9.1) - NuGet.Frameworks (>= 6.9.1) - NuGet.Configuration (6.9.1) - NuGet.Common (>= 6.9.1) + NuGet.Credentials (>= 6.12.1) + NuGet.ProjectModel (>= 6.12.1) + NuGet.Common (6.12.1) + NuGet.Frameworks (>= 6.12.1) + NuGet.Configuration (6.12.1) + NuGet.Common (>= 6.12.1) System.Security.Cryptography.ProtectedData (>= 4.4) - NuGet.Credentials (6.9.1) - NuGet.Protocol (>= 6.9.1) - NuGet.DependencyResolver.Core (6.9.1) - NuGet.Configuration (>= 6.9.1) - NuGet.LibraryModel (>= 6.9.1) - NuGet.Protocol (>= 6.9.1) - NuGet.Frameworks (6.9.1) - NuGet.LibraryModel (6.9.1) - NuGet.Common (>= 6.9.1) - NuGet.Versioning (>= 6.9.1) - NuGet.PackageManagement (6.9.1) + NuGet.Credentials (6.12.1) + NuGet.Protocol (>= 6.12.1) + NuGet.DependencyResolver.Core (6.12.1) + NuGet.Configuration (>= 6.12.1) + NuGet.LibraryModel (>= 6.12.1) + NuGet.Protocol (>= 6.12.1) + NuGet.Frameworks (6.12.1) + NuGet.LibraryModel (6.12.1) + NuGet.Common (>= 6.12.1) + NuGet.Versioning (>= 6.12.1) + NuGet.PackageManagement (6.12.1) Microsoft.CSharp (>= 4.3) Microsoft.Web.Xdt (>= 3.0) - NuGet.Commands (>= 6.9.1) - NuGet.Resolver (>= 6.9.1) + NuGet.Commands (>= 6.12.1) + NuGet.Resolver (>= 6.12.1) System.ComponentModel.Composition (>= 4.5) - Nuget.Packaging (6.9.1) + Nuget.Packaging (6.12.1) Newtonsoft.Json (>= 13.0.3) - NuGet.Configuration (>= 6.9.1) - NuGet.Versioning (>= 6.9.1) + NuGet.Configuration (>= 6.12.1) + NuGet.Versioning (>= 6.12.1) + System.Formats.Asn1 (>= 8.0.1) System.Security.Cryptography.Pkcs (>= 6.0.4) - NuGet.ProjectModel (6.9.1) - NuGet.DependencyResolver.Core (>= 6.9.1) - NuGet.Protocol (6.9.1) - Nuget.Packaging (>= 6.9.1) - NuGet.Resolver (6.9.1) - NuGet.Protocol (>= 6.9.1) - NuGet.Versioning (6.9.1) - Paket.Core (8.0.3) + NuGet.ProjectModel (6.12.1) + NuGet.DependencyResolver.Core (>= 6.12.1) + NuGet.Protocol (6.12.1) + Nuget.Packaging (>= 6.12.1) + NuGet.Resolver (6.12.1) + NuGet.Protocol (>= 6.12.1) + NuGet.Versioning (6.12.1) + Paket.Core (9.0) Chessie (>= 0.6) - FSharp.Core (6.0.3) + FSharp.Core (>= 8.0.400) Mono.Cecil (>= 0.11.3 < 0.12) Newtonsoft.Json (>= 13.0.1) Nuget.Packaging (>= 5.9.1) - System.Net.Http (>= 4.3.4) System.Net.Http.WinHttpHandler (>= 5.0) System.Security.Cryptography.ProtectedData (>= 5.0) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.native.System (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - runtime.native.System.Net.Http (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - runtime.native.System.Security.Cryptography.Apple (4.3.1) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - System.Collections (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Collections.Concurrent (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.Tracing (>= 4.3) - System.Globalization (>= 4.3) - System.Reflection (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) System.ComponentModel.Composition (6.0) System.Configuration.ConfigurationManager (6.0) System.Security.Cryptography.ProtectedData (>= 6.0) System.Security.Permissions (>= 6.0) - System.Diagnostics.Debug (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Diagnostics.DiagnosticSource (6.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Diagnostics.Tracing (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) System.Drawing.Common (6.0) Microsoft.Win32.SystemEvents (>= 6.0) - System.Formats.Asn1 (8.0) - System.Globalization (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Globalization.Calendars (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Globalization (>= 4.3) - System.Runtime (>= 4.3) - System.Globalization.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.IO (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem.Primitives (4.3) - System.Runtime (>= 4.3) - System.Linq (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Net.Http (4.3.4) - Microsoft.NETCore.Platforms (>= 1.1.1) - runtime.native.System (>= 4.3) - runtime.native.System.Net.Http (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.DiagnosticSource (>= 4.3) - System.Diagnostics.Tracing (>= 4.3) - System.Globalization (>= 4.3) - System.Globalization.Extensions (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.Net.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Security.Cryptography.X509Certificates (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) + System.Formats.Asn1 (9.0) System.Net.Http.WinHttpHandler (6.0.1) - System.Net.Primitives (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime (>= 4.3.1) - System.Runtime.Handles (>= 4.3) - System.Reflection (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Resources.ResourceManager (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Globalization (>= 4.3) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime.CompilerServices.Unsafe (6.0) - System.Runtime.Extensions (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime (>= 4.3.1) - System.Runtime.Handles (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.Numerics (4.3) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) System.Security.AccessControl (6.0) - System.Security.Cryptography.Algorithms (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - System.Collections (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Runtime.Numerics (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Security.Cryptography.Cng (5.0) - System.Formats.Asn1 (>= 5.0) - System.Security.Cryptography.Csp (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Security.Cryptography.Encoding (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - System.Collections.Concurrent (>= 4.3) - System.Linq (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (5.0) - System.Formats.Asn1 (>= 5.0) System.Security.Cryptography.Pkcs (8.0) System.Formats.Asn1 (>= 8.0) - System.Security.Cryptography.Primitives (4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) System.Security.Cryptography.ProtectedData (6.0) - System.Security.Cryptography.X509Certificates (4.3.2) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System (>= 4.3) - runtime.native.System.Net.Http (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.Globalization.Calendars (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Runtime.Numerics (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Cng (>= 4.3) - System.Security.Cryptography.Csp (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) System.Security.Permissions (6.0) System.Security.AccessControl (>= 6.0) System.Windows.Extensions (>= 6.0) - System.Text.Encoding (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Json (5.0.2) - System.Threading (4.3) - System.Runtime (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Tasks (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) + System.Text.Json (9.0) System.Windows.Extensions (6.0) System.Drawing.Common (>= 6.0) GROUP rules_dotnet_dev_nuget_packages -RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1) +RESTRICTION: || (== net9.0) (== netstandard2.0) (== netstandard2.1) NUGET remote: https://api.nuget.org/v3/index.json - FSharp.Core (6.0.3) + FSharp.Core (9.0.100) FSharp.Data (4.2.7) FSharp.Core (>= 4.7.2) LibGit2Sharp (0.27.0-preview-0182) LibGit2Sharp.NativeBinaries (2.0.315-alpha.0.9) LibGit2Sharp.NativeBinaries (2.0.315-alpha.0.9) Magick.NET.Core (12.2.2) - Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462)) + Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462)) Microsoft.CodeAnalysis.Analyzers (3.3.4) Microsoft.CodeAnalysis.Common (4.9.2) Microsoft.CodeAnalysis.Analyzers (>= 3.3.4) System.Collections.Immutable (>= 8.0) - System.Memory (>= 4.5.5) - restriction: || (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) System.Reflection.Metadata (>= 8.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.Text.Encoding.CodePages (>= 8.0) - restriction: || (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding.CodePages (>= 8.0) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) Microsoft.CodeAnalysis.CSharp (4.9.2) Microsoft.CodeAnalysis.Common (4.9.2) Microsoft.NETFramework.ReferenceAssemblies.net48 (1.0.3) - NETStandard.Library.Ref (2.1) - System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) + System.Buffers (4.5.1) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) System.Collections.Immutable (8.0) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< net7.0)) (== netstandard2.0) (== netstandard2.1) System.Memory (4.5.5) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net6.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (4.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net9.0) (>= monotouch)) (&& (== net9.0) (>= net461)) (&& (== net9.0) (< netcoreapp2.0)) (&& (== net9.0) (< netstandard1.1)) (&& (== net9.0) (< netstandard2.0)) (&& (== net9.0) (>= xamarinios)) (&& (== net9.0) (>= xamarinmac)) (&& (== net9.0) (>= xamarintvos)) (&& (== net9.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net9.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net9.0) (>= monotouch)) (&& (== net9.0) (>= net461)) (&& (== net9.0) (< netcoreapp2.0)) (&& (== net9.0) (< netcoreapp2.1)) (&& (== net9.0) (< netstandard1.1)) (&& (== net9.0) (< netstandard2.0)) (&& (== net9.0) (>= uap10.1)) (&& (== net9.0) (>= xamarinios)) (&& (== net9.0) (>= xamarinmac)) (&& (== net9.0) (>= xamarintvos)) (&& (== net9.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (4.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) System.Reflection.Metadata (8.0) System.Collections.Immutable (>= 8.0) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) System.Runtime.CompilerServices.Unsafe (6.0) System.Security.Principal.Windows (5.0) - System.Text.Encoding.CodePages (8.0) - restriction: || (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Text.Encoding.CodePages (8.0) - restriction: || (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< net7.0)) (== netstandard2.0) (== netstandard2.1) System.Text.Encodings.Web (7.0) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< net7.0)) (== netstandard2.0) (== netstandard2.1) System.Text.Json (7.0.3) - Microsoft.Bcl.AsyncInterfaces (>= 7.0) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 6.0) + Microsoft.Bcl.AsyncInterfaces (>= 7.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< net7.0)) (== netstandard2.0) (== netstandard2.1) System.Text.Encodings.Web (>= 7.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net6.0)) (&& (== net9.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net9.0) (>= net461)) (&& (== net9.0) (< netcoreapp2.1)) (&& (== net9.0) (< netstandard1.0)) (&& (== net9.0) (< netstandard2.0)) (&& (== net9.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1) GROUP rules_dotnet_nuget_packages -RESTRICTION: == net6.0 +RESTRICTION: == net9.0 NUGET remote: https://api.nuget.org/v3/index.json - McMaster.Extensions.CommandLineUtils (2.5) - System.ComponentModel.Annotations (>= 4.7) Microsoft.NETCore.Platforms (6.0.5) - Microsoft.Web.Xdt (3.1) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) - Newtonsoft.Json (13.0.1) - NuGet.Commands (5.10) - NuGet.Credentials (>= 5.10) - NuGet.ProjectModel (>= 5.10) - NuGet.Common (5.10) - NuGet.Frameworks (>= 5.10) - NuGet.Configuration (5.10) - NuGet.Common (>= 5.10) - System.Security.Cryptography.ProtectedData (>= 4.4) - NuGet.Credentials (5.10) - NuGet.Protocol (>= 5.10) - NuGet.DependencyResolver.Core (5.10) - NuGet.LibraryModel (>= 5.10) - NuGet.Protocol (>= 5.10) - NuGet.Frameworks (5.10) - NuGet.LibraryModel (5.10) - NuGet.Common (>= 5.10) - NuGet.Versioning (>= 5.10) - NuGet.PackageManagement (5.10) - Microsoft.Web.Xdt (>= 3.0) - NuGet.Commands (>= 5.10) - NuGet.Resolver (>= 5.10) - System.ComponentModel.Composition (>= 4.5) - Nuget.Packaging (5.10) - Newtonsoft.Json (>= 9.0.1) - NuGet.Configuration (>= 5.10) - NuGet.Versioning (>= 5.10) - System.Security.Cryptography.Cng (>= 5.0) - System.Security.Cryptography.Pkcs (>= 5.0) - Nuget.Packaging.Core (5.10) - Nuget.Packaging (>= 5.10) - NuGet.ProjectModel (5.10) - NuGet.DependencyResolver.Core (>= 5.10) - NuGet.Protocol (5.10) - Nuget.Packaging (>= 5.10) - NuGet.Resolver (5.10) - NuGet.Protocol (>= 5.10) - NuGet.Versioning (5.10) NUnit (3.12) NETStandard.Library (>= 2.0) NUnitLite (3.12) NETStandard.Library (>= 2.0) NUnit (3.12) - System.ComponentModel.Annotations (5.0) - System.ComponentModel.Composition (6.0) - System.Formats.Asn1 (6.0) - System.Security.Cryptography.Cng (5.0) - System.Formats.Asn1 (>= 5.0) - System.Security.Cryptography.Pkcs (6.0.1) - System.Formats.Asn1 (>= 6.0) - System.Security.Cryptography.ProtectedData (6.0) diff --git a/tools/paket2bazel/BUILD.bazel b/tools/paket2bazel/BUILD.bazel index 730a4916..c0034ecc 100644 --- a/tools/paket2bazel/BUILD.bazel +++ b/tools/paket2bazel/BUILD.bazel @@ -9,7 +9,7 @@ fsharp_binary( "Gen.fs", "Main.fs", ], - target_frameworks = ["net8.0"], + target_frameworks = ["net9.0"], deps = [ "//dotnet/private/sdk/gen", "@paket.paket2bazel_dependencies//argu", @@ -28,6 +28,6 @@ publish_binary( name = "paket2bazel", binary = ":paket2bazel_bin", self_contained = True, - target_framework = "net8.0", + target_framework = "net9.0", visibility = ["//visibility:public"], ) diff --git a/tools/paket2bazel/Paket.fs b/tools/paket2bazel/Paket.fs index 91c93260..d0bc8358 100644 --- a/tools/paket2bazel/Paket.fs +++ b/tools/paket2bazel/Paket.fs @@ -51,7 +51,8 @@ let tfms = "net5.0" "net6.0" "net7.0" - "net8.0" ] + "net8.0" + "net9.0" ] |> Seq.map (fun f -> NuGetFramework.Parse(f)) let getPackageFilePath (packageName: string) (packageVersion: string) = diff --git a/tools/paket2bazel/paket2bazel.fsproj b/tools/paket2bazel/paket2bazel.fsproj index 4ec6b804..d96f5169 100644 --- a/tools/paket2bazel/paket2bazel.fsproj +++ b/tools/paket2bazel/paket2bazel.fsproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0