Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

BizTalk Migrator Dependency - Core CLI

  • 1
  • 2
  • 3

1.0.0 | Updated: 27 Sep 2021

Downloads:

1,098

Downloads of v 1.0.0:

512

Software Author(s):

  • Microsoft

BizTalk Migrator Dependency - Core CLI 1.0.0

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install BizTalk Migrator Dependency - Core CLI, run the following command from the command line or from PowerShell:

>

To upgrade BizTalk Migrator Dependency - Core CLI, run the following command from the command line or from PowerShell:

>

To uninstall BizTalk Migrator Dependency - Core CLI, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade biztalkmigrator-cli -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade biztalkmigrator-cli -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install biztalkmigrator-cli
  win_chocolatey:
    name: biztalkmigrator-cli
    version: '1.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'biztalkmigrator-cli' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller biztalkmigrator-cli
{
    Name     = "biztalkmigrator-cli"
    Version  = "1.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'biztalkmigrator-cli':
  ensure   => '1.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator TheCakeIsNaOH on 28 Sep 2021.

Description

Command Line Interface (CLI) to migrate applications to Microsoft Azure Integration Services.


tools\additionalhelp.txt
Examples:
  Specify verbose logging:
    aim assess -v

  Don't abort at the first exception by a stage runner:
    aim assess --no-abort

  Abort at the end of a stage if any runner within that stage fails:
    aim assess --no-abort --abort-stage Discover

  Specify additional find paths:
    aim assess -f "C:\findpath1" -f "C:\findpath2"

  Change the default pattern for finding stage runners:
    aim assess -p *MyStageRunners.dll

  Change the working folder:
    aim assess -w "C:\temp"

  Save state before and after each stage runner:
    aim assess --save-state

  Save state before and after each stage:
    aim assess --save-stage-state

  Change the path where state will be stored:
    aim assess -s "C:\temp\state" --save-state

  Change the default target to Consumption Logic Apps:
  (Note that this is the default option if no target specified)
    aim migrate --target Consumption

  Change the default target to Consumption Logic Apps and only output application-specific resources:
    aim migrate --target ConsumptionLite

  Change the default target to Standard Logic Apps:
    aim migrate --target Standard

  Change the default target to Standard Logic Apps and only output application-specific resources:
    aim migrate --target StandardLite

  Export the model during an assessment:
    aim assess -o "C:\temp\model.json"

  Import the model for a conversion:
    aim convert -m "C:\temp\model.json"

  Change the path where converted output will be stored:
    aim convert -c "C:\temp\conversion"
tools\aim.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v5.0/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v5.0": {},
    ".NETCoreApp,Version=v5.0/win-x64": {
      "aim/1.0.0": {
        "dependencies": {
          "Microsoft.AzureIntegrationMigration.Runner": "1.0.0",
          "Microsoft.Extensions.Configuration.Json": "3.1.8",
          "Microsoft.Extensions.DependencyInjection": "3.1.8",
          "Microsoft.Extensions.Logging": "3.1.8",
          "Microsoft.Extensions.Logging.Abstractions": "3.1.8",
          "Microsoft.Extensions.Logging.Console": "3.1.8",
          "Newtonsoft.Json": "12.0.3",
          "Serilog": "2.10.0",
          "Serilog.Enrichers.Environment": "2.1.3",
          "Serilog.Enrichers.Thread": "3.1.0",
          "Serilog.Extensions.Logging": "3.0.1",
          "Serilog.Settings.Configuration": "3.1.0",
          "Serilog.Sinks.Console": "3.1.1",
          "System.CommandLine": "2.0.0-beta1.20371.2",
          "System.CommandLine.Hosting": "0.3.0-alpha.20371.2",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.10"
        },
        "runtime": {
          "aim.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.10": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Collections.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Console.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Formats.Asn1.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Linq.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Memory.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.1021.41214"
          }
        },
        "native": {
          "Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-console-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "clrcompression.dll": {
            "fileVersion": "42.42.42.42424"
          },
          "clretwrc.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "clrjit.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "coreclr.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "createdump.exe": {
            "fileVersion": "5.0.1021.41214"
          },
          "dbgshim.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "hostfxr.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "hostpolicy.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "mscordaccore.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "mscordaccore_amd64_amd64_5.0.1021.41214.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "mscordbi.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "mscorrc.dll": {
            "fileVersion": "5.0.1021.41214"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.19041.685"
          }
        }
      },
      "Microsoft.AzureIntegrationMigration.Runner/1.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "3.1.8",
          "Microsoft.Extensions.Logging.Abstractions": "3.1.8",
          "Microsoft.Extensions.Logging.Console": "3.1.8"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.AzureIntegrationMigration.Runner.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "Microsoft.CSharp/4.4.1": {},
      "Microsoft.DotNet.PlatformAbstractions/2.0.4": {
        "dependencies": {
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.0.4.0",
            "fileVersion": "2.0.4.0"
          }
        }
      },
      "Microsoft.Extensions.Configuration/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Binder/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Configuration.CommandLine/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.CommandLine.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Configuration.EnvironmentVariables/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Configuration.FileExtensions/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.8",
          "Microsoft.Extensions.FileProviders.Physical": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Json/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.8",
          "Microsoft.Extensions.Configuration.FileExtensions": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Configuration.UserSecrets/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Json": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.UserSecrets.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.DependencyInjection/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.8": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.DependencyModel/2.0.4": {
        "dependencies": {
          "Microsoft.DotNet.PlatformAbstractions": "2.0.4",
          "Newtonsoft.Json": "12.0.3",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Linq": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "2.0.4.0",
            "fileVersion": "2.0.4.0"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Physical/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.FileProviders.Abstractions": "3.1.8",
          "Microsoft.Extensions.FileSystemGlobbing": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.FileSystemGlobbing/3.1.8": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Hosting/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "3.1.8",
          "Microsoft.Extensions.Configuration.CommandLine": "3.1.5",
          "Microsoft.Extensions.Configuration.EnvironmentVariables": "3.1.5",
          "Microsoft.Extensions.Configuration.UserSecrets": "3.1.5",
          "Microsoft.Extensions.DependencyInjection": "3.1.8",
          "Microsoft.Extensions.FileProviders.Physical": "3.1.8",
          "Microsoft.Extensions.Hosting.Abstractions": "3.1.5",
          "Microsoft.Extensions.Logging": "3.1.8",
          "Microsoft.Extensions.Logging.Console": "3.1.8",
          "Microsoft.Extensions.Logging.Debug": "3.1.5",
          "Microsoft.Extensions.Logging.EventLog": "3.1.5",
          "Microsoft.Extensions.Logging.EventSource": "3.1.5"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Hosting.Abstractions/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "3.1.8",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
          "Microsoft.Extensions.FileProviders.Abstractions": "3.1.8",
          "Microsoft.Extensions.Logging.Abstractions": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Logging/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Binder": "3.1.8",
          "Microsoft.Extensions.DependencyInjection": "3.1.8",
          "Microsoft.Extensions.Logging.Abstractions": "3.1.8",
          "Microsoft.Extensions.Options": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Logging.Abstractions/3.1.8": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Logging.Configuration/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "3.1.8",
          "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Logging.Console/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "3.1.8",
          "Microsoft.Extensions.Logging": "3.1.8",
          "Microsoft.Extensions.Logging.Configuration": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Console.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Logging.Debug/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Debug.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Logging.EventLog/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "3.1.8",
          "System.Diagnostics.EventLog": "4.7.0"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventLog.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Logging.EventSource/3.1.5": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Logging.EventSource.dll": {
            "assemblyVersion": "3.1.5.0",
            "fileVersion": "3.100.520.27009"
          }
        }
      },
      "Microsoft.Extensions.Options/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
          "Microsoft.Extensions.Primitives": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.8": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "3.1.8",
          "Microsoft.Extensions.Configuration.Binder": "3.1.8",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.8",
          "Microsoft.Extensions.Options": "3.1.8"
        },
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.Extensions.Primitives/3.1.8": {
        "runtime": {
          "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "3.1.8.0",
            "fileVersion": "3.100.820.42004"
          }
        }
      },
      "Microsoft.NETCore.Platforms/3.1.0": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.Microsoft.Win32.Primitives": "4.3.0"
        }
      },
      "Microsoft.Win32.Registry/4.7.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.7.0",
          "System.Security.Principal.Windows": "4.7.0"
        }
      },
      "NETStandard.Library/1.6.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Console": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "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.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Net.Http": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Net.Sockets": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "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.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.Tasks": "4.3.0",
          "System.Threading.Timer": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0"
        }
      },
      "Newtonsoft.Json/12.0.3": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "12.0.0.0",
            "fileVersion": "12.0.3.23909"
          }
        }
      },
      "runtime.any.System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "runtime.any.System.Diagnostics.Tools/4.3.0": {},
      "runtime.any.System.Diagnostics.Tracing/4.3.0": {},
      "runtime.any.System.Globalization/4.3.0": {},
      "runtime.any.System.Globalization.Calendars/4.3.0": {},
      "runtime.any.System.IO/4.3.0": {},
      "runtime.any.System.Reflection/4.3.0": {},
      "runtime.any.System.Reflection.Extensions/4.3.0": {},
      "runtime.any.System.Reflection.Primitives/4.3.0": {},
      "runtime.any.System.Resources.ResourceManager/4.3.0": {},
      "runtime.any.System.Runtime/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "runtime.any.System.Runtime.Handles/4.3.0": {},
      "runtime.any.System.Runtime.InteropServices/4.3.0": {},
      "runtime.any.System.Text.Encoding/4.3.0": {},
      "runtime.any.System.Text.Encoding.Extensions/4.3.0": {},
      "runtime.any.System.Threading.Tasks/4.3.0": {},
      "runtime.any.System.Threading.Timer/4.3.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.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "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.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"
        }
      },
      "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": {},
      "runtime.win.Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "runtime.win.System.Console/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Diagnostics.Debug/4.3.0": {},
      "runtime.win.System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "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.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "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.Threading": "4.3.0"
        }
      },
      "runtime.win.System.Net.Sockets/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Net.NameResolution": "4.3.0",
          "System.Net.Primitives": "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.Security.Principal.Windows": "4.7.0",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "Serilog/2.10.0": {
        "runtime": {
          "lib/netstandard2.1/Serilog.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.10.0.0"
          }
        }
      },
      "Serilog.Enrichers.Environment/2.1.3": {
        "dependencies": {
          "NETStandard.Library": "1.6.1",
          "Serilog": "2.10.0"
        },
        "runtime": {
          "lib/netstandard1.5/Serilog.Enrichers.Environment.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.1.3.0"
          }
        }
      },
      "Serilog.Enrichers.Thread/3.1.0": {
        "dependencies": {
          "Serilog": "2.10.0"
        },
        "runtime": {
          "lib/netstandard2.0/Serilog.Enrichers.Thread.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "3.1.0.0"
          }
        }
      },
      "Serilog.Extensions.Logging/3.0.1": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "3.1.8",
          "Serilog": "2.10.0"
        },
        "runtime": {
          "lib/netstandard2.0/Serilog.Extensions.Logging.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "3.0.1.0"
          }
        }
      },
      "Serilog.Settings.Configuration/3.1.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyModel": "2.0.4",
          "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.8",
          "Serilog": "2.10.0"
        },
        "runtime": {
          "lib/netstandard2.0/Serilog.Settings.Configuration.dll": {
            "assemblyVersion": "3.1.0.0",
            "fileVersion": "3.1.0.0"
          }
        }
      },
      "Serilog.Sinks.Console/3.1.1": {
        "dependencies": {
          "Serilog": "2.10.0",
          "System.Console": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
        },
        "runtime": {
          "lib/netcoreapp1.1/Serilog.Sinks.Console.dll": {
            "assemblyVersion": "3.1.1.0",
            "fileVersion": "3.1.1.0"
          }
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Collections": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.CommandLine/2.0.0-beta1.20371.2": {
        "dependencies": {
          "Microsoft.CSharp": "4.4.1",
          "System.Memory": "4.5.4"
        },
        "runtime": {
          "lib/netstandard2.0/System.CommandLine.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.20.37102"
          }
        }
      },
      "System.CommandLine.Hosting/0.3.0-alpha.20371.2": {
        "dependencies": {
          "Microsoft.Extensions.Hosting": "3.1.5",
          "System.CommandLine": "2.0.0-beta1.20371.2"
        },
        "runtime": {
          "lib/netstandard2.1/System.CommandLine.Hosting.dll": {
            "assemblyVersion": "0.3.0.0",
            "fileVersion": "0.300.20.37102"
          }
        }
      },
      "System.Console/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.win.System.Console": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Diagnostics.Debug": "4.3.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Diagnostics.EventLog/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.Win32.Registry": "4.7.0",
          "System.Security.Principal.Windows": "4.7.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Diagnostics.Tools/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tools": "4.3.0"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tracing": "4.3.0"
        }
      },
      "System.Dynamic.Runtime/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "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.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization.Calendars": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.any.System.IO": "4.3.0"
        }
      },
      "System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "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.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.IO.Compression": "4.3.0"
        }
      },
      "System.IO.Compression.ZipFile/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.IO.FileSystem": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "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.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.4": {},
      "System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "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.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Net.NameResolution/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Net.Primitives": "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.Security.Principal.Windows": "4.7.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.win.System.Net.Primitives": "4.3.0"
        }
      },
      "System.Net.Sockets/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.Net.Sockets": "4.3.0"
        }
      },
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Private.Uri/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Extensions": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Primitives": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Resources.ResourceManager": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "runtime.any.System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.any.System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Security.AccessControl/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Security.Principal.Windows": "4.7.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Cng/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.IO": "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.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.IO": "4.3.0",
          "System.Reflection": "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.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "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.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.3.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Principal.Windows/4.7.0": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Overlapped/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Timer/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Timer": "4.3.0"
        }
      },
      "System.Xml.ReaderWriter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      }
    }
  },
  "libraries": {
    "aim/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.10": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "Microsoft.AzureIntegrationMigration.Runner/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zUPqjBus9rMa/Vd4xHtXDXsd9hpkTfMhJrK4wCIq1vkSNVikuXmVZ+YeGbPdTA+Ae2rftua7XtWA9YfUyFUx1A==",
      "path": "microsoft.azureintegrationmigration.runner/1.0.0",
      "hashPath": "microsoft.azureintegrationmigration.runner.1.0.0.nupkg.sha512"
    },
    "Microsoft.CSharp/4.4.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A5hI3gk6WpcBI0QGZY6/d5CCaYUxJgi7iENn1uYEng+Olo8RfI5ReGVkjXjeu3VR3srLvVYREATXa2M0X7FYJA==",
      "path": "microsoft.csharp/4.4.1",
      "hashPath": "microsoft.csharp.4.4.1.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2HjSGp63VCLQaeGadrLYR868g25mJHr+TFF81yWCaClzjUbU2vNDx6km7SUgPnoLVksE/1e7in88eh+oPtc4aQ==",
      "path": "microsoft.dotnet.platformabstractions/2.0.4",
      "hashPath": "microsoft.dotnet.platformabstractions.2.0.4.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xWvtu/ra8xDOy62ZXzQj1ElmmH3GpZBSKvw4LbfNXKCy+PaziS5Uh0gQ47D4H4w3u+PJfhNWCCGCp9ORNEzkRw==",
      "path": "microsoft.extensions.configuration/3.1.8",
      "hashPath": "microsoft.extensions.configuration.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0qbNyxGpuNP/fuQ3FLHesm1Vn/83qYcAgVsi1UQCQN1peY4YH1uiizOh4xbYkQyxiVMD/c/zhiYYv94G0DXSSA==",
      "path": "microsoft.extensions.configuration.abstractions/3.1.8",
      "hashPath": "microsoft.extensions.configuration.abstractions.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Binder/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-l/oqIWRM4YF62mlCOrIKGUOCemsaID/lngK2SZEtpYI8LrktpjPd4QzvENWj5GebbLbqOtsFhF6Ko6dgzmUnBw==",
      "path": "microsoft.extensions.configuration.binder/3.1.8",
      "hashPath": "microsoft.extensions.configuration.binder.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.CommandLine/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-b/fT3Ed4wE4O3MltjLbbTiDrkzZEzxX0+DF6A0Ena0edoy+PJxD7Hia963p+lVFOt10XUIzuQghlyC/7aRA0cQ==",
      "path": "microsoft.extensions.configuration.commandline/3.1.5",
      "hashPath": "microsoft.extensions.configuration.commandline.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.EnvironmentVariables/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oIbBf9zATSJaZvrmsbrMkeenJc4+aQ0wnvTcOi/E9rDhw3LsjuT33+qiqchpeji7S7r4dfv2yFa29ZFdMJgEAQ==",
      "path": "microsoft.extensions.configuration.environmentvariables/3.1.5",
      "hashPath": "microsoft.extensions.configuration.environmentvariables.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.FileExtensions/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kNiruN3duAuhk8et5EmDiPdrxMY4Bk+LMGPreuum9q5R9TUJpSVlB5vS+9rHRZL1DWzhytz+0GfdnI3yCNp/KA==",
      "path": "microsoft.extensions.configuration.fileextensions/3.1.8",
      "hashPath": "microsoft.extensions.configuration.fileextensions.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Json/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YkPzhLuPXoxl+QmbZFHtMOt9efb3sUAlcRtCzUapkeOkFsgqYIC43D9WKYtYStfC3a844ThNlxInoJwASP/HLA==",
      "path": "microsoft.extensions.configuration.json/3.1.8",
      "hashPath": "microsoft.extensions.configuration.json.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.UserSecrets/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-y4jLBVPzQP5dOTuqA/wFnZDGi7s5NAbe5jvYe1V3DS6O7pt/jFwj4X8jbQXY3GNg/52TmUx/X6k3pDjoV5TLQg==",
      "path": "microsoft.extensions.configuration.usersecrets/3.1.5",
      "hashPath": "microsoft.extensions.configuration.usersecrets.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tUpYcVxFqwh8wVD8O+6A8gJnVtl6L4N1Vd9bLJgQSJ0gjBTUQ/eKwJn0LglkkaDU7GAxODDv4eexgZn3QSE0NQ==",
      "path": "microsoft.extensions.dependencyinjection/3.1.8",
      "hashPath": "microsoft.extensions.dependencyinjection.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YP0kEBkSLTVl3znqZEux+xyJpz5iVNwFZf0OPS7nupdKbojSlO7Fa+JuQjLYpWfpAshaMcznu27tjWzfXRJnOA==",
      "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.8",
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyModel/2.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jnHAeijsfJFQXdXmnYK/NhQIkgBUeth//RZZkf0ldIKC+jARbf7YxbA9uTrs/EPhuQxHXaDxVuMyscgmL+UqfA==",
      "path": "microsoft.extensions.dependencymodel/2.0.4",
      "hashPath": "microsoft.extensions.dependencymodel.2.0.4.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U7ffyzrPfRDH5K3h/mBpqJVoHbppw1kc1KyHZcZeDR7b1A0FRaqMSiizGpN9IGwWs9BuN7oXIKFyviuSGBjHtQ==",
      "path": "microsoft.extensions.fileproviders.abstractions/3.1.8",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Physical/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-C75r2Xos93s0cAFFihJjyUui7wXaTQjvbqxDhJnpGkAS2Iqw5LBzIida5qz0qgI7IrAfWoOHxKHD3o83YdGA7w==",
      "path": "microsoft.extensions.fileproviders.physical/3.1.8",
      "hashPath": "microsoft.extensions.fileproviders.physical.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.FileSystemGlobbing/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WkVBJy0bgkvegB11KT6Jc1xZEnd4qwowZsjsASx2y0AaulSkBHydGUqpEGkYgtIIQdvIvf2QeoEHM/K0JDCIrA==",
      "path": "microsoft.extensions.filesystemglobbing/3.1.8",
      "hashPath": "microsoft.extensions.filesystemglobbing.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Hosting/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PRp2lU0hKHIih67CIOlx21imEKfB5ICcSyB8vGtLtCmrSBNeAOsObdqxaAosdodCqo2n8gNZD8wVf/DLOWRfug==",
      "path": "microsoft.extensions.hosting/3.1.5",
      "hashPath": "microsoft.extensions.hosting.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Hosting.Abstractions/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e57iK9spITqHE7qNgC3IowzK+PK5NC2rmVY4Sz+ZoDNO24nIsgllIRbanSbt2wQz7Iy/N8Jm3C1sXqKc8zEOMQ==",
      "path": "microsoft.extensions.hosting.abstractions/3.1.5",
      "hashPath": "microsoft.extensions.hosting.abstractions.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Bch88WGwrgJUabSOiTbPgne/jkCcWTyP97db8GWzQH9RcGi6TThiRm8ggsD+OXBW2UBwAYx1Zb1ns1elsMiomQ==",
      "path": "microsoft.extensions.logging/3.1.8",
      "hashPath": "microsoft.extensions.logging.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Abstractions/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LxQPR/KE4P9nx304VcFipWPcW8ZOZOGHuiYlG0ncAQJItogDzR9nyYUNvziLObx2MfX2Z9iCTdAqEtoImaQOYg==",
      "path": "microsoft.extensions.logging.abstractions/3.1.8",
      "hashPath": "microsoft.extensions.logging.abstractions.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Configuration/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tfvQYDDwc3ni8VTXQavINMHRUIsM8fQ8gBQTs98mt1QFE3YIVm8XzhqPZMBBlLnXTESymb8HctM2fMnU8qC8Rg==",
      "path": "microsoft.extensions.logging.configuration/3.1.8",
      "hashPath": "microsoft.extensions.logging.configuration.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Console/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7JCZuqty78ZDwoXOGXGUXMC44rpocfeaa/48ONY7neKhCh2Oml/faW3PANPCdwy6M3TicmU03kIOhyrw3dQ2Eg==",
      "path": "microsoft.extensions.logging.console/3.1.8",
      "hashPath": "microsoft.extensions.logging.console.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Debug/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oDs0vlr6tNm0Z4U81eiCvnX+9zSP1CBAIGNAnpKidLb1KzbX26UGI627TfuIEtvW9wYiQWqZtmwMMK9WHE8Dqg==",
      "path": "microsoft.extensions.logging.debug/3.1.5",
      "hashPath": "microsoft.extensions.logging.debug.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.EventLog/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x+EA/oW3rLjYHO06ymgUI6SkmvcSF0auUztlsoy/JgJwjvKKRyEt4GeQ1lSOy8FRiNKSF+cjnYUjZa49NvQlSw==",
      "path": "microsoft.extensions.logging.eventlog/3.1.5",
      "hashPath": "microsoft.extensions.logging.eventlog.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.EventSource/3.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zi3v9m9Vf6g82hQUl/p5tvIp4iBU5IdjwIR9WNPOM+K2rMUYraWRYfzWh4fSQZYAMfUItyZaivdlaHXJYOYcfw==",
      "path": "microsoft.extensions.logging.eventsource/3.1.5",
      "hashPath": "microsoft.extensions.logging.eventsource.3.1.5.nupkg.sha512"
    },
    "Microsoft.Extensions.Options/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mpkwjNg5sr1XHEJwVS8G1w6dsh5/72vQOOe4aqhg012j93m8OOmfyIBwoQN4SE0KRRS+fatdW3qqUrHbRwlWOA==",
      "path": "microsoft.extensions.options/3.1.8",
      "hashPath": "microsoft.extensions.options.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/q7OhcsgDq6cPqg03nv55QqLt8o/OAvrVkd/w6h0YNasZ4C/Lxpx6I0DsnIH0MB5ORnqCyhmeyv1hFqOeehJng==",
      "path": "microsoft.extensions.options.configurationextensions/3.1.8",
      "hashPath": "microsoft.extensions.options.configurationextensions.3.1.8.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/3.1.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XcIoXQhT0kwnEhOKv/LmpWR6yF6QWmBTy9Fcsz4aHuCOgTJ7Zd23ELtUA4BfwlYoFlSedavS+vURz9tNekd44g==",
      "path": "microsoft.extensions.primitives/3.1.8",
      "hashPath": "microsoft.extensions.primitives.3.1.8.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
      "path": "microsoft.netcore.platforms/3.1.0",
      "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
      "path": "microsoft.win32.registry/4.7.0",
      "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
    },
    "NETStandard.Library/1.6.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
      "path": "netstandard.library/1.6.1",
      "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
    },
    "Newtonsoft.Json/12.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
      "path": "newtonsoft.json/12.0.3",
      "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
    },
    "runtime.any.System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
      "path": "runtime.any.system.collections/4.3.0",
      "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==",
      "path": "runtime.any.system.diagnostics.tools/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
      "path": "runtime.any.system.diagnostics.tracing/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
      "path": "runtime.any.system.globalization/4.3.0",
      "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
      "path": "runtime.any.system.globalization.calendars/4.3.0",
      "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
      "path": "runtime.any.system.io/4.3.0",
      "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
      "path": "runtime.any.system.reflection/4.3.0",
      "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
      "path": "runtime.any.system.reflection.extensions/4.3.0",
      "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
      "path": "runtime.any.system.reflection.primitives/4.3.0",
      "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
      "path": "runtime.any.system.resources.resourcemanager/4.3.0",
      "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
      "path": "runtime.any.system.runtime/4.3.0",
      "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
      "path": "runtime.any.system.runtime.handles/4.3.0",
      "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
      "path": "runtime.any.system.runtime.interopservices/4.3.0",
      "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
      "path": "runtime.any.system.text.encoding/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
      "path": "runtime.any.system.text.encoding.extensions/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
      "path": "runtime.any.system.threading.tasks/4.3.0",
      "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==",
      "path": "runtime.any.system.threading.timer/4.3.0",
      "hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
      "path": "runtime.native.system.io.compression/4.3.0",
      "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.win.Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==",
      "path": "runtime.win.microsoft.win32.primitives/4.3.0",
      "hashPath": "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==",
      "path": "runtime.win.system.console/4.3.0",
      "hashPath": "runtime.win.system.console.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
      "path": "runtime.win.system.diagnostics.debug/4.3.0",
      "hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
      "path": "runtime.win.system.io.filesystem/4.3.0",
      "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==",
      "path": "runtime.win.system.net.primitives/4.3.0",
      "hashPath": "runtime.win.system.net.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Net.Sockets/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==",
      "path": "runtime.win.system.net.sockets/4.3.0",
      "hashPath": "runtime.win.system.net.sockets.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
      "path": "runtime.win.system.runtime.extensions/4.3.0",
      "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "Serilog/2.10.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==",
      "path": "serilog/2.10.0",
      "hashPath": "serilog.2.10.0.nupkg.sha512"
    },
    "Serilog.Enrichers.Environment/2.1.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LclB09MAKLU14PXxlPiiejZxer1JhtbaVd1Zlb4EgllPYhzePYljx/jqW5uIXBe89hTtGlsCxjHLg9H6s1U24Q==",
      "path": "serilog.enrichers.environment/2.1.3",
      "hashPath": "serilog.enrichers.environment.2.1.3.nupkg.sha512"
    },
    "Serilog.Enrichers.Thread/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-85lWsGRJpRxvKT6j/H67no55SUBsBIvp556TKuBTGhjtoPeq+L7j/sDWbgAtvT0p7u7/phJyX6j35PQ4Vtqw0g==",
      "path": "serilog.enrichers.thread/3.1.0",
      "hashPath": "serilog.enrichers.thread.3.1.0.nupkg.sha512"
    },
    "Serilog.Extensions.Logging/3.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U0xbGoZuxJRjE3C5vlCfrf9a4xHTmbrCXKmaA14cHAqiT1Qir0rkV7Xss9GpPJR3MRYH19DFUUqZ9hvWeJrzdQ==",
      "path": "serilog.extensions.logging/3.0.1",
      "hashPath": "serilog.extensions.logging.3.0.1.nupkg.sha512"
    },
    "Serilog.Settings.Configuration/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BS+G1dhThTHBOYm8R21JNlR+Nh7ETAOlJuL1P6te1rOG98eV1vos5EyWRTGr0AbHgySxsGu1Q/evfFxS9+Gk1Q==",
      "path": "serilog.settings.configuration/3.1.0",
      "hashPath": "serilog.settings.configuration.3.1.0.nupkg.sha512"
    },
    "Serilog.Sinks.Console/3.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-56mI5AqvyF/i/c2451nvV71kq370XOCE4Uu5qiaJ295sOhMb9q3BWwG7mWLOVSnmpWiq0SBT3SXfgRXGNP6vzA==",
      "path": "serilog.sinks.console/3.1.1",
      "hashPath": "serilog.sinks.console.3.1.1.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
      "path": "system.appcontext/4.3.0",
      "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
    },
    "System.Buffers/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
      "path": "system.buffers/4.3.0",
      "hashPath": "system.buffers.4.3.0.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Collections.Concurrent/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.CommandLine/2.0.0-beta1.20371.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-L6cnw4QgaLAOpUPSW1TjYGJGKsUvyDYvdQ/Gqv0/EnOSzByEf+IlAK1sRu+bcAhBrdws+eNPcOarg1Qj33oNDA==",
      "path": "system.commandline/2.0.0-beta1.20371.2",
      "hashPath": "system.commandline.2.0.0-beta1.20371.2.nupkg.sha512"
    },
    "System.CommandLine.Hosting/0.3.0-alpha.20371.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mJG8kUDnTuHqPs+nPGoGwG3H1TOX58s3mHmKZETFRO7L+z6ObBbi/tM/8y8Wz8skgTuhrQAEtZ1U4XhDH9AQ7w==",
      "path": "system.commandline.hosting/0.3.0-alpha.20371.2",
      "hashPath": "system.commandline.hosting.0.3.0-alpha.20371.2.nupkg.sha512"
    },
    "System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
      "path": "system.console/4.3.0",
      "hashPath": "system.console.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
      "path": "system.diagnostics.diagnosticsource/4.3.0",
      "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.EventLog/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iDoKGQcRwX0qwY+eAEkaJGae0d/lHlxtslO+t8pJWAUxlvY3tqLtVOPnW2UU4cFjP0Y/L1QBqhkZfSyGqVMR2w==",
      "path": "system.diagnostics.eventlog/4.7.0",
      "hashPath": "system.diagnostics.eventlog.4.7.0.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
      "path": "system.diagnostics.tools/4.3.0",
      "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
      "path": "system.dynamic.runtime/4.0.11",
      "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
      "path": "system.io.compression/4.3.0",
      "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression.ZipFile/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
      "path": "system.io.compression.zipfile/4.3.0",
      "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
      "path": "system.io.filesystem/4.3.0",
      "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
      "path": "system.io.filesystem.primitives/4.3.0",
      "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
    },
    "System.Linq/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
      "path": "system.memory/4.5.4",
      "hashPath": "system.memory.4.5.4.nupkg.sha512"
    },
    "System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
      "path": "system.net.http/4.3.0",
      "hashPath": "system.net.http.4.3.0.nupkg.sha512"
    },
    "System.Net.NameResolution/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
      "path": "system.net.nameresolution/4.3.0",
      "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
      "path": "system.net.primitives/4.3.0",
      "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
    },
    "System.Net.Sockets/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
      "path": "system.net.sockets/4.3.0",
      "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Private.Uri/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
      "path": "system.private.uri/4.3.0",
      "hashPath": "system.private.uri.4.3.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
      "path": "system.reflection.emit/4.3.0",
      "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
      "path": "system.reflection.typeextensions/4.3.0",
      "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "path": "system.runtime.handles/4.3.0",
      "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
      "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
      "path": "system.security.accesscontrol/4.7.0",
      "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
      "path": "system.security.cryptography.algorithms/4.3.0",
      "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
      "path": "system.security.cryptography.cng/4.3.0",
      "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
      "path": "system.security.principal.windows/4.7.0",
      "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Overlapped/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
      "path": "system.threading.overlapped/4.3.0",
      "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
    },
    "System.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
      "path": "system.threading.timer/4.3.0",
      "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
      "path": "system.xml.readerwriter/4.3.0",
      "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
    },
    "System.Xml.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
    }
  },
  "runtimes": {
    "win-x64": [
      "win",
      "any",
      "base"
    ],
    "win-x64-aot": [
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win10-x64": [
      "win10",
      "win81-x64",
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win10-x64-aot": [
      "win10-aot",
      "win10-x64",
      "win10",
      "win81-x64-aot",
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win7-x64": [
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win7-x64-aot": [
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win8-x64": [
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win8-x64-aot": [
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win81-x64": [
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win81-x64-aot": [
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ]
  }
}
tools\aim.dll
md5: F93C9BBF6A10201BAD362BE26CDBA8EE | sha1: C161A3E21F0CC4F7E1DE9675CDD74032DAF22FA0 | sha256: 4B0771EFAAE49234A0748228D2288690A370DA85354C5BB995E19A8A9CB51212 | sha512: B02F91D46F01968BA21B0905B03C35E1EA242FF151C52BB71268CE084D09AFFB766DDD3362F9EFA2AD5ADB11549D8AB9B916209AD608B0407D286AEFD206C43F
tools\aim.exe
md5: 4F0A617B272B522EC3D66CE9A9DAEB94 | sha1: A5DA4BE5DFF04F4F7101770CBBD6D829172399AC | sha256: 93549A2A3FCFFB081854B0B498E995FF333EBBA2DE74C0FC9514F21F3E216361 | sha512: EE9B153270EE4DB14CA298A4B57A667283884233CBC9EBA3DABA984C2D9090B5A618AC3D1E57115578B2DAF7EA0DD6BCE6446918B401AFA7FC41D69D2937A419
tools\aim.pdb
 
tools\aim.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net5.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "5.0.10"
      }
    ]
  }
}
tools\api-ms-win-core-console-l1-1-0.dll
md5: 07EBE4D5CEF3301CCF07430F4C3E32D8 | sha1: 3B878B2B2720915773F16DBA6D493DAB0680AC5F | sha256: 8F8B79150E850ACC92FD6AAB614F6E3759BEA875134A62087D5DD65581E3001F | sha512: 6C7E4DF62EBAE9934B698F231CF51F54743CF3303CD758573D00F872B8ECC2AF1F556B094503AAE91100189C0D0A93EAF1B7CAFEC677F384A1D7B4FDA2EEE598
tools\api-ms-win-core-console-l1-2-0.dll
md5: 57193BFBCCEFE3D5DF8C1A0D27C4E8D4 | sha1: 747F1D3841A9175826439D37E2387A4CF920641C | sha256: F5025E74DE2C1C6EA74E475B57771AC32205E6F1FA6A0390298BBE1F4049AC5D | sha512: 68AD2750E0282FB3AE8D40AC7E22DDA43B2073342BB160C20D81D61C69B08A6E766756B432C71CC65E99CDAFB70152D53563F0B02708FFF84DC3E9F376D51C99
tools\api-ms-win-core-datetime-l1-1-0.dll
md5: 557405C47613DE66B111D0E2B01F2FDB | sha1: DE116ED5DE1FFAA900732709E5E4EEF921EAD63C | sha256: 913EAAA7997A6AEE53574CFFB83F9C9C1700B1D8B46744A5E12D76A1E53376FD | sha512: C2B326F555B2B7ACB7849402AC85922880105857C616EF98F7FB4BBBDC2CD7F2AF010F4A747875646FCC272AB8AA4CE290B6E09A9896CE1587E638502BD4BEFB
tools\api-ms-win-core-debug-l1-1-0.dll
md5: 624401F31A706B1AE2245EB19264DC7F | sha1: 8D9DEF3750C18DDFC044D5568E3406D5D0FB9285 | sha256: 58A8D69DF60ECBEE776CD9A74B2A32B14BF2B0BD92D527EC5F19502A0D3EB8E9 | sha512: 3353734B556D6EEBC57734827450CE3B34D010E0C033E95A6E60800C0FDA79A1958EBF9053F12054026525D95D24EEC541633186F00F162475CEC19F07A0D817
tools\api-ms-win-core-errorhandling-l1-1-0.dll
md5: 2DB5666D3600A4ABCE86BE0099C6B881 | sha1: 63D5DDA4CEC0076884BC678C691BDD2A4FA1D906 | sha256: 46079C0A1B660FC187AAFD760707F369D0B60D424D878C57685545A3FCE95819 | sha512: 7C6E1E022DB4217A85A4012C8E4DAEE0A0F987E4FBA8A4C952424EF28E250BAC38B088C242D72B4641157B7CC882161AEFA177765A2E23AFCDC627188A084345
tools\api-ms-win-core-file-l1-1-0.dll
md5: 0F7D418C05128246AFA335A1FB400CB9 | sha1: F6313E371ED5A1DFFE35815CC5D25981184D0368 | sha256: 5C9BC70586AD538B0DF1FCF5D6F1F3527450AE16935AA34BD7EB494B4F1B2DB9 | sha512: 7555D9D3311C8622DF6782748C2186A3738C4807FC58DF2F75E539729FC4069DB23739F391950303F12E0D25DF9F065B4C52E13B2EBB6D417CA4C12CFDECA631
tools\api-ms-win-core-file-l1-2-0.dll
md5: 5A72A803DF2B425D5AAFF21F0F064011 | sha1: 4B31963D981C07A7AB2A0D1A706067C539C55EC5 | sha256: 629E52BA4E2DCA91B10EF7729A1722888E01284EED7DDA6030D0A1EC46C94086 | sha512: BF44997C405C2BA80100EB0F2FF7304938FC69E4D7AE3EAC52B3C236C3188E80C9F18BDA226B5F4FDE0112320E74C198AD985F9FFD7CEA99ACA22980C39C7F69
tools\api-ms-win-core-file-l2-1-0.dll
md5: 721B60B85094851C06D572F0BD5D88CD | sha1: 4D0EE4D717AEB9C35DA8621A545D3E2B9F19B4E7 | sha256: DAC867476CAA42FF8DF8F5DFE869FFD56A18DADEE17D47889AFB69ED6519AFBF | sha512: 430A91FCECDE4C8CC4AC7EB9B4C6619243AB244EE88C34C9E93CA918E54BD42B08ACA8EA4475D4C0F5FA95241E4AACB3206CBAE863E92D15528C8E7C9F45601B
tools\api-ms-win-core-handle-l1-1-0.dll
md5: D1DF480505F2D23C0B5C53DF2E0E2A1A | sha1: 207DB9568AFD273E864B05C87282987E7E81D0BA | sha256: 0B3DFB8554EAD94D5DA7859A12DB353942406F9D1DFE3FAC3D48663C233EA99D | sha512: F14239420F5DD84A15FF5FCA2FAD81D0AA9280C566FA581122A018E10EBDF308AC0BF1D3FCFC08634C1058C395C767130C5ABCA55540295C68DF24FFD931CA0A
tools\api-ms-win-core-heap-l1-1-0.dll
md5: 73433EBFC9A47ED16EA544DDD308EAF8 | sha1: AC1DA1378DD79762C6619C9A63FD1EBE4D360C6F | sha256: C43075B1D2386A8A262DE628C93A65350E52EAE82582B27F879708364B978E29 | sha512: 1C28CC0D3D02D4C308A86E9D0BC2DA88333DFA8C92305EC706F3E389F7BB6D15053040AFD1C4F0AA3383F3549495343A537D09FE882DB6ED12B7507115E5A263
tools\api-ms-win-core-interlocked-l1-1-0.dll
md5: 7C7B61FFA29209B13D2506418746780B | sha1: 08F3A819B5229734D98D58291BE4BFA0BEC8F761 | sha256: C23FE8D5C3CA89189D11EC8DF983CC144D168CB54D9EAB5D9532767BCB2F1FA3 | sha512: 6E5E3485D980E7E2824665CBFE4F1619B3E61CE3BCBF103979532E2B1C3D22C89F65BCFBDDBB5FE88CDDD096F8FD72D498E8EE35C3C2307BACECC6DEBBC1C97F
tools\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 6D0550D3A64BD3FD1D1B739133EFB133 | sha1: C7596FDE7EA1C676F0CC679CED8BA810D15A4AFE | sha256: F320F9C0463DE641B396CE7561AF995DE32211E144407828B117088CF289DF91 | sha512: 5DA9D490EF54A1129C94CE51349399B9012FC0D4B575AE6C9F1BAFCFCF7F65266F797C539489F882D4AD924C94428B72F5137009A851ECB541FE7FB9DE12FEB2
tools\api-ms-win-core-localization-l1-2-0.dll
md5: 1ED0B196AB58EDB58FCF84E1739C63CE | sha1: AC7D6C77629BDEE1DF7E380CC9559E09D51D75B7 | sha256: 8664222823E122FCA724620FD8B72187FC5336C737D891D3CEF85F4F533B8DE2 | sha512: E1FA7F14F39C97AAA3104F3E13098626B5F7CFD665BA52DCB2312A329639AAF5083A9177E4686D11C4213E28ACC40E2C027988074B6CC13C5016D5C5E9EF897B
tools\api-ms-win-core-memory-l1-1-0.dll
md5: 721BAEA26A27134792C5CCC613F212B2 | sha1: 2A27DCD2436DF656A8264A949D9CE00EAB4E35E8 | sha256: 5D9767D8CCA0FBFD5801BFF2E0C2ADDDD1BAAAA8175543625609ABCE1A9257BD | sha512: 9FD6058407AA95058ED2FDA9D391B7A35FA99395EC719B83C5116E91C9B448A6D853ECC731D0BDF448D1436382EECC1FA9101F73FA242D826CC13C4FD881D9BD
tools\api-ms-win-core-namedpipe-l1-1-0.dll
md5: B3F887142F40CB176B59E58458F8C46D | sha1: A05948ABA6F58EB99BBAC54FA3ED0338D40CBFAD | sha256: 8E015CDF2561450ED9A0773BE1159463163C19EAB2B6976155117D16C36519DA | sha512: 7B762319EC58E3FCB84B215AE142699B766FA9D5A26E1A727572EE6ED4F5D19C859EFB568C0268846B4AA5506422D6DD9B4854DA2C9B419BFEC754F547203F7E
tools\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 89F35CB1212A1FD8FBE960795C92D6E8 | sha1: 061AE273A75324885DD098EE1FF4246A97E1E60C | sha256: 058EB7CE88C22D2FF7D3E61E6593CA4E3D6DF449F984BF251D9432665E1517D1 | sha512: F9E81F1FEAB1535128B16E9FF389BD3DAAAB8D1DABF64270F9E563BE9D370C023DE5D5306DD0DE6D27A5A099E7C073D17499442F058EC1D20B9D37F56BCFE6D2
tools\api-ms-win-core-processthreads-l1-1-0.dll
md5: 0C933A4B3C2FCF1F805EDD849428C732 | sha1: B8B19318DBB1D2B7D262527ABD1468D099DE3FB6 | sha256: A5B733E3DCE21AB62BD4010F151B3578C6F1246DA4A96D51AC60817865648DD3 | sha512: B25ED54345A5B14E06AA9DADD07B465C14C23225023D7225E04FBD8A439E184A7D43AB40DF80E3F8A3C0F2D5C7A79B402DDC6B9093D0D798E612F4406284E39D
tools\api-ms-win-core-processthreads-l1-1-1.dll
md5: 7E8B61D27A9D04E28D4DAE0BFA0902ED | sha1: 861A7B31022915F26FB49C79AC357C65782C9F4B | sha256: 1EF06C600C451E66E744B2CA356B7F4B7B88BA2F52EC7795858D21525848AC8C | sha512: 1C5B35026937B45BEB76CB8D79334A306342C57A8E36CC15D633458582FC8F7D9AB70ACE7A92144288C6C017F33ECFC20477A04432619B40A21C9CDA8D249F6D
tools\api-ms-win-core-profile-l1-1-0.dll
md5: 8D12FFD920314B71F2C32614CC124FEC | sha1: 251A98F2C75C2E25FFD0580F90657A3EA7895F30 | sha256: E63550608DD58040304EA85367E9E0722038BA8E7DC7BF9D91C4D84F0EC65887 | sha512: 5084C739D7DE465A9A78BCDBB8A3BD063B84A68DCFD3C9EF1BFA224C1CC06580E2A2523FD4696CFC48E9FD068A2C44DBC794DD9BDB43DC74B4E854C82ECD3EA5
tools\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 9FA3FC24186D912B0694A572847D6D74 | sha1: 93184E00CBDDACAB7F2AD78447D0EAC1B764114D | sha256: 91508AB353B90B30FF2551020E9755D7AB0E860308F16C2F6417DFB2E9A75014 | sha512: 95AD31C9082F57EA57F5B4C605331FCAD62735A1862AFB01EF8A67FEA4E450154C1AE0C411CF3AC5B9CD35741F8100409CC1910F69C1B2D807D252389812F594
tools\api-ms-win-core-string-l1-1-0.dll
md5: C9CBAD5632D4D42A1BC25CCFA8833601 | sha1: 09F37353A89F1BFE49F7508559DA2922B8EFEB05 | sha256: F3A7A9C98EBE915B1B57C16E27FFFD4DDF31A82F0F21C06FE292878E48F5883E | sha512: 2412E0AFFDC6DB069DE7BD9666B7BAA1CD76AA8D976C9649A4C2F1FFCE27F8269C9B02DA5FD486EC86B54231B1A5EBF6A1C72790815B7C253FEE1F211086892F
tools\api-ms-win-core-synch-l1-1-0.dll
md5: 4CCDE2D1681217E282996E27F3D9ED2E | sha1: 8EDA134B0294ED35E4BBAC4911DA620301A3F34D | sha256: D6708D1254ED88A948871771D6D1296945E1AA3AEB7E33E16CC378F396C61045 | sha512: 93FE6AE9A947AC88CC5ED78996E555700340E110D12B2651F11956DB7CEE66322C269717D31FCCB31744F4C572A455B156B368F08B70EDA9EFFEC6DE01DBAB23
tools\api-ms-win-core-synch-l1-2-0.dll
md5: E86CFC5E1147C25972A5EEFED7BE989F | sha1: 0075091C0B1F2809393C5B8B5921586BDD389B29 | sha256: 72C639D1AFDA32A65143BCBE016FE5D8B46D17924F5F5190EB04EFE954C1199A | sha512: EA58A8D5AA587B7F5BDE74B4D394921902412617100ED161A7E0BEF6B3C91C5DAE657065EA7805A152DD76992997017E070F5415EF120812B0D61A401AA8C110
tools\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 206ADCB409A1C9A026F7AFDFC2933202 | sha1: BB67E1232A536A4D1AE63370BD1A9B5431335E77 | sha256: 76D8E4ED946DEEFEEFA0D0012C276F0B61F3D1C84AF00533F4931546CBB2F99E | sha512: 727AA0C4CD1A0B7E2AFFDCED5DA3A0E898E9BAE3C731FF804406AD13864CEE2B27E5BAAC653BAB9A0D2D961489915D4FCAD18557D4383ECB0A066902276955A7
tools\api-ms-win-core-timezone-l1-1-0.dll
md5: 91A2AE3C4EB79CF748E15A58108409AD | sha1: D402B9DF99723EA26A141BFC640D78EAF0B0111B | sha256: B0EDA99EABD32FEFECC478FD9FE7439A3F646A864FDAB4EC3C1F18574B5F8B34 | sha512: 8527AF610C1E2101B6F336A142B1A85AC9C19BB3AF4AD4A245CFB6FD602DC185DA0F7803358067099475102F3A8F10A834DC75B56D3E6DED2ED833C00AD217ED
tools\api-ms-win-core-util-l1-1-0.dll
md5: 1E4C4C8E643DE249401E954488744997 | sha1: DB1C4C0FC907100F204B21474E8CD2DB0135BC61 | sha256: F28A8FE2CD7E8E00B6D2EC273C16DB6E6EEA9B6B16F7F69887154B6228AF981E | sha512: EF8411FD321C0E363C2E5742312CC566E616D4B0A65EFF4FB6F1B22FDBEA3410E1D75B99E889939FF70AD4629C84CEDC88F6794896428C5F0355143443FDC3A3
tools\api-ms-win-crt-conio-l1-1-0.dll
md5: FA770BCD70208A479BDE8086D02C22DA | sha1: 28EE5F3CE3732A55CA60AEE781212F117C6F3B26 | sha256: E677497C1BAEFFFB33A17D22A99B76B7FA7AE7A0C84E12FDA27D9BE5C3D104CF | sha512: F8D81E350CEBDBA5AFB579A072BAD7986691E9F3D4C9FEBCA8756B807301782EE6EB5BA16B045CFA29B6E4F4696E0554C718D36D4E64431F46D1E4B1F42DC2B8
tools\api-ms-win-crt-convert-l1-1-0.dll
md5: 4EC4790281017E616AF632DA1DC624E1 | sha1: 342B15C5D3E34AB4AC0B9904B95D0D5B074447B7 | sha256: 5CF5BBB861608131B5F560CBF34A3292C80886B7C75357ACC779E0BF98E16639 | sha512: 80C4E20D37EFF29C7577B2D0ED67539A9C2C228EDB48AB05D72648A6ED38F5FF537715C130342BEB0E3EF16EB11179B9B484303354A026BDA3A86D5414D24E69
tools\api-ms-win-crt-environment-l1-1-0.dll
md5: 7A859E91FDCF78A584AC93AA85371BC9 | sha1: 1FA9D9CAD7CC26808E697373C1F5F32AAF59D6B7 | sha256: B7EE468F5B6C650DADA7DB3AD9E115A0E97135B3DF095C3220DFD22BA277B607 | sha512: A368F21ECA765AFCA86E03D59CF953500770F4A5BFF8B86B2AC53F1B5174C627E061CE9A1F781DC56506774E0D0B09725E9698D4DC2D3A59E93DA7EF3D900887
tools\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 972544ADE7E32BFDEB28B39BC734CDEE | sha1: 87816F4AFABBDEC0EC2CFEB417748398505C5AA9 | sha256: 7102F8D9D0F3F689129D7FE071B234077FBA4DD3687071D1E2AEAA137B123F86 | sha512: 5E1131B405E0C7A255B1C51073AFF99E2D5C0D28FD3E55CABC04D463758A575A954008EA1BA5B4E2B345B49AF448B93AD21DFC4A01573B3CB6E7256D9ECCEEF1
tools\api-ms-win-crt-heap-l1-1-0.dll
md5: 8906279245F7385B189A6B0B67DF2D7C | sha1: FCF03D9043A2DAAFE8E28DEE0B130513677227E4 | sha256: F5183B8D7462C01031992267FE85680AB9C5B279BEDC0B25AB219F7C2184766F | sha512: 67CAC89AE58CC715976107F3BDF279B1E78945AFD07E6F657E076D78E92EE1A98E3E7B8FEAE295AF5CE35E00C804F3F53A890895BADB1EED32377D85C21672B9
tools\api-ms-win-crt-locale-l1-1-0.dll
md5: DD8176E132EEDEA3322443046AC35CA2 | sha1: D13587C7CC52B2C6FBCAA548C8ED2C771A260769 | sha256: 2EB96422375F1A7B687115B132A4005D2E7D3D5DC091FB0EB22A6471E712848E | sha512: 77CB8C44C8CC8DD29997FBA4424407579AC91176482DB3CF7BC37E1F9F6AA4C4F5BA14862D2F3A9C05D1FDD7CA5A043B5F566BD0E9A9E1ED837DA9C11803B253
tools\api-ms-win-crt-math-l1-1-0.dll
md5: A6A3D6D11D623E16866F38185853FACD | sha1: FBEADD1E9016908ECCE5753DE1D435D6FCF3D0B5 | sha256: A768339F0B03674735404248A039EC8591FCBA6FF61A3C6812414537BADD23B0 | sha512: ABBF32CEB35E5EC6C1562F9F3B2652B96B7DBD97BFC08D918F987C0EC0503E8390DD697476B2A2389F0172CD8CF16029FD2EC5F32A9BA3688BF2EBEEFB081B2C
tools\api-ms-win-crt-multibyte-l1-1-0.dll
md5: B5C8AF5BADCDEFD8812AF4F63364FE2B | sha1: 750678935010A83E2D83769445F0D249E4568A8D | sha256: 7101B3DFF525EA47B7A40DD96544C944AE400447DF7A6ACD07363B6D7968B889 | sha512: A2A8D08D658F5ED368F9FB556BFB13B897F31E9540BFDFFF6567826614D6C5F0D64BD08FEC66C63E74D852AB6B083294E187507E83F2BC284DFB7CA5C86AE047
tools\api-ms-win-crt-private-l1-1-0.dll
md5: D76E7AAECB3D1CA9948C31BDAE52EB9D | sha1: 142A2BB0084FAA2A25D0028846921545F09D9AE9 | sha256: 785C49FD9F99C6EB636D78887AA186233E9304921DD835DEE8F72E2609FF65C4 | sha512: 52DA403286659CF201C72FA0AB3C506ADE86C7E2FEF679F35876A5CEC4AEE97AFBC5BB13A259C51EFB8706F6AE7F5A6A3800176B89F424B6A4E9F3D5B8289620
tools\api-ms-win-crt-process-l1-1-0.dll
md5: 074B81A625FB68159431BB556D28FAB5 | sha1: 20F8EAD66D548CFA861BC366BB1250CED165BE24 | sha256: 3AF38920E767BD9EBC08F88EAF2D08C748A267C7EC60EAB41C49B3F282A4CF65 | sha512: 36388C3EFFA0D94CF626DECAA1DA427801CC5607A2106ABDADF92252C6F6FD2CE5BF0802F5D0A4245A1FFDB4481464C99D60510CF95E83EBAF17BD3D6ACBC3DC
tools\api-ms-win-crt-runtime-l1-1-0.dll
md5: F1A23C251FCBB7041496352EC9BCFFBE | sha1: BE4A00642EC82465BC7B3D0CC07D4E8DF72094E8 | sha256: D899C2F061952B3B97AB9CDBCA2450290B0F005909DDD243ED0F4C511D32C198 | sha512: 31F8C5CD3B6E153073E2E2EDF0CA8072D0F787784F1611A57219349C1D57D6798A3ADBD6942B0F16CEF781634DD8691A5EC0B506DF21B24CB70AEE5523A03FD9
tools\api-ms-win-crt-stdio-l1-1-0.dll
md5: 55B2EB7F17F82B2096E94BCA9D2DB901 | sha1: 44D85F1B1134EE7A609165E9C142188C0F0B17E0 | sha256: F9D3F380023A4C45E74170FE69B32BCA506EE1E1FBE670D965D5B50C616DA0CB | sha512: 0CF0770F5965A83F546253DECFA967D8F85C340B5F6EA220D3CAA14245F3CDB37C53BF8D3DA6C35297B22A3FA88E7621202634F6B3649D7D9C166A221D3456A5
tools\api-ms-win-crt-string-l1-1-0.dll
md5: 9B79965F06FD756A5EFDE11E8D373108 | sha1: 3B9DE8BF6B912F19F7742AD34A875CBE2B5FFA50 | sha256: 1A916C0DB285DEB02C0B9DF4D08DAD5EA95700A6A812EA067BD637A91101A9F6 | sha512: 7D4155C00D65C3554E90575178A80D20DC7C80D543C4B5C4C3F508F0811482515638FE513E291B82F958B4D7A63C9876BE4E368557B07FF062961197ED4286FB
tools\api-ms-win-crt-time-l1-1-0.dll
md5: 1D48A3189A55B632798F0E859628B0FB | sha1: 61569A8E4F37ADC353986D83EFC90DC043CDC673 | sha256: B56BC94E8539603DD2F0FEA2F25EFD17966315067442507DB4BFFAFCBC2955B0 | sha512: 47F329102B703BFBB1EBAEB5203D1C8404A0C912019193C93D150A95BB0C5BA8DC101AC56D3283285F9F91239FC64A66A5357AFE428A919B0BE7194BADA1F64F
tools\api-ms-win-crt-utility-l1-1-0.dll
md5: DBC27D384679916BA76316FB5E972EA6 | sha1: FB9F021F2220C852F6FF4EA94E8577368F0616A4 | sha256: DD14133ADF5C534539298422F6C4B52739F80ACA8C5A85CA8C966DEA9964CEB1 | sha512: CC0D8C56749CCB9D007B6D3F5C4A8F1D4E368BB81446EBCD7CC7B40399BBD56D0ACABA588CA172ECB7472A8CBDDBD4C366FFA38094A832F6D7E343B813BA565E
tools\appsettings.json
{
  "AppConfig": {
    "WorkingPath": "",
    "StatePath": "",
    "FindPattern":  "",
    "FindPaths": [
    ],
    "TemplateConfigPath": "",
    "TemplatePaths": [
    ],
    "PrimaryRegion": "East US",
    "SecondaryRegion": "West US"
  },
  "Serilog": {
    "Using": [ "Serilog.Sinks.Console" ],
    "WriteTo": [
      {
        "Name": "Console"
      }
    ],
    "Enrich": [
      "FromLogContext",
      "WithMachineName",
      "WithThreadId"
    ]
  }
}
tools\clrcompression.dll
md5: E13113C58994F6B41589BCE9E27A0175 | sha1: AFA6D8507668344E7854786A847AF42166FD1AB8 | sha256: E4D31FAEC7DF8F1CDFEE3A4C9B6CD5B17836252A5D05AA79D8F5864989C31C51 | sha512: EDB90988CD3DC7B74F576E09754C7A680A0EDA4B98A53653D41C3AF9D817DC419693B2BBC54D2A28C0B12EC51D2580C1D8B69D8A6FC32573253936A8A3E12E26
tools\clretwrc.dll
md5: 89AAE6A12E138B423569DEDB327A3D1F | sha1: 22621FC66DDE52794B4D39173C2A3EACCD1F5AD4 | sha256: C61C78B7517F6A0E0172D80DF33C5418E19B92ED8DD9870873FF300F8569F6DB | sha512: FA7F3AC8DD5A5444278BEEB05CECB4C20A8E960FFB3AFC34EE8A0B8E0A995E19425FE9A23327E6B9EECEBF8E80F8EC831ABCB1D254179BC100CBBEDB691B0A59
tools\clrjit.dll
md5: 369BC4EF9622F4133DBD4B5C12BA5893 | sha1: FCBA0B87C68E7717D134113005DFC89C4069D06E | sha256: 93C0A4AABB27616CE8AC43583F1BFA2F8F7265F94E7889E97571A6F1505BE9B6 | sha512: 4DFE77179B730911C8CC5E563B459687A0F0DF890B976D166F5154764C84124722AAB666C50407F01113BEB8F018B8D6C94166C517DA10803614395AC56DBCFB
tools\coreclr.dll
md5: 9204B3F13A9050787972AC1A17CDB3BA | sha1: 4A60EF04A350A3700C472C83CFDD643FCA307014 | sha256: 9BA3D9B6920F69BD3E78B43E1D9C40A4137EA39EB121439EE19F147283D56664 | sha512: 69E0D3009D5C77107EC618313461C97784F38F2672437729028A8D472527F9F09B54AF3DEECE9A20EFBF17ADFC23BF3EFF772CBAA68E598B7D6EC055F242DC42
tools\createdump.exe
md5: 1AEF948325FEBCB3E4B48F24DF140191 | sha1: A1B3E23C2F37BD1293E2F824A90F4594893FCCC3 | sha256: 8F8A110F35FF792CF91847269134247323C30D8A861E2A02BD6B9C4B4AA1BA05 | sha512: 0D0B09BBFC83E3D3B9B365B1877A1226CF1627D5950C2ACA8CDF59C25A9256F27BE13497D984B90FA7A9CD86F42078ADE2B665F1818364C29505301BEE24F728
tools\dbgshim.dll
md5: 82A9B6E9979B74893796C885ED86826B | sha1: 8BBBAD5A4FCB54E7DD36B10499C5AE6837795F41 | sha256: 07ADE1397F1DCE414EAF7859977D7E99B3F815222370E7690D5AF720165341D7 | sha512: C12A94A5394E80D04E5C118334DDD3BB811331C6D5C757DB22527E2F98419025C0F8CA12EE277B5C619CB797E30BF58D650C428D31ED5C847BB748FC0753EA05
tools\hostfxr.dll
md5: 9B3DB9AC408342B18C50591CC7D0151A | sha1: 6CB51DA8483AFE1623938BF9FF75CC12FE70FEAD | sha256: DD8DA90389B4D0A819BE533BB732932447D9F7E4C635F5C86F1440298D2418D5 | sha512: B0434418D47FB15871307A3B8706B5D8BFCFA2163C03265EE8C3736F214C1AF6C6B8A83D6AE5CDD299DFD47D01BE950D97A91F3E8906574EC633AD066558864C
tools\hostpolicy.dll
md5: AAC6A363DA92C1A63BE1E8B572FF7E6F | sha1: 82D1A4F5F6A26DDF1CAFFBD1D04DE6A2A4458442 | sha256: 464CD01CDDC67291931CEA4394770D571C6ACC277BB0420E4B910928F541D1B3 | sha512: B1AEF1BE38E2BC7170417F6C9D44B295AC355387C82382753418E82A9849ABEC927D33BFAF9B968BF9BFB3A874A7F55272D11F8A786C3B4DEC5E3EAC2D938EFB
tools\LICENSE.txt
    MIT License

    Copyright (c) Microsoft Corporation.

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE
tools\Microsoft.AzureIntegrationMigration.Runner.dll
md5: F8D869832495F00F56745FBA111E2E44 | sha1: 2B13D618CEA3D98D277967DC9696E9EBCB3BC558 | sha256: 57D6AB8C5EB7A38A65F20B397A8C70CF27FD136D68802B0A07B78DD75138C746 | sha512: 07D1158922938EC30268F6ED1C5B27B1317451A59767CC4163C804CE5B4D6305F45FB4DF43CF0322476C34AF983F4951C71476A509F18E05DA1EBC5F052B4F73
tools\Microsoft.CSharp.dll
md5: C75AC5996FA79426D31C519294976A04 | sha1: 21243BD3FDA5CE0960B92F36F411883BEDC9CBF2 | sha256: 82BFD5C97712D56971237E36177427EF0CA2F03530B2AD5E5D8FF7A3E85FEAD5 | sha512: B892ADFC9686C47657E3C63E25EBFB896AF1C073A1A9E67BBD19EC2C995715FDA1FA7E4751F87719D900DB070D21782F51F6D35D4CE481FC49924113E6EB767C
tools\Microsoft.DiaSymReader.Native.amd64.dll
md5: 7E31E92DD59449F41C900862A16F0879 | sha1: 36ED049328FE585F2053A7E20BE4B98A3C3A1F24 | sha256: 95F301012ED09C09C9EB61A23A2803A7043E6A33F9C8957746379B610A52978D | sha512: 77FECD5611967F7234FCE744E0E57525E8699ECB3EAE99B6E7BB3E326EF4E10258ECDCC80AB5B9B402C4DA32104B6A6566DC63BFB1B7C7192A75EBEB13E439C4
tools\Microsoft.DotNet.PlatformAbstractions.dll
md5: D364225297FD8C4FD2CC753663BCF8A4 | sha1: 58C281A1FD7B269228069B7FA5392FD70A737A5B | sha256: 6E07B0C660B2E4C4865FE4215BA75B279F750CE4DFD9F51B651DBFBAA0811162 | sha512: E85CA4878074ABA8F794F0F1F47E73C96267BC5400C7A45821AE8D2FC225B5255DB7A399286AB787FA80194CE724357E116758FEBF9757E88C751A46C1960BC0
tools\Microsoft.Extensions.Configuration.Abstractions.dll
md5: 7989961F62FF3B701C26DEF9AF11D817 | sha1: 792400EA7B4941D1FE1A4869B058015B06E955EF | sha256: 53FF163BCF36AEA7C0B35CC11B5675612B0F57A67B735FC38F85017868697CFC | sha512: E0FD9A476AC634F9D396D4035B922BD5577302B5752EDF384768CB11A10F7B41EA4F8A160D3BD69C322F547B760B3F0F7C02DF0AEA2D604F33358A6EF9B6FE3B
tools\Microsoft.Extensions.Configuration.Binder.dll
md5: ED6D4598AE0F2FF024BA3E7AAAC569D8 | sha1: 8645E95BE4590AACE7BE8E45165C7FE2867C050E | sha256: 4A5E7224FE1708F95E24427B557ECA59EF937ED65AC2BD4E78CB61437C1BC202 | sha512: D2C85223D39B7609A9ECC88CE19F25814189F15701A1B12FD4B87EEFF6667587468679FFC02CEEECDB461A9473F8EE59AF1894D93146BB9121D5595B5FB306C7
tools\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 1E690252F4A4D7BF846CE9FF4898D70D | sha1: 2B7E173609949E13C1A1BD4EBB1B9839D59032B5 | sha256: C35FB83B44795282809806F6A35041CABCE95C8F3C0D17BE492F860A75FBE78F | sha512: 49D7998CA8F326D6E5F3FE750673A1F3DEAFA928345B311A346023E461C101586ACF94C2E6CFB780F63567371111391C63351E2AFAA975947F64C24690D7D759
tools\Microsoft.Extensions.Configuration.dll
md5: BACB3A48119F59E11D37545133E58E31 | sha1: E6EAC476F8D718A40BD9D11D924CD33F798CCBB7 | sha256: 96A37200CA2B3577F4BF0D98196E58333BA4EB94AFB28F9BF2C56CA3C65482FA | sha512: 9102F8929B1C38DB85290367A8698BB5362EFDF03D7A55BCABD7F47AE51EA444DB1A7A5CDC6B5576DA9E395E8879774D79E64D8952CFBE0A7886CEF765DCDFEC
tools\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
md5: 6631418E20C4C38DCB48959A5817E6C0 | sha1: A6E3580E982506B334BC575C679F89455E27B1A3 | sha256: A84D7416802416F773E5B54528EC61F4F64026BB6113087250EF40DD563F7F03 | sha512: BB61537443576EEC26D531DCA66D954C5BAF693ADD4D7E699DBE3B0369E106435F3F2143D3FAE9730F17BDBEE8AD23880D2F40A4B5BE0EC2BB54A3ABA4D7EC26
tools\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: 157436B6F6E8FF77E8ECDCD25E17EB9F | sha1: 9A81B9EF5D06A8781E437407BBB846443E06F3D1 | sha256: 46ACD0E05E1AF630411B5B5935CF0744205B3B3DEA6BE4B4291C66B0AEBF162B | sha512: 48183623C12F64CEC90873D1D81291B9525185B2DF23CE42C8176B1421528D1841FBD87079E1087F56070C1D065823FAF1B0A2911C8A40B4578071023E121F62
tools\Microsoft.Extensions.Configuration.Json.dll
md5: F819CFD3FCAB7DE1BC72ED57D10E82F0 | sha1: 957CF90547D4C5417E97E9B35E8FB4225570B739 | sha256: 960A7FE46D53A4474F6652792E2C6C0B958F5AACCEDF67613067FD53234328CC | sha512: FB455620D5DE039EA7E35E7E67346C12F6D714BA8C9816307D33435751E25CCDBDB62C27C3574BCE8549D489770FAE6C4DDCD6B5ACD11495ADB75D6AA156BAE0
tools\Microsoft.Extensions.Configuration.UserSecrets.dll
md5: 289BE7F8CFB8C8C310CCAC8C656918DE | sha1: 34D0DC632F2E72C4E46DBE99C3826161D771F7A1 | sha256: 49679DE1A002ABE226BA0764B7A69EFEDF6FDB8A19A710FFD4C22F051911D8B6 | sha512: EC86344CDE59A2FAB00E7AB9E70783843E76C8BF5BFA63580B743D78795FEA2F70D7F8219670974AD77A312AAB4FDADB5352B3B5CE05B582463777366966D56B
tools\Microsoft.Extensions.DependencyInjection.Abstractions.dll
md5: 4D8CC187926D0DB3650007771BDCCB01 | sha1: 5CC3BC2A3444451F3B93521A54CFF2B126D68A17 | sha256: CB8198E24AD9382D08B21606356032D6C5CE1D6965C20D35246129A0AFCA4C6E | sha512: B48065B9643542EFA2CE510F956A6ECB7E4FA06AA48BCCFD7049A5433D6A3BE5EEF4B94E361C1DA11944BC390FBC21705B423BDA9430AC9D49E0586EA1CEBF13
tools\Microsoft.Extensions.DependencyInjection.dll
md5: C1DCAACEE4E5DE63F1FDDF780579FCB3 | sha1: 166E14F07E92655D199953B2CAAE0EC3A1E05729 | sha256: 91A0CA375FDA894194CB5095DC80DC9A1A589FD5AE884D98890177780E74ED67 | sha512: AD48A8FDFFC4A5ECA2F313E5DB5FF41073871C6D3955F8C7415CF6C97A4B5D3774B6F29C398387E26558829B0814A8B02AD176CB944CF5988FB6B3921B70ED7D
tools\Microsoft.Extensions.DependencyModel.dll
md5: FB410123E5843C0826412894619605DB | sha1: 58AA86E48ACEC5AB4A7008C78E24A101555B328C | sha256: 098C956CD6E25B25FE1A0D4782DDAED787B34222EC8AC5E2B4163C8ED419A3B7 | sha512: 511A1A1E8AB1DB4BED45C3016B81C1AB984AF5509A759E1F068378A68153B60E56038D54BB834220591BC70B6877B9BB7872AA9F74C086F4C1C15E67D7CA0838
tools\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: BE160CB3241E89BFBB5497E58DFAE186 | sha1: 970569A3CF52168AD951004199E332871A03202D | sha256: C44F22C70E144A004B0CC5AEF13B54F56657C8916DFBE802B029D7F8499FB2F6 | sha512: 0371D94C6D6240639B38FC4294D9CF58D9171421D774462AFEB4C372B96012F6B2B23123A40E7E938687EA4DF25EA6F1E6F15F170E4723B8D5C27660C60BEB31
tools\Microsoft.Extensions.FileProviders.Physical.dll
md5: 21C5765AAB9C3C2E5DABE64B1FA0AB08 | sha1: 2306389BCBC5EAC10EE2796F49CE95777219FC01 | sha256: 6CBE664FCBDB5AFFEE47FA0187D3D276AB2CBE1F9722675AE8152E9649363A99 | sha512: 5C6F44F3FA1E6118EEBD595E71ADEFD5DD312B7B7A20D702AB9A604A24D49A93DA6970E05BFA3EF4608EBD64E9BB09A6E6C938F8F319BBB49767809450AA3B6B
tools\Microsoft.Extensions.FileSystemGlobbing.dll
md5: A493492AFE9EE78566219A394EEA1290 | sha1: 64A49A23FD78C5F979DDFE5BFCC2F9501F7F4FBD | sha256: 014EE2D6571C63D4B6B5FFAB22B2DC70A532892B753F240CD9B706A5F40C2E27 | sha512: DAD6794C0C6A0AD09ABC9B588A7DCDA4F55050B9FFBAD9CC176470DA35D811A4C1E74DE51C2647FE1436C00A8A3672CB124815FEE952C5E048B144C6749FDC81
tools\Microsoft.Extensions.Hosting.Abstractions.dll
md5: 576D36A4DE63C6F18AC765AF1ECDD1B7 | sha1: F0AC8A52AE85F23D003A0C26F55881B9D149CCB7 | sha256: 377CA2C6803EE09E692DEF2D28A18B32BAD19DFC493B30F6CC8CEF83FB4EE4CC | sha512: 908277C9C9E5AAF9BAB2FA24C1B18B373D6BE8865743FC6E5FFF7A55A7E5A285D838182F758E721CF4CC6DA0790CED7B93EDD9E54DD385BAB45DEE531F106672
tools\Microsoft.Extensions.Hosting.dll
md5: 88DBFAD84DCFD7F31ECFE069760DC31D | sha1: E5DF1256C4B9588A1ECFF057C0FE8E68CFD53EF6 | sha256: C546F965E93864D6FCBE6CB525D09A9F25D8B9E478F30A3F506E5740E0B10793 | sha512: 34F79AC2EC78DB51A55DAED26286A28CD4587E8155E4BD3F8A60DDBE8309488DAF1E9DE50C9F19D3800E797BF682BDE02F177C156EB6E1E3B78FBC10290769FE
tools\Microsoft.Extensions.Logging.Abstractions.dll
md5: 55731A430488A9F1907C02BFA9827AC2 | sha1: 62EC8ED17EF61C9394A2F5693339C2AC7A72887B | sha256: 842D813B8EFA487122A34773F6E40539A1A4E5AABFC09D6A6A755CC9F4CA1ADA | sha512: F93EFEF6B8DC2A8956BBA289AFC6FF8CA31E92DD8F52E1E9B0221CB89E441F3AAB4B3A03D7BAE75CF7BE87C8080C950B1853ACAECF346619066D4516C1AA37C3
tools\Microsoft.Extensions.Logging.Configuration.dll
md5: 6EB2F306E09EB632B87870F8E88E64D3 | sha1: 8418C51C13486F00ECD496D247A328AA1D0C0879 | sha256: CC11A1D7161607D2B69F55C1DAFED3BC60AB1443E94445F40B392CB22C341801 | sha512: 12AF23E60566144D7B442C757E23FBCABFF080953ACC7DE9A84732A05200A7014A59E5165C377C6EA20B0BFA713DAD54BADD13DB21E46A4E97F8AE2561322AE7
tools\Microsoft.Extensions.Logging.Console.dll
md5: 20BE4CE81B1A9D4B911095FC2FBD97BF | sha1: 4001815E7B6DCAA03C2678757428C86206FF2338 | sha256: 89A5D1A7B6C203E535A83EE0405E2069F1B8B7FF219FA2411598F3E4BABA6B11 | sha512: 3A42B426BD861E628D7EF5AC1B3A109107FB797C967AA298A270BFA51B3D83786C9050D32FB2891150FF455F7B8B3958D8C5AE482C5C92E07D33143B8A03CF57
tools\Microsoft.Extensions.Logging.Debug.dll
md5: B1A8B8A083A68DB85A82A0225E9E09E7 | sha1: 6428BD5CC29CC9759CE91AF502A81D63157EAE8C | sha256: 72AFC123F4CA43067883A21440CC9F8DFEC59BD248E66619B0D3A474971C423F | sha512: 04027342558C6213F73B239740EE320DEB93C4BB4300255B2D64D81D8C0DB9D53BB37826713986C11E00D4525F6BBAB435C269D92CC1FDB78EBA09F93F479705
tools\Microsoft.Extensions.Logging.dll
md5: 67CC4B4B9057C5B80C88037E926D5C86 | sha1: 5538C93B2E0DE9AD21A7F7145E323444298A44E3 | sha256: 1BBBE2D30C3B51B6994F88AB292D7D1E1913C2AAB44B74EF70FE4D2C0EAF09D5 | sha512: 97132B60F67E93DAADD1110DBB628D9F932468F6FDB74A6308239786BB59E0D2C1EC2368AB0ABACFF188D394ACF1BAE45FDBF3A30502564412B3B83C87DBD855
tools\Microsoft.Extensions.Logging.EventLog.dll
md5: 3BB7295701BE6A3955C9E09F592394F1 | sha1: 6A7E2FED00D31EF4D2D70C0FA5B408FD3570FDF8 | sha256: E49247A4CFC69935E978487BA6A16EB520E71382FD6572BD2910DE4D71A563A3 | sha512: 6A17849C2E885D201E2128CD14F40EF0AAD19F37991E6DF2AC8BCCC2A062143645E9577A3B8842385485460545A3C4F486EA9727AB63B0A87FC4B22338A97DBD
tools\Microsoft.Extensions.Logging.EventSource.dll
md5: 3E742F2DE02CC9CE0AAB84EB24FB3A37 | sha1: 4C658891DC3E44D331905660989CC3B7BF2BE209 | sha256: 823E63242042EF3D8C3C8837FCD6528611F0623EF866C29F7903B6DD6C82DEBF | sha512: 5BE47B5AD1F5532AAC2023FE6DC6A4C92EE67509E95D1B08C00C9EA98FAE9611138994503890567F8965930498D533F0225037BD076021F1B62A169AFA4B3F25
tools\Microsoft.Extensions.Options.ConfigurationExtensions.dll
md5: 4DDC72F54B40A7D2E03051DED3DF70CB | sha1: F54831DCA25FB6C172FA860818532B5EE0C4B931 | sha256: 63D5D6E9529443AE33464D3D79CB024F664E300F8429A836C6B94A74F9AD6062 | sha512: CC3C9753128064459C94DEFF0E609E91DDCDF01C7FC6A1FE33188804F053B0FB3D0DF5799A62DEE7272F28F5695FA7C3CAD6AB4AE762B7876C65B83384594C63
tools\Microsoft.Extensions.Options.dll
md5: 54CEF5CB2054698E7444D478E5A51722 | sha1: CAD83AF851B512960F863E702308C6FD81AA87B0 | sha256: 1763042393360522F295F232BB48F4759E1AA267840FAD0AEFAA6875A2EC9098 | sha512: E14A8287CA378718EF1D7113FCE48B146B3A966348CBBF7B4A0ABF87492C958AF261667F0FBA6F93C17822EDD2A236C48E367AC00D85BA96AAA2E35AC3D088F9
tools\Microsoft.Extensions.Primitives.dll
md5: 2FD3196F8DBEFDCF61BCFB6038926AC7 | sha1: BDD0DE6D701F8176D7F4421254EC7ED4BA007BEA | sha256: 79BA4EFA63552B248F553F0B428985F3B804AF12E2ED093A4EB39927EF044941 | sha512: 6E696D0C04802CCB2C438F686CC6C7E8C9A5935579C60A03AA300B5DA1DFE5245B13E2F13A0F1650F78376047799560135546D631C2E2E467EF58D87B48D9398
tools\Microsoft.Win32.Primitives.dll
md5: B64BF46564EA7A6192716D9E40E45C35 | sha1: E8F32682504ADED2A4D09EE9444AC0370BC42956 | sha256: 79992CD6FFB830557C140B64551E1739937BBD2B09AEFAB3775C97F0F2C09CEF | sha512: 0CBBE247A5597AA07C1301B4F6630267B1C0B4CAD411F647BB69CD026C7C9F22E2BC3697814EA4BB57B042E6131E7A114E28EBF5B79BD854880FFA7B149E0E7C
tools\Microsoft.Win32.Registry.dll
md5: B67F54D54905EDA887B28D9E670F93E6 | sha1: 579DE3FBDFC55DED0469156B18168F23C327E747 | sha256: AF2CDE65CBAD5DFF9356D4B117B263F739EFDFEB8EE1FBFC0377E024A95FC4E3 | sha512: FCEFBB7E2F37FD8B5D52A324E98C520E8AEA75B6E1E9EA9F3827A416BE0DD01ACB530B742EB50C71D001D8B047C1A9D4D8F2D565076AFA645D57201058588E4D
tools\mscordaccore.dll
md5: 2F647F6D583801F14105AD848DED2AFD | sha1: BAB9510B1ABE569820C83298E14D66F6C5CDB53D | sha256: 41545FB43A42DEC408C2F9B604EAB70C6046D00EA74A87E3F267C5C287B094E1 | sha512: 07B0454D0F882CC8DCF500C836B2788CCF029D331145277DA910C3D505B037EF92EA3669352F1DE0122546E2C2D00711E714FEF1D67A81D37B0CC6384B8667AB
tools\mscordaccore_amd64_amd64_5.0.1021.41214.dll
md5: CB17553E2342C9D60B162DBBC41CB29E | sha1: A73FAF4ACF67BABC44EEC15D91B8219C0542F15A | sha256: ABA0204BC6C3526792FFB14728F4A54B56413B189005D4183F150C286435E2AA | sha512: D1EC821325DADB48FED3CE6A8865A86AEA2D5448FC19107645C787F13393743195A7309761597292BF28A0BCBE8ED07ED4986DEAF449863682EA90AC609CB8FC
tools\mscordbi.dll
md5: FCFFEBD3D552156B77E4539B1E569243 | sha1: 14CB7CBCEDD43D6DB73E71F9135FEB60E435E23D | sha256: 7BA49FA5746541B765815CB4A83C8415C0637611EA6F13B130FE3623E728316E | sha512: EE033037325914CDC0A7F4179FBF24B8025869F9D70350001F75D3F50742E2278CC533E70D95167365F0427612B06F50BBF6B08F0895E3BB9D50851A218C1123
tools\mscorrc.dll
md5: D661AD766B4B93C2ED3058B679F93077 | sha1: 7DB80CFBD523A2172560C2EEC4A91A7406A13DC9 | sha256: AF72FDE9891B29FF47041AA94A606E097845112AEA7B4E3254A562824482D716 | sha512: F1F94E9E4B881666240AC32AFA4C6FB3BD0F41F6E342607C73A7F9C570E31AC35FBD8927F9F6BF986B0D60B2CBFDDF7C92E39154A054BE076371C94C5088E0F5
tools\Newtonsoft.Json.dll
md5: 48F26E97066EDF41E5C2933BEAA803A7 | sha1: 0DCFC236F02AEFAA41BCF54CC338FCB76EE60D3A | sha256: 3782D2F50E0C5ADC0C70488A5409B5EDE31862274B29E7B907BF3CBEDC3F7DD6 | sha512: 6F686D81B2C692E0FC41E98970361614FF8FE2FF2E7C604604E6196490F9C920501680B0744FDE4FC4761793A2A88F7C7BEB1CECE88D82D03A6F1B5734CA38B2
tools\Serilog.dll
md5: D210A9C5213524D77FB0C33E1673D462 | sha1: 4183E74F3772A47D06CAEDF9724862C7F5F2EE6A | sha256: C07DC8B073EEB7E2E47C458D37A0BB73124A66DA9FB00ED8D55C6D9CFC1AFF4E | sha512: 1ED7FF9DFF507C738760FB50234C05DB0C9CC8199271AF1952B2BA73B45D593043492042D4DD0B0688E5F9CCD4D47221CF2E49AED15114DC4BFFBB4FDAF2A940
tools\Serilog.Enrichers.Environment.dll
md5: F40114A737E0FD17205B90208B843F00 | sha1: 34F85F936F1795944852DDA379FA3700F5135695 | sha256: 2C39314B2DB22D451715E47FD7A13BD65E117176894EC34437724AD00D3902F8 | sha512: A4CD8C578F7BDAA3D29C21D839835EA57F0CECCBBA94EA0CAD634A02A103C69143100E53BA5EBF54CF5489028DFC9D3EC95208F641FADD291827C01BA82CE4DC
tools\Serilog.Enrichers.Thread.dll
md5: 05BB5DBE019DEC9D6CAC43D97E1AF041 | sha1: 5F2EE70ADD065BF01B356015CB5B0EEF4F42D2CD | sha256: DAAB6260102C320AFE860011CD271B1BB1BB8632DE4210111A9B0317F0BE0984 | sha512: D1C93700B4FE81DEF6B9C96782E67BCAAD1AE4A3C39A63C393FD07AC384CD08A233262AED0928F1FBD6E584C477309F3731912EBC70A1E0895C6BA4552F59EE8
tools\Serilog.Extensions.Logging.dll
md5: E9149C9EA1523EB3F859ACF71137059A | sha1: 9CF4CADEA1090E837870D411B9D1098B6C2682F5 | sha256: 87F135F7325F91FAF3730D27278E6DD8CAB3EBDAFBD1EB381FCB79AF758167D4 | sha512: 736C8BBFC88B5D3459C631088A85E59EA304275E484BFE53F093888CD1A386F30ED4EFD96B894749A2F9697B16EA08B92A4282BA8E89B44325CA3B8422486594
tools\Serilog.Settings.Configuration.dll
md5: 3604AD0273FB7D631ACB1B6450BC51E1 | sha1: DC5FC69F51179D41432EDBE2D220DE2D5F8ACA85 | sha256: 2FCDF3207F22F7054B84C90E35BDCC159E0A9E9705207A709E49968C4E418AF0 | sha512: 2E15415E0DD82BDC9805F6C36474F912A8D54AEE1CA8B5F16308A00456900BEECE09485EE00F93B07A6CB427803F9B04B6AAE8E4FCB2502359B9866080EAEA8A
tools\Serilog.Sinks.Console.dll
md5: 9E9BBF3EC586FF8430245B0FF4354C62 | sha1: 09557E756EC41F7AD6DD41C8C3C0C506213700E1 | sha256: AEEBEFB1BA496686AE79D4A14A512EDEBEE5A064BB8B0B2171044CC7B8D7C93C | sha512: CB55E81BF702DE285F4C0BDE80D807561631871B5B95F7C4BCD96CE8C4AB38EB90D662A0BC6C17BC308EC733A726C85A467E9617FF6A9AFA9F4C9D196C140548
tools\System.Collections.Concurrent.dll
md5: 0F757B3ED6E1BF2514A2E3D39AF47158 | sha1: CD76DC9DC3036B110F668E6B16DAFC49C3E04565 | sha256: C77D08D4D5F50718641BB2DD3A3D0E5CE62901F34B483146E1550D6ADB46492F | sha512: 14DE957F2EF4F4A602BB95D0B66D5CD95C94618580BF4CB4B52D01F9382809210D32DB45F890F88D676FB79BC3604AB56AC7EE53FA050D8099ADC9ED8D337BEF
tools\System.Collections.dll
md5: 43F5844AF478BF53D2D1FF445249363A | sha1: 925E058229CF07B8E4B96B971FF6EAC47187EA0B | sha256: 8055493305CBE304D521AB8B9B65E8241C8FEA27589178198944E0EF80F524FC | sha512: 94834A5847DFF9165F6646E787D6F7D553869572D169EB05A9CD34E415A19C9CE881F15D5A9C0D82C7A6F372914FE88F437CBDE2D91415ABD768FDD631FF1A0B
tools\System.Collections.Immutable.dll
md5: 7A6D77DC26106ADA32F1EFEE3149AE6D | sha1: B6F92F235D55EBC6DAB6BA3841D847D6C9705D11 | sha256: E5699FE44BC6D0C4AC31A0B6FCDE6268C7353DD8EAF3B190F53981318B810A81 | sha512: 292024DACB7CFCE45963ABE342A2C4762751C65EA698BEAE28CB084E33AB70A808AC641109A9AA0D87048B85E13155BCA45ADBFA592B368E1A0C0F75DE6DF178
tools\System.Collections.NonGeneric.dll
md5: 4317D9214E3248017B0152F1EE99FEF6 | sha1: 99648EF1EEF1E144F8CFFE5C5FF8E2610F44F119 | sha256: 46BD92DB2B4279CA4ED2EC0F5EA49D5FEF9DE32B7BF5443E58F5B0ACF7D10DA7 | sha512: CB27151C1A030E24A404638E568A37C96F78391DDA61782A0BB185339B1E8A2A70ACF1737A30FD295406388556A1D00733924838D51FA51BB7E373C1EB5A221E
tools\System.Collections.Specialized.dll
md5: 8C9393B931B8919D3FDE4029777F3C7A | sha1: 01F1735E629F79AF206201579732A9547245AD87 | sha256: 61BBD306DAA3F66F6E15380412F5ACE526A0A1758C6B43139690AD160079C1EE | sha512: 3C2EAE10417A900984E715AF1D3F7AC64C03C6ECE6151A6C2822C21EE6C5060034DF9065B9FDF0626356A03FA1F7F6B13996C81927808EB4F8CE621E4AEAB742
tools\System.CommandLine.dll
md5: CA635DC57CED39B5A2F8AA4B38F4CE37 | sha1: 82B0B1410F550B588767CEC59FA1D610B28722F6 | sha256: D91A78DC6BBC910890F0857A863F79C08C5E4616FC0ABF65823BFE54B4BEDA6F | sha512: 11300F678A5955CDC52C25746FCAED0E115BDD5ABCB277CCBA749440C087BACDC4BB355A5083C2ACE36896871E5E37F9192EAF81F308EBDFD4BA6BBF72797A36
tools\System.CommandLine.Hosting.dll
md5: 81BF9C796B469945B10FA42B820064ED | sha1: 0B466224700D94B342AB7CEC6EEC83275DB2006D | sha256: 341342FEB042A2B2DB21C4CE176A751002E094CDEA81B57C02835CB72EFAED3B | sha512: 46938E73A34E25706F0FF7FBA8FEDAAB99A762F3DBCCFFEB6E030D57BBAFB1476B266E2ACE51CE8E1B3FD5406ECD8EA97829D6AA35CBB0C343B35BB64E6D82B2
tools\System.ComponentModel.dll
md5: C98E32E5ABE79038CDCE3005B0A8D8D4 | sha1: 87F64B1048C9DD8289E907A06814FB3CA5D3FC4D | sha256: BA6C0445993EEDD41C54E986B6A674D6C09032AB7216273DEF4E4110FC2CF77E | sha512: BEB95B5DB0CD8AB099331EF9E7FD91F1CA106032A7D13A0C29DF2FE6FEB6DA94F505721672BE11BFDA993B726A1D9618D5F050D8B812E156F9B4BF19D188B4E5
tools\System.ComponentModel.Primitives.dll
md5: 775F7BC8B6F70EFBD674079C07BD3FEE | sha1: E7D9E07538409A09D3AEE89DCD574D08D90F3802 | sha256: 4446CDE341239F5116B1A808E79C2EAC8B601A7E552C233B557DA63E271D21C1 | sha512: 15CE2514C59AF4CB3C6DEA0907EA7116FE150FCBD8574029E0B866713BA89017724FA8A53A6AEF7746AA6EC643C1BA956E888ABC357239A7DB914C008F660FC3
tools\System.ComponentModel.TypeConverter.dll
md5: 79AA2E2B56FEBD43EF18E1E791F51819 | sha1: 68789A46C1B273F09DAED9745CCF6EC54EB5FA3A | sha256: 1EBD3126E74BF48D4B0C442955A31584D220AFB73323B0FC93FA15DF749A5DA8 | sha512: 47C2CE8D858DFD7F1E894CCA1C72CB695CFE83F9AC0719A4F9C566E1A43645F6CB77D404E173D09AAFE6EE3489502D5EC0E60FEBCA830138A5837B2487DBE046
tools\System.Console.dll
md5: E53FFB4F3006F7D9BE56DCE39536F486 | sha1: 09903FAAB25C783671FE839EFFF6D82FF013CAC3 | sha256: 72143DD1C45428295E2A863FEE6B0805A933050F896844A66D629250700595CD | sha512: D41FB1579388301856E672CA7E9E07B3DB4C99761F5105206CFDF2CDB0A36DB731ED5E7C7ED6BBA8E5CE5CB5CCC6977C0E5A762BB8E20C05B539D6D1DB51F727
tools\System.Data.Common.dll
md5: 739FB12ED22B21746DA8175C01CB930D | sha1: B7D695D87A03C3345D002A332A84AE75740153EC | sha256: 78DA382640A3B08A75D7E52D07BC17F12445A2F3DA6FDC56DAD4E7DBCA53F111 | sha512: A5DB03FBB32CD0BB4D8C1D77354C93B5428CD8F7C9A40ED2298380CF318CA0F9C348936A1382FE24AEEA7931F0A611BD1454CA4BAEA59DD898EC1AD68E8CCC9B
tools\System.Diagnostics.DiagnosticSource.dll
md5: 5549A12034F75EB27D05C71ED28D37B5 | sha1: 80C264D966E1E6D3ED15B5D31129FBC913010CCE | sha256: 4F4C6A3E4A87E53E43C2D45733FD7ED99BD7ED2CA93454FE3E1F48D64F950EAA | sha512: 910C03AE729F96284A251735D27B7F9BE78333056E77F5E5C92253AC95FD3FDE5EFAC5CA8EA069A738455EBECB6623C6DAEFA576ECEC7FC104AC77185EEFF620
tools\System.Diagnostics.EventLog.dll
md5: 6377FEE0D56D4023FD28E30F0DCA514A | sha1: A9982F7755A8981D9F8057BA86E36ABB5FA82E01 | sha256: 5FEB09A83474A26FDA6DEC7324F63C3B92E20A7B0A1EE88F1D6D380F5320F62D | sha512: 533E2697C4C857ACFFBADD00168BFBF774BBA29913A48B63521922BCFE19644FDE3EA2A7BDE9C53E6D512D689D1ABA17A064F48CF9E19FE977AE5681A804335A
tools\System.Diagnostics.Process.dll
md5: 77CC44861AC05512BD2C0286FD2C5D20 | sha1: 59DF80AA1DA7645BBDB29309D27F603A0705FA9E | sha256: DB7AF67AE542116AE955FFD9CD5D9DCF91D01A60EB289367EDF1C4D17F16AFB2 | sha512: 8B00C0832E3C9FD5AC13A7F670E11811D1D6467F7A7A8678D44476E21F50F6AD5B339C12F2F190AF5687E69A57903642EC012A4F5218F4238F9C211A03E047FA
tools\System.Diagnostics.StackTrace.dll
md5: 8DC58D766B59873E1CBD2B8B092E27DE | sha1: 8F371996237CB7CC92C321AF825187E34B8AB8C6 | sha256: A7D2D130D25D97C16E59C474D87D0C7AC79BE0FB3BE2232BAD9B72B3231B7F9C | sha512: 39540B084DE2C01AF3E1B18F9FD7A188A038518C2D416D2965F840A4EC34EF02BD13DB73EB6335684306B38AC963A9859A00288B451368BB9C365CC3C863CA43
tools\System.Diagnostics.TraceSource.dll
md5: C1D863C8855F75D2BB091A19C65BF7B5 | sha1: A74EBDFF3D722F373B1E44A2D3E64CF9539E5A04 | sha256: 958FCD385C6ED0D91E626B971762205DBFD359E20CEA32A80AAAAFBACBB86D84 | sha512: 413B682D539C716D7E4C780174951D3EF68F761EF7A58F8C52675935603BFA7BF556784D3CAF1523B8486DA2C9D2F37469BD3F489B2CD403B382D9D60B22F33A
tools\System.Drawing.Primitives.dll
md5: ACE337051D9B261D30CCC71A9E35E25E | sha1: 2446EAA96BB7DA94D5666932701BCE4DDD99D32E | sha256: 48D67935BBCA620A71D0C667BE11478106D51B1435602F46785C2337D120FC08 | sha512: 1D0D74157FDCEDE3D3AA85CFDAFF343F10CF3BD5A1D24F04FAB44FA97BC4803F5D344A684DE8D7C2D89ED013E42B0BCC24B0C676062FA7EC7B17D0E59B0376C3
tools\System.Formats.Asn1.dll
md5: 4C516D534B385661DF80A18059AB984E | sha1: 71F1537EB25B29CD82DC8E83F2F1DD650046632A | sha256: 6EAE04E0068171E43775FF17427C6BBA0571AA6B108B8AAF475F6FB53F642BE8 | sha512: C2E96EAF86E295373098A2F8B10BC56C19BB407C3FD7566AC9DA154C1C6E64FFD0A9EDA0DB88B31528E9975892F1B919DDB77FD807272FA23CC00244E66CB09F
tools\System.IO.Compression.Brotli.dll
md5: A6DBA21DFF1E43983A06AA9F1A2DD50B | sha1: 3BCE113643FA6492A2DE28C87BD1101ACE83BBB8 | sha256: 225BD0C2CDBBB03F5419AC1CCA201A6ABBB54B6E75DB4191A967DBA1CBE62842 | sha512: 907BA6784E7212A598CD0FC7A3CB6D0DFE617C1D7278E5F167FB3DA2DB937543805CDB85F54926949C493C2AA9C922B0DA67EDA22863B26B2122DB8406EE25BB
tools\System.IO.Compression.dll
md5: 48CE0EF089D18AA56D8E5A3F1DE085EB | sha1: 4F53407AF33C52EF596BBD9349A2693E6095AEC8 | sha256: 5A25736F83D4719404D1D3AFD65CCFCF33F4F89F0EAEFC4D686207EC3D2B8ED4 | sha512: 8B5236EB2B4A12075E07DA340A0DFCB1070E69A6D779201A07F2D7ABE786E47BCBBBD4D2D3D4E5914C5DAA7BA9267F8A6CE1B0F0D6A15C571E1771FCD6254C29
tools\System.IO.FileSystem.dll
md5: 47AAA0DF3690566707540F7DF464441C | sha1: 8AD2B00FFCE4320E6ACC78FF6DF1DFB5E859E055 | sha256: 437D27C2E7F4A8A3883BE0C7250C645EC63F22B5023DFFF150598033A20804FC | sha512: E84E0E74DA0CD91C43734C6FBB20E288AFE6FA69AE69522DEB6A41FE2499867CF971AA0FEC245BCC1845AE18FECC1F4049123DA593725D46886345767CD44517
tools\System.IO.FileSystem.Watcher.dll
md5: 859EFF9A309B63AB6156A2F525EDD8D2 | sha1: D0D4E4BE29A8195B8C875D44C0888041EDD3CC3C | sha256: EBDAB6E378B5F6107427E266080F5267DC16AB79041933CD60629592D838254C | sha512: FAF614B7B74CEA28B80F4D1B8F312EA5E72894A3AA595EB97623C8994A05796E7CB56890EC432C8C1744B212CFEA4B241CD07F98CD6B0C5EE4D11BA4A4B6A5D9
tools\System.IO.MemoryMappedFiles.dll
md5: 02B0D5508D3815ED02330E6D18D90D1C | sha1: AAAD279414EC040730912FD33A5D680C2C47F5C4 | sha256: 32EF0448C231A989A483D2C5FA60D27FFBE7CA410E37BC7029B0C8C7893CA332 | sha512: 280562A49FF3CD3E29112CBB372BAA4F83973E2412D2D6E431786B4335F56D0C44007D6866ED5042C16C05249BF80123E051F987AC88069C6CD4730FEC037533
tools\System.Linq.dll
md5: 974533A0298752A6C855D54067E3AEDA | sha1: 0A635BA63B68A4F19C44198453308ACCE9F9E910 | sha256: 2EC498EBFE554B9932C613A82CEAFE1E54A4A1D36E077E25C3D44CCE039E1BDE | sha512: 2F9BF58A90561A28A14E11FF53DD5180ED4F3E0409EE71C8AB9177CC863DFCD5E19C63676D2E79AA90F11FF3C0DBA9BA12E53759478A41287102297FC800263A
tools\System.Linq.Expressions.dll
md5: 62F05825400D8CEA23280DDF17C7FE63 | sha1: 5762495E93F196F8554D4D4BB85D5339F7BDA407 | sha256: 2D10C3C218AEDD0ED945AE968CBF169CCA2C7D19C97D7153BBF3DC5DAC680E2D | sha512: A1FB9A40A85AEDF3FFA717C01044907B82FA152B0DE9DF3388AC4B26E5316099E8D1A1A5053A05FCDBE95AABE295F334D69AECF6DBF910594E44EF8E795F28DC
tools\System.Memory.dll
md5: 7A23DF7EA51BF2B89EAB6CC97E73B9DF | sha1: D6C2F2E5E4C398A2218E8A0718EE1C9C2CC06534 | sha256: 40C19642F0CB454BBC1DE9CFA7A7C81BCA1319E21FBE85B35275A86CB9D9028A | sha512: 39119200792DF4F2D41C572431974614721C94468A128049F16F4097515B0D4E34778C98EEBCED5B1991D7F225E013E768A7D7B7CC87487FB2107C3F406140DD
tools\System.Net.Http.dll
md5: F3F9104FEAC28540EAB93CBA17FF9BCE | sha1: 8D76FD0220FCBC72531565356BBA445119E9A9EA | sha256: 5C4B6833A725143E1827ACAF55FB79BAB910AF0B9404238B18D0126DF815E594 | sha512: DE54A3385761AE86AE88053CFDD0BB604BEA056F507397E68FC10BD061B4993CA9CF4CF2F0357F23883B32BAA8677BB00A2B389E4CD1422C9FE8B8B2F4FE7DC4
tools\System.Net.NameResolution.dll
md5: 8FDAD7787E87D4A93AF347896E20417E | sha1: 17545486D04DED36FD1B8ACB45B07D6F709061ED | sha256: 27ED6672502D6AAFA922630AF4126A6B45C5744304B601A529A5FF4F60C50B32 | sha512: 61DAEA3271244D0C585339B875E35414E3005C2FA205792CC3F09229ACE672659B633EB336422BDA7C8975842315C001A3CF15E87DE7638CE5325D371312FD44
tools\System.Net.NetworkInformation.dll
md5: FB3539D0551236E41BBCA0E9686A390A | sha1: 98C139C3AC77C26EAABA259C5B97665E4D688DFC | sha256: 750A66A9206CADAB326D248D6DF68522FE74CF33E1B9B5D90F00C7BED705D335 | sha512: 831EFC43A61F92DE4A12B276A0904AE65B51284A25701F5AEF50202874C2CF990C29945C55F195F86898EEA8F2762578087BC9284A229195E748A2C293D50EBB
tools\System.Net.Primitives.dll
md5: 9AF9CC728A5B77C6F35AF093C6EC7995 | sha1: CCC702E4AFBD3ABFC0673E4AEE0CC26690682CE8 | sha256: F6C1776A4F859C8A330A524BE5DB2E016A8F6FC3DE0E7B141908EA1435E5934F | sha512: C0129B5CD655830FB5ACE698253133CE17FA3DC4B85C67696B28ED6D31502EDEFFE465E9BDFECAC6286327751D978429DA400697D54D854C640986C52102D2A6
tools\System.Net.Security.dll
md5: ACF489F89ED94D3B8FA5514A3F42B007 | sha1: FF800EAA88B0071F29DF217CB5B8E527A755B7E4 | sha256: 2992F0B9C3EA2445701063FCFDB577F1229FE8B405621DB21F9F7F2E0CF14CD6 | sha512: A5B938F16036C86189E9BA938925C343BF8505030823A826DCC560302EB7AB653ADD8C0DBCE930F30F4FD968B0FE115CC5217596BFCB64B2930CCE60242F0764
tools\System.Net.Sockets.dll
md5: E7473FA7B6440626481CBFEFEB8A3B47 | sha1: 9EB3220A52A9D4BE1D32B1966539B19C3BB029EA | sha256: B6925C90479B4CE85BEE44162E77CB3930DE32221CFB9EF2A94D9CAB4CEC1750 | sha512: EC9242541255A2B66A5AABD0211F58A32A82F7EAB0FEF9AA1ED4E09A91D2DA1FB3EF4F9DC5B62712073B2E0A2187709C1B85D21A9606F72A3372859ED80763FD
tools\System.ObjectModel.dll
md5: A2B95CF37A421C35F8C3FB043DE5063B | sha1: ED872D1B62BBC57F82A947F45CDA39700F7DECCD | sha256: BC602CE892766B8A607997DBCE2F809715A7E85B6FEB760DAA468D4AB29B6631 | sha512: 96E3ED46CD8A0AB9D97D82D9BED838C9DF3A751012E41F6CD9E446BCA9838ED51FDB8B13DE06B767AB0787F76489ABE152146F3473B37E5322BB5213D786CEE2
tools\System.Private.CoreLib.dll
md5: 6DA6634EA12314532FC57ABBFC1EC564 | sha1: 4910713BE32CAA9A340CA818FA6D093CBEAB6BFF | sha256: 9A983A284BD99CF11360A2F2FDDD4C280F234C306DBCFCEEF46215441A316C43 | sha512: 1BD7A6EA12C4FE578086B5E6AA1C0AF1AA6B8E8F7B0DE6E3824C7A9292DF74200F7CD127980E6A51BB4300AA264AC44CB9FAF2615CECE61C4D87C40BD4D23026
tools\System.Private.Uri.dll
md5: BEDA636ACD32933152E63AB7F88C1EFE | sha1: 310340C6D5E1D1ECCB3EC32F851D3A588D54576D | sha256: B05006030D86971F028979F9141D364A770BB4176D02F09A58398DD22F59EC67 | sha512: E64ECDF35E5D08B84961C93673DFC8497098961CB8CCBB8B2EF7408AD37DA9BF75583281B9744CB31744D8CEFFDDAC00361B38EDB42E8CF7833CAB32319EAC17
tools\System.Private.Xml.dll
md5: E28A45852B80FF8827FEA1CF60C5DD32 | sha1: F7F274D7FB3CCA27BCB6EE241AF09148D280CAAA | sha256: 6A9A506379A0A6059CA8632D6BA711E40D8F6808D2665994CE8519790459C255 | sha512: 9B812E266241FBAF0D23F6B4A190EBD6E7079767DE2D13B7FF1EE36A0F131947A32F42066DF9D8DBF864AB5B2531937EB80AC964FC84424A4BC422553EE83373
tools\System.Private.Xml.Linq.dll
md5: 3A7AA0D452867875E2977F37908C28A6 | sha1: EE07CC52B22DBEE060B759AA317845B27DA4AEE5 | sha256: 027097E058B1F8AE63E7A852D1CAC995B8EC8EA08BF9425928D9C99F450A4C8B | sha512: 4AF316B64E67DFEBAE90C93804E9F0CA2A594358600BB9229A5C64309C76835C9262931F5D202D464D0501E68C04CFB4B7BF60E3B3376FBDDC8945E77961D318
tools\System.Reflection.Metadata.dll
tools\System.Runtime.CompilerServices.Unsafe.dll
md5: 51FF5D82DBFA31367F7C38828F42C616 | sha1: AE6AABCC2DCBB0D3102E904798E0740C3B29EFEF | sha256: 149AA798ACC0478527D9E5EE04C07481571F5E12216A96F6C1E6FB0F30A980E6 | sha512: 6ADFD65DA9C0D0937F415D22325DBED80B0946B3CF2FA1F547E1F57BD6ABC05996E892849B133DB5F78FE5E970B37744519CB73FA3A50C7C33EDD2A905EA041D
tools\System.Runtime.InteropServices.dll
md5: B43F05F40AE3AD11E5D2212288CA3C8E | sha1: 9DD3FC82C9AFAC3447866154D013F0CF3BB4DE83 | sha256: 4EDC6C93491716B34D2BCC3912ED5456B243A0E11DE6286FBD7EE26D9FCC0D9F | sha512: BB077C9CA6C8E6F755DBC613E07E74247E8B7C18570610224CFBC245DA88719524A0134BA791240B4222F62C295D61E8A6A480D3557BDACA55607B2ADD2F29D5
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 2CE2C23E92DF6546641104B0392883E6 | sha1: 2005A934EDB7138375FB7ECFEA1CB8A83847CE31 | sha256: 262DB01DA825907266F57A06DD3698E383003B59A8B39D04D7B2945C7D12A60C | sha512: 162174EBADFDBE215345AE5547D2B9DB91D0306147E06B560FD608BD6DAA637A39DE29F29305F32FA14F9FCDB97DF556D9D162D41E7940DA954975AAEEA890D0
tools\System.Runtime.Numerics.dll
md5: 86E94882CBA754B906E5AC334F814BE3 | sha1: D8ECDF9CB224FEB8CC8226A435DBD4F232906281 | sha256: CE3DD326E301319A4028FA382F81F8CFB5003BB80D1F1A4F285033FBD58F86C2 | sha512: 00756FD81AB86FBB80B52BCC0AD6037A748777CC4CCAB9B2D449B4285D2D5370661824D504C72A1F1290C3AE88F6A89838341107FC2524F574DB92486BAF8CE9
tools\System.Runtime.Serialization.Formatters.dll
md5: 5DB8C44699ECDCD60ABDFF3795EAFE08 | sha1: E2FA029AE544D73D431860AF31692A348BC1AEAB | sha256: B47B9214EF9308653B6C0726DBB54B5309620B7099ED99ACC75A453E909E1CA9 | sha512: 1C21297CD6A36CB5ADCD7A08CA95F377F58DA6F12C4FABCCFC09A696E13DF40AD389DAC64FF02BFF9E6C61BC91317D07AE2B223A9573298C35892996FBC4629E
tools\System.Runtime.Serialization.Primitives.dll
md5: CCEEC4B2E638516AD3504DCDBCC0FA09 | sha1: E2DA2D9C3F5054BA96822D79B3BC3A968220E955 | sha256: EC110773F7270D9CB7474760B79069D046AF988E4C37C0125291713DD706068E | sha512: E3627665761AAB751A9DBCFF949966841553005912B2EBEB946144759212BD66D48F048D5BF595678B51957CDE607E2603C9D63A048739988D33D2CA21CA1973
tools\System.Security.Claims.dll
md5: 1F076BEF551DAC34364EFC2EA4894D1C | sha1: 5F5914A833C987559BC9EBD87E01800093EC1905 | sha256: 8B96B08D13E8AAB670912513E29448FEE1B5D1A5736341304A28291D804DE589 | sha512: 5F94F64ED9E6B334DD6D923414BC6D4D806484B2C3DFB66BD73043661B8293EAC2C3A586837EDA316DD246CA4AD8AADF4041048D117E9171800F00D65024371E
tools\System.Security.Cryptography.Algorithms.dll
md5: FB3E76B51FBE13473BD0A1039FC3D78A | sha1: C2E13C1F1933EFCF9A99FC9940A053242ED5CD32 | sha256: 8CF8430CA40752D40EEF53ECBE62DD694973586CAF89A8223DA381E5CA79450F | sha512: 840FAF4D03D92E4ACA5D715FAEE99A12D3452DE7D1901748690E37BC520ABF6295D09BFCF82EA7283D29DD1F2C3139423792045455190E1BC0D2990F5A38D1A7
tools\System.Security.Cryptography.Cng.dll
md5: CEE25E2AB4D47DC117CD5072A8B35DF2 | sha1: B5DCE34E0E4DC4E665607015BE3B1D342A2A1055 | sha256: 2B9F1E18E9D24D52C6DAF0F84E40D8EE30C820EDA2BFFC75E062883E2F27D46D | sha512: 8FB1B717B65268AF93EC02CECA11F3555FD263A6DCDA3B31E222DC1E0402735EA22726B2767209689FFD5BB363AEE2D1B8A2E4E95558CC7C32E5767050C25EF3
tools\System.Security.Cryptography.Csp.dll
md5: 02D078F37874373E5F99F36D772769BB | sha1: 5E46981CC4D2B8A5BDE205D1207CD5708B6E0CC2 | sha256: 14423D61027F6D169387EDF0F8D55B963A5524E92100A1D3EC9E7BC818BEA526 | sha512: C23FB4BE6686006162EDE01683EEE999EE70BA10D73850F396053A0B2155BA2A446E7A0E25363867C05ED09A91FE1ED4F67D84435BEAC2F36D167B6FC355F27B
tools\System.Security.Cryptography.Encoding.dll
md5: DE12340C08FD5043CC1065D67E1A4BC0 | sha1: 7B438F8F49E3B59F395720B90708AF2ABC9FBEE2 | sha256: 6798A9EDCE2752A76FEABABE7D565595C12649EC8DB35768E2359185921692CA | sha512: 247ADDC9CE1B31B6F52EDE6E97A4AF8911DA7BED99DFF242D2DBF2413F2D871722A38E60D182259A054B9E28D8234F3C7FDB192260E0F732E9840534E9722E68
tools\System.Security.Cryptography.Primitives.dll
md5: 91D60229A264157CE17438B78ED96F92 | sha1: 6C5FFA4E968885C6181D9A2EBEA7C7E36EEB1AA5 | sha256: 667297E282BA2D0A0D40DAF2A3A7E8F3A3F5A1E87232083E08546E5BD16C2D2F | sha512: E632C0484821CF11636C210BB0F04FF511E77F3924139B017B93CB6332ADB34897F8E67FF298E9FAA928A74D85C24A38B804E95139118A1451BBE11739F19C27
tools\System.Security.Cryptography.X509Certificates.dll
md5: 72169A4C665F9FEBDEC84EB042A50731 | sha1: 476E42EC9C38DC8B93C3F7261F255BA647801288 | sha256: 46B056FBD9BBF6F52D4EC6E3F3CF0B1C1B995A180EF3E083B7434B42DD4C8CFB | sha512: 2575A96CD89ABA35B234A7012528DE14CDD6D00F3CB5E4CC296BB6A2E461D9CBF3501FA63ED8EC65F2A5C9DAFADA069FB6DB1B2DE5504F388E98CA4001759FEC
tools\System.Security.Principal.Windows.dll
md5: CE31255102EE0F4CE06256416CF7A2BA | sha1: 27D7DF1BCCEAD8A1310BE654EA9BB9C103C2D68E | sha256: EB050A128139D7ABB2854BAEA615FEE76E17E097104079A084BE0D199743EB41 | sha512: 43C0EAF84BDC0ED20FE24B3B103D7B727C224BCF2A3212BEC0417ABE32E76435BFC2BA5943F69C97118AA4F7AD344CD6D0966D426511DD225F7F04C00B379142
tools\System.Text.Encodings.Web.dll
md5: 595DBEB6595A132B82BB9F0707810426 | sha1: 81791EEE0EFAED52671978926E27029135C9FF4E | sha256: F1B8677FE28877732E98F0BDAAF8E4B819AE938DB60FFDF6D76B0C1DF80D190E | sha512: F68B402D4B321978A5A894FBB1124C24718B68AE3F6848AF8E2AA75EC7DD3574CD4AFA4D2594A5969DDC9719BE65C49AB018C9B5B62A0C2F1C9694F7D9AF03F3
tools\System.Text.Json.dll
md5: BA5F1F0F25DFB42BA9D6DE89BAE46F61 | sha1: 499F6814E73E4EAE19018456F55B5EF98E3AB02C | sha256: E4608BB6B40276314B4258C4B8B835CB7F91C15B7FD9592C6EEC1EB11236C2AF | sha512: 27A3383A8454CC8921B32219104EF44A0EA94BBCD104BCE038155FBA11C500B63045CDE71F104090BA8185A4F1A754C8F2C26A771B54B184ADF45333068393D5
tools\System.Text.RegularExpressions.dll
md5: 2C9F3039C1EA1AC87A73C161851BFF41 | sha1: 34A0C0C380ED138EE07B1C4DECB5584B4D6842D5 | sha256: B988CD7BC0F9A755BB7CDA951928584138D7CDC84BF7C89AD03BB03B3559ED04 | sha512: 4810825009A068A3DA50358423ABA704B56C6FE87120A55F87803FAB4AB84C5BFEBDC4DEBE9DBF404C0665C47E5129F080320D0060478E04D23ADFB407AF3B7E
tools\System.Threading.Channels.dll
md5: A89EE94BE4CF23C8170CBB8F0C2443A3 | sha1: 2A29157CC0DDC9A31A674C8E9067918EFE459D88 | sha256: 2555EEA733CE47A2377E97F3531005E13FE7611483E6E1DB6A3A262FA3E12F01 | sha512: B83F1B08C2829620D238CB7C2C949B831A98D1A34D71486479D81EE38C959BF601549941C4BA5C150F307D0248C4AF01FCF24A5F793D89B6F4244239A8B5D45B
tools\ucrtbase.dll
md5: 849959A003FA63C5A42AE87929FCD18B | sha1: D1B80B3265E31A2B5D8D7DA6183146BBD5FB791B | sha256: 6238CBFE9F57C142B75E153C399C478D492252FDA8CB40EE539C2DCB0F2EB232 | sha512: 64958DABDB94D21B59254C2F074DB5D51E914DDBC8437452115DFF369B0C134E50462C3FDBBC14B6FA809A6EE19AB2FB83D654061601CC175CDDCB7D74778E09
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist Chocolatey moderators and the Chocolatey community
in verifying that this package's contents are trustworthy.

This package contains a number of assemblies (DLL) files, along with dependent files.
This file lists their SHA256 checksums.

There is no other source for installation of these files, other than Chocolatey: 
The files are built and packaged and uploaded to Chocolatey; other than referenced files (e.g. .NET Core), they do not currently reside in any other public source.
Therefore, it is not possible to download an installer to compare checksums.

However, the checksums in here are generated as part of the build process,
and reflect the files that are packaged and submitted to Chocolatey.

It is still worthwhile comparing the checksums in this file to the ones for the files that have been installed by Chocolatey on your local system.

You can use one of the following methods to obtain the checksum from a local file:
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

File 'LICENSE.txt' is obtained from <https://github.com/Azure/aimtool/blob/main/LICENSE>
Checksums for the files in the package are:
additionalhelp.txt [dist/choco-src/additionalhelp.txt] -- 4891f077345b88427a5d5a6a850ec556096b981125061f51db183712d07c4c24
aim.deps.json [dist/choco-src/aim.deps.json] -- 7a0cf499427f7d5f11ba0363e4cc6c541859d72a64f78f0a698bc52a9f56d6fd
aim.dll [dist/choco-src/aim.dll] -- 4b0771efaae49234a0748228d2288690a370da85354c5bb995e19a8a9cb51212
aim.exe [dist/choco-src/aim.exe] -- 93549a2a3fcffb081854b0b498e995ff333ebba2de74c0fc9514f21f3e216361
aim.pdb [dist/choco-src/aim.pdb] -- bccaf7aa05e33fd4dc7a941ead4169dfe55dbad13123d1afe80d64cc91a5db3e
aim.runtimeconfig.json [dist/choco-src/aim.runtimeconfig.json] -- 5b777bd9306c4aad1f63b4ee75c91429ca4213b3716e66017fb9dd1711de7340
api-ms-win-core-console-l1-1-0.dll [dist/choco-src/api-ms-win-core-console-l1-1-0.dll] -- 8f8b79150e850acc92fd6aab614f6e3759bea875134a62087d5dd65581e3001f
api-ms-win-core-console-l1-2-0.dll [dist/choco-src/api-ms-win-core-console-l1-2-0.dll] -- f5025e74de2c1c6ea74e475b57771ac32205e6f1fa6a0390298bbe1f4049ac5d
api-ms-win-core-datetime-l1-1-0.dll [dist/choco-src/api-ms-win-core-datetime-l1-1-0.dll] -- 913eaaa7997a6aee53574cffb83f9c9c1700b1d8b46744a5e12d76a1e53376fd
api-ms-win-core-debug-l1-1-0.dll [dist/choco-src/api-ms-win-core-debug-l1-1-0.dll] -- 58a8d69df60ecbee776cd9a74b2a32b14bf2b0bd92d527ec5f19502a0d3eb8e9
api-ms-win-core-errorhandling-l1-1-0.dll [dist/choco-src/api-ms-win-core-errorhandling-l1-1-0.dll] -- 46079c0a1b660fc187aafd760707f369d0b60d424d878c57685545a3fce95819
api-ms-win-core-file-l1-1-0.dll [dist/choco-src/api-ms-win-core-file-l1-1-0.dll] -- 5c9bc70586ad538b0df1fcf5d6f1f3527450ae16935aa34bd7eb494b4f1b2db9
api-ms-win-core-file-l1-2-0.dll [dist/choco-src/api-ms-win-core-file-l1-2-0.dll] -- 629e52ba4e2dca91b10ef7729a1722888e01284eed7dda6030d0a1ec46c94086
api-ms-win-core-file-l2-1-0.dll [dist/choco-src/api-ms-win-core-file-l2-1-0.dll] -- dac867476caa42ff8df8f5dfe869ffd56a18dadee17d47889afb69ed6519afbf
api-ms-win-core-handle-l1-1-0.dll [dist/choco-src/api-ms-win-core-handle-l1-1-0.dll] -- 0b3dfb8554ead94d5da7859a12db353942406f9d1dfe3fac3d48663c233ea99d
api-ms-win-core-heap-l1-1-0.dll [dist/choco-src/api-ms-win-core-heap-l1-1-0.dll] -- c43075b1d2386a8a262de628c93a65350e52eae82582b27f879708364b978e29
api-ms-win-core-interlocked-l1-1-0.dll [dist/choco-src/api-ms-win-core-interlocked-l1-1-0.dll] -- c23fe8d5c3ca89189d11ec8df983cc144d168cb54d9eab5d9532767bcb2f1fa3
api-ms-win-core-libraryloader-l1-1-0.dll [dist/choco-src/api-ms-win-core-libraryloader-l1-1-0.dll] -- f320f9c0463de641b396ce7561af995de32211e144407828b117088cf289df91
api-ms-win-core-localization-l1-2-0.dll [dist/choco-src/api-ms-win-core-localization-l1-2-0.dll] -- 8664222823e122fca724620fd8b72187fc5336c737d891d3cef85f4f533b8de2
api-ms-win-core-memory-l1-1-0.dll [dist/choco-src/api-ms-win-core-memory-l1-1-0.dll] -- 5d9767d8cca0fbfd5801bff2e0c2adddd1baaaa8175543625609abce1a9257bd
api-ms-win-core-namedpipe-l1-1-0.dll [dist/choco-src/api-ms-win-core-namedpipe-l1-1-0.dll] -- 8e015cdf2561450ed9a0773be1159463163c19eab2b6976155117d16c36519da
api-ms-win-core-processenvironment-l1-1-0.dll [dist/choco-src/api-ms-win-core-processenvironment-l1-1-0.dll] -- 058eb7ce88c22d2ff7d3e61e6593ca4e3d6df449f984bf251d9432665e1517d1
api-ms-win-core-processthreads-l1-1-0.dll [dist/choco-src/api-ms-win-core-processthreads-l1-1-0.dll] -- a5b733e3dce21ab62bd4010f151b3578c6f1246da4a96d51ac60817865648dd3
api-ms-win-core-processthreads-l1-1-1.dll [dist/choco-src/api-ms-win-core-processthreads-l1-1-1.dll] -- 1ef06c600c451e66e744b2ca356b7f4b7b88ba2f52ec7795858d21525848ac8c
api-ms-win-core-profile-l1-1-0.dll [dist/choco-src/api-ms-win-core-profile-l1-1-0.dll] -- e63550608dd58040304ea85367e9e0722038ba8e7dc7bf9d91c4d84f0ec65887
api-ms-win-core-rtlsupport-l1-1-0.dll [dist/choco-src/api-ms-win-core-rtlsupport-l1-1-0.dll] -- 91508ab353b90b30ff2551020e9755d7ab0e860308f16c2f6417dfb2e9a75014
api-ms-win-core-string-l1-1-0.dll [dist/choco-src/api-ms-win-core-string-l1-1-0.dll] -- f3a7a9c98ebe915b1b57c16e27fffd4ddf31a82f0f21c06fe292878e48f5883e
api-ms-win-core-synch-l1-1-0.dll [dist/choco-src/api-ms-win-core-synch-l1-1-0.dll] -- d6708d1254ed88a948871771d6d1296945e1aa3aeb7e33e16cc378f396c61045
api-ms-win-core-synch-l1-2-0.dll [dist/choco-src/api-ms-win-core-synch-l1-2-0.dll] -- 72c639d1afda32a65143bcbe016fe5d8b46d17924f5f5190eb04efe954c1199a
api-ms-win-core-sysinfo-l1-1-0.dll [dist/choco-src/api-ms-win-core-sysinfo-l1-1-0.dll] -- 76d8e4ed946deefeefa0d0012c276f0b61f3d1c84af00533f4931546cbb2f99e
api-ms-win-core-timezone-l1-1-0.dll [dist/choco-src/api-ms-win-core-timezone-l1-1-0.dll] -- b0eda99eabd32fefecc478fd9fe7439a3f646a864fdab4ec3c1f18574b5f8b34
api-ms-win-core-util-l1-1-0.dll [dist/choco-src/api-ms-win-core-util-l1-1-0.dll] -- f28a8fe2cd7e8e00b6d2ec273c16db6e6eea9b6b16f7f69887154b6228af981e
api-ms-win-crt-conio-l1-1-0.dll [dist/choco-src/api-ms-win-crt-conio-l1-1-0.dll] -- e677497c1baefffb33a17d22a99b76b7fa7ae7a0c84e12fda27d9be5c3d104cf
api-ms-win-crt-convert-l1-1-0.dll [dist/choco-src/api-ms-win-crt-convert-l1-1-0.dll] -- 5cf5bbb861608131b5f560cbf34a3292c80886b7c75357acc779e0bf98e16639
api-ms-win-crt-environment-l1-1-0.dll [dist/choco-src/api-ms-win-crt-environment-l1-1-0.dll] -- b7ee468f5b6c650dada7db3ad9e115a0e97135b3df095c3220dfd22ba277b607
api-ms-win-crt-filesystem-l1-1-0.dll [dist/choco-src/api-ms-win-crt-filesystem-l1-1-0.dll] -- 7102f8d9d0f3f689129d7fe071b234077fba4dd3687071d1e2aeaa137b123f86
api-ms-win-crt-heap-l1-1-0.dll [dist/choco-src/api-ms-win-crt-heap-l1-1-0.dll] -- f5183b8d7462c01031992267fe85680ab9c5b279bedc0b25ab219f7c2184766f
api-ms-win-crt-locale-l1-1-0.dll [dist/choco-src/api-ms-win-crt-locale-l1-1-0.dll] -- 2eb96422375f1a7b687115b132a4005d2e7d3d5dc091fb0eb22a6471e712848e
api-ms-win-crt-math-l1-1-0.dll [dist/choco-src/api-ms-win-crt-math-l1-1-0.dll] -- a768339f0b03674735404248a039ec8591fcba6ff61a3c6812414537badd23b0
api-ms-win-crt-multibyte-l1-1-0.dll [dist/choco-src/api-ms-win-crt-multibyte-l1-1-0.dll] -- 7101b3dff525ea47b7a40dd96544c944ae400447df7a6acd07363b6d7968b889
api-ms-win-crt-private-l1-1-0.dll [dist/choco-src/api-ms-win-crt-private-l1-1-0.dll] -- 785c49fd9f99c6eb636d78887aa186233e9304921dd835dee8f72e2609ff65c4
api-ms-win-crt-process-l1-1-0.dll [dist/choco-src/api-ms-win-crt-process-l1-1-0.dll] -- 3af38920e767bd9ebc08f88eaf2d08c748a267c7ec60eab41c49b3f282a4cf65
api-ms-win-crt-runtime-l1-1-0.dll [dist/choco-src/api-ms-win-crt-runtime-l1-1-0.dll] -- d899c2f061952b3b97ab9cdbca2450290b0f005909ddd243ed0f4c511d32c198
api-ms-win-crt-stdio-l1-1-0.dll [dist/choco-src/api-ms-win-crt-stdio-l1-1-0.dll] -- f9d3f380023a4c45e74170fe69b32bca506ee1e1fbe670d965d5b50c616da0cb
api-ms-win-crt-string-l1-1-0.dll [dist/choco-src/api-ms-win-crt-string-l1-1-0.dll] -- 1a916c0db285deb02c0b9df4d08dad5ea95700a6a812ea067bd637a91101a9f6
api-ms-win-crt-time-l1-1-0.dll [dist/choco-src/api-ms-win-crt-time-l1-1-0.dll] -- b56bc94e8539603dd2f0fea2f25efd17966315067442507db4bffafcbc2955b0
api-ms-win-crt-utility-l1-1-0.dll [dist/choco-src/api-ms-win-crt-utility-l1-1-0.dll] -- dd14133adf5c534539298422f6c4b52739f80aca8c5a85ca8c966dea9964ceb1
appsettings.json [dist/choco-src/appsettings.json] -- 7d4b015f293b2e1ca7fd3125529c7a855445c0a2b0435b6acb02cbab278bf0ef
clrcompression.dll [dist/choco-src/clrcompression.dll] -- e4d31faec7df8f1cdfee3a4c9b6cd5b17836252a5d05aa79d8f5864989c31c51
clretwrc.dll [dist/choco-src/clretwrc.dll] -- c61c78b7517f6a0e0172d80df33c5418e19b92ed8dd9870873ff300f8569f6db
clrjit.dll [dist/choco-src/clrjit.dll] -- 93c0a4aabb27616ce8ac43583f1bfa2f8f7265f94e7889e97571a6f1505be9b6
coreclr.dll [dist/choco-src/coreclr.dll] -- 9ba3d9b6920f69bd3e78b43e1d9c40a4137ea39eb121439ee19f147283d56664
createdump.exe [dist/choco-src/createdump.exe] -- 8f8a110f35ff792cf91847269134247323c30d8a861e2a02bd6b9c4b4aa1ba05
dbgshim.dll [dist/choco-src/dbgshim.dll] -- 07ade1397f1dce414eaf7859977d7e99b3f815222370e7690d5af720165341d7
hostfxr.dll [dist/choco-src/hostfxr.dll] -- dd8da90389b4d0a819be533bb732932447d9f7e4c635f5c86f1440298d2418d5
hostpolicy.dll [dist/choco-src/hostpolicy.dll] -- 464cd01cddc67291931cea4394770d571c6acc277bb0420e4b910928f541d1b3
LICENSE.txt [dist/choco-src/LICENSE.txt] -- 9906940f61b1f0b533fa7d99baf55178b2808fbe113ea51dfbfad8572ccd5f2b
Microsoft.AzureIntegrationMigration.Runner.dll [dist/choco-src/Microsoft.AzureIntegrationMigration.Runner.dll] -- 57d6ab8c5eb7a38a65f20b397a8c70cf27fd136d68802b0a07b78dd75138c746
Microsoft.CSharp.dll [dist/choco-src/Microsoft.CSharp.dll] -- 82bfd5c97712d56971237e36177427ef0ca2f03530b2ad5e5d8ff7a3e85fead5
Microsoft.DiaSymReader.Native.amd64.dll [dist/choco-src/Microsoft.DiaSymReader.Native.amd64.dll] -- 95f301012ed09c09c9eb61a23a2803a7043e6a33f9c8957746379b610a52978d
Microsoft.DotNet.PlatformAbstractions.dll [dist/choco-src/Microsoft.DotNet.PlatformAbstractions.dll] -- 6e07b0c660b2e4c4865fe4215ba75b279f750ce4dfd9f51b651dbfbaa0811162
Microsoft.Extensions.Configuration.Abstractions.dll [dist/choco-src/Microsoft.Extensions.Configuration.Abstractions.dll] -- 53ff163bcf36aea7c0b35cc11b5675612b0f57a67b735fc38f85017868697cfc
Microsoft.Extensions.Configuration.Binder.dll [dist/choco-src/Microsoft.Extensions.Configuration.Binder.dll] -- 4a5e7224fe1708f95e24427b557eca59ef937ed65ac2bd4e78cb61437c1bc202
Microsoft.Extensions.Configuration.CommandLine.dll [dist/choco-src/Microsoft.Extensions.Configuration.CommandLine.dll] -- c35fb83b44795282809806f6a35041cabce95c8f3c0d17be492f860a75fbe78f
Microsoft.Extensions.Configuration.dll [dist/choco-src/Microsoft.Extensions.Configuration.dll] -- 96a37200ca2b3577f4bf0d98196e58333ba4eb94afb28f9bf2c56ca3c65482fa
Microsoft.Extensions.Configuration.EnvironmentVariables.dll [dist/choco-src/Microsoft.Extensions.Configuration.EnvironmentVariables.dll] -- a84d7416802416f773e5b54528ec61f4f64026bb6113087250ef40dd563f7f03
Microsoft.Extensions.Configuration.FileExtensions.dll [dist/choco-src/Microsoft.Extensions.Configuration.FileExtensions.dll] -- 46acd0e05e1af630411b5b5935cf0744205b3b3dea6be4b4291c66b0aebf162b
Microsoft.Extensions.Configuration.Json.dll [dist/choco-src/Microsoft.Extensions.Configuration.Json.dll] -- 960a7fe46d53a4474f6652792e2c6c0b958f5aaccedf67613067fd53234328cc
Microsoft.Extensions.Configuration.UserSecrets.dll [dist/choco-src/Microsoft.Extensions.Configuration.UserSecrets.dll] -- 49679de1a002abe226ba0764b7a69efedf6fdb8a19a710ffd4c22f051911d8b6
Microsoft.Extensions.DependencyInjection.Abstractions.dll [dist/choco-src/Microsoft.Extensions.DependencyInjection.Abstractions.dll] -- cb8198e24ad9382d08b21606356032d6c5ce1d6965c20d35246129a0afca4c6e
Microsoft.Extensions.DependencyInjection.dll [dist/choco-src/Microsoft.Extensions.DependencyInjection.dll] -- 91a0ca375fda894194cb5095dc80dc9a1a589fd5ae884d98890177780e74ed67
Microsoft.Extensions.DependencyModel.dll [dist/choco-src/Microsoft.Extensions.DependencyModel.dll] -- 098c956cd6e25b25fe1a0d4782ddaed787b34222ec8ac5e2b4163c8ed419a3b7
Microsoft.Extensions.FileProviders.Abstractions.dll [dist/choco-src/Microsoft.Extensions.FileProviders.Abstractions.dll] -- c44f22c70e144a004b0cc5aef13b54f56657c8916dfbe802b029d7f8499fb2f6
Microsoft.Extensions.FileProviders.Physical.dll [dist/choco-src/Microsoft.Extensions.FileProviders.Physical.dll] -- 6cbe664fcbdb5affee47fa0187d3d276ab2cbe1f9722675ae8152e9649363a99
Microsoft.Extensions.FileSystemGlobbing.dll [dist/choco-src/Microsoft.Extensions.FileSystemGlobbing.dll] -- 014ee2d6571c63d4b6b5ffab22b2dc70a532892b753f240cd9b706a5f40c2e27
Microsoft.Extensions.Hosting.Abstractions.dll [dist/choco-src/Microsoft.Extensions.Hosting.Abstractions.dll] -- 377ca2c6803ee09e692def2d28a18b32bad19dfc493b30f6cc8cef83fb4ee4cc
Microsoft.Extensions.Hosting.dll [dist/choco-src/Microsoft.Extensions.Hosting.dll] -- c546f965e93864d6fcbe6cb525d09a9f25d8b9e478f30a3f506e5740e0b10793
Microsoft.Extensions.Logging.Abstractions.dll [dist/choco-src/Microsoft.Extensions.Logging.Abstractions.dll] -- 842d813b8efa487122a34773f6e40539a1a4e5aabfc09d6a6a755cc9f4ca1ada
Microsoft.Extensions.Logging.Configuration.dll [dist/choco-src/Microsoft.Extensions.Logging.Configuration.dll] -- cc11a1d7161607d2b69f55c1dafed3bc60ab1443e94445f40b392cb22c341801
Microsoft.Extensions.Logging.Console.dll [dist/choco-src/Microsoft.Extensions.Logging.Console.dll] -- 89a5d1a7b6c203e535a83ee0405e2069f1b8b7ff219fa2411598f3e4baba6b11
Microsoft.Extensions.Logging.Debug.dll [dist/choco-src/Microsoft.Extensions.Logging.Debug.dll] -- 72afc123f4ca43067883a21440cc9f8dfec59bd248e66619b0d3a474971c423f
Microsoft.Extensions.Logging.dll [dist/choco-src/Microsoft.Extensions.Logging.dll] -- 1bbbe2d30c3b51b6994f88ab292d7d1e1913c2aab44b74ef70fe4d2c0eaf09d5
Microsoft.Extensions.Logging.EventLog.dll [dist/choco-src/Microsoft.Extensions.Logging.EventLog.dll] -- e49247a4cfc69935e978487ba6a16eb520e71382fd6572bd2910de4d71a563a3
Microsoft.Extensions.Logging.EventSource.dll [dist/choco-src/Microsoft.Extensions.Logging.EventSource.dll] -- 823e63242042ef3d8c3c8837fcd6528611f0623ef866c29f7903b6dd6c82debf
Microsoft.Extensions.Options.ConfigurationExtensions.dll [dist/choco-src/Microsoft.Extensions.Options.ConfigurationExtensions.dll] -- 63d5d6e9529443ae33464d3d79cb024f664e300f8429a836c6b94a74f9ad6062
Microsoft.Extensions.Options.dll [dist/choco-src/Microsoft.Extensions.Options.dll] -- 1763042393360522f295f232bb48f4759e1aa267840fad0aefaa6875a2ec9098
Microsoft.Extensions.Primitives.dll [dist/choco-src/Microsoft.Extensions.Primitives.dll] -- 79ba4efa63552b248f553f0b428985f3b804af12e2ed093a4eb39927ef044941
Microsoft.Win32.Primitives.dll [dist/choco-src/Microsoft.Win32.Primitives.dll] -- 79992cd6ffb830557c140b64551e1739937bbd2b09aefab3775c97f0f2c09cef
Microsoft.Win32.Registry.dll [dist/choco-src/Microsoft.Win32.Registry.dll] -- af2cde65cbad5dff9356d4b117b263f739efdfeb8ee1fbfc0377e024a95fc4e3
mscordaccore.dll [dist/choco-src/mscordaccore.dll] -- 41545fb43a42dec408c2f9b604eab70c6046d00ea74a87e3f267c5c287b094e1
mscordaccore_amd64_amd64_5.0.1021.41214.dll [dist/choco-src/mscordaccore_amd64_amd64_5.0.1021.41214.dll] -- aba0204bc6c3526792ffb14728f4a54b56413b189005d4183f150c286435e2aa
mscordbi.dll [dist/choco-src/mscordbi.dll] -- 7ba49fa5746541b765815cb4a83c8415c0637611ea6f13b130fe3623e728316e
mscorrc.dll [dist/choco-src/mscorrc.dll] -- af72fde9891b29ff47041aa94a606e097845112aea7b4e3254a562824482d716
Newtonsoft.Json.dll [dist/choco-src/Newtonsoft.Json.dll] -- 3782d2f50e0c5adc0c70488a5409b5ede31862274b29e7b907bf3cbedc3f7dd6
Serilog.dll [dist/choco-src/Serilog.dll] -- c07dc8b073eeb7e2e47c458d37a0bb73124a66da9fb00ed8d55c6d9cfc1aff4e
Serilog.Enrichers.Environment.dll [dist/choco-src/Serilog.Enrichers.Environment.dll] -- 2c39314b2db22d451715e47fd7a13bd65e117176894ec34437724ad00d3902f8
Serilog.Enrichers.Thread.dll [dist/choco-src/Serilog.Enrichers.Thread.dll] -- daab6260102c320afe860011cd271b1bb1bb8632de4210111a9b0317f0be0984
Serilog.Extensions.Logging.dll [dist/choco-src/Serilog.Extensions.Logging.dll] -- 87f135f7325f91faf3730d27278e6dd8cab3ebdafbd1eb381fcb79af758167d4
Serilog.Settings.Configuration.dll [dist/choco-src/Serilog.Settings.Configuration.dll] -- 2fcdf3207f22f7054b84c90e35bdcc159e0a9e9705207a709e49968c4e418af0
Serilog.Sinks.Console.dll [dist/choco-src/Serilog.Sinks.Console.dll] -- aeebefb1ba496686ae79d4a14a512edebee5a064bb8b0b2171044cc7b8d7c93c
System.Collections.Concurrent.dll [dist/choco-src/System.Collections.Concurrent.dll] -- c77d08d4d5f50718641bb2dd3a3d0e5ce62901f34b483146e1550d6adb46492f
System.Collections.dll [dist/choco-src/System.Collections.dll] -- 8055493305cbe304d521ab8b9b65e8241c8fea27589178198944e0ef80f524fc
System.Collections.Immutable.dll [dist/choco-src/System.Collections.Immutable.dll] -- e5699fe44bc6d0c4ac31a0b6fcde6268c7353dd8eaf3b190f53981318b810a81
System.Collections.NonGeneric.dll [dist/choco-src/System.Collections.NonGeneric.dll] -- 46bd92db2b4279ca4ed2ec0f5ea49d5fef9de32b7bf5443e58f5b0acf7d10da7
System.Collections.Specialized.dll [dist/choco-src/System.Collections.Specialized.dll] -- 61bbd306daa3f66f6e15380412f5ace526a0a1758c6b43139690ad160079c1ee
System.CommandLine.dll [dist/choco-src/System.CommandLine.dll] -- d91a78dc6bbc910890f0857a863f79c08c5e4616fc0abf65823bfe54b4beda6f
System.CommandLine.Hosting.dll [dist/choco-src/System.CommandLine.Hosting.dll] -- 341342feb042a2b2db21c4ce176a751002e094cdea81b57c02835cb72efaed3b
System.ComponentModel.dll [dist/choco-src/System.ComponentModel.dll] -- ba6c0445993eedd41c54e986b6a674d6c09032ab7216273def4e4110fc2cf77e
System.ComponentModel.Primitives.dll [dist/choco-src/System.ComponentModel.Primitives.dll] -- 4446cde341239f5116b1a808e79c2eac8b601a7e552c233b557da63e271d21c1
System.ComponentModel.TypeConverter.dll [dist/choco-src/System.ComponentModel.TypeConverter.dll] -- 1ebd3126e74bf48d4b0c442955a31584d220afb73323b0fc93fa15df749a5da8
System.Console.dll [dist/choco-src/System.Console.dll] -- 72143dd1c45428295e2a863fee6b0805a933050f896844a66d629250700595cd
System.Data.Common.dll [dist/choco-src/System.Data.Common.dll] -- 78da382640a3b08a75d7e52d07bc17f12445a2f3da6fdc56dad4e7dbca53f111
System.Diagnostics.DiagnosticSource.dll [dist/choco-src/System.Diagnostics.DiagnosticSource.dll] -- 4f4c6a3e4a87e53e43c2d45733fd7ed99bd7ed2ca93454fe3e1f48d64f950eaa
System.Diagnostics.EventLog.dll [dist/choco-src/System.Diagnostics.EventLog.dll] -- 5feb09a83474a26fda6dec7324f63c3b92e20a7b0a1ee88f1d6d380f5320f62d
System.Diagnostics.Process.dll [dist/choco-src/System.Diagnostics.Process.dll] -- db7af67ae542116ae955ffd9cd5d9dcf91d01a60eb289367edf1c4d17f16afb2
System.Diagnostics.StackTrace.dll [dist/choco-src/System.Diagnostics.StackTrace.dll] -- a7d2d130d25d97c16e59c474d87d0c7ac79be0fb3be2232bad9b72b3231b7f9c
System.Diagnostics.TraceSource.dll [dist/choco-src/System.Diagnostics.TraceSource.dll] -- 958fcd385c6ed0d91e626b971762205dbfd359e20cea32a80aaaafbacbb86d84
System.Drawing.Primitives.dll [dist/choco-src/System.Drawing.Primitives.dll] -- 48d67935bbca620a71d0c667be11478106d51b1435602f46785c2337d120fc08
System.Formats.Asn1.dll [dist/choco-src/System.Formats.Asn1.dll] -- 6eae04e0068171e43775ff17427c6bba0571aa6b108b8aaf475f6fb53f642be8
System.IO.Compression.Brotli.dll [dist/choco-src/System.IO.Compression.Brotli.dll] -- 225bd0c2cdbbb03f5419ac1cca201a6abbb54b6e75db4191a967dba1cbe62842
System.IO.Compression.dll [dist/choco-src/System.IO.Compression.dll] -- 5a25736f83d4719404d1d3afd65ccfcf33f4f89f0eaefc4d686207ec3d2b8ed4
System.IO.FileSystem.dll [dist/choco-src/System.IO.FileSystem.dll] -- 437d27c2e7f4a8a3883be0c7250c645ec63f22b5023dfff150598033a20804fc
System.IO.FileSystem.Watcher.dll [dist/choco-src/System.IO.FileSystem.Watcher.dll] -- ebdab6e378b5f6107427e266080f5267dc16ab79041933cd60629592d838254c
System.IO.MemoryMappedFiles.dll [dist/choco-src/System.IO.MemoryMappedFiles.dll] -- 32ef0448c231a989a483d2c5fa60d27ffbe7ca410e37bc7029b0c8c7893ca332
System.Linq.dll [dist/choco-src/System.Linq.dll] -- 2ec498ebfe554b9932c613a82ceafe1e54a4a1d36e077e25c3d44cce039e1bde
System.Linq.Expressions.dll [dist/choco-src/System.Linq.Expressions.dll] -- 2d10c3c218aedd0ed945ae968cbf169cca2c7d19c97d7153bbf3dc5dac680e2d
System.Memory.dll [dist/choco-src/System.Memory.dll] -- 40c19642f0cb454bbc1de9cfa7a7c81bca1319e21fbe85b35275a86cb9d9028a
System.Net.Http.dll [dist/choco-src/System.Net.Http.dll] -- 5c4b6833a725143e1827acaf55fb79bab910af0b9404238b18d0126df815e594
System.Net.NameResolution.dll [dist/choco-src/System.Net.NameResolution.dll] -- 27ed6672502d6aafa922630af4126a6b45c5744304b601a529a5ff4f60c50b32
System.Net.NetworkInformation.dll [dist/choco-src/System.Net.NetworkInformation.dll] -- 750a66a9206cadab326d248d6df68522fe74cf33e1b9b5d90f00c7bed705d335
System.Net.Primitives.dll [dist/choco-src/System.Net.Primitives.dll] -- f6c1776a4f859c8a330a524be5db2e016a8f6fc3de0e7b141908ea1435e5934f
System.Net.Security.dll [dist/choco-src/System.Net.Security.dll] -- 2992f0b9c3ea2445701063fcfdb577f1229fe8b405621db21f9f7f2e0cf14cd6
System.Net.Sockets.dll [dist/choco-src/System.Net.Sockets.dll] -- b6925c90479b4ce85bee44162e77cb3930de32221cfb9ef2a94d9cab4cec1750
System.ObjectModel.dll [dist/choco-src/System.ObjectModel.dll] -- bc602ce892766b8a607997dbce2f809715a7e85b6feb760daa468d4ab29b6631
System.Private.CoreLib.dll [dist/choco-src/System.Private.CoreLib.dll] -- 9a983a284bd99cf11360a2f2fddd4c280f234c306dbcfceef46215441a316c43
System.Private.Uri.dll [dist/choco-src/System.Private.Uri.dll] -- b05006030d86971f028979f9141d364a770bb4176d02f09a58398dd22f59ec67
System.Private.Xml.dll [dist/choco-src/System.Private.Xml.dll] -- 6a9a506379a0a6059ca8632d6ba711e40d8f6808d2665994ce8519790459c255
System.Private.Xml.Linq.dll [dist/choco-src/System.Private.Xml.Linq.dll] -- 027097e058b1f8ae63e7a852d1cac995b8ec8ea08bf9425928d9c99f450a4c8b
System.Reflection.Metadata.dll [dist/choco-src/System.Reflection.Metadata.dll] -- 55cbbc399338de6ececd09941211a6bc864c3822875b844e015db34febc05e45
System.Runtime.CompilerServices.Unsafe.dll [dist/choco-src/System.Runtime.CompilerServices.Unsafe.dll] -- 149aa798acc0478527d9e5ee04c07481571f5e12216a96f6c1e6fb0f30a980e6
System.Runtime.InteropServices.dll [dist/choco-src/System.Runtime.InteropServices.dll] -- 4edc6c93491716b34d2bcc3912ed5456b243a0e11de6286fbd7ee26d9fcc0d9f
System.Runtime.InteropServices.RuntimeInformation.dll [dist/choco-src/System.Runtime.InteropServices.RuntimeInformation.dll] -- 262db01da825907266f57a06dd3698e383003b59a8b39d04d7b2945c7d12a60c
System.Runtime.Numerics.dll [dist/choco-src/System.Runtime.Numerics.dll] -- ce3dd326e301319a4028fa382f81f8cfb5003bb80d1f1a4f285033fbd58f86c2
System.Runtime.Serialization.Formatters.dll [dist/choco-src/System.Runtime.Serialization.Formatters.dll] -- b47b9214ef9308653b6c0726dbb54b5309620b7099ed99acc75a453e909e1ca9
System.Runtime.Serialization.Primitives.dll [dist/choco-src/System.Runtime.Serialization.Primitives.dll] -- ec110773f7270d9cb7474760b79069d046af988e4c37c0125291713dd706068e
System.Security.Claims.dll [dist/choco-src/System.Security.Claims.dll] -- 8b96b08d13e8aab670912513e29448fee1b5d1a5736341304a28291d804de589
System.Security.Cryptography.Algorithms.dll [dist/choco-src/System.Security.Cryptography.Algorithms.dll] -- 8cf8430ca40752d40eef53ecbe62dd694973586caf89a8223da381e5ca79450f
System.Security.Cryptography.Cng.dll [dist/choco-src/System.Security.Cryptography.Cng.dll] -- 2b9f1e18e9d24d52c6daf0f84e40d8ee30c820eda2bffc75e062883e2f27d46d
System.Security.Cryptography.Csp.dll [dist/choco-src/System.Security.Cryptography.Csp.dll] -- 14423d61027f6d169387edf0f8d55b963a5524e92100a1d3ec9e7bc818bea526
System.Security.Cryptography.Encoding.dll [dist/choco-src/System.Security.Cryptography.Encoding.dll] -- 6798a9edce2752a76feababe7d565595c12649ec8db35768e2359185921692ca
System.Security.Cryptography.Primitives.dll [dist/choco-src/System.Security.Cryptography.Primitives.dll] -- 667297e282ba2d0a0d40daf2a3a7e8f3a3f5a1e87232083e08546e5bd16c2d2f
System.Security.Cryptography.X509Certificates.dll [dist/choco-src/System.Security.Cryptography.X509Certificates.dll] -- 46b056fbd9bbf6f52d4ec6e3f3cf0b1c1b995a180ef3e083b7434b42dd4c8cfb
System.Security.Principal.Windows.dll [dist/choco-src/System.Security.Principal.Windows.dll] -- eb050a128139d7abb2854baea615fee76e17e097104079a084be0d199743eb41
System.Text.Encodings.Web.dll [dist/choco-src/System.Text.Encodings.Web.dll] -- f1b8677fe28877732e98f0bdaaf8e4b819ae938db60ffdf6d76b0c1df80d190e
System.Text.Json.dll [dist/choco-src/System.Text.Json.dll] -- e4608bb6b40276314b4258c4b8b835cb7f91c15b7fd9592c6eec1eb11236c2af
System.Text.RegularExpressions.dll [dist/choco-src/System.Text.RegularExpressions.dll] -- b988cd7bc0f9a755bb7cda951928584138d7cdc84bf7c89ad03bb03b3559ed04
System.Threading.Channels.dll [dist/choco-src/System.Threading.Channels.dll] -- 2555eea733ce47a2377e97f3531005e13fe7611483e6e1db6a3a262fa3e12f01
ucrtbase.dll [dist/choco-src/ucrtbase.dll] -- 6238cbfe9f57c142b75e153c399c478d492252fda8cb40ee539c2dcb0f2eb232
VERIFICATION.txt [dist/choco-src/VERIFICATION.txt] -- ed7fd4b291931ac56460f7277f975ffb9a2dcf66013e985a30327ceb98fc351a

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
BizTalk Migrator Dependency - Core CLI 0.5.1-beta-2020102844785 236 Wednesday, October 28, 2020 Exempted
BizTalk Migrator CLI 0.5.1-beta-2020102752469 66 Tuesday, October 27, 2020 Exempted
BizTalk Migrator CLI 0.5.0-beta-2020102743195 62 Tuesday, October 27, 2020 Exempted
BizTalk Migrator CLI 0.5.0-beta-2020102668611 68 Monday, October 26, 2020 Exempted
BizTalk Migrator CLI 0.5.0-beta-2020102659612 66 Monday, October 26, 2020 Exempted
BizTalk Migrator CLI 0.5.0-beta-2020102622397 66 Monday, October 26, 2020 Exempted

This package has no dependencies.

Discussion for the BizTalk Migrator Dependency - Core CLI Package

Ground Rules:

  • This discussion is only about BizTalk Migrator Dependency - Core CLI and the BizTalk Migrator Dependency - Core CLI package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or BizTalk Migrator Dependency - Core CLI, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus