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

Downloads:

48,810

Downloads of v 4.2.17:

251

Last Update:

31 Aug 2019

Package Maintainer(s):

Software Author(s):

  • Daniel Palme

Tags:

code coverage reporting testing tdd utility

ReportGenerator (Portable) - Generates reports for various code coverage tools

This is not the latest version of ReportGenerator (Portable) - Generates reports for various code coverage tools available.

  • 1
  • 2
  • 3

4.2.17 | Updated: 31 Aug 2019

Downloads:

48,810

Downloads of v 4.2.17:

251

Maintainer(s):

Software Author(s):

  • Daniel Palme

ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.17

This is not the latest version of ReportGenerator (Portable) - Generates reports for various code coverage tools available.

  • 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:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install ReportGenerator (Portable) - Generates reports for various code coverage tools, run the following command from the command line or from PowerShell:

>

To upgrade ReportGenerator (Portable) - Generates reports for various code coverage tools, run the following command from the command line or from PowerShell:

>

To uninstall ReportGenerator (Portable) - Generates reports for various code coverage tools, 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 reportgenerator.portable -y --source="'INTERNAL REPO URL'" --version="'4.2.17'" [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 reportgenerator.portable -y --source="'INTERNAL REPO URL'" --version="'4.2.17'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install reportgenerator.portable
  win_chocolatey:
    name: reportgenerator.portable
    version: '4.2.17'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'reportgenerator.portable' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.2.17'
end

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


cChocoPackageInstaller reportgenerator.portable
{
    Name     = "reportgenerator.portable"
    Version  = "4.2.17"
    Source   = "INTERNAL REPO URL"
}

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


package { 'reportgenerator.portable':
  ensure   => '4.2.17',
  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.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved as a trusted package on 31 Aug 2019.

Description

ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov or into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered.


LICENSE.txt

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
Readme.txt
=======================================================================
=                                                                     =
=                                                                     =
=                           ReportGenerator                           =
=                    Generation of coverage reports                   =
=                                                                     =
=                       https://www.palmmedia.de                      =
=                                                                     =
=                                                                     =
=======================================================================

DESCRIPTION

ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo or 
Clover into human readable reports in various formats.

The reports do not only show the coverage quota, but also include the source code and visualize which lines have been
covered.

ReportGenerator supports merging several reports into one.

The following output formats are supported by ReportGenerator:

-HTML, HTMLSummary, HTMLInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HTMLChart, MHTML
-Cobertura
-SonarQube
-XML, XMLSummary
-Latex, LatexSummary
-TeamCitySummary
-TextSummary
-CsvSummary
-PngChart
-Badges
-Custom formats (https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports)

Compatibility:

OpenCover, coverlet, altcover
dotCover
Visual Studio (vstest.console.exe, CodeCoverage.exe)
NCover (tested version 1.5.8, other versions may not work)
Cobertura
JaCoCo
Clover
Mono (mprof-report)
gcov
lcov

=======================================================================

LICENSE

This program is licensed under the Apache License 2.0.
This means you may use this program in any project.
You are allowed to modify the program as you like.

For further details take a look at LICENSE.txt.

=======================================================================

CHANGELOG

4.2.17.0

    * Fix: Issue #275: Disabled grouping by namespace if no namespace exists
    * Fix: Issue #275: Added support for namespaces in DynamicCodeCoverageParser
    * Fix: Issue #277: Changed default log level to Info

4.2.16.0

    * Fix: Issue #276: Improved Clover support for coverage files generated by Jest

4.2.15.0

    * Fix: Issue #273: Handling of large coverage numbers

4.2.13.0

    * Fix: Issue #271: Prevented file parsing multiple times

4.2.12.0

    * Fix: Issue #270: Improved file pattern verification

4.2.11.0

    * Fix: Issue #268: Reduced file name length for XML report files
    * Fix: Issue #270: Improved file pattern verification

4.2.10.0

    * Fix: Issue #269: Improved lcov support for Flutter

4.2.9.0

    * Fix: Issue #84: Improved parameter handling in Azure DevOps extension
    * Fix: Added support for Clover files with namespace declaration (coverage files generated by https://github.com/jsargiot/visual-coverage)

4.2.5.0

    * Fix: Issue #260: Added tag to comparision selection

4.2.4.0

    * Fix: Issue #117: Improved file filters (classes get removed if all files are removed)
    * Fix: Issue #260: Added tag to comparision selection

4.2.3.0

    * Fix: Issue #259: Improved tooltip position in charts

4.2.2.0

    * Fix: Issue #256: Improved XML report

4.2.1.0

    * Fix: Issue #255: Improved performance of Cobertura parser

4.2.0.0

    * New: Added support for gcov and lcov

4.1.10.0

    * Fix: Issue #251: DynamicCodeCoverage: Fixed handling of lines with number 15732480

4.1.9.0

    * New: Issue #247: Added new overloads to GenerateReports
    * Fix: Issue #248: Improved merging of metrics (use minimum for certain metrics)
    * Fix: Issue #250: Fixed backlink symbol for Firefox

4.1.8.0

    * Fix: Issue #239: Improved link back to the summary page for Azure DevOps

4.1.7.0

    * Fix: Issue #242: Improved option to remove risk hotspots section
    * Fix: Issue #243, #244: Made SummaryResult class public
    * Fix: Issue #245, #246: Improved nested class handling for Cobertura

4.1.6.0

    * New: Issue #239: Added link back to the summary page
    * New: Issue #242: Added option to remove risk hotspots section

4.1.5.0

    * New: Moved MSBuild task to separate assembly
    * Fix: Issue #229: Changed sorting on summary page (assemblies are now included in sorting)
    * Fix: Issue #234: Made CoverageReportParser class public
    * Fix: Issue #232: Allow roll-forward to .NET Core 3.0 if 2.x is not installed
    * Fix: Issue #235: Improved nested class handling for Cobertura

4.1.4.0

    * Fix: Issue #115: Cobertura path problem when source path is drive letter

4.1.3.0

    * New: Issue #228: New report type 'TeamCitySummary'

4.1.2.0

    * Fix: Issue #227: Performance improvement - class.js is generated only once

4.1.1.0

    * Fix: Issue #225: Improved arguments parsing for Linux

4.1.0.0

    * Fix: Issue #224: Fixed badge generation in CLI tool

4.0.15.0

    * Fix: Issue #218: Removed unnecessary trailing zeros in metrics
    * Fix: Issue #219: Fixed errors in Cobertura reports (not compliant with DTD)

4.0.14.0

    * Fix: Issue #213: Correct usage of source directories in Cobertura
    * Fix: Issue #216: Handling of large coverage numbers

4.0.13.0

    * New: Issue #207: Highlighting of test methods by line coverage
    * Fix: Issue #212: Fixed name of SonarQube file

4.0.12.0

    * Fix: Issue #192, #209: Parsing of invalid Cobertura files

4.0.11.0

    * Fix: Fixed icons on collapse all / expand all

4.0.10.0

    * New: Issue #203: Dark theme for Azure DevOps
    * New: Issue #205: DotnetCliTool Nuget package: Added support for .NET Core 3.0

4.0.9.0

    * Fix: Issue #202: Attribute 'branch' is no longer required in Cobertura files

4.0.8.0

    * Fix: Issue #199: Handling of negative NPath complexity values (integer overflow)
    * Fix: Issue #201: Set architecture to AnyCPU (64-bit preferred)

4.0.7.0

    * New: Issue #196: Local caching of remote files

4.0.6.0

    * New: Issue #193: Added support for Clover input format
    * New: Issue #194: Added support for SonarQube output format

4.0.5.0

    * New: Issue #180: Added support for remote SourceLink source files
    * New: Issue #183: Logging path information of generated files
    * New: Issue #188: Added filtering options for coverage history comparision
    * New: Optimized JavaScript code (reduced file size of inline reports)
    * Fix: Issue #116, #185: Improved performance of summary page

4.0.4.0

    * Fix: Issue #176: Fixed font problem with AzurePipelines

4.0.3.0

    * Fix: Issue #173: New report type with AzurePipelines specific CSS

4.0.2.0

    * Fix: Issue #164: PNG fallback included in HtmlInline report

4.0.1.0

    * Fix: Issue #170: Made PNG fallback images optional for better performance (see: #164)

4.0.0.0

    * New: Issue #112: Added support for .NET Core
    * New: Issue #126: Usage of multiple cores during report generation
    * New: Issue #131: Linked method metric names to code location
    * New: Issue #143: Added MSBuild task definition to the NuGet package
    * New: Improved Latex and XML reports
    * New: Added Coberatura as output format
    * New: Issue #141: Compare with historic coverage
    * New: Issue #151: Reduced color brightness
    * New: Issue #160: Added JaCoCo support
    * New: Issue #161: Added globbing support for 'reports' command line parameter
    * Fix: Issue #127: Fixed coverage calculation for NCover
    * Fix: Issue #133: Empty Risk Hotspots section when no risk hotspot exists
    * Fix: Issue #135: Handling of NaN in metrics of Cobertura files
    * Fix: Issue #136: Changed branch handling in Cobertura parser
    * Fix: Issue #145: Improved handling of coverage files generated by altcover
    * Fix: Issue #157: OpenCover parser ignores classes with only async methods
    * Fix: Issue #164: HTML reports contain history chart as inline PNG to show chart when JS is disabled
    * Fix: Issue #165: Limited report files path lengths
    * Fix: Issue #169: Improved formatting of percentual metrics
    * Change: Dropped support for PartCover

3.1.1.0

    * Fix: Issue #117: Improved file filters (classes get removed if all files are removed)

3.1.0.0

    * New: Issue #102: Added risk hotspot analysis based on metrics
    * New: Issue #110: Added zoom function to historic charts
    * Fix: Issue #106: Totals on last entry in chart multiplied
    * Fix: Issue #113: Escaping of backslash in Windows path
    * Fix: Issue #115: Cobertura path problem when source path is drive letter

3.0.2.0

    * New: Improved CSS (background color of tiny charts)
    * New: Improved tag handling when parsing history files

3.0.1.0

    * Fix: Issue #105: Removed processing of auto properties for OpenCover. Coverage reports generated with newer
           versions of OpenCover provide the necessary information (SequencePoints).

3.0.0.0

    * New: Issue #70: Added coverage indicator to test method selection
    * New: Issue #99: Added new command line parameter "-tag" to add a custom text to reports and historic charts
    * New: Issue #101: Added stripped rows on summary table
    * Change: Dropped support for legacy command line parameters
    * Change: Changed 'IReportBuilder' interface which is used for custom reports

2.5.11.0

    * New: Issue #93: Added badges in PNG format

2.5.10.0

    * New: Issue #94: Added filtering for files

2.5.9.0

    * Fix: Issue #92: Improved total lines metric on summary page

2.5.8.0

    * New: Issue #90: Added report type "HtmlInline"

2.5.7.0

    * New: Issue #89: Added support for Cobertura line-rate and branch-rate metrics

2.5.6.0

    * Fix: Issue #87: Fixed history coverage file generation

2.5.5.0

    * Fix: Issue #85: Added new verbosity levels: Warning, Off

2.5.4.0

    * New: Issue #85: Added new verbosity levels: Warning, Off

2.5.3.0

    * New: Issue #78: Added support for custom storage of historic files
    * Fix: Issue #79: Fixed IndexOutOfRangeException in CoberturaParser
    * Fix: Issue #83: Added support for duplicate test methods per file

2.5.2.0

    * New: Issue #74: Added support for Mono's mprof-report
    * Fix: Issue #72: Fixed tooltip position in coverage chart
    * Fix: Issue #75: Removed Google font in HTML report

2.5.1.0

    * Fix: Issue #69: Fixed width of coverage bars

2.5.0.0

    * New: Issue #57: Added support for OpenCover's 'Crap Score' and 'NPath complexity' metric
    * New: Issue #61: Added support for Cobertura
    * New: Issue #68: Added new report type (MHTML)
    * New: Issue #63: Visual indicator for partially covered lines (OpenCover, CodeCoverage.exe, Cobertura)
    * Fix: Issue #62: Improved HTML report (Keeping state of summary report, added method list on class report)
    * Fix: Issue #55: Branch coverage columns only rendered if available
    * Fix: Issue #56: Improved method naming in metrics for async methods
    * Fix: Issue #60: Improved merging from different paths
    * Fix: Issue #67: Improved handling of classes with name '__'

2.4.5.0

    * Fix: Issue #44: Added limit to number of parsed historic files

2.4.4.0

    * New: Added extensibility points https://github.com/danielpalme/ReportGenerator/pull/40

2.4.3.0

    * Fix: Issue #38: Improved logging

2.4.2.0

    * New: Added new report types (HTMLChart, PNGChart, CsvSummary)
    
2.4.1.0

    * New: Issue #36: Improved calculation of branch coverage

2.4.0.0

    * New: Issue #34: Added support for dotCover
    * Fix: Issue #35: Improved Jenkins CSP compliance
    
2.3.5.0

    * New: Added branch coverage to XML report
    * Fix: Issue #33: Improved handling of obfuscated getters and setters

2.3.4.0

    * Fix: Issue #31: Improved support for shared folders

2.3.3.0

    * Fix: Issue #30: Improved support of .NET 4.6

2.3.2.0

    * Fix: Issue #27: Improved CSS
    
2.3.1.0

    * Fix: Issue #26: Improved Mono/Linux support (removed log4net)
    
2.3.0.0

    * New: Issue #25: Added badges (SVG format)

2.2.0.0

    * New: Added filtering for classes

2.1.8.0

    * Fix: Issue #22: Correct order of historic coverage information

2.1.7.0

    * Fix: Issue #19: Changed Nuget package structure to support VS 2015
    * Fix: Issue #20: Improved handling of classes with all async/await methods

2.1.6.0

    * Fix: Issue #18: Improved handling of nested classes
    
2.1.5.0

    * Fix: Issue #16: Optimized CSS for printing HTML report

2.1.4.0

    * New: Improved log message for custom report plugins
    * Fix: Issue #10: Better handling of file references for older OpenCover versions

2.1.3.0

    * Fix: Issue #8: Better handling of PathTooLongExceptions

2.1.2.0

    * Fix: Issue #7: Improved Filter button handling
    * Fix: Issue #6: Removed reference to JS map
    
2.1.1.0

    * Fix: Issue #2: HTML class report: Select test method does not update page correctly
    * Fix: Issue #1: Handling of invalid XML characters

2.1.0.0

    * New: Trend/History charts of line and branch coverage
    * New: Rendering of branch coverage in summary page

2.0.4.0

    * Fix: Issue #10849: Improved handling of several classes in same file
    * Fix: Automatical unblocking of assemblies that are loaded
    
2.0.3.0

    * Fix: HTML report now compatible with IE 10

2.0.2.0

    * New: Table in HTML summary report now shows total lines
    * Fix: Better support of CodeContracts with OpenCover

2.0.1.0

    * New: Visual indicator for branch coverage percentage

2.0.0.0

    * New: Added ability for custom reports using MEF plugins
    * New: Added support for OpenCover branch information by line
    * New: Added new report format: TextSummary 
    * Fix: Issue #10553: Handling of compiler generated classes in F#
    * Fix: Generic classes appear correctly in reports (VisualStudioParser and DynamicCodeCoverageParser)
    * Fix: HTML report now compatible with IE 11

1.9.1.0

    * Fix: Improved naming of HTML report files

1.9.0.0

    * New: Added support for Visual Studio coverage reports (CodeCoverage.exe)

1.8.1.0

    * Fix: Issue #9988: Completely empty classes now show correct coverage

1.8.0.0

    * New: Issue #9891: Aggregation of results by namespace
    * New: Issue #9875: More details and sorting possiblity in summary report
    * New: Issue #9913: Mark of complete line according to coverage
    * New: Issue #9935: In HTMLSummary static text instead of link is rendered
    * New: Issue #9937: HTMLSummary now is a self containing report without external CSS or JavaScript

1.7.3.0

    * New: Issue #9833: Version command line parameter
    * Fix: Issue #9886: Compatibility for OpenCover 4.0.1229

1.7.2.0

    * Fix: Issue #9736: NCover 1.5.8 Exclude attribute is not handled
    * Fix: Issue #9773: Ignored casing in directory search

1.7.1.0

    * Fix: Issue #9706: Trailing slashes in command line arguments

1.7.0.0

    * New: Issue #9698: Added "coverbytest" support of OpenCover
    * Fix: Issue #9671: Reduced length of report filenames
    * Fix: Reports can now be located in an UNC path

1.6.1.0

    * Fix: Issue #9646: Unhandled IO-Exception when source directories are supplied

1.6.0.0

    * New: Added support for Visual Studio coverage reports (vstest.console.exe)
    * New: Issue #9534: Added support for wildcards in report file pattern
    * Fix: OpenCoverParser supports coverage for methods that 'yield' the result

1.5.0.0

    * Fix: Improved merging of metrics (now using full signature)
    * Fix: Reduced memory usage during report generation

1.4.1.0

    * New: Added verbosity switch
    * New: Added possibility to generate several output formats at once

1.4.0.0

    * Fix: Issue #9372: Reduced memory usage

1.3.0.0

    * New: Added more report preprocessing to deal with auto properties and source files that don't appear in 
           OpenCover/PartCover reports
    * New: Added possibility to filter assemblies

1.2.7.0

    * Fix: Issue #9266: Improved performance

1.2.6.0

    * Fix: Issue #9141: Handling of same assembly in different directories in OpenCoverParser

1.2.5.0

    * New: Excluded ignored classes from OpenCoverParser

1.2.4.0

    * Fix: Issue #9065: Rounding of coverage quota down to the last significant figure
    * Fix: Issue #9041: Merging reports doesn't work when the same module is used from different paths

1.2.3.0

    * Fix: Issue #8992: Improved HTML Summary (collapsing of classes)

1.2.2.0

    * Fix: Issue #8931: Improved layout of Html reports
    * Fix: Issue #8958: Coverage for types with no sequence points
    * Fix: Issue #8936: Additional statistics for assemblies

1.2.1.0

    * Fix: Issue #8653: NCover - OutOfMemoryException on a seqpoint with a magic line
    * Fix: Improved layout of Latex reports

1.2.0.0

    * New: Added support for OpenCover metrics
    * New: Added support for AutoProperties in OpenCover/PartCover

1.1.1.0

    * Fix: Reports now saved with more unique filename

1.1.0.0

    * New: Added support for OpenCover
    * New: Added XML and Latex as output formats

1.0.0.0

    * New: Return code now indicates success/failure
    * New: Added MSBuild Task

0.7.2.0

    * New: Upgraded to .NET 4.0 and VS 2010
    * Fix: Improved performance by using TPL

0.7.1.0

    * Fix: Improved performance

0.7.0.0

    * New: Coverage information of unexecuted methods for PartCover 2.3.0.35109

0.6.2.0

    * Fix: Improved performance

0.6.1.0

    * New: Added support for PartCover 2.3.0.35109

0.6.0.0

    * New: Included log4net

0.5.0.0

    * New: Added more statistics
    * Fix: Coverage quota is now calculated exactly

0.4.0.0

    * Fix: Improved performance

0.3.0.0

    * New: Merging of reports
    * New: Multicore support

0.2.0.0

    * New: Added NCover support
    * New: Automatical detection of parser
    * Fix: Improved performance

0.1.0.0

    * New: Initial release
tools\net47\appsettings.json
{
  "riskHotspotsAnalysisThresholds": {
    "metricThresholdForCyclomaticComplexity": 30,
    "metricThresholdForCrapScore": 15,
    "metricThresholdForNPathComplexity": 200
  },
  "settings": {
    "numberOfReportsParsedInParallel": 1,
    "maximumNumberOfHistoricCoverageFiles": 100,
    "renderPngFallBackImagesForHistoryCharts": false,
    "cachingDuringOfRemoteFilesInMinutes": 10080,
    "disableRiskHotspots": false
  }
}
tools\net47\Microsoft.Build.Framework.dll
md5: 4720E15F52D93AE23763BC2C28761B3D | sha1: F7E999225E9BF299043DC4F1B99964098A68972D | sha256: 66AC6D8EE1F57A1D28DFA160219E2E1713DD0A1CE1BF7D330DB4370CC3E6B5F1 | sha512: 6284FA1056860724621C68587E27533CC8E02332CB30FC7F81DDB2783A22D2A965145ACB2CCC9F81A8F416948672BD617520C3729003E2B370A7831AD1546A05
tools\net47\Microsoft.Build.Utilities.Core.dll
md5: A3C6DE3BBE712913EFDE5DA6D6C89A8A | sha1: 635297925BCF9107882E3054FC0D2390ABF84B72 | sha256: E880222FDFD61B9F6A3E8DA7234EE95714289F9870E6C0909564679E6106D8A5 | sha512: 08F5048C20886DD116E8955422F870A87589E7E9C7A07ED00338EECB2B90BD24E7D4DF932472537F0298B08561F9B67220C18C270A3549055A869ED1E24EC6C2
tools\net47\Microsoft.Extensions.Configuration.Abstractions.dll
md5: D8E064AD8F2419F204723CF7CAA7AB0B | sha1: F19F20D758DAE8563FC4914C737E06F1292F58E2 | sha256: 32CCDB2AB4348F195D247F920D1432C0CBB1CC5FD548FEC8EE562C438AA48849 | sha512: B2ED620BC914433435E655F7A1C956735F959C3E8C60A182D96AB0A59A54C81FFA0C52214D88C6E48CA82E198AD7E9FCB603D6DC017EC64399FCF40D3178C341
tools\net47\Microsoft.Extensions.Configuration.Binder.dll
md5: 0ACE8DA6B9A594E8DDF9EC9C3E2FF0B9 | sha1: 63D089D8C9F4EEBE434F91259B5462C8FC4A4931 | sha256: BDC1D3019FAF87187BB247BBC825962F8793DB86657DE1BB0FDA1ECADC892DCB | sha512: E9F855E2C0A7EA0697248A524249701F6713CA87A024C78BCCAC520048B4FB1B3641AF60434632AA2B6462D79D3D3ED71F124C4874C14B2601FEBB3C3FFA8C46
tools\net47\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 9292D05A7DEED7C8FEDF2641F3A61AC7 | sha1: 2ED1194F75BA09201C5B7E8F4444021E93546788 | sha256: 9D20CF9A781F693AD08B0A09D9905397D65D4E414831EE7B5F592FC4B402E336 | sha512: C36266BBFDBC4CE79224759C7A0F168108B1B868744DAE5F256222A6EA68E1FA4328E447AA71286513EAF6C5C949F34D77660D7BD473FE8502E442AA56A55E6A
tools\net47\Microsoft.Extensions.Configuration.dll
md5: BA5145200FCEA6B50A2223F98B468BD3 | sha1: 7AF4F0B8A4A7B75763BBC72C5C3EDF3D85FD8A50 | sha256: 5971CA80CF7EC34845334C9734542CD4DE2548FB15192A19E6DF3272019E6317 | sha512: 3E442028CB9208B1925D53BC3F0146FA832E1A912B8C09DACC6B5EE419C78931E4B5E256D58299A3ADB9F54B2A66F24E454BE74017FD0F0E2FBE5B7E98ADA464
tools\net47\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: E78DF79160EF9ECB882E92EE9ACA7B3B | sha1: 05EAFE02A6A0F2B5AF245101CECEEFF54736447A | sha256: 6C89704A56236F7886CFD6677DC2AAA22984D5F5312F31735360DB7C8C3B51CA | sha512: 8D953A88E81E44AA04827D136598D98F1445C2665E1ADC323A88AD5F6634571CD4827B57BA0F28D7CC9289E40CA8B7AA5A3366CE2F244A8B8AED86B9B4D34E79
tools\net47\Microsoft.Extensions.Configuration.Json.dll
md5: 9E37222763B57BD6A443898FFE9374D4 | sha1: 76AEEE81BCF756381E2098D58DE595753D62C5B1 | sha256: 260779082A141EC65ABAD072995E92005AF74E2843FD0D7DA2AC8054CE450827 | sha512: F3834C2A52D5E08DA43BF91CB9F4DAF0C73B58F464AB1069A071260312BB08052EFFA179201704D0F90C033EFB52AA87EE979655EA25DC85C645CDC9E3CA9F60
tools\net47\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: 4483C37E62EF068827B6B1CB296D506B | sha1: B8B72443C0E38DD3FD107D2F7FDD4AF924F8E47C | sha256: 5A4E55AA9C0F4E3950B5080E314C114B497878A2985CA5B496794B4E2D649A95 | sha512: 8FBBB6D02C7605C839B7A87D02BE43083AEEF005C9C8FE0B0A7B130850726F1C788BBF6551FB6C1E04685A0BEC38D4D2E7915E1F461BF3D4AE65A4EE29878387
tools\net47\Microsoft.Extensions.FileProviders.Physical.dll
md5: 1BE5FFCA9BD7F3E8761574783605C7A8 | sha1: 10715AF2097136185EFB665817213374AE865C3F | sha256: 69E686E91DEEA8B0671FAA31C3AE00B43A99CD124CB0B524BBDD261F81A4507E | sha512: 645F85DF8A8B05E2EBE69D53B3C1DDC852C22EB8557118633A46D0189BC714DA156CCDA453A4C9BF9E0FA1225CF971A65BBAFC77A47D650A336D81AC99CC8A34
tools\net47\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 76C9E64046B8C8BFE24E782B2272782C | sha1: D4FD4EB46F81D82A6D1D33BCBDFE345F1A8D3725 | sha256: 5AFAC60A95DD1E942F249ABD32818E448535F058985B1FFE9163BA5D9902952F | sha512: E8C90AA3637E88A388D5EC1981533FCA4B752572C29DAB5E1D067787967644F6E330C96AE1124760CE1017461FB6DA9AE5578E24BC5FD0BB53F969DC110D6F11
tools\net47\Microsoft.Extensions.Primitives.dll
md5: 30F911D2FF61105F7B5680006A9E4DEF | sha1: 12285FFDA48A642F3B06B06CE73F79341475C006 | sha256: 42BBC209A1A39F3BAB6652478DE1BC7DD240146E3B668D34253425EB663BCC4F | sha512: BCC6E1B979A370D1E11083327776364620E7055CF21D05F56F5867839DE77C5C3823BD1ADF123865533263FE7766A6FDE6E66A55535C705A9097662E1181D463
tools\net47\Microsoft.Win32.Primitives.dll
md5: 76B8D417C2F6416FA81EACC45977CEA2 | sha1: 7B249C6390DFC90EF33F9A697174E363080091EF | sha256: 5EAA2E82A26B0B302280D08F54DC9DA25165DD0E286BE52440A271285D63F695 | sha512: 3B510CDC45C94BE383C91687C2CB01A501BA34E3FBB66346214FC576D6F0E63C77D1D09C6419FC907F5B083387A7046C0670377AD2E00C3EC2E731275739F9C7
tools\net47\Microsoft.Win32.Registry.dll
md5: 3AA2523128DCE35A2ECDAA2E423E46D1 | sha1: AF75F4CD369D267A95E2647F71C524BD7642F1B7 | sha256: D641EB0065BD5CDB541C5BF0D2FF976720D35D62416AB959727651ABF0ABA2CA | sha512: 00B48864CE9C0AD1F74FC069BC8B07CF87F4C0D8EEE03ACFE2A3AE947D1595558A72605EC7BFD934447D0A7D00F40C3C4CBF440D91D152AB1E2B94B17A0BF99D
tools\net47\netstandard.dll
md5: 0ADF6F32F4D14F9B0BE9AA94F7EFB279 | sha1: 68E1AF02CDDD57B5581708984C2B4A35074982A3 | sha256: 8BE4A2270F8B2BEA40F33F79869FDCCA34E07BB764E63B81DED49D90D2B720DD | sha512: F81AC2895048333AC50E550D2B03E90003865F18058CE4A1DFBA9455A5BDA2485A2D31B0FDC77F6CBDFB1BB2E32D9F8AB81B3201D96D56E060E4A440719502D6
tools\net47\Newtonsoft.Json.dll
md5: 5AFDA7C7D4F7085E744C2E7599279DB3 | sha1: 3A833EB7C6BE203F16799D7B7CCD8B8C9D439261 | sha256: F58C374FFCAAE4E36D740D90FBF7FE70D0ABB7328CD9AF3A0A7B70803E994BA4 | sha512: 7CBBBEF742F56AF80F1012D7DA86FE5375AC05813045756FB45D0691C36EF13C069361457500BA4200157D5EE7922FD118BF4C0635E5192E3F8C6183FD580944
tools\net47\ReportGenerator.Core.dll
md5: AB3036FC3B8702BAA76031CAF9E583B2 | sha1: 7EF75DBB3EF1714F4A0DCB62AE24E7552BF0B44F | sha256: 88D46D476C3485855AA8C6157C65A15D6380A7E5AA7300C67C60DF293E8F4A9A | sha512: 24EE92272B3EACB8F6E6F4340F2D04E4BD19D4601593094912CEB2D7BC9642321C1FB55E28119B1F5F62ED7C806FD65FBBEF9C35D72E9E0BC0A573ADE3E3BD5F
tools\net47\ReportGenerator.exe
md5: C5D5AE2C7D8E627E49584D64F66516F9 | sha1: 2E2F995909EE26E2B8DACEC168CFAC6F2EAA45D2 | sha256: C0D871BC555586E76E70CE95ED5F809198E91F1C1C8D76B3971522764B0DD045 | sha512: A83AFE640396F725AEBA6B00FBDFBCDA3284F12308037A023E83A111481D38F89D32970294003174687D0997264C2EA9B7D774601A98944EB7DB9BF539357DE4
tools\net47\ReportGenerator.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Win32.Registry" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.2.3.0" newVersion="1.2.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\net47\SixLabors.Core.dll
md5: D943CF76FD2A95F12C52B3949D7C31D9 | sha1: 90F14B12AA8C258B734877C0B61CD2C4EA620A87 | sha256: 575AD2A9EB753DD21D0350CB2D2D9DC5AD56229E38A2849046C8FB1E51DEFA0A | sha512: 0854AAFF135AE5136EA1DB07DD75141E86D2CF268661423396CDDB2AE297D750E343DA67F010E1F0B95DBCB05B286BDE4FC8C3E43819DA41577CD7720F51F4DF
tools\net47\SixLabors.Fonts.dll
md5: A34392898EFE0F30746A5D6B73A668AF | sha1: A7B82E3A54682F7EB53E6E5CA24579A90BCE59C2 | sha256: A81A32D3F208473EB82F4DD7A51C337B9E84AC8BDD6A526F696AD214196EC5B1 | sha512: 589805298CFFEBCBBF6BDA78799D295F5F41C47BD0856CC56E88334965E303C34F1497A1468840E78235758A513CDEA681B4DB9265DD9F374F8351CCBCF37E1D
tools\net47\SixLabors.ImageSharp.dll
md5: D00B1AACBA654F088FECA491A2D95B54 | sha1: 4AA5013D33C1475208A0B3F72D1A6B55DF6EF8A2 | sha256: CCCE31F19E42C935FA2AC5CDAF6BFBAAC82273DE38B5E9BE6C8CDB6C8AA92796 | sha512: C861BBFC9AF5B4763CF8DD2242FEE19CB682D099269F0CED624C520A4E8B05592168D5DF56BD00D0BF59BF378827137FD73C23EB4DA26CE2BD79E184BED4738A
tools\net47\SixLabors.ImageSharp.Drawing.dll
md5: 52A6566066541D48355717E5E1959023 | sha1: 43CD7887CD5D6CA69886DB8242A03466E680CDA8 | sha256: 963527EAA4DA8D350DAFC1346362CD1F4382BDA4A787AA0EC8750DEC12C273D7 | sha512: 22939AACF90FEA8E892BEFC4C163635ACC60ECA550CB1F6BEB53E0883EDBAA044213D9C7686D81A9F2B463EC77E3803BD74B8BA5F23A7D568F67A2586EA7F637
tools\net47\SixLabors.Shapes.dll
md5: 34309B9F707A7CAF63753C32BBB5FE46 | sha1: 8CFF5BF5E2343527A348900973E93E6EA3A40D74 | sha256: FB21A2A2DB498D1D1C7FB5D79302A66E9FF6651BC906F1849A27D0F1FC3D9CC3 | sha512: 8FCC47006DB88776E8313C7B3B5D2BD8F140BCEF3C0CC124FF0C9E8B06717443F40C48E02E756DC361F43D2C1224268E011D62272013AF2CC511B2DD04FF1E37
tools\net47\SixLabors.Shapes.Text.dll
md5: AC704DCE4CB235D719BF7107BC74E8D6 | sha1: D71FF414865DB9FAAB7F4577BCF4BFAFF8ABC2FB | sha256: 7DA646B42E5A2D0CCBF167F22B58A9D2E85F74DC76EB00D9D5882FE86D3423AF | sha512: EC74A8D38BCB8C745A24786A3CCC7FA87AC19CBC3852D7839A3E24AC200FF0A6FB024E733566613BE2C784A6C5C4B3145B6D94150B1984A184ECEEBB314E8243
tools\net47\System.AppContext.dll
md5: 8CC4C7DFEB41B6C227488CE52D1A8E74 | sha1: 93702135DB0646B893BABE030BD8DC15549FF0C2 | sha256: 9DC115AC4AADD6A94D87C7A8A3F61803CC25A3D73501D7534867DF6B0D8A0D39 | sha512: E4DA7E3AE5CA31E566EA0475E83D69D998253FB6D689970703A5AD354A2AAD1BB78D49A2C038F0A3C84A188D091696191B04E4A39253DEB3B6CB310B72F02F97
tools\net47\System.Buffers.dll
md5: B66C85EFA4D6F8C698476735C1FF4ECC | sha1: E523519ECE3200133C5077993920D14D436B8484 | sha256: 9444B5A41A816B193C033BEC199D74CDFC8298ED8300A3C39A4E953DEC137494 | sha512: 7A648B004C49074C557624254BFC5072E10B8094E49102D91406BCBAC30D78293C84B8BBB4E0A522FFEBB873AE4D47CE2A2888C0D858D6E3E5FFD1D1066933D4
tools\net47\System.Collections.Concurrent.dll
md5: 559C98EB9633C7BA1BC813F8E6E0E9A5 | sha1: 311F52B31611E6DC5FD4C0159BFA452C22980CA7 | sha256: CC62F3B867D50083C2932061F20662C698D2E1A741C4D2F9DF1FD2D435E3EF3C | sha512: E241C16869D1CDBB2C6482A7C5B2AF93DE4BA0CEF8185B8826EEE35ECB174F35F7585C8AE0320F7F4F6B80F3BB5B3EDAE2383760F2F35637F03C3A0E38E0875C
tools\net47\System.Collections.dll
md5: 1D8AAFECA1EA565B257384D3F64864B0 | sha1: 4D923B100142AFA2E0A8B7ACDB3A6DE6FEB91148 | sha256: C2250E9E51B44D8AB8C5B892592766925F6580EE00B95026621D0AFB037C2707 | sha512: 99E4A226E1FABB348E7EF7C6FA56AD0CE4E4CF5D8569CE21881703DCA8D83A1C113FD5F440A4FC9E9B99A04AE8CF4490E17D62FFC09CFAC5A45678A4419EFDBB
tools\net47\System.Collections.Immutable.dll
md5: D8203AEDAABEAC1E606CD0E2AF397D01 | sha1: EEF943E4369166A039DEE90F2D81504613D49CA0 | sha256: 2F05A2C489C2D30A6CCA346D4CE184323D70EB4F5AFA6BED34D5800274444E57 | sha512: CE09543CBB799DB65C71EA9D050CEF99D702D9AF0CC4C7E346F97F616B091D0AB9A211197CAF7FD5A53AF1BA6CE913B2B121499D36CD43B499FD201376F4F3D6
tools\net47\System.Collections.NonGeneric.dll
md5: 45FF71114047DBF934C90E17677FA994 | sha1: 526C688E71A7D7410007AD5AA6EA8B83CACE76C5 | sha256: 529943C0CDF24F57E94BF03FAC5F40B94A638625027A02DF79E1E8CB5D9BC696 | sha512: 29684AC5391268EAA276196A6249364F6D23ABFE59BDC304A561CF326CEA6CD662FA04C05E15924FD6D3F9E9D1607992B8DCAD3F817CFE891580F9D9462FE9B7
tools\net47\System.Collections.Specialized.dll
md5: B52C339601CB264F83DF72D802E98687 | sha1: 8BBB7BADAAA912C1F17775E9ACDCAB389704C772 | sha256: 938DA38561DA54793944E95E94B6E11CF83AACD667487297D428FBCE1C06DC9C | sha512: 287F08AB07827570F9F3EF48A6D7E5C186899A2704FB3DBAF36975F6BE7B29FB6695A69FAB85A6F09BDDEFB60C79052C3A33CF862651F892EB9D773D880B3AF8
tools\net47\System.ComponentModel.dll
md5: 632CC8AD69B76FD9BB5847DE1E1439F7 | sha1: 2E32D50EC33EC6635681485B754F4E58D434A5EE | sha256: 5E61D755616CB10524F5F31E9B70C65A7FFF8E30E25CE711AC8B354D657AB479 | sha512: 9BA5CC82573308E5D995BA05BC660FC1C087EB91D8BD7EFCA6FF838A3C47BD6118D9C92919B2E0DAC11A5A27977318C5C819499DC19CD5D6E57122A0749858C6
tools\net47\System.ComponentModel.EventBasedAsync.dll
md5: 6067ECBAB3C6DDDB6BF7C49C7948CAA8 | sha1: 5F3DA777AF01DBC159BD8D9D97D5DC105918AFC5 | sha256: 22108E32E0B6E42F5F52A4CB17B9B6FA3DFD547ECD9EEF9C67226DBEC54D23E5 | sha512: 9F3E834B8342E0C7AA5CCC993B520D664B03F1F0091066C66067923E1D4991EFA03F63908552538C05F423AA2B696DE7C76993F71A7564F3E87662CB0FC00726
tools\net47\System.ComponentModel.Primitives.dll
md5: 2F39655CCFC010E32A7240D9BF5D0852 | sha1: 20AEAED12DFB8D71E39687350EB12BC0DE372AF0 | sha256: BFCD867F71C887429DFE008D7EC5D1853D15B3932D4CE8991694293477B5BE37 | sha512: 9769E59279A32F29C2F2C6970C81D3ED76FE3421B819DDFFC8FA98329F1B45300C737FDF71956672F80F69B3A75727D184F8C421E00B84E94163A86CB744A991
tools\net47\System.ComponentModel.TypeConverter.dll
md5: D1699287934DA769FC31E07F80762511 | sha1: BFE2384A92B385665689AD5A72F23ABC8C022D82 | sha256: 0DBB92ECD5DFA7FC258BC6DEED4CECF1B37F895457FD06976496926ABDB317BB | sha512: 4FEF3E1535F546FFDDE0683F32A069BEEFFE89096524C7068F1F5CE8377824F82AE530D3990C9DD51BCCAA9E53FDED5613FA1174013325808059276DEE771187
tools\net47\System.Console.dll
md5: EA9376C17EE0148F0503028AD4501A92 | sha1: 9D5686CBF45E90DF5E11D87E7B90173A1A64B1A0 | sha256: B537313413F80105F143CC144FEEAE2AC93F44747727DE309A71D57D2650034A | sha512: 18D1BB2D5C469644078D75766DBF04ADDF7D0C543F7ED15FF522CEEAEF960900DD8EC68172F5D684B76B0AA6946BB38D641F021EC04C70AD66A6062C10412E0A
tools\net47\System.Data.Common.dll
md5: D712A5A82A446086443CE00B610D8A5D | sha1: 7ADD96BAA123DB819F2F3D5AA62D6F872CE8FE14 | sha256: 1C7BFF6F16BB618648E699B723AEAFE511515CD6AAD699C25FAAE2A507E22811 | sha512: 225128E58E2F01B5CAADA6FE54B1D32FF6A700542CE22B425649AB22DA2944F796F04D1A2428C542BCAB5348A161CF73F5F9A1E7BBF1F6417C4D507217FE3FD0
tools\net47\System.Diagnostics.Contracts.dll
md5: 99373AB10858746AAD424F28B48277F5 | sha1: 5042EE630A6C7C2986E8323A14D052C1D83B6F61 | sha256: 9C4AE61E0E8365762EFE3D34C5595029F2C12E0079E6070720E2CEF0882C84E5 | sha512: E96F8FDD6FFB702D344746CE82DE576BBA8636EDE3E39A7DA18CCF8A0178B8346FD31140760B864F1487D7804D931FF1A18DE07A4CAFA0CF79BDB340421FC03F
tools\net47\System.Diagnostics.Debug.dll
md5: 8B8C402311D7AB87E588675E736414FD | sha1: EB8C010A35B461402C1C33133F1B61C78BE8425A | sha256: 55A30D92D163CF1807BEA6DC13B4C13E70AEBBB034DC77EAEF4F4394730DCD8E | sha512: D03F450A3A19320DE71145E48CD7C088D9B50D0A683CC9A79D8967DCE085A6F63CBE537FCA1C6208865EB52EAFB10189613C7233047318CAEB2FB2C23C34A269
tools\net47\System.Diagnostics.FileVersionInfo.dll
md5: 0D9A641105098D642567B22101A4DE0B | sha1: 12419C25D1C2EB706A4E4E649EE353CEDA7446A9 | sha256: 7C25A74772E135257235640A0264DDC05235E14F3627896CFE735E9955155F83 | sha512: FD4560CDF01DE237DDF797A33C5DBC220D3FCAE07EDE17D43C39F5562E36E03646676A87E20699D7603FCA6D84F66C8756EB863DD4727B7E1A499619BB88DDE1
tools\net47\System.Diagnostics.Process.dll
md5: D86B0ACA05321569D9383DC7C4E9E934 | sha1: 2EF7D0A222C3A3E564B3C72D5B71A5BE40A7ADEA | sha256: 28B165CDDB82A2507114394AE398995EF8A50C549214F8678AA66054F6927754 | sha512: 5959E1129C983825233A07869DD1B2B1DB32830D2B5F6B7F8D869C39A76A241F88F76D37341FDFBF56F000FC6ACBA19AEB36A7EFB94721494B41B65BF4978651
tools\net47\System.Diagnostics.StackTrace.dll
md5: FA98A0F020248C2BE1DD40C07092F22A | sha1: EF6B3CCFF90BEDDAB5CE6F60B4CC23F75EDFD009 | sha256: CAE99F910874288AFBF810968D13B79D755CD4B2006609EC036EA4934181CBA5 | sha512: 554A25C761102DC41A9E421621E329868D1162AB29F47E59754C8FCFAE0C12BBE8200E1B5975ABF926F1DE0977A5407C43202AC8A2801C69A7F01D95B6A1E959
tools\net47\System.Diagnostics.TextWriterTraceListener.dll
md5: A964808487E671BB369DBC0E4DC5A947 | sha1: C3848473E42E2F9B4D0A00180EA9ADE654432587 | sha256: 63EAB38EE9F4DCD686C8E6A4F01E1E2A9BB91E52B20AB4DDE0C28061E9261860 | sha512: 7352368B68835ECC9C5943AE2F2BD5CAB775A7FBB018AF7683E74FAD1731A9738AE14EBE0BCCD854A223AB762FCA7EC11411FDAE865C5C6DDD034900FA55CFD0
tools\net47\System.Diagnostics.Tools.dll
md5: 27C7D752C11C3F43F28EB31968E73E2B | sha1: 51E466218025126C5E524AFD2086F4AB0BF3660A | sha256: 260C6250EF9B57DCA99B4CECC533F9A34857B5A32B5351202F776163841200AA | sha512: 393D1747911A7F91F4C4F4F363A3782F24E00431478088DA454823A223A4E75E51D9B010FC5D9746E2BF0185BE90071B6CB70C777337D718B39151EEF6B486AA
tools\net47\System.Diagnostics.TraceSource.dll
md5: 37BE4CCE0ED037F8D9A7A3940BD2A2E1 | sha1: 96314EC1A59E4BB53C5B609BF79AD4C998A7A988 | sha256: C81A57D0634C462A6CF49844059E9B170F650CCDF0789519FFD4AE7D28E2718D | sha512: CEDAC24F414CCE5053FDF10779DBD153FCEBAD69B3960F75A5AB1110DA18799C79DC01B30269641022FCD874A331BC2DC7CE1A7D1A60DC90E109DD55B58665DB
tools\net47\System.Diagnostics.Tracing.dll
md5: 60F59659DB517C2F4DD4C5C583D43097 | sha1: 87ED79D195D8D93AE1155AF08857F751A7ECA245 | sha256: B84B93BE455CC7D14EC0C88CE08DAFAC7B6AAC2E549C969E7126EB48C31F8B1C | sha512: 90BCEA3BAA04146F08013A832633957C6D511D5EB52270575EF9A571153384B5A02C5026361B70940775907B5BC710B2C91627EEACE432744F3B9E5E1ED509D6
tools\net47\System.Drawing.Primitives.dll
md5: 29B0A1554E54611EBBA7911049F26FD3 | sha1: D707745E72D2F39374F2D28AF52AAAB7888B93AB | sha256: 2805A18724A24034AD6ACB315DAC516E479CECC5F3753204052657E560932D5D | sha512: 17558306A611BFAC6982D5650335B05EA407191290B653C028896142EBEE2ABCEB22F7D71926FBBCC3FAB8227C61A5FDA0E770ABFCA021AC7F891C9C7EE42E81
tools\net47\System.Dynamic.Runtime.dll
md5: C5CADB1409F25B6A1C7A6DD4C2DF236B | sha1: A994C87352486D433A06943C01329DD721AB343F | sha256: F600ACC811720183C639CEBE5618BAF9C8135B85B9CBDC0758BC9B2DCC6DD7A9 | sha512: 6BD6E482533B9FF8FFF8823F84CDE7191A0FD5575F76891A95E99CD1F5C1122EF92B436745EC9583089445FD5EAC795181759080B1D83CCFA1EED31D9CCE3AF0
tools\net47\System.Globalization.Calendars.dll
md5: AC2F4B435DDF0600D7A866F42F3B40D9 | sha1: 0564FF7F7E6084BD6D02D8E6A4127D1C878B3FA6 | sha256: B56FFB65B842DAAE13F3020B0B04646DB92F89801D2A2F89087D145A996D43F7 | sha512: DC3E9C3B4D732801DCF43CFD6CDD2672F01E03CB99D804A3F4803FDDB9CA9817BCFD2F96FD94B7B33DB0994F5478CE200C048DB5DBB78D3B24E950262EBF4D28
tools\net47\System.Globalization.dll
md5: AE023BB0BEEE5189A07C7FD4E0CF3FCA | sha1: 846711D4161A3950FACDEF97037898A71F4EFDA1 | sha256: 56BD0C02C734ABF4D7FD1EF2E8B6A9E4BF5E4BAB4E606CD1023D63B02852FA61 | sha512: 62305027AE8BB5B830630FE54F2CF9E607F9B97FFE28912C2CB15D429252668F17EAF2D7CEECF5601C889D5EA52E0B9100F115173BB11B5D6208171792833C85
tools\net47\System.Globalization.Extensions.dll
md5: C7C93DE0627833900B8379FD181B7351 | sha1: 2CB98F9622F57A0A9E037A378519AA6A271302F6 | sha256: C7E91BD148ED22EE1FF8EBD3E58B199A30AF90AA37499BCF8DA34409672F2ED9 | sha512: 1067BACC4495EACBC27937B54780B97DA62FED1AF66158E2FA492FC82B068D49BB49BC20C3C82C22D8EDD300BD7B097E14AA1E317F1789744E188BCA15D22B4D
tools\net47\System.IO.Compression.dll
md5: 33B8972FA6B00B8922210CA95E5745D1 | sha1: 609F31B98831327677E89E08BFF7D7322BA0F4A4 | sha256: DA18D61BB6B7D35C56CB4F392FAE0844CCA73F72A043A08994BECCB531FF3B77 | sha512: F85F03E20C8CE40BCF28D883CCD80CED755BF75D515FA66986963F0F4F5AD00BB1823D8C100A75323147B28A4916DD6C598102B18999AEB7B358C196AF4206DA
tools\net47\System.IO.Compression.ZipFile.dll
md5: BB1A520F25BB93ACE4DD0A060FBA677D | sha1: 92BF07CCF32EB9FDF06F446A256E0271C4028BF0 | sha256: 7720EE13405EA8A3C204703A181E67DC6D66835E9DF263C09D04D8B48B41EB26 | sha512: 9288148EC879EBEAFD53C225854EE3BD3768BA5C7B829D6AF1251D20AC301FC27A04BEBB603FE2CDE6949BC5968FDE717E8B747337C1AD872450D26F7C36F515
tools\net47\System.IO.dll
md5: 809FDBD7422A3E02C89244DC530A3367 | sha1: A6999C04B243B034F8EE7AD0D79F3CE24DF9A9D0 | sha256: C191A43029EDD4EB8EEE003356F1FE79AA45071C25433A7A3589590E9089EED9 | sha512: 5232B7EF2B60A99BE2B027112078A7DEBF58BFA4308F4AE53DD9A96FA7BCCBB0927BEB7148E7A3944173F7820F9F519767539D1FDFEF848B6F1D6668BE11FC15
tools\net47\System.IO.FileSystem.dll
md5: BFCEB4FACA75681137455CD70F8038B6 | sha1: BFA0E27BE1D56BA48918A9B7CA7090AF7779A10E | sha256: 9A4595DBB128E2D8F373B3AC45478E7131F4D181B50EC821EC8CB88BD46BD5B8 | sha512: 58D7E8D6FA237A6EAC018C0A88D6BF76AD9EE49B6A6790B64E68C33EBF80AFCB4223881AAC6821132B877E7D848BC917EB9490590CDB297F362C9B43143D6713
tools\net47\System.IO.FileSystem.DriveInfo.dll
md5: 2FCB2158FC41D97E2BB71953664B99B9 | sha1: 16EB49AFCA84C9E6160B4E5B36F1EC5C98470C86 | sha256: 984575C44CAB17D46587AF6CC8C22C409B79BEC280FD771E6AF93A0A0C20E5B0 | sha512: 1527A426F8EC9931573468929966E102012B630EC4AA370C196B2B87472BCEE696B00355ADAEB39B4151B986470F7DADA415E3F930D9678B68D3C531C8AC9B52
tools\net47\System.IO.FileSystem.Primitives.dll
md5: 51B07204081BDE29A1F84A3B48554186 | sha1: FCA2F72C039937357099CA6E167330E540F8335D | sha256: 5C84DD40D67C0E59906511D2B09DA8E28C454B5979EB5FDE74213F9D4BDBC564 | sha512: 099EC1B84FCF6BF07142AD8CD34307C80F19A64C754ADE505AB55707075A764FBE7BFA4CE2FBAEAA09B3E61EBDB6E3D116608DF0CF77BC076C7B3119DB37A324
tools\net47\System.IO.FileSystem.Watcher.dll
md5: 3772A3A7E55178EC90ECB607ABA28511 | sha1: 68C240D1A43DE1678EF13107B9300C544E9D5E4E | sha256: C9E2562F1A1B86ACDB6957CF916ACED9C4F8B71EBB16DFA0050252146205AD37 | sha512: 245F12B4926114EBDB39A54628A1DF2501C4A27ABD531172CC63BC96298EE0F4BE5658AE95FE730C063EADFB1B664C7D201C69C2246CFBA23ED5A4FE7EF3D14E
tools\net47\System.IO.IsolatedStorage.dll
md5: AB8D293BCD7A13E83565B4AFA8438988 | sha1: 48F227C62B2001C441BCBC5B570911F096DDF421 | sha256: 0E80A2E256D16E487BC847D1857ED7CD088F176254BA2A385D675338B836B0FC | sha512: 443DD75234C043DE736423466C1FC2FF2BD9B6B9FE753521C3C225DE99F5A7D3828A470CF8EA54678A86681949E5DCD1DE1EAB35BF0F348F758FA099A9092F54
tools\net47\System.IO.MemoryMappedFiles.dll
md5: 34E21101FAF71A27C6819CC051DEBC9D | sha1: D9DF77B4993418337894FF04C6B813224B9F8543 | sha256: 81B6527AC2D18782AC24AE463C11DD1D70AB1BC89F626B7347A592229B371A1D | sha512: AA339F2489CA9BC9EF7F6121C9586DBD8F5AD2CA5A160A3BCAC74B908570EC2FC0BC24E0EC33AE9DE9D6A6C3557EC2816FE8E89FFCA93E310503F6F83A691F6D
tools\net47\System.IO.Pipes.dll
md5: 58A2E5AC0510B9223236B9317C505B58 | sha1: A00954217CA326C54A863D451820263A6D7EE1AF | sha256: 80A229B2917FC3A5D941FF9745A6BE0065028AFDF9509300410D2721C71F1198 | sha512: 18736ECFE0EF0C477BF64F89CA97AF4578DEFC996F0A5BAD33D7A29AF6E09745E4B10D6D543243B9664E40169EE550C996E783C5FFBB0FC767DA7FFC63E13FB6
tools\net47\System.IO.UnmanagedMemoryStream.dll
md5: D74405753F829E75E89BBA5EBC296112 | sha1: 474944856DB781A34796BFCCE18ECD4580275AD1 | sha256: 86F1F12E47F260985B08BB966598123578EB5E48BEF9BB086F04E16E9D53BB32 | sha512: CDC5D49FCF0249C539E45C9917C152F130C8FEE975D97C2F62526F474CB779B2BF273195F4AA7A64F76DD2496528C0D021B56E60AAE2635606F9F55092CB47F4
tools\net47\System.Linq.dll
md5: 5E33930FE2E0867CB1F9FABEDDFBD7B1 | sha1: 4D93C7D7E6315CA2195ED73716996ADE8E17FBB2 | sha256: 349C7FBE9AE2B78C2F90239BDDFCEA5B16A0FAAC1FE83553A816C50C3E9089B1 | sha512: 8F87B5013E0CF3A776BFB1F1A68F316A28AF3CB6C74F0ADF3EAD6D5063525C6668B42C077549F66267130959A9CB986BF5F8E4242FC4EF36C356D6927F587A0F
tools\net47\System.Linq.Expressions.dll
md5: 3B49BF361F3116DE28176B40845BC199 | sha1: 5627E53D15E56868DC9082EDCAE5A653B96B9AF1 | sha256: BF97F67165231C2A42B95F11D80337B082E2B2BE54351DA44C8A10C06194B369 | sha512: 0FE87438ACD6C14401523987BE617A83DDFD2B42938FC52E0DA5F941F7DC70686CC6436EDD41C4998FD56D5F52D64ACFAB5010B96B1E80C084C4AB9F546202A8
tools\net47\System.Linq.Parallel.dll
md5: 8BE0CAA60074176FA1E7E63C0AEB6C01 | sha1: 4D4AE0D2664025327F28400D917CC59AFD69F33A | sha256: 30A49D16436E3A05569C99A0C2D21755C2FA323C5B925F9F21C10287CC97D9C9 | sha512: 057F21A7E7496343C06CC497A24E46E59218EAE1838885EEEF7391285CDE243AFE853155F52933959B40F40AA7028A289D15D279833208BBA42BF853D4DF91C6
tools\net47\System.Linq.Queryable.dll
md5: E04CDB6229D83768285ACB08D870F23A | sha1: A181F5CC93E9273D9169A9954A74D73BC1852980 | sha256: 719AC73BB261E0A13574F5A198126CCF40352264958DEFB555280D005134C704 | sha512: 257FB07C0D86E292FE6FA88E03B29994CB9864C17A535CE7B366A728EAA4B3A803D88A23157CAA457D0B681A2C0D97DD7D9A2754300B73030D9A09C4E9004772
tools\net47\System.Memory.dll
md5: 89EC6E101DE3A70ED140C62C2980F24E | sha1: F5E64ED69C1845556038D70F88A081A92F7EA4A6 | sha256: 63CCA774A231ED2F7CA888B4B6C6D2357CB4848AA3040B2F0E67430158C21ED2 | sha512: 8AF03E678CA0047E481A76A383E75C11E9474B032DB4ADBC7E89ADFF62449BD0067801A8F4A0F5D47FABAFBFF319D69F5D5DBDAF0D0689025490E787E7138C22
tools\net47\System.Net.Http.dll
md5: 665E355CBED5FE5F7BEBC3CB23E68649 | sha1: 1C2CEFAFBA48BA7AAAB746F660DEBD34F2F4B14C | sha256: B5D20736F84F335EF4C918A5BA41C3A0D7189397C71B166CCC6C342427A94ECE | sha512: 5300D39365E84A67010AE4C282D7E05172563119AFB84DC1B0610217683C7D110803AEF02945034A939262F6A7ECF629B52C0E93C1CD63D52CA7A3B3E607BB7D
tools\net47\System.Net.NameResolution.dll
md5: 2EEC710DBAACD32BEDFCA09ECA8DE52D | sha1: 2CB934305D3648FF29FDBC7D92485003F8458848 | sha256: 222BD77C5692C2961E8C3638F6511D6F7CBEB9E0977E2D5C3BCA6739A5311F37 | sha512: 03F132E1BAC629A394A093D59550B22D5FD4C4D6F244697173229282741A9CD6669C4256C024467CE94293C74F304560066711C35620AB4750621502AA67B5B1
tools\net47\System.Net.NetworkInformation.dll
md5: F39A35095CFD0019D6D4BB8461750BF0 | sha1: AD55AF22E5479A5ADDF01D698138E5149270E3CF | sha256: 2E2D28A0802D8C8C08C0D422F48733AD8BF1DFAE75F5682A4A3DF8898E7E819F | sha512: 25FC9D4254DE0AFAB9AE3E19B8B225E1D875DCACE6CA2C83F768B62C0E2B331CC9DD2988DFF7994B5819FB0DD7A89A49FD19E653FC2E4EE656182E08A969A93D
tools\net47\System.Net.Ping.dll
md5: 2A459C2C395F54352A16DE4AA0E5407F | sha1: 1BA9ECC598E170D779CEB290163AC88E6993935F | sha256: 4D97E8481B9A27042BB903245625735D82FF627C66797DE619303C1E705D0D6A | sha512: 28DCB8B6E306015D2004EC00443652CE986AB8E09FB09EB82193BFB0604268CA63C527FF64B6364F63C3ADBCDAF5FCDF4D1494243BFC8F6BB629BD213073BD7C
tools\net47\System.Net.Primitives.dll
md5: 562F67001889CDBC2531947636418EE5 | sha1: B219DD45550762B54DAB46533D489C4755F55E0E | sha256: 9A8BA725F8E953C933285065228A9409036F9137D03016B127CCEA8A19452466 | sha512: FDE868018D24FD72177EDE58952325B52561F9D44AE02A4A2268E445F47ABF3B81B809F443D362DF83BD6667B5988AC2CA15242B9F76A0B5FB5B444FADA1BF26
tools\net47\System.Net.Requests.dll
md5: 28141960A88365DF6A60B0C6FF831B0B | sha1: B56C3D2E270B1C793A2EE17CAC9C98B178258E94 | sha256: F2E74A3EC2DC753C9A48FA9A677775F949EB1E02FC1BB8BF38C39E8D2AB147EB | sha512: CD44E789A6C04E2BC3B07810B57CC83787F06530065FDCE069D89E42557F40770923CC705E73B7699731166F19FD7133FBDD8EDD578D308A4F72CBB29E76939F
tools\net47\System.Net.Security.dll
md5: 8D00682E84D1D773D2160B63C0380BA6 | sha1: 5E4158533532A27E03D0CCC9A0AF5E89FFFD8637 | sha256: D0D90152136A0ACF340FB345098F2E5C718BB13F3B5A809D7BE4D9948B8574D4 | sha512: 991FC952B452446255963AEB4F11C74E7116E15B666924452F3C0D15517322EF1D925DC44BC1F003E8483B5C0B34AD71D54ECAEE360FD9E942664FDEC4E37E99
tools\net47\System.Net.Sockets.dll
md5: 8C9D9F45B85526E491F6555B1566A41C | sha1: 1420EF91F6E0F6954F373F1AC4079064398AB455 | sha256: 694F4C61B6BAE0AEFAC07A1E861C12C03CB6002F30091E4C8B05BB9C8CCF0D3D | sha512: 38890886C641D7E6E76A3D4D984215C680F5DCF12129BA2EBD560644EDA793335B01C637C1F6744C249DAB1FEFD5AEB8D1B212475221C03DF3CA82413F6670C0
tools\net47\System.Net.WebHeaderCollection.dll
md5: 7DA1FEE108A0750F47B70F25FE2CC55A | sha1: 6523838EF4AAB39D0D3C0DF11C28ADA449EDD592 | sha256: 69B48FF8E6F40B84CDDDB95BCDBB34E1184A2E29CB4CCC0FC9F1A2493648EE37 | sha512: 9C0E69C07B2ED6CAA9BB3FFD9EBA6C82A0B763F2DFB06341F6343C54DBC254505CC0350B96B79DC4062D8D28D47C79824E98BB293C8C85203E827164AF862B5A
tools\net47\System.Net.WebSockets.Client.dll
md5: E06BAE626965FBDB0BAE5437498B5155 | sha1: 49392F58BE6F5C97C5DE59BFC44F9CFCBE1E5DD7 | sha256: 19766A20B62B038ABC3E863F2D6E7B55FABEE4D9CBCAD3EB1D7BD3EBFE8D023A | sha512: 69C6D8D5F8835DA31D36940F0AE793BD00D87E9CB9380C3A7B21FE3E315F192F95B8E63C8F9D0A3737C73673A0AEAC41FC728FB7B236F12453A953066F9E53E7
tools\net47\System.Net.WebSockets.dll
md5: 2E6378FEAEEE2F745417FC025C7850F9 | sha1: E0FAD5EF75676B2ED7CF155AF6602B867FCED041 | sha256: 99920CE34A01A0C07EFD86D6E134BB401993515D001B7567A4116AD222993A63 | sha512: 5A8C41F32598BCF8C8E315B18AD5F1BBC377D7B638DC05CAA3CC47E988536AA0EBE4718D73AEE39ED5004328BE3A9DE9722D8759E5DFD500038E7139DADF9638
tools\net47\System.Numerics.Vectors.dll
md5: 482D88247171630099D81400DC0A1AA7 | sha1: 359F9F8A3E0EE63F9EB6BC56E3BAC300C731C080 | sha256: A044D77EDB6E8DB4053BF67CC671E7687C226C1B9B0963A81EBE359CE79DFDF7 | sha512: B14D84F24842669A09054A30E97927A02DE2D113319FA80246506EC0BA9DD51D22F87A35EC7A8BBD145921ACFEE26A06DB0006CE93FAB0E108DCEDFF1EC3D8B0
tools\net47\System.ObjectModel.dll
md5: 55D9528D161567A19DBB71244B3AE3CE | sha1: 8A2FB74CF11719708774FC378D8B5BFCC541C986 | sha256: 870EE1141CB61ABFCE44507E39BFDD734F2335E34D89ECFFFB13838195A6B936 | sha512: 5338B067297B8CB157C5389D79D0440A6492841C85794EA15B805B5F71CFED445EFA9099C95E5BDEF8CF3902A6B10F032BFC356B0598DDE4F89FA5B349737907
tools\net47\System.Reflection.dll
md5: 1A3DA139180E9FAB380033D8D1FE3995 | sha1: 3CA31DE7F0F0784559E5A73EBD0EFB42C34D18FC | sha256: 63AAF632EE7F3BC852C4D71C742CF1D26F18F784F6C89113E056B2599BA8F514 | sha512: D991298419FB5290D6906A1F9FCCEF56BB3E17506E235C85B4D979EBC49ABD4F4B3123697E675346B57829C3EFDEED6291A155D69348CD55B8B6B2EEC9F804A1
tools\net47\System.Reflection.Extensions.dll
md5: DEFAADD4A92D4D348B0827AB8159D2FE | sha1: F3BD9B4108ACD42ABFB99A3A4760BFFCB84F6C28 | sha256: 3D2551D6458B84566025FDDFE5DAD479CAB5785428EFD6814860D36AD1811C9A | sha512: 1B13C70F05D56871008D5C8752BC93C8FB590D5F89B4E97264F592CDFD772CBBCCE8380D255F8BB305BC25BCDDEA21E422617FA614DFFD3DDCC9A1D4BE6C54A5
tools\net47\System.Reflection.Primitives.dll
md5: CF318475E6A7A56789ABB0F98C37ABE1 | sha1: 33D1EBD7212D747C8723CFB9E4292C99A641B964 | sha256: 0383DC02FDF0B5D4612D8CAAAD13D594CAC1609C8240B73DFD6EA5803F5E17EA | sha512: 5C67456A65FD051147281E14041F5165C1852FD6519DFC8DFCF9C86F20217CDAD9E2D26F815B557B99E2DB3500AF47B2DF8A1225A659FA1069815CD62302458F
tools\net47\System.Resources.Reader.dll
md5: F1CC91D25B52C7504DC5BEAB5D0F498C | sha1: 498F0FBBD2712F4F637BDB7370B2302FCC4966F3 | sha256: E3036362506D96C9C00ED6393A2AFCACD9F2E71CD2A35C1D638A61E85D2FB040 | sha512: 4C931389035DF21AE67810D8C8E95CB613D9495E2392B11E34D84F624F90C78C541B14FB0D6FE7F0F89799AAD4B34E91FB6F73978AE38231840F047915E6EB5B
tools\net47\System.Resources.ResourceManager.dll
md5: 9E71DFCE86F14BEEB8F3E9F00D0A472E | sha1: BF83A7E98418BDE907DEAE8C0C0F3FB0F6C9DB1A | sha256: 62DCE4679E33C079E11F41B096BC803B30B1D963A1EA79EFA84187CEBBC06AFE | sha512: FF8CDC0287E510F859F46C1E35F9B0FB42EAD907B1EAA42C90C84B31CF6C2D4638CF682777F359B8611DD22062C1A5FA71F7FB667B7A3903783673E678098515
tools\net47\System.Resources.Writer.dll
md5: 05D1B950C470EA8B0AA357F9A59CF264 | sha1: B1756DC750ED5CFD5D0BFC70CB899FD590867A0C | sha256: DAAABD07F1B94BE19D72913360286E469F454886850AFCC603506EAAB03150E4 | sha512: 8E65FF1909AC8D65F599062E61AC935A919D43404C357DBC6AD628923B0C7ED7158862DDD272CFC1C2A8CEC393D48A57BC4D69CE7706EEF1BB6838826B1AFAE3
tools\net47\System.Runtime.CompilerServices.Unsafe.dll
md5: 0F362259A185486A72628244B6A09A90 | sha1: E52460151A5A144FFEE9A4D72EC3D5D5F3FFB474 | sha256: BAC58578EC05ECB8C234BF3402A0AA1491A5E437B03008B431E78D663AB52B78 | sha512: 4B03C8A696D01776CA942A04412A4F215DEF4BF7532F1C2954FCBFBEB98AC1CD0779550D3543835F0942101ACFCE639FAA8986B5DF1C1F9446944F1E686E9098
tools\net47\System.Runtime.CompilerServices.VisualC.dll
md5: 9F31B6954FD453F13B5F39DA36F2E8EB | sha1: 7A6276348D85EAF00AE6958117797045929078CB | sha256: 18A610B8BAD43CF784CDE4D4902A238F2281C2A677DAAE790CAB55F6DA915979 | sha512: D3696D4D60CFC5AA5834F60A0B97A4F3A3F8EC3FB05BEB3C3D927426B72B3E5463C628C7DF950E43FF1344823B8C2D39730BA47BA0F2FEC7A0CFCDC237A5BCC6
tools\net47\System.Runtime.dll
md5: 0E35085C130D2D91E5241334BE7EF0DA | sha1: FD622ADE5CAE26353A22B6FA50A83669B72B6C41 | sha256: 50AD612D4CF6113DE26B2870DA099C4817F59E64A2DA98F05803B4A2E2304919 | sha512: 2498811F4AAC308CDC55C3406BEA4FEF5DC9E6F23559B09FB181F7447474EF586F00038282DDC39C241490B5DC2BCA7F41F19BD3E1BB00890DA29DF6489BB151
tools\net47\System.Runtime.Extensions.dll
md5: B0346A4C5FA0FAC135509A0E7D3C4449 | sha1: 7D71B46BB9A28289384AA1EDF5CB03D64B3BCFF0 | sha256: F9FEB277F86241F55425182A26DECF50A210675D4F040EC542AF3FB3DD287DE6 | sha512: 916A465236F11FF6E421800961B20CB80A320176DA8C58002F6742040CE33C5207D378667A584C5D8E35CF8CFC19AC54504B3F6129E489EEABD86A5B4E7D8C77
tools\net47\System.Runtime.Handles.dll
md5: 65FBBA7A86B3E175200AE44727AB40E5 | sha1: 584B8683943A8E0AE98B10F452C94F6109D1C4EA | sha256: 7A81D2A001B543B2A55C9AFFC845A5DF7EDAB1FD308C6979BBD982B1B826B57C | sha512: 43607AEBBB0A3F2D437C7DE77785CD6C9F49411E1D4EFE41ECCD93D7FCCA197DABD4E15F45FBC4FBFF27C202FEC96B79F82202AFC88B59C20ED5E7912BCDC6D3
tools\net47\System.Runtime.InteropServices.dll
md5: D7E74EA95786A02687CE43C356ABDC95 | sha1: 2E6A3047BD3BCEE01F55D139A3C03E6D4D2DB14A | sha256: 383A1F9DAC655C6805C24D4A03BC5FBEB9ABD1536DE5510F5756259EEFCB4871 | sha512: B7E76B65406904F092FE96DED558A94EA53FA40BEC500EFCDCDEBF124921F4526DE2F239CD25BAE1801692DD6DFE5652FFD46B2AA4325133C7127D27F626BB9B
tools\net47\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 68EE9074735B7990B65C6AA25CAE2DCD | sha1: 3541AE40A482A93484FC75552BBD9962FE6B5FAE | sha256: D3537A610199272EFE4D7A02910038AA4C5AEAFA50F5C29E2822F1B73AD5CB9B | sha512: 79366B2A99719DE121F535F48CC71C1D46F17D6B6396AD709EFEB3A258A9A6CDEEEB6FEBC3E013A28080A6E8D96E0C90F5038C9C8695F0B5BB57A6EE07F79008
tools\net47\System.Runtime.Numerics.dll
md5: 6CCCA0BA6A7B9CAF8B8D3B0287DBED8B | sha1: B81FF87B407578EFBF184BDC10D0F101610379DB | sha256: 16E7EFD6C19B2E3E516AE1BC7B3175D0E22F1AD357701F229E353DA348EEE182 | sha512: 8505479031A0A5CAEEEE1A8A60AA35D7E0C332BBFDDE61193B615E242C127780E55F404289F26930E9EC9E53FCCF436B1A991BA2C8A9177163B41AAAF6BE0D32
tools\net47\System.Runtime.Serialization.Formatters.dll
md5: A42C32F4E98A9656FC2FED72D30E9380 | sha1: B6B8986FC1B5140817DE262AE4102499E37DAFFD | sha256: C343F7BF08A4C97A90BA607A492C721533333173FA63F65F6E5DE9CEEE65FC16 | sha512: 5C2DE8F18CB9B367D7DE88A2AF8A7FD538486B9FFB393972FBDFF42CD2899D6679FD8D7076FE37954D5E8EAB6C5041F19EDAD32659C5CCEEC1C2BA35E6F8982A
tools\net47\System.Runtime.Serialization.Json.dll
md5: E1E2239979B853157BA75310FEA7E65D | sha1: EE1AE416570911282ABDD3745674E58F9D469C9E | sha256: E8D531F0AAA674F794B7F43EC76E4E32AD93F3C136020CF4B6E3433832F9C0DF | sha512: DDF9D6E05D9566C9E02295A061756FF164C408EA211D016023EDBFA91BBA4D0D7DFF293D2BF4D87C25FE923500C7535E4A21B6A8D4B18FD9505F8E5C635F9C95
tools\net47\System.Runtime.Serialization.Primitives.dll
md5: 3373A24450373CAF0CBB756E10097FD4 | sha1: 87C352153804FF5BD4F8AEF8851546F3CF22461E | sha256: 575E26A455892F1FD77B730E6928F70B760E76094AFE5BCB677D854DAF869AC5 | sha512: 85E005B5BEB7C14BA34C62C38DA635962D1AA4740F91549B8659910EDD10F0FDE1734064B19567BF5BC63DBBBB62399F6CBE0AA323193DA599232DCE22B14A01
tools\net47\System.Runtime.Serialization.Xml.dll
md5: 9087373EEE85190DAF8915E614B1E4BD | sha1: F434AF8CE30EAF5511E28C0230211F0D8ED4A154 | sha256: 557858E44A51A74646AD07A85CBA56AF1DA13AD26AC2F74EE5D8C3E8A171C221 | sha512: F728238FA567457D7977FEA667FCCB56C2EFE718A9A362E294934CC752E506E05C5D20C0BE2A309DE2A984DD60C3AE4EA03054185B96C9B5F5F5DE827AF9CEAF
tools\net47\System.Security.Claims.dll
md5: 99604779C668D9B8EF913854B9A24F9D | sha1: 97B62A3DBE2465B4C995E082AD6FF183F6267F59 | sha256: 8270D1248950EE8AEE5C2AC2E321DF07E65C7A94004AE03C857DEACD231A5542 | sha512: BE6DEE6E7030B400EAC68AC289EC9B74BFE0140EE59AF5E68BF43A63A821C6F6AD9CA03C501896A6C92464BF8116D7996FFE640AB51BD9FA96673D9794AC82CD
tools\net47\System.Security.Cryptography.Algorithms.dll
md5: 7107442FDB1BD6E4263D37BB81017982 | sha1: 8E6FB9CFA3D82A23BECE606182CE2936D4E29C92 | sha256: F64A25B875DB31551826651CE260DE24652286C246F0EF54310CD48C576C02BB | sha512: CC3200F7396FBBDFB7069348E9CF878EB3CF280AC2AA7544830C3AC38CF8BF8BF595EFDC5B33A6CA5264B1DFFEDBC6D6463CA514424FA0904826E6438FEC1999
tools\net47\System.Security.Cryptography.Csp.dll
md5: F554762FC38F81CB22D1DC8AB5CD40D5 | sha1: A67FDACEB10E828805A9E24FE0C59E1D73D19A7C | sha256: 566775F5502C3C1FA70ACADE145293DF5D02C1A9F031820D429605E9B4584B44 | sha512: BD23571BF9D0FE62BBF5FDDCAFF6B8F383CCC728AFBCEEBCAD8404D68C02EA1F55D4A22306BFC86C30172E70C6CF5425F2FF8877AAA8758A51C48CF4303BD2AB
tools\net47\System.Security.Cryptography.Encoding.dll
md5: 7AB10B31C5CE290672B319D403751E95 | sha1: ED23E654968B3704A82F613B06BE5829E0CAAD70 | sha256: 1F5C1ABE1B2720680170388569354D8CDA9D558B53AFF7CAF175CE0F7E3733E5 | sha512: 65ED3AFF2424E7560FCC44380DC719BF200D444F9B06AF7F916D52152C330D55A7F4B96D0C1D2B291B07D82805C71DD9850F2F5F612F00ADFCA1CDF117C6B14A
tools\net47\System.Security.Cryptography.Primitives.dll
md5: A60084F9988C7907F7092C143C8D3818 | sha1: A69238054BEE26063D32B85B797BC4E0C49F79D4 | sha256: B755D0B55A465D07C9DD3FC11822487D1E649B684AEF91A4CE9B935B416A01B9 | sha512: 6147F18BD9C49727251CBEA7A3168E3B19F34056DE5A9898571ECDEC85D424627A72968072449C81F97F95330BAED7E2ED0F6FDBA7E2F79B59B9352AB11003CF
tools\net47\System.Security.Cryptography.X509Certificates.dll
md5: 06D000552ED6785988AE188FC35D1B86 | sha1: B0A8868D459FE0AF34D16C263CFE0202C414DC53 | sha256: 3C8630ACB43C12A6A317227FF2922056ECD991FE945464FDF7EA81F1293A479F | sha512: F3E5E97AAF3D26EA62C64787198CCE6DF703EA3A4EBB389BEBC84B424C8129A0181142A4FA5D965CA3106758A047D0E1A723F181AD293FD389C4F1B8D290B5A5
tools\net47\System.Security.Principal.dll
md5: 6DCD91B6A029794728F4EDEB2BF2E42D | sha1: 82BA1313448B431893C14D866F46D47B620514A9 | sha256: 02416BC542BE82002B8B81ADBBBCDCC8D098104020D09B571DC674B5BC19A177 | sha512: 2566F369EDEE9313E823AA2667CB95977F0DB57B4B47DA62F44850811F524D0598FDE6F5BB082BB3325789E4B256E970603B4297D3586F1C435498430723A38B
tools\net47\System.Security.SecureString.dll
md5: 4523F60270149BAD67F6AE63375D2CDB | sha1: FF6E6BCD83A11D40BF53DABD0480A67AECFDCF50 | sha256: 18032D190D0D599823E59C8DD8B588909BEF8888B8BF304723A138B61F1B911F | sha512: 025E33F6927E634FE187491F40D96B36B2DDAF2ACDE97B340C8705BAE58BDED6C02B8BF9199A1B9D4AC75884C69DC665DC03B34571B1BD178CA1784C5F0D5451
tools\net47\System.Text.Encoding.CodePages.dll
md5: 7E864D924DF671C075BA30F8E1930D00 | sha1: A41F100A20C52953C486B37BBE95D0F56B3E597D | sha256: 44D99AA44D84BBEA9219216C02C9CF5ED52599ED2969E3BB17128E4EEDD7434F | sha512: 5D67F5A3154606646DACADB7A81583435987039DFEB5E2982C3EA553357764C13AD6D662AC3033B6C4340B341CBDA56E3A304B48BA31696747D930E8976C59B1
tools\net47\System.Text.Encoding.dll
md5: 7F65CCBF58C39F3853BB8DC4137DFD12 | sha1: 3946DFF0B68F0CA01689BD44C348559ADF548258 | sha256: 0AB1F7F87B7C2AFCA57D394E4F4E262C82BA3209CB0A750CD66401FB33F21ECA | sha512: FF7D953EC4B82C10E64FC85D3AFC8A1A58582170EF1752D4688FA1D48EFC490DBA5F0A784E748F7902E96FD885EA868B1A84DE44F48CF071975F3CD3F8E52C6A
tools\net47\System.Text.Encoding.Extensions.dll
md5: D40515A84448B91315F956E6D1A6C64B | sha1: 7FE773332D0461A252E52BE720A7794FCAAC7BFB | sha256: CBE29672CD2B6A0EA97B55F3844FBEDE3E591996F39C3AA1F829F2FA50551FA9 | sha512: 322F82AEB9EB9DA22257AC9FE835BF1C54C1BB268D37F0F97A4CA52BB42F6ACCCA9C8DBDB96D6D695FA69C24F5069978A4B6F1E960EE81D9EA671CCD30A348D3
tools\net47\System.Text.RegularExpressions.dll
md5: 7D317D88F9860A18ECF7FB90B33995D3 | sha1: C2E4B19CB9A0B48E899512CD121FFE6657D41072 | sha256: C98A52BD017DF01AEA7B955E6F219537D391A62C2C2B976684DA282F9CD7CACF | sha512: 79ED01C6D1CEA3DBA6B3566E03D05A971745E221BE9330F6800A249D1B239E092D3FF704E7403E7ECD6B7709B24B0CDD7E518F2EE5DA38019E7139D80594173E
tools\net47\System.Threading.dll
md5: 11D674CFC81B7102C0BC6FFE58F6AC5E | sha1: DDDA49572D112944EC9AB62B31959AA93A386618 | sha256: 4DC8D588EC63641C28422D648E8DE5E2C030EB7AFEC2071A99DD3BD9A204557F | sha512: FB7C628B796A321AD9ECBF01D165E24F151C99D7E60A65D0AF52F779AD60A3203F47B247D44FC47044A68790D1EA4EE458A7BC8DF7EBE9D42C2275A9C11BC324
tools\net47\System.Threading.Overlapped.dll
md5: 1A890C488CF2ECD406B804E7E3C5B7F0 | sha1: BF2C1287F0EC04223CD17FE20AB2ECFFF18579E3 | sha256: F17FF442B77A6CFE9C118D2F8FAE1AB6C814A0D4F35C5844996BE84F3FCC8592 | sha512: 4EEC61F9245DFF3D468818D6D6CBB8E12A5172658F1027A9AB0ECE03CC1377499833056A0DD4FF20B83B9FF9E47BB2E7F8DC7B641BC63AD78FF96C54BE01F524
tools\net47\System.Threading.Tasks.dll
md5: 0AD301EE2B7282B87DCD0D862EFE14DC | sha1: F720109A38846E358BDE7C47D9C946A79D2B6B1C | sha256: 0110616DFE870B8BCF25DF8F6CE38EF5AAC39E728DDAA3420EA199F5A7E80A16 | sha512: C66FC92435C399804D8A8C1C836E5648725DDA8A55D7ACD897AE719CA231D89251A0D9A293A67F079E345709CFDA83DCC693AD41A28D13661A55459F94FE33E0
tools\net47\System.Threading.Tasks.Parallel.dll
md5: 9088029E38B2A393F22AFD9E576CE86E | sha1: 05E65EE95F647F38C717C73A0399870912DD374A | sha256: 3468E0C875DB94A8F45D56AB76BBCC677B942CA51A23649BA3C5AD1B20E391F1 | sha512: 23DCF5819996EE0F0C8FE044D6642A12E98A40309CE1F3F74688CF8E3DD6F6ED230AEC391FE7E511E15FBBBF14BFF09F976E923F22F2D68AD816D8FFAD17F101
tools\net47\System.Threading.Thread.dll
md5: FDB3A743B2DAE5924CBA88A5C865128D | sha1: C53132EC95A7211C1BB6DCD5AD21CCB150A7B923 | sha256: 9D4FAEA9892D4ECFABF61986687FC6CB30F5F51A6B62819B9571FF58E04C4DD5 | sha512: CBD8370F3CB84CB9EB8BF3A7392245D6A90CE1A324971EA96170974DA092BDFC3DB2196F66958CA5D5000F13B18AFAB44FF82D50C5B9A625AA1B7A4AF17717DE
tools\net47\System.Threading.ThreadPool.dll
md5: 18CE4ECC42FC8D999EF091D812472CF0 | sha1: F874903CEA9F08F1A0887949B47722E6BA81B789 | sha256: 3D9EBC81B1BD3234666C8CE403A5F17A726867C68FFA5DE4EC8EE92599335658 | sha512: 0C027440EF6F6C105B0BF9319F4E0EA421FD310699028AF0A159300145C662E74B4B5D969663E3B52CDA7F9934A6AB93BBAE9BCD1BD39AAAC24FCBA7EC451156
tools\net47\System.Threading.Timer.dll
md5: 824053272B268C577E9ADF17ED398142 | sha1: 5EA3F290ECDE1BAB983CEEE2417A688B7ED9B7F5 | sha256: 04B9235F64C9C846F8A767230714895DA87C7AE2CD0105E9D14835AE46F0FED8 | sha512: F475DCD2CC23FDFB017688713170FCAF8FEA05869A680613EA4AD84CB358ED0F2442DB0FF0DCBD739E3CC3DB7128A8F4A568AE8E5AF6A8840319B02630E420B9
tools\net47\System.ValueTuple.dll
md5: 3D446E56EFACB6C0BCE851091FE1EFE8 | sha1: F0851C8B2993E1795F4A75B5221454825CDA729F | sha256: 1101C2E91D07D7DB626600834F63141D596390FF3FD1FCBCD51D444D809BC576 | sha512: D948225DACE8AE7F06A4E472A70C651C59F4D6ABDD1E6F0D83C7CBC3ED1A1EED84D670FF925BE51164DD9CE25E6FE2380F1E84E4C7D3F9825885E29D4325077A
tools\net47\System.Xml.ReaderWriter.dll
md5: 090FF56C4FE2EEFF2E16F03099AD71E1 | sha1: EF317CACC230A58A3B2FCC6CC079CC763AFCC7C5 | sha256: 5F560E1DD529BB2529D7052E04008449F58D0439C2BB43437D7B5D39F84F949F | sha512: FDAC43D0A18D9158DB4438349A7A550557A36E6ED0665EFCB65A046A5BEB5C38181996CBF6D860B8AD01C19E35315BB61AE766CAF06B23985E046484DAB45256
tools\net47\System.Xml.XDocument.dll
md5: 37E21B63959F243A157534133F85C5AF | sha1: DFAD52A9990B2FAFCE7098CEBB174927E8E0BA00 | sha256: 4F6A14E4BA2A2B26B8B8433D5F82F75A96AF5A4F036D9447373B07271493917B | sha512: F59FAA6319FE2AFEBCCBD643E20C1EDB75DB74E9271354BD86DAC3BEA2CC59452EE024DC26B517AE88254A7C90DBE0E6C19A7B5AB3BFE9159D986D6C53CA5521
tools\net47\System.Xml.XmlDocument.dll
md5: 328D12AF9613B0F3F25320B85DCCCBF4 | sha1: 09D02B85A094E925AC3C5D8B1ACA096B730C160F | sha256: 8957F0BCEA6AB8A011A53AE62466505199F11A228F87F3809931D974F87078CE | sha512: 16569ECB727ADA36811E72FFC925F07AA21B8A627BE45F1EDA18CF2B759939591DCAFCB2D087596EE903C5ABFFAF19F56F25E9710EF22874C934CAD19537B798
tools\net47\System.Xml.XmlSerializer.dll
md5: D9F02D9F7DA653F82E75112A2AB99CE6 | sha1: BBBB4C2C3911AE1F5BA7FAF1D632ED0F14D9B6AC | sha256: 21493F7F615A099E795F7FAE7ECCE6082414D1D427790BDF4B103623A3AB34EB | sha512: DE5546FF103CCC6AA38E254039A372697A193F9C44D0A44F0BE3B242D9EEF63023DC3FD0C6E8E0D2363177F9230A4E7200D4C32591B398269A1CEE9BC47A99FC
tools\net47\System.Xml.XPath.dll
md5: 415E3AB72F17F10D646B3E2C7A76F612 | sha1: ED25E94D4E88293345A0F28A5B975159C393B050 | sha256: 24DAA1FAEE0478BA58FEBE8EE789EB88BE0A14D350B57AD8B10690C55976B2E1 | sha512: 55B5C22B87F21DF89D0514AE05C9433B65A3C7532845FDFC4C2C5C5E2C3929D70143D84698FDB4DC13EC01895B1022CF0E5E76E12102739530B54150932A7B07
tools\net47\System.Xml.XPath.XDocument.dll
md5: A5F541655A9EDC24F4B5184A40E40227 | sha1: 90E196DCD76168F770ABE30098399BC5866ADF1B | sha256: B33D08149A756A401628D11BFDDFEEACA1F03C0578395BB061DAE44F8A12CE5D | sha512: C4D13E95114E232300B36ED7B7A72CE786F66D0F68B0ED9D54FEF788A831B39C893DAA3C2DE982B376A56A539C23E8F314CE8552ED7094E6826D5F70BFBE2D4B
tools\netcoreapp2.0\appsettings.json
{
  "riskHotspotsAnalysisThresholds": {
    "metricThresholdForCyclomaticComplexity": 30,
    "metricThresholdForCrapScore": 15,
    "metricThresholdForNPathComplexity": 200
  },
  "settings": {
    "numberOfReportsParsedInParallel": 1,
    "maximumNumberOfHistoricCoverageFiles": 100,
    "renderPngFallBackImagesForHistoryCharts": false,
    "cachingDuringOfRemoteFilesInMinutes": 10080,
    "disableRiskHotspots": false
  }
}
tools\netcoreapp2.0\McMaster.NETCore.Plugins.dll
md5: A971266C7D2E5F662B6AFBF9BFFCB8E0 | sha1: 2195D0D4537C7AF16CE7E1B2044A4FBDD67903AA | sha256: 15D2911EFA61D58D0DC2459DB1C449E83A4DFF3214D40D7170B506CD3013ADA4 | sha512: 7020FC12E280CA85A4A379E52B58CEDC433EFA30717D739CBCEFD81E14C8D9F40FA62B96DC807849672415013CA0F00926F5C9B5880AD29CBC2052DC3601C758
tools\netcoreapp2.0\Microsoft.Build.Framework.dll
md5: 4720E15F52D93AE23763BC2C28761B3D | sha1: F7E999225E9BF299043DC4F1B99964098A68972D | sha256: 66AC6D8EE1F57A1D28DFA160219E2E1713DD0A1CE1BF7D330DB4370CC3E6B5F1 | sha512: 6284FA1056860724621C68587E27533CC8E02332CB30FC7F81DDB2783A22D2A965145ACB2CCC9F81A8F416948672BD617520C3729003E2B370A7831AD1546A05
tools\netcoreapp2.0\Microsoft.Build.Utilities.Core.dll
md5: A3C6DE3BBE712913EFDE5DA6D6C89A8A | sha1: 635297925BCF9107882E3054FC0D2390ABF84B72 | sha256: E880222FDFD61B9F6A3E8DA7234EE95714289F9870E6C0909564679E6106D8A5 | sha512: 08F5048C20886DD116E8955422F870A87589E7E9C7A07ED00338EECB2B90BD24E7D4DF932472537F0298B08561F9B67220C18C270A3549055A869ED1E24EC6C2
tools\netcoreapp2.0\Microsoft.DotNet.PlatformAbstractions.dll
md5: 947A1147C6EE240B0034C759D2AB39AB | sha1: 735ECA541217C076D55D8BF2C7D4979FD5F9E949 | sha256: F8BA8C7CA21D1E32DA71C84EA54B4F7278F15BE1DD2EE5EA0ED0F348F53C780A | sha512: E9D5FC2C768CC64EAD9B6CAF8D65ACC2C3E925D085936BA7AE43AB0EC5234D776589B2B59E9B1DC5E80FABC2A4D267F5120BDB327B28F03C27F8DA294E53D395
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.Abstractions.dll
md5: D8E064AD8F2419F204723CF7CAA7AB0B | sha1: F19F20D758DAE8563FC4914C737E06F1292F58E2 | sha256: 32CCDB2AB4348F195D247F920D1432C0CBB1CC5FD548FEC8EE562C438AA48849 | sha512: B2ED620BC914433435E655F7A1C956735F959C3E8C60A182D96AB0A59A54C81FFA0C52214D88C6E48CA82E198AD7E9FCB603D6DC017EC64399FCF40D3178C341
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.Binder.dll
md5: 0ACE8DA6B9A594E8DDF9EC9C3E2FF0B9 | sha1: 63D089D8C9F4EEBE434F91259B5462C8FC4A4931 | sha256: BDC1D3019FAF87187BB247BBC825962F8793DB86657DE1BB0FDA1ECADC892DCB | sha512: E9F855E2C0A7EA0697248A524249701F6713CA87A024C78BCCAC520048B4FB1B3641AF60434632AA2B6462D79D3D3ED71F124C4874C14B2601FEBB3C3FFA8C46
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 9292D05A7DEED7C8FEDF2641F3A61AC7 | sha1: 2ED1194F75BA09201C5B7E8F4444021E93546788 | sha256: 9D20CF9A781F693AD08B0A09D9905397D65D4E414831EE7B5F592FC4B402E336 | sha512: C36266BBFDBC4CE79224759C7A0F168108B1B868744DAE5F256222A6EA68E1FA4328E447AA71286513EAF6C5C949F34D77660D7BD473FE8502E442AA56A55E6A
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.dll
md5: BA5145200FCEA6B50A2223F98B468BD3 | sha1: 7AF4F0B8A4A7B75763BBC72C5C3EDF3D85FD8A50 | sha256: 5971CA80CF7EC34845334C9734542CD4DE2548FB15192A19E6DF3272019E6317 | sha512: 3E442028CB9208B1925D53BC3F0146FA832E1A912B8C09DACC6B5EE419C78931E4B5E256D58299A3ADB9F54B2A66F24E454BE74017FD0F0E2FBE5B7E98ADA464
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: E78DF79160EF9ECB882E92EE9ACA7B3B | sha1: 05EAFE02A6A0F2B5AF245101CECEEFF54736447A | sha256: 6C89704A56236F7886CFD6677DC2AAA22984D5F5312F31735360DB7C8C3B51CA | sha512: 8D953A88E81E44AA04827D136598D98F1445C2665E1ADC323A88AD5F6634571CD4827B57BA0F28D7CC9289E40CA8B7AA5A3366CE2F244A8B8AED86B9B4D34E79
tools\netcoreapp2.0\Microsoft.Extensions.Configuration.Json.dll
md5: 9E37222763B57BD6A443898FFE9374D4 | sha1: 76AEEE81BCF756381E2098D58DE595753D62C5B1 | sha256: 260779082A141EC65ABAD072995E92005AF74E2843FD0D7DA2AC8054CE450827 | sha512: F3834C2A52D5E08DA43BF91CB9F4DAF0C73B58F464AB1069A071260312BB08052EFFA179201704D0F90C033EFB52AA87EE979655EA25DC85C645CDC9E3CA9F60
tools\netcoreapp2.0\Microsoft.Extensions.DependencyModel.dll
md5: 82330E65FDB36B8A525CA157F136D2F3 | sha1: B7DD9B6B96D42DD3081CF634785400AC5E806C7F | sha256: EC9C0409AD73FA46898658797A2DF600197BEB2C46FE5A55B919BBAEEB79DE3A | sha512: FBAE67253B66E66942BEB2D03AC8B3796744F5C8DCC37B217241A2F2E54BE85AB32608C9C4EE577C75201346E18182061BA648CF04F77BB77746016EC4BBAD0D
tools\netcoreapp2.0\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: 4483C37E62EF068827B6B1CB296D506B | sha1: B8B72443C0E38DD3FD107D2F7FDD4AF924F8E47C | sha256: 5A4E55AA9C0F4E3950B5080E314C114B497878A2985CA5B496794B4E2D649A95 | sha512: 8FBBB6D02C7605C839B7A87D02BE43083AEEF005C9C8FE0B0A7B130850726F1C788BBF6551FB6C1E04685A0BEC38D4D2E7915E1F461BF3D4AE65A4EE29878387
tools\netcoreapp2.0\Microsoft.Extensions.FileProviders.Physical.dll
md5: 1BE5FFCA9BD7F3E8761574783605C7A8 | sha1: 10715AF2097136185EFB665817213374AE865C3F | sha256: 69E686E91DEEA8B0671FAA31C3AE00B43A99CD124CB0B524BBDD261F81A4507E | sha512: 645F85DF8A8B05E2EBE69D53B3C1DDC852C22EB8557118633A46D0189BC714DA156CCDA453A4C9BF9E0FA1225CF971A65BBAFC77A47D650A336D81AC99CC8A34
tools\netcoreapp2.0\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 76C9E64046B8C8BFE24E782B2272782C | sha1: D4FD4EB46F81D82A6D1D33BCBDFE345F1A8D3725 | sha256: 5AFAC60A95DD1E942F249ABD32818E448535F058985B1FFE9163BA5D9902952F | sha512: E8C90AA3637E88A388D5EC1981533FCA4B752572C29DAB5E1D067787967644F6E330C96AE1124760CE1017461FB6DA9AE5578E24BC5FD0BB53F969DC110D6F11
tools\netcoreapp2.0\Microsoft.Extensions.Primitives.dll
md5: 30F911D2FF61105F7B5680006A9E4DEF | sha1: 12285FFDA48A642F3B06B06CE73F79341475C006 | sha256: 42BBC209A1A39F3BAB6652478DE1BC7DD240146E3B668D34253425EB663BCC4F | sha512: BCC6E1B979A370D1E11083327776364620E7055CF21D05F56F5867839DE77C5C3823BD1ADF123865533263FE7766A6FDE6E66A55535C705A9097662E1181D463
tools\netcoreapp2.0\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
tools\netcoreapp2.0\ReportGenerator.Core.dll
md5: AB3036FC3B8702BAA76031CAF9E583B2 | sha1: 7EF75DBB3EF1714F4A0DCB62AE24E7552BF0B44F | sha256: 88D46D476C3485855AA8C6157C65A15D6380A7E5AA7300C67C60DF293E8F4A9A | sha512: 24EE92272B3EACB8F6E6F4340F2D04E4BD19D4601593094912CEB2D7BC9642321C1FB55E28119B1F5F62ED7C806FD65FBBEF9C35D72E9E0BC0A573ADE3E3BD5F
tools\netcoreapp2.0\ReportGenerator.Core.pdb
 
tools\netcoreapp2.0\ReportGenerator.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.0",
    "signature": "33e25107fd96631dddd2b524f6cc3fdab64abe59"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.0": {
      "ReportGenerator/4.2.17": {
        "dependencies": {
          "ReportGenerator.Core": "4.2.17",
          "ReportGenerator.DotnetCorePluginLoader": "4.2.17",
          "ReportGenerator.MSBuild": "4.2.17"
        },
        "runtime": {
          "ReportGenerator.dll": {}
        }
      },
      "McMaster.NETCore.Plugins/0.2.4": {
        "dependencies": {
          "Microsoft.Extensions.DependencyModel": "2.0.0"
        },
        "runtime": {
          "lib/netcoreapp2.0/McMaster.NETCore.Plugins.dll": {
            "assemblyVersion": "0.2.4.0",
            "fileVersion": "0.2.4.0"
          }
        }
      },
      "Microsoft.Build.Framework/16.0.461": {
        "dependencies": {
          "System.Runtime.Serialization.Primitives": "4.1.1",
          "System.Threading.Thread": "4.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Framework.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.0.461.62831"
          }
        }
      },
      "Microsoft.Build.Utilities.Core/16.0.461": {
        "dependencies": {
          "Microsoft.Build.Framework": "16.0.461",
          "Microsoft.Win32.Registry": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Text.Encoding.CodePages": "4.0.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.0.461.62831"
          }
        }
      },
      "Microsoft.DotNet.PlatformAbstractions/2.0.0": {
        "dependencies": {
          "System.AppContext": "4.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Microsoft.Extensions.Configuration/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Binder/2.2.4": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.19081"
          }
        }
      },
      "Microsoft.Extensions.Configuration.CommandLine/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.FileExtensions/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0",
          "Microsoft.Extensions.FileProviders.Physical": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Json/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0",
          "Microsoft.Extensions.Configuration.FileExtensions": "2.2.0",
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.DependencyModel/2.0.0": {
        "dependencies": {
          "Microsoft.DotNet.PlatformAbstractions": "2.0.0",
          "Newtonsoft.Json": "11.0.2",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Linq": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Physical/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.FileProviders.Abstractions": "2.2.0",
          "Microsoft.Extensions.FileSystemGlobbing": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.FileSystemGlobbing/2.2.0": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Primitives/2.2.0": {
        "dependencies": {
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Win32.Registry/4.3.0": {
        "dependencies": {
          "System.Collections": "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"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "Newtonsoft.Json/11.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.2.21924"
          }
        }
      },
      "runtime.native.System/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "SixLabors.Core/1.0.0-beta0005": {
        "runtime": {
          "lib/netcoreapp2.0/SixLabors.Core.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        }
      },
      "SixLabors.Fonts/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Collections.Immutable": "1.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Fonts.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.ImageSharp/1.0.0-beta0004": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Buffers": "4.4.0",
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.ImageSharp.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.ImageSharp.Drawing/1.0.0-beta0004": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "SixLabors.ImageSharp": "1.0.0-beta0004",
          "SixLabors.Shapes.Text": "1.0.0-beta0005"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.ImageSharp.Drawing.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.Shapes/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Buffers": "4.4.0",
          "System.Memory": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Shapes.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.Shapes.Text/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Fonts": "1.0.0-beta0005",
          "SixLabors.Shapes": "1.0.0-beta0005"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Shapes.Text.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "System.AppContext/4.1.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.4.0": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {
        "runtime": {
          "lib/netstandard2.0/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Diagnostics.Debug/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Dynamic.Runtime/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.0.11"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Emit.Lightweight": "4.0.1",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.0.11"
        }
      },
      "System.Memory/4.5.1": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/System.Memory.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26606.5"
          }
        }
      },
      "System.ObjectModel/4.0.12": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.0.11"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.0.1": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.1": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "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"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.0.11",
          "runtime.native.System": "4.0.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Runtime.Serialization.Primitives/4.1.1": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.CodePages/4.0.1": {
        "dependencies": {
          "System.Collections": "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.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.0.11"
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
            "rid": "unix",
            "assetType": "runtime",
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "1.0.24212.1"
          },
          "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "1.0.24212.1"
          }
        }
      },
      "System.Threading/4.0.11": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Thread/4.0.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "ReportGenerator.Core/4.2.17": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0",
          "Microsoft.Extensions.Configuration.Binder": "2.2.4",
          "Microsoft.Extensions.Configuration.CommandLine": "2.2.0",
          "Microsoft.Extensions.Configuration.Json": "2.2.0",
          "SixLabors.ImageSharp.Drawing": "1.0.0-beta0004"
        },
        "runtime": {
          "ReportGenerator.Core.dll": {}
        }
      },
      "ReportGenerator.DotnetCorePluginLoader/4.2.17": {
        "dependencies": {
          "McMaster.NETCore.Plugins": "0.2.4",
          "ReportGenerator.Core": "4.2.17"
        },
        "runtime": {
          "ReportGenerator.DotnetCorePluginLoader.dll": {}
        }
      },
      "ReportGenerator.MSBuild/4.2.17": {
        "dependencies": {
          "Microsoft.Build.Utilities.Core": "16.0.461",
          "ReportGenerator.Core": "4.2.17"
        },
        "runtime": {
          "ReportGenerator.MSBuild.dll": {}
        }
      }
    }
  },
  "libraries": {
    "ReportGenerator/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "McMaster.NETCore.Plugins/0.2.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pnaMHg+ooa6GxwqLWBggtAI4c9VIaYxw8TD19ztH9QdxQWIfPOEJKDPW0fp+9Ak6qbq3UOYddS/3LxjpezH78g==",
      "path": "mcmaster.netcore.plugins/0.2.4",
      "hashPath": "mcmaster.netcore.plugins.0.2.4.nupkg.sha512"
    },
    "Microsoft.Build.Framework/16.0.461": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A7krf1sxJn7BsQDz5qHU8QLMu55JaZkF7bfNYP3EVlzi4IbEArnMBCuNP9gR93LpT2XdCBzSBtXc50m6u2N9Kw==",
      "path": "microsoft.build.framework/16.0.461",
      "hashPath": "microsoft.build.framework.16.0.461.nupkg.sha512"
    },
    "Microsoft.Build.Utilities.Core/16.0.461": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1CBsIGirCn4iu/2P2bh1sbbuREJ+RziwQyexQx4n2qIVgrxGb6CNLJun4jW8SG4PRoIeoQvY+VdhhHzxRscQQA==",
      "path": "microsoft.build.utilities.core/16.0.461",
      "hashPath": "microsoft.build.utilities.core.16.0.461.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-l5tDOSom+qpx4pDEoIcqMHnGC7jJ4Uq1DiJ6St/bn0rb5xIh/q4u7OQTIcE1k+1o7E0lYnJA4ZluzS6HGFr4zw==",
      "path": "microsoft.dotnet.platformabstractions/2.0.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nOP8R1mVb/6mZtm2qgAJXn/LFm/2kMjHDAg/QJLFG6CuWYJtaD3p1BwQhufBVvRzL9ceJ/xF0SQ0qsI2GkDQAA==",
      "path": "microsoft.extensions.configuration/2.2.0",
      "hashPath": "microsoft.extensions.configuration.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-65MrmXCziWaQFrI0UHkQbesrX5wTwf9XPjY5yFm/VkgJKFJ5gqvXRoXjIZcf2wLi5ZlwGz/oMYfyURVCWbM5iw==",
      "path": "microsoft.extensions.configuration.abstractions/2.2.0",
      "hashPath": "microsoft.extensions.configuration.abstractions.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Binder/2.2.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TNTCeQwiVsBc9p4C+xPG+CmdaLVAwp+o9pHqYxtlTcXIA8ma7hCqTrXIjn7tPUEGufNEQ48sH1mfjO08jLjMdQ==",
      "path": "microsoft.extensions.configuration.binder/2.2.4",
      "hashPath": "microsoft.extensions.configuration.binder.2.2.4.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.CommandLine/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4kJIGOSRqD1Ccqerst4t/zsNs51plR7BIxbdKO1J/9rL+2DuNT+ieAuEv+HROelqTam3yOpKFR7TtHBt3oLpOA==",
      "path": "microsoft.extensions.configuration.commandline/2.2.0",
      "hashPath": "microsoft.extensions.configuration.commandline.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.FileExtensions/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-H1qCpWBC8Ed4tguTR/qYkbb3F6DI5Su3t8xyFo3/5MzAd8PwPpHzgX8X04KbBxKmk173Pb64x7xMHarczVFQUA==",
      "path": "microsoft.extensions.configuration.fileextensions/2.2.0",
      "hashPath": "microsoft.extensions.configuration.fileextensions.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Json/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jUDdmLyFmLf9V3mqnMzSAzAv4QigJ67tZh5Q7HBXeBnESL2UyeesNG6jSBti+b63JpxZf+EDyn+anx3gyrNxug==",
      "path": "microsoft.extensions.configuration.json/2.2.0",
      "hashPath": "microsoft.extensions.configuration.json.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyModel/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DyZ/Ibv/SZRMpYhaDCj0nlA+Qe52NyEL51onxAL94bUPauX0jxrK6jyxXN5DI8NVbzE5sOUWZYjTduNqUdbB+g==",
      "path": "microsoft.extensions.dependencymodel/2.0.0",
      "hashPath": "microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EcnaSsPTqx2MGnHrmWOD0ugbuuqVT8iICqSqPzi45V5/MA1LjUNb0kwgcxBGqizV1R+WeBK7/Gw25Jzkyk9bIw==",
      "path": "microsoft.extensions.fileproviders.abstractions/2.2.0",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Physical/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tbDHZnBJkjYd9NjlRZ9ondDiv1Te3KYCTW2RWpR1B0e1Z8+EnFRo7qNnHkkSCixLdlPZzhjlX24d/PixQ7w2dA==",
      "path": "microsoft.extensions.fileproviders.physical/2.2.0",
      "hashPath": "microsoft.extensions.fileproviders.physical.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileSystemGlobbing/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZSsHZp3PyW6vk37tDEdypjgGlNtpJ0EixBMOfUod2Thx7GtwfFSAQXUQx8a8BN8vfWKGGMbp7jPWdoHx/At4wQ==",
      "path": "microsoft.extensions.filesystemglobbing/2.2.0",
      "hashPath": "microsoft.extensions.filesystemglobbing.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-azyQtqbm4fSaDzZHD/J+V6oWMFaf2tWP4WEGIYePLCMw3+b2RQdj9ybgbQyjCshcitQKQ4lEDOZjmSlTTrHxUg==",
      "path": "microsoft.extensions.primitives/2.2.0",
      "hashPath": "microsoft.extensions.primitives.2.2.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.Registry/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
      "path": "microsoft.win32.registry/4.3.0",
      "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
    },
    "Newtonsoft.Json/11.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "runtime.native.System/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
      "path": "runtime.native.system/4.0.0",
      "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
    },
    "SixLabors.Core/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RnLbRe5J9kjSH+EDA8a58shzI+nNt96aJw1WgXxdn+DSc/ryirdEPO/2EIITvaSX6Nk9Lepcj8EOVfq16fhUmg==",
      "path": "sixlabors.core/1.0.0-beta0005",
      "hashPath": "sixlabors.core.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.Fonts/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-di4sMkEvGCREG/QEgCdI9KE1OlQLK0Hk9D9n3/yh8MkAdAo5r2XetIXHfCsIz6yMenalM+r+a5w67Ruc6npp2A==",
      "path": "sixlabors.fonts/1.0.0-beta0005",
      "hashPath": "sixlabors.fonts.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.ImageSharp/1.0.0-beta0004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ypYAt2A8FLJ85y42VOVzrCTaULbTwKMM87kYspWOpeBQG/nGBfKWGzFikNJUqOFET7lqQ1nCMp30Nin/W3DPhQ==",
      "path": "sixlabors.imagesharp/1.0.0-beta0004",
      "hashPath": "sixlabors.imagesharp.1.0.0-beta0004.nupkg.sha512"
    },
    "SixLabors.ImageSharp.Drawing/1.0.0-beta0004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g4BYrC/1eBGGTWgRQ3pfcR5rYJLiwiZCwmbogJX5e/RSylKteAfsvc/ZR0i8QfDYeyJm7TWfHyFeCCh9yqTGIw==",
      "path": "sixlabors.imagesharp.drawing/1.0.0-beta0004",
      "hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta0004.nupkg.sha512"
    },
    "SixLabors.Shapes/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AiyzJHChJE9M2EV1pPrbFSJBDa4tS73cGbtJybtZxMc9caVyT0j8kzcrPEIquZwg55pz+Rq/jiWzeeM81ehEqg==",
      "path": "sixlabors.shapes/1.0.0-beta0005",
      "hashPath": "sixlabors.shapes.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.Shapes.Text/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XtlOWOl9mqlnZ5epKH1rf2wEdKXo/KA7b6OOu0y4jE+b7VvY0XpV5TXqk3sVU7TruwbIotRjaBYV5EzZRCNUeQ==",
      "path": "sixlabors.shapes.text/1.0.0-beta0005",
      "hashPath": "sixlabors.shapes.text.1.0.0-beta0005.nupkg.sha512"
    },
    "System.AppContext/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
      "path": "system.appcontext/4.1.0",
      "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
    },
    "System.Buffers/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==",
      "path": "system.buffers/4.4.0",
      "hashPath": "system.buffers.4.4.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.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
      "path": "system.diagnostics.debug/4.0.11",
      "hashPath": "system.diagnostics.debug.4.0.11.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.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.FileSystem/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
      "path": "system.io.filesystem/4.0.1",
      "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
      "path": "system.io.filesystem.primitives/4.0.1",
      "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
    },
    "System.Linq/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
      "path": "system.linq/4.1.0",
      "hashPath": "system.linq.4.1.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
      "path": "system.linq.expressions/4.1.0",
      "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
    },
    "System.Memory/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.nupkg.sha512"
    },
    "System.ObjectModel/4.0.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
      "path": "system.objectmodel/4.0.12",
      "hashPath": "system.objectmodel.4.0.12.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.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
      "path": "system.reflection.emit/4.0.1",
      "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
      "path": "system.reflection.emit.ilgeneration/4.0.1",
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
      "path": "system.reflection.emit.lightweight/4.0.1",
      "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
      "path": "system.reflection.extensions/4.0.1",
      "hashPath": "system.reflection.extensions.4.0.1.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.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
      "path": "system.reflection.typeextensions/4.1.0",
      "hashPath": "system.reflection.typeextensions.4.1.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.CompilerServices.Unsafe/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Zh8t8oqolRaFa9vmOZfdQm/qKejdqz0J9kr7o2Fu0vPeoH3BL1EOXipKWwkWtLT1JPzjByrF19fGuFlNbmPpiw==",
      "path": "system.runtime.compilerservices.unsafe/4.5.1",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.1.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.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
      "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
      "path": "system.runtime.serialization.primitives/4.1.1",
      "hashPath": "system.runtime.serialization.primitives.4.1.1.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.CodePages/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
      "path": "system.text.encoding.codepages/4.0.1",
      "hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
    },
    "System.Threading/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
      "path": "system.threading/4.0.11",
      "hashPath": "system.threading.4.0.11.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.Thread/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
      "path": "system.threading.thread/4.0.0",
      "hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
    },
    "ReportGenerator.Core/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ReportGenerator.DotnetCorePluginLoader/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ReportGenerator.MSBuild/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\netcoreapp2.0\ReportGenerator.dll
md5: DDB97E411807740C0956D6E478326329 | sha1: 0A359DA2ED93B652250C6DA1116D5E1E746E8BA5 | sha256: 6748B8A37E68F98844C83D496AA0275639076293AB4F3F19B2F872612A0C4846 | sha512: 4178CF27EFAB9E9D79E59123F4E61C94F6915256BFB111484B624143C277D5BCF839475E320757B2C5B4961BF06B1B5B74AB780E52DC4610B62FEAC02178E4C5
tools\netcoreapp2.0\ReportGenerator.DotnetCorePluginLoader.dll
md5: 15BEB1E21F2E667C4CB7590EE896B7ED | sha1: E74F5BAF7FC36FB218176C6121163E4BC2792C17 | sha256: B9FB47C9CB5E8531DC987333FB6CB36E80CD06064D3F7DD1CFA2EA171079372E | sha512: E7753E4337AE0B91FA37A6FD4EBB52645CB22B21E64DABDD97882FB32C013FAC21A3213AA8E1D928DF570239074CE012ABDFE3ADC12D2BA334EE8E8FD025C07B
tools\netcoreapp2.0\ReportGenerator.DotnetCorePluginLoader.pdb
 
tools\netcoreapp2.0\ReportGenerator.MSBuild.dll
md5: 7B485DAC824B61DAD7F342FFCDFA18D7 | sha1: 42148608F44565B1630CBF51B857CCF1BB690A14 | sha256: FCDF98EC7D526377400C7385FC8742590A7D8C1716C2203484876F39AFCF65DE | sha512: 1BB1CB267966DD99DDF4C2B2D4C28CD06A2D28BF1F7EEC1FC9236E019CB6ABBA4E09CC6A8910E2A869FE5CD141E34381EEE140E507E412511C3B05BEDE470E9C
tools\netcoreapp2.0\ReportGenerator.MSBuild.pdb
 
tools\netcoreapp2.0\ReportGenerator.pdb
 
tools\netcoreapp2.0\ReportGenerator.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp2.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "2.0.0"
    },
    "rollForwardOnNoCandidateFx": 2
  }
}
tools\netcoreapp2.0\runtimes\unix\lib\netstandard1.3\System.Text.Encoding.CodePages.dll
md5: 0A2A59B7B87B8E5C4D8F75AB9FA9A342 | sha1: D93625E01397B44C72129869EB5D6CE16B1A80F5 | sha256: A898D0B72D5B16D24E90BB9879AD6874D76F6E638D91C5968A8AD61AAF059C5B | sha512: D1ED7EAE997B5BDCF4F8AB507B4FEF677D3AC8AD7C6094A53A4D0F73ED1F349566EA5DD69D468EAF4DDC47452F9B13286A17BECF675263E341ABE97EC66CFAE4
tools\netcoreapp2.0\runtimes\win\lib\netstandard1.3\System.Text.Encoding.CodePages.dll
md5: 7E864D924DF671C075BA30F8E1930D00 | sha1: A41F100A20C52953C486B37BBE95D0F56B3E597D | sha256: 44D99AA44D84BBEA9219216C02C9CF5ED52599ED2969E3BB17128E4EEDD7434F | sha512: 5D67F5A3154606646DACADB7A81583435987039DFEB5E2982C3EA553357764C13AD6D662AC3033B6C4340B341CBDA56E3A304B48BA31696747D930E8976C59B1
tools\netcoreapp2.0\SixLabors.Core.dll
md5: 9E69A9CFA821484A2F0D0CD4BE90E486 | sha1: 217B5CC93CE5CD4D938EC9D4631E769052812118 | sha256: 094548BC14139797A0C7A86B9F394DB70A377050E4040B1162106A899C17B790 | sha512: 2813A3C6B39DB2E2E518C1EC007F78DFC37AC1677DA294BF4FBA11D40B7ADB277C0CACB1746C661F6C93AFA9D7E1A3955B8FD037F9C3C0C28B865FAB7D699DB2
tools\netcoreapp2.0\SixLabors.Fonts.dll
md5: A34392898EFE0F30746A5D6B73A668AF | sha1: A7B82E3A54682F7EB53E6E5CA24579A90BCE59C2 | sha256: A81A32D3F208473EB82F4DD7A51C337B9E84AC8BDD6A526F696AD214196EC5B1 | sha512: 589805298CFFEBCBBF6BDA78799D295F5F41C47BD0856CC56E88334965E303C34F1497A1468840E78235758A513CDEA681B4DB9265DD9F374F8351CCBCF37E1D
tools\netcoreapp2.0\SixLabors.ImageSharp.dll
md5: D00B1AACBA654F088FECA491A2D95B54 | sha1: 4AA5013D33C1475208A0B3F72D1A6B55DF6EF8A2 | sha256: CCCE31F19E42C935FA2AC5CDAF6BFBAAC82273DE38B5E9BE6C8CDB6C8AA92796 | sha512: C861BBFC9AF5B4763CF8DD2242FEE19CB682D099269F0CED624C520A4E8B05592168D5DF56BD00D0BF59BF378827137FD73C23EB4DA26CE2BD79E184BED4738A
tools\netcoreapp2.0\SixLabors.ImageSharp.Drawing.dll
md5: 52A6566066541D48355717E5E1959023 | sha1: 43CD7887CD5D6CA69886DB8242A03466E680CDA8 | sha256: 963527EAA4DA8D350DAFC1346362CD1F4382BDA4A787AA0EC8750DEC12C273D7 | sha512: 22939AACF90FEA8E892BEFC4C163635ACC60ECA550CB1F6BEB53E0883EDBAA044213D9C7686D81A9F2B463EC77E3803BD74B8BA5F23A7D568F67A2586EA7F637
tools\netcoreapp2.0\SixLabors.Shapes.dll
md5: 34309B9F707A7CAF63753C32BBB5FE46 | sha1: 8CFF5BF5E2343527A348900973E93E6EA3A40D74 | sha256: FB21A2A2DB498D1D1C7FB5D79302A66E9FF6651BC906F1849A27D0F1FC3D9CC3 | sha512: 8FCC47006DB88776E8313C7B3B5D2BD8F140BCEF3C0CC124FF0C9E8B06717443F40C48E02E756DC361F43D2C1224268E011D62272013AF2CC511B2DD04FF1E37
tools\netcoreapp2.0\SixLabors.Shapes.Text.dll
md5: AC704DCE4CB235D719BF7107BC74E8D6 | sha1: D71FF414865DB9FAAB7F4577BCF4BFAFF8ABC2FB | sha256: 7DA646B42E5A2D0CCBF167F22B58A9D2E85F74DC76EB00D9D5882FE86D3423AF | sha512: EC74A8D38BCB8C745A24786A3CCC7FA87AC19CBC3852D7839A3E24AC200FF0A6FB024E733566613BE2C784A6C5C4B3145B6D94150B1984A184ECEEBB314E8243
tools\netcoreapp2.0\System.Collections.Immutable.dll
md5: D8203AEDAABEAC1E606CD0E2AF397D01 | sha1: EEF943E4369166A039DEE90F2D81504613D49CA0 | sha256: 2F05A2C489C2D30A6CCA346D4CE184323D70EB4F5AFA6BED34D5800274444E57 | sha512: CE09543CBB799DB65C71EA9D050CEF99D702D9AF0CC4C7E346F97F616B091D0AB9A211197CAF7FD5A53AF1BA6CE913B2B121499D36CD43B499FD201376F4F3D6
tools\netcoreapp2.0\System.Memory.dll
md5: 89EC6E101DE3A70ED140C62C2980F24E | sha1: F5E64ED69C1845556038D70F88A081A92F7EA4A6 | sha256: 63CCA774A231ED2F7CA888B4B6C6D2357CB4848AA3040B2F0E67430158C21ED2 | sha512: 8AF03E678CA0047E481A76A383E75C11E9474B032DB4ADBC7E89ADFF62449BD0067801A8F4A0F5D47FABAFBFF319D69F5D5DBDAF0D0689025490E787E7138C22
tools\netcoreapp2.0\System.Runtime.CompilerServices.Unsafe.dll
md5: 984670E1A811372E62FEFCEBE0812108 | sha1: 746F1F461A8A629A8FB7C9544F2D49E9FAA38C96 | sha256: 82ED567F7DB6C8A4EC82E19FF9DB1D5646E845956BA24117D96346BC231624C7 | sha512: 6D88146793A042F432CDDA3CDB8B81A5CBE903DA67F98059A4EA5599AA4337C277787EEB847A0E54DAD9CA58602170623444446431AEE277A849FC3829B2EB6C
tools\netcoreapp2.1\appsettings.json
{
  "riskHotspotsAnalysisThresholds": {
    "metricThresholdForCyclomaticComplexity": 30,
    "metricThresholdForCrapScore": 15,
    "metricThresholdForNPathComplexity": 200
  },
  "settings": {
    "numberOfReportsParsedInParallel": 1,
    "maximumNumberOfHistoricCoverageFiles": 100,
    "renderPngFallBackImagesForHistoryCharts": false,
    "cachingDuringOfRemoteFilesInMinutes": 10080,
    "disableRiskHotspots": false
  }
}
tools\netcoreapp2.1\McMaster.NETCore.Plugins.dll
md5: A971266C7D2E5F662B6AFBF9BFFCB8E0 | sha1: 2195D0D4537C7AF16CE7E1B2044A4FBDD67903AA | sha256: 15D2911EFA61D58D0DC2459DB1C449E83A4DFF3214D40D7170B506CD3013ADA4 | sha512: 7020FC12E280CA85A4A379E52B58CEDC433EFA30717D739CBCEFD81E14C8D9F40FA62B96DC807849672415013CA0F00926F5C9B5880AD29CBC2052DC3601C758
tools\netcoreapp2.1\Microsoft.Build.Framework.dll
md5: 4720E15F52D93AE23763BC2C28761B3D | sha1: F7E999225E9BF299043DC4F1B99964098A68972D | sha256: 66AC6D8EE1F57A1D28DFA160219E2E1713DD0A1CE1BF7D330DB4370CC3E6B5F1 | sha512: 6284FA1056860724621C68587E27533CC8E02332CB30FC7F81DDB2783A22D2A965145ACB2CCC9F81A8F416948672BD617520C3729003E2B370A7831AD1546A05
tools\netcoreapp2.1\Microsoft.Build.Utilities.Core.dll
md5: A3C6DE3BBE712913EFDE5DA6D6C89A8A | sha1: 635297925BCF9107882E3054FC0D2390ABF84B72 | sha256: E880222FDFD61B9F6A3E8DA7234EE95714289F9870E6C0909564679E6106D8A5 | sha512: 08F5048C20886DD116E8955422F870A87589E7E9C7A07ED00338EECB2B90BD24E7D4DF932472537F0298B08561F9B67220C18C270A3549055A869ED1E24EC6C2
tools\netcoreapp2.1\Microsoft.DotNet.PlatformAbstractions.dll
md5: 947A1147C6EE240B0034C759D2AB39AB | sha1: 735ECA541217C076D55D8BF2C7D4979FD5F9E949 | sha256: F8BA8C7CA21D1E32DA71C84EA54B4F7278F15BE1DD2EE5EA0ED0F348F53C780A | sha512: E9D5FC2C768CC64EAD9B6CAF8D65ACC2C3E925D085936BA7AE43AB0EC5234D776589B2B59E9B1DC5E80FABC2A4D267F5120BDB327B28F03C27F8DA294E53D395
tools\netcoreapp2.1\Microsoft.Extensions.Configuration.Abstractions.dll
md5: D8E064AD8F2419F204723CF7CAA7AB0B | sha1: F19F20D758DAE8563FC4914C737E06F1292F58E2 | sha256: 32CCDB2AB4348F195D247F920D1432C0CBB1CC5FD548FEC8EE562C438AA48849 | sha512: B2ED620BC914433435E655F7A1C956735F959C3E8C60A182D96AB0A59A54C81FFA0C52214D88C6E48CA82E198AD7E9FCB603D6DC017EC64399FCF40D3178C341
tools\netcoreapp2.1\Microsoft.Extensions.Configuration.Binder.dll
md5: 0ACE8DA6B9A594E8DDF9EC9C3E2FF0B9 | sha1: 63D089D8C9F4EEBE434F91259B5462C8FC4A4931 | sha256: BDC1D3019FAF87187BB247BBC825962F8793DB86657DE1BB0FDA1ECADC892DCB | sha512: E9F855E2C0A7EA0697248A524249701F6713CA87A024C78BCCAC520048B4FB1B3641AF60434632AA2B6462D79D3D3ED71F124C4874C14B2601FEBB3C3FFA8C46
tools\netcoreapp2.1\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 9292D05A7DEED7C8FEDF2641F3A61AC7 | sha1: 2ED1194F75BA09201C5B7E8F4444021E93546788 | sha256: 9D20CF9A781F693AD08B0A09D9905397D65D4E414831EE7B5F592FC4B402E336 | sha512: C36266BBFDBC4CE79224759C7A0F168108B1B868744DAE5F256222A6EA68E1FA4328E447AA71286513EAF6C5C949F34D77660D7BD473FE8502E442AA56A55E6A
tools\netcoreapp2.1\Microsoft.Extensions.Configuration.dll
md5: BA5145200FCEA6B50A2223F98B468BD3 | sha1: 7AF4F0B8A4A7B75763BBC72C5C3EDF3D85FD8A50 | sha256: 5971CA80CF7EC34845334C9734542CD4DE2548FB15192A19E6DF3272019E6317 | sha512: 3E442028CB9208B1925D53BC3F0146FA832E1A912B8C09DACC6B5EE419C78931E4B5E256D58299A3ADB9F54B2A66F24E454BE74017FD0F0E2FBE5B7E98ADA464
tools\netcoreapp2.1\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: E78DF79160EF9ECB882E92EE9ACA7B3B | sha1: 05EAFE02A6A0F2B5AF245101CECEEFF54736447A | sha256: 6C89704A56236F7886CFD6677DC2AAA22984D5F5312F31735360DB7C8C3B51CA | sha512: 8D953A88E81E44AA04827D136598D98F1445C2665E1ADC323A88AD5F6634571CD4827B57BA0F28D7CC9289E40CA8B7AA5A3366CE2F244A8B8AED86B9B4D34E79
tools\netcoreapp2.1\Microsoft.Extensions.Configuration.Json.dll
md5: 9E37222763B57BD6A443898FFE9374D4 | sha1: 76AEEE81BCF756381E2098D58DE595753D62C5B1 | sha256: 260779082A141EC65ABAD072995E92005AF74E2843FD0D7DA2AC8054CE450827 | sha512: F3834C2A52D5E08DA43BF91CB9F4DAF0C73B58F464AB1069A071260312BB08052EFFA179201704D0F90C033EFB52AA87EE979655EA25DC85C645CDC9E3CA9F60
tools\netcoreapp2.1\Microsoft.Extensions.DependencyModel.dll
md5: 82330E65FDB36B8A525CA157F136D2F3 | sha1: B7DD9B6B96D42DD3081CF634785400AC5E806C7F | sha256: EC9C0409AD73FA46898658797A2DF600197BEB2C46FE5A55B919BBAEEB79DE3A | sha512: FBAE67253B66E66942BEB2D03AC8B3796744F5C8DCC37B217241A2F2E54BE85AB32608C9C4EE577C75201346E18182061BA648CF04F77BB77746016EC4BBAD0D
tools\netcoreapp2.1\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: 4483C37E62EF068827B6B1CB296D506B | sha1: B8B72443C0E38DD3FD107D2F7FDD4AF924F8E47C | sha256: 5A4E55AA9C0F4E3950B5080E314C114B497878A2985CA5B496794B4E2D649A95 | sha512: 8FBBB6D02C7605C839B7A87D02BE43083AEEF005C9C8FE0B0A7B130850726F1C788BBF6551FB6C1E04685A0BEC38D4D2E7915E1F461BF3D4AE65A4EE29878387
tools\netcoreapp2.1\Microsoft.Extensions.FileProviders.Physical.dll
md5: 1BE5FFCA9BD7F3E8761574783605C7A8 | sha1: 10715AF2097136185EFB665817213374AE865C3F | sha256: 69E686E91DEEA8B0671FAA31C3AE00B43A99CD124CB0B524BBDD261F81A4507E | sha512: 645F85DF8A8B05E2EBE69D53B3C1DDC852C22EB8557118633A46D0189BC714DA156CCDA453A4C9BF9E0FA1225CF971A65BBAFC77A47D650A336D81AC99CC8A34
tools\netcoreapp2.1\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 76C9E64046B8C8BFE24E782B2272782C | sha1: D4FD4EB46F81D82A6D1D33BCBDFE345F1A8D3725 | sha256: 5AFAC60A95DD1E942F249ABD32818E448535F058985B1FFE9163BA5D9902952F | sha512: E8C90AA3637E88A388D5EC1981533FCA4B752572C29DAB5E1D067787967644F6E330C96AE1124760CE1017461FB6DA9AE5578E24BC5FD0BB53F969DC110D6F11
tools\netcoreapp2.1\Microsoft.Extensions.Primitives.dll
md5: 30F911D2FF61105F7B5680006A9E4DEF | sha1: 12285FFDA48A642F3B06B06CE73F79341475C006 | sha256: 42BBC209A1A39F3BAB6652478DE1BC7DD240146E3B668D34253425EB663BCC4F | sha512: BCC6E1B979A370D1E11083327776364620E7055CF21D05F56F5867839DE77C5C3823BD1ADF123865533263FE7766A6FDE6E66A55535C705A9097662E1181D463
tools\netcoreapp2.1\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
tools\netcoreapp2.1\ReportGenerator.Core.dll
md5: AB3036FC3B8702BAA76031CAF9E583B2 | sha1: 7EF75DBB3EF1714F4A0DCB62AE24E7552BF0B44F | sha256: 88D46D476C3485855AA8C6157C65A15D6380A7E5AA7300C67C60DF293E8F4A9A | sha512: 24EE92272B3EACB8F6E6F4340F2D04E4BD19D4601593094912CEB2D7BC9642321C1FB55E28119B1F5F62ED7C806FD65FBBEF9C35D72E9E0BC0A573ADE3E3BD5F
tools\netcoreapp2.1\ReportGenerator.Core.pdb
 
tools\netcoreapp2.1\ReportGenerator.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1",
    "signature": "65f9ce9ef4f652fcec6792762e4dd4e319fb948f"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {
      "ReportGenerator/4.2.17": {
        "dependencies": {
          "ReportGenerator.Core": "4.2.17",
          "ReportGenerator.DotnetCorePluginLoader": "4.2.17",
          "ReportGenerator.MSBuild": "4.2.17"
        },
        "runtime": {
          "ReportGenerator.dll": {}
        }
      },
      "McMaster.NETCore.Plugins/0.2.4": {
        "dependencies": {
          "Microsoft.Extensions.DependencyModel": "2.0.0"
        },
        "runtime": {
          "lib/netcoreapp2.0/McMaster.NETCore.Plugins.dll": {
            "assemblyVersion": "0.2.4.0",
            "fileVersion": "0.2.4.0"
          }
        }
      },
      "Microsoft.Build.Framework/16.0.461": {
        "dependencies": {
          "System.Runtime.Serialization.Primitives": "4.1.1",
          "System.Threading.Thread": "4.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Framework.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.0.461.62831"
          }
        }
      },
      "Microsoft.Build.Utilities.Core/16.0.461": {
        "dependencies": {
          "Microsoft.Build.Framework": "16.0.461",
          "Microsoft.Win32.Registry": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Text.Encoding.CodePages": "4.0.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Build.Utilities.Core.dll": {
            "assemblyVersion": "15.1.0.0",
            "fileVersion": "16.0.461.62831"
          }
        }
      },
      "Microsoft.DotNet.PlatformAbstractions/2.0.0": {
        "dependencies": {
          "System.AppContext": "4.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Microsoft.Extensions.Configuration/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Binder/2.2.4": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.19081"
          }
        }
      },
      "Microsoft.Extensions.Configuration.CommandLine/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.FileExtensions/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0",
          "Microsoft.Extensions.FileProviders.Physical": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Json/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0",
          "Microsoft.Extensions.Configuration.FileExtensions": "2.2.0",
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.DependencyModel/2.0.0": {
        "dependencies": {
          "Microsoft.DotNet.PlatformAbstractions": "2.0.0",
          "Newtonsoft.Json": "11.0.2",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Linq": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "2.0.0.0"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Physical/2.2.0": {
        "dependencies": {
          "Microsoft.Extensions.FileProviders.Abstractions": "2.2.0",
          "Microsoft.Extensions.FileSystemGlobbing": "2.2.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.FileSystemGlobbing/2.2.0": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Extensions.Primitives/2.2.0": {
        "dependencies": {
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.18315"
          }
        }
      },
      "Microsoft.Win32.Registry/4.3.0": {
        "dependencies": {
          "System.Collections": "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"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "Newtonsoft.Json/11.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.2.21924"
          }
        }
      },
      "runtime.native.System/4.0.0": {},
      "SixLabors.Core/1.0.0-beta0005": {
        "runtime": {
          "lib/netcoreapp2.0/SixLabors.Core.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        }
      },
      "SixLabors.Fonts/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Collections.Immutable": "1.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Fonts.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.ImageSharp/1.0.0-beta0004": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Buffers": "4.4.0",
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.ImageSharp.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.ImageSharp.Drawing/1.0.0-beta0004": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "SixLabors.ImageSharp": "1.0.0-beta0004",
          "SixLabors.Shapes.Text": "1.0.0-beta0005"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.ImageSharp.Drawing.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.Shapes/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Core": "1.0.0-beta0005",
          "System.Buffers": "4.4.0",
          "System.Memory": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Shapes.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "SixLabors.Shapes.Text/1.0.0-beta0005": {
        "dependencies": {
          "SixLabors.Fonts": "1.0.0-beta0005",
          "SixLabors.Shapes": "1.0.0-beta0005"
        },
        "runtime": {
          "lib/netstandard2.0/SixLabors.Shapes.Text.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "System.AppContext/4.1.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.4.0": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {},
      "System.Diagnostics.Debug/4.0.11": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Dynamic.Runtime/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.0.11"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.0.1": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Emit.Lightweight": "4.0.1",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.0.11"
        }
      },
      "System.Memory/4.5.1": {},
      "System.ObjectModel/4.0.12": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.0.11"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.0.1": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {},
      "System.Runtime.CompilerServices.Unsafe/4.5.1": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.0.11",
          "runtime.native.System": "4.0.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Runtime.Serialization.Primitives/4.1.1": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.CodePages/4.0.1": {
        "dependencies": {
          "System.Collections": "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.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.0.11"
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
            "rid": "unix",
            "assetType": "runtime",
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "1.0.24212.1"
          },
          "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "1.0.24212.1"
          }
        }
      },
      "System.Threading/4.0.11": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Thread/4.0.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "ReportGenerator.Core/4.2.17": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.2.0",
          "Microsoft.Extensions.Configuration.Binder": "2.2.4",
          "Microsoft.Extensions.Configuration.CommandLine": "2.2.0",
          "Microsoft.Extensions.Configuration.Json": "2.2.0",
          "SixLabors.ImageSharp.Drawing": "1.0.0-beta0004"
        },
        "runtime": {
          "ReportGenerator.Core.dll": {}
        }
      },
      "ReportGenerator.DotnetCorePluginLoader/4.2.17": {
        "dependencies": {
          "McMaster.NETCore.Plugins": "0.2.4",
          "ReportGenerator.Core": "4.2.17"
        },
        "runtime": {
          "ReportGenerator.DotnetCorePluginLoader.dll": {}
        }
      },
      "ReportGenerator.MSBuild/4.2.17": {
        "dependencies": {
          "Microsoft.Build.Utilities.Core": "16.0.461",
          "ReportGenerator.Core": "4.2.17"
        },
        "runtime": {
          "ReportGenerator.MSBuild.dll": {}
        }
      }
    }
  },
  "libraries": {
    "ReportGenerator/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "McMaster.NETCore.Plugins/0.2.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pnaMHg+ooa6GxwqLWBggtAI4c9VIaYxw8TD19ztH9QdxQWIfPOEJKDPW0fp+9Ak6qbq3UOYddS/3LxjpezH78g==",
      "path": "mcmaster.netcore.plugins/0.2.4",
      "hashPath": "mcmaster.netcore.plugins.0.2.4.nupkg.sha512"
    },
    "Microsoft.Build.Framework/16.0.461": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A7krf1sxJn7BsQDz5qHU8QLMu55JaZkF7bfNYP3EVlzi4IbEArnMBCuNP9gR93LpT2XdCBzSBtXc50m6u2N9Kw==",
      "path": "microsoft.build.framework/16.0.461",
      "hashPath": "microsoft.build.framework.16.0.461.nupkg.sha512"
    },
    "Microsoft.Build.Utilities.Core/16.0.461": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1CBsIGirCn4iu/2P2bh1sbbuREJ+RziwQyexQx4n2qIVgrxGb6CNLJun4jW8SG4PRoIeoQvY+VdhhHzxRscQQA==",
      "path": "microsoft.build.utilities.core/16.0.461",
      "hashPath": "microsoft.build.utilities.core.16.0.461.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-l5tDOSom+qpx4pDEoIcqMHnGC7jJ4Uq1DiJ6St/bn0rb5xIh/q4u7OQTIcE1k+1o7E0lYnJA4ZluzS6HGFr4zw==",
      "path": "microsoft.dotnet.platformabstractions/2.0.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nOP8R1mVb/6mZtm2qgAJXn/LFm/2kMjHDAg/QJLFG6CuWYJtaD3p1BwQhufBVvRzL9ceJ/xF0SQ0qsI2GkDQAA==",
      "path": "microsoft.extensions.configuration/2.2.0",
      "hashPath": "microsoft.extensions.configuration.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-65MrmXCziWaQFrI0UHkQbesrX5wTwf9XPjY5yFm/VkgJKFJ5gqvXRoXjIZcf2wLi5ZlwGz/oMYfyURVCWbM5iw==",
      "path": "microsoft.extensions.configuration.abstractions/2.2.0",
      "hashPath": "microsoft.extensions.configuration.abstractions.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Binder/2.2.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TNTCeQwiVsBc9p4C+xPG+CmdaLVAwp+o9pHqYxtlTcXIA8ma7hCqTrXIjn7tPUEGufNEQ48sH1mfjO08jLjMdQ==",
      "path": "microsoft.extensions.configuration.binder/2.2.4",
      "hashPath": "microsoft.extensions.configuration.binder.2.2.4.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.CommandLine/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4kJIGOSRqD1Ccqerst4t/zsNs51plR7BIxbdKO1J/9rL+2DuNT+ieAuEv+HROelqTam3yOpKFR7TtHBt3oLpOA==",
      "path": "microsoft.extensions.configuration.commandline/2.2.0",
      "hashPath": "microsoft.extensions.configuration.commandline.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.FileExtensions/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-H1qCpWBC8Ed4tguTR/qYkbb3F6DI5Su3t8xyFo3/5MzAd8PwPpHzgX8X04KbBxKmk173Pb64x7xMHarczVFQUA==",
      "path": "microsoft.extensions.configuration.fileextensions/2.2.0",
      "hashPath": "microsoft.extensions.configuration.fileextensions.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Json/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jUDdmLyFmLf9V3mqnMzSAzAv4QigJ67tZh5Q7HBXeBnESL2UyeesNG6jSBti+b63JpxZf+EDyn+anx3gyrNxug==",
      "path": "microsoft.extensions.configuration.json/2.2.0",
      "hashPath": "microsoft.extensions.configuration.json.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyModel/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DyZ/Ibv/SZRMpYhaDCj0nlA+Qe52NyEL51onxAL94bUPauX0jxrK6jyxXN5DI8NVbzE5sOUWZYjTduNqUdbB+g==",
      "path": "microsoft.extensions.dependencymodel/2.0.0",
      "hashPath": "microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EcnaSsPTqx2MGnHrmWOD0ugbuuqVT8iICqSqPzi45V5/MA1LjUNb0kwgcxBGqizV1R+WeBK7/Gw25Jzkyk9bIw==",
      "path": "microsoft.extensions.fileproviders.abstractions/2.2.0",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Physical/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tbDHZnBJkjYd9NjlRZ9ondDiv1Te3KYCTW2RWpR1B0e1Z8+EnFRo7qNnHkkSCixLdlPZzhjlX24d/PixQ7w2dA==",
      "path": "microsoft.extensions.fileproviders.physical/2.2.0",
      "hashPath": "microsoft.extensions.fileproviders.physical.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileSystemGlobbing/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZSsHZp3PyW6vk37tDEdypjgGlNtpJ0EixBMOfUod2Thx7GtwfFSAQXUQx8a8BN8vfWKGGMbp7jPWdoHx/At4wQ==",
      "path": "microsoft.extensions.filesystemglobbing/2.2.0",
      "hashPath": "microsoft.extensions.filesystemglobbing.2.2.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-azyQtqbm4fSaDzZHD/J+V6oWMFaf2tWP4WEGIYePLCMw3+b2RQdj9ybgbQyjCshcitQKQ4lEDOZjmSlTTrHxUg==",
      "path": "microsoft.extensions.primitives/2.2.0",
      "hashPath": "microsoft.extensions.primitives.2.2.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
      "path": "microsoft.win32.registry/4.3.0",
      "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
    },
    "Newtonsoft.Json/11.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "runtime.native.System/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
      "path": "runtime.native.system/4.0.0",
      "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
    },
    "SixLabors.Core/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RnLbRe5J9kjSH+EDA8a58shzI+nNt96aJw1WgXxdn+DSc/ryirdEPO/2EIITvaSX6Nk9Lepcj8EOVfq16fhUmg==",
      "path": "sixlabors.core/1.0.0-beta0005",
      "hashPath": "sixlabors.core.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.Fonts/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-di4sMkEvGCREG/QEgCdI9KE1OlQLK0Hk9D9n3/yh8MkAdAo5r2XetIXHfCsIz6yMenalM+r+a5w67Ruc6npp2A==",
      "path": "sixlabors.fonts/1.0.0-beta0005",
      "hashPath": "sixlabors.fonts.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.ImageSharp/1.0.0-beta0004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ypYAt2A8FLJ85y42VOVzrCTaULbTwKMM87kYspWOpeBQG/nGBfKWGzFikNJUqOFET7lqQ1nCMp30Nin/W3DPhQ==",
      "path": "sixlabors.imagesharp/1.0.0-beta0004",
      "hashPath": "sixlabors.imagesharp.1.0.0-beta0004.nupkg.sha512"
    },
    "SixLabors.ImageSharp.Drawing/1.0.0-beta0004": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g4BYrC/1eBGGTWgRQ3pfcR5rYJLiwiZCwmbogJX5e/RSylKteAfsvc/ZR0i8QfDYeyJm7TWfHyFeCCh9yqTGIw==",
      "path": "sixlabors.imagesharp.drawing/1.0.0-beta0004",
      "hashPath": "sixlabors.imagesharp.drawing.1.0.0-beta0004.nupkg.sha512"
    },
    "SixLabors.Shapes/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AiyzJHChJE9M2EV1pPrbFSJBDa4tS73cGbtJybtZxMc9caVyT0j8kzcrPEIquZwg55pz+Rq/jiWzeeM81ehEqg==",
      "path": "sixlabors.shapes/1.0.0-beta0005",
      "hashPath": "sixlabors.shapes.1.0.0-beta0005.nupkg.sha512"
    },
    "SixLabors.Shapes.Text/1.0.0-beta0005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XtlOWOl9mqlnZ5epKH1rf2wEdKXo/KA7b6OOu0y4jE+b7VvY0XpV5TXqk3sVU7TruwbIotRjaBYV5EzZRCNUeQ==",
      "path": "sixlabors.shapes.text/1.0.0-beta0005",
      "hashPath": "sixlabors.shapes.text.1.0.0-beta0005.nupkg.sha512"
    },
    "System.AppContext/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
      "path": "system.appcontext/4.1.0",
      "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
    },
    "System.Buffers/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==",
      "path": "system.buffers/4.4.0",
      "hashPath": "system.buffers.4.4.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.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
      "path": "system.diagnostics.debug/4.0.11",
      "hashPath": "system.diagnostics.debug.4.0.11.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.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.FileSystem/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
      "path": "system.io.filesystem/4.0.1",
      "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
      "path": "system.io.filesystem.primitives/4.0.1",
      "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
    },
    "System.Linq/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
      "path": "system.linq/4.1.0",
      "hashPath": "system.linq.4.1.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
      "path": "system.linq.expressions/4.1.0",
      "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
    },
    "System.Memory/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.nupkg.sha512"
    },
    "System.ObjectModel/4.0.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
      "path": "system.objectmodel/4.0.12",
      "hashPath": "system.objectmodel.4.0.12.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.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
      "path": "system.reflection.emit/4.0.1",
      "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
      "path": "system.reflection.emit.ilgeneration/4.0.1",
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
      "path": "system.reflection.emit.lightweight/4.0.1",
      "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
      "path": "system.reflection.extensions/4.0.1",
      "hashPath": "system.reflection.extensions.4.0.1.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.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
      "path": "system.reflection.typeextensions/4.1.0",
      "hashPath": "system.reflection.typeextensions.4.1.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.CompilerServices.Unsafe/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Zh8t8oqolRaFa9vmOZfdQm/qKejdqz0J9kr7o2Fu0vPeoH3BL1EOXipKWwkWtLT1JPzjByrF19fGuFlNbmPpiw==",
      "path": "system.runtime.compilerservices.unsafe/4.5.1",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.1.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.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
      "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
      "path": "system.runtime.serialization.primitives/4.1.1",
      "hashPath": "system.runtime.serialization.primitives.4.1.1.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.CodePages/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==",
      "path": "system.text.encoding.codepages/4.0.1",
      "hashPath": "system.text.encoding.codepages.4.0.1.nupkg.sha512"
    },
    "System.Threading/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
      "path": "system.threading/4.0.11",
      "hashPath": "system.threading.4.0.11.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.Thread/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
      "path": "system.threading.thread/4.0.0",
      "hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
    },
    "ReportGenerator.Core/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ReportGenerator.DotnetCorePluginLoader/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "ReportGenerator.MSBuild/4.2.17": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\netcoreapp2.1\ReportGenerator.dll
md5: 25B9A012F29D692DD1A210ED25F17CA6 | sha1: 5D751BE4B1D79F2F0A46391A488FCE9FD235A772 | sha256: 4BBA159103A6072CB93199AE12B8F811A6054CEAFF2A20E32451F1B9AD2A7780 | sha512: 365846C9BFA938B1DDD10456B9BF763EF1B015BC4588C06B07157A17E8B6FE13A89A7ADC2F744A2069E0DA7A4A87A3FE3EA8825536EF1258013986F3B7F9A887
tools\netcoreapp2.1\ReportGenerator.DotnetCorePluginLoader.dll
md5: 15BEB1E21F2E667C4CB7590EE896B7ED | sha1: E74F5BAF7FC36FB218176C6121163E4BC2792C17 | sha256: B9FB47C9CB5E8531DC987333FB6CB36E80CD06064D3F7DD1CFA2EA171079372E | sha512: E7753E4337AE0B91FA37A6FD4EBB52645CB22B21E64DABDD97882FB32C013FAC21A3213AA8E1D928DF570239074CE012ABDFE3ADC12D2BA334EE8E8FD025C07B
tools\netcoreapp2.1\ReportGenerator.DotnetCorePluginLoader.pdb
 
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Any binaries will be identical to other package types published by the project,
in particular the ReportGenerator NuGet package.
tools\netcoreapp2.1\System.Runtime.CompilerServices.Unsafe.dll
md5: 984670E1A811372E62FEFCEBE0812108 | sha1: 746F1F461A8A629A8FB7C9544F2D49E9FAA38C96 | sha256: 82ED567F7DB6C8A4EC82E19FF9DB1D5646E845956BA24117D96346BC231624C7 | sha512: 6D88146793A042F432CDDA3CDB8B81A5CBE903DA67F98059A4EA5599AA4337C277787EEB847A0E54DAD9CA58602170623444446431AEE277A849FC3829B2EB6C
tools\netcoreapp2.1\SixLabors.Shapes.Text.dll
md5: AC704DCE4CB235D719BF7107BC74E8D6 | sha1: D71FF414865DB9FAAB7F4577BCF4BFAFF8ABC2FB | sha256: 7DA646B42E5A2D0CCBF167F22B58A9D2E85F74DC76EB00D9D5882FE86D3423AF | sha512: EC74A8D38BCB8C745A24786A3CCC7FA87AC19CBC3852D7839A3E24AC200FF0A6FB024E733566613BE2C784A6C5C4B3145B6D94150B1984A184ECEEBB314E8243
tools\netcoreapp2.1\SixLabors.Shapes.dll
md5: 34309B9F707A7CAF63753C32BBB5FE46 | sha1: 8CFF5BF5E2343527A348900973E93E6EA3A40D74 | sha256: FB21A2A2DB498D1D1C7FB5D79302A66E9FF6651BC906F1849A27D0F1FC3D9CC3 | sha512: 8FCC47006DB88776E8313C7B3B5D2BD8F140BCEF3C0CC124FF0C9E8B06717443F40C48E02E756DC361F43D2C1224268E011D62272013AF2CC511B2DD04FF1E37
tools\netcoreapp2.1\SixLabors.ImageSharp.Drawing.dll
md5: 52A6566066541D48355717E5E1959023 | sha1: 43CD7887CD5D6CA69886DB8242A03466E680CDA8 | sha256: 963527EAA4DA8D350DAFC1346362CD1F4382BDA4A787AA0EC8750DEC12C273D7 | sha512: 22939AACF90FEA8E892BEFC4C163635ACC60ECA550CB1F6BEB53E0883EDBAA044213D9C7686D81A9F2B463EC77E3803BD74B8BA5F23A7D568F67A2586EA7F637
tools\netcoreapp2.1\SixLabors.ImageSharp.dll
md5: D00B1AACBA654F088FECA491A2D95B54 | sha1: 4AA5013D33C1475208A0B3F72D1A6B55DF6EF8A2 | sha256: CCCE31F19E42C935FA2AC5CDAF6BFBAAC82273DE38B5E9BE6C8CDB6C8AA92796 | sha512: C861BBFC9AF5B4763CF8DD2242FEE19CB682D099269F0CED624C520A4E8B05592168D5DF56BD00D0BF59BF378827137FD73C23EB4DA26CE2BD79E184BED4738A
tools\netcoreapp2.1\SixLabors.Fonts.dll
md5: A34392898EFE0F30746A5D6B73A668AF | sha1: A7B82E3A54682F7EB53E6E5CA24579A90BCE59C2 | sha256: A81A32D3F208473EB82F4DD7A51C337B9E84AC8BDD6A526F696AD214196EC5B1 | sha512: 589805298CFFEBCBBF6BDA78799D295F5F41C47BD0856CC56E88334965E303C34F1497A1468840E78235758A513CDEA681B4DB9265DD9F374F8351CCBCF37E1D
tools\netcoreapp2.1\SixLabors.Core.dll
md5: 9E69A9CFA821484A2F0D0CD4BE90E486 | sha1: 217B5CC93CE5CD4D938EC9D4631E769052812118 | sha256: 094548BC14139797A0C7A86B9F394DB70A377050E4040B1162106A899C17B790 | sha512: 2813A3C6B39DB2E2E518C1EC007F78DFC37AC1677DA294BF4FBA11D40B7ADB277C0CACB1746C661F6C93AFA9D7E1A3955B8FD037F9C3C0C28B865FAB7D699DB2
tools\netcoreapp2.1\runtimes\win\lib\netstandard1.3\System.Text.Encoding.CodePages.dll
md5: 7E864D924DF671C075BA30F8E1930D00 | sha1: A41F100A20C52953C486B37BBE95D0F56B3E597D | sha256: 44D99AA44D84BBEA9219216C02C9CF5ED52599ED2969E3BB17128E4EEDD7434F | sha512: 5D67F5A3154606646DACADB7A81583435987039DFEB5E2982C3EA553357764C13AD6D662AC3033B6C4340B341CBDA56E3A304B48BA31696747D930E8976C59B1
tools\netcoreapp2.1\runtimes\unix\lib\netstandard1.3\System.Text.Encoding.CodePages.dll
md5: 0A2A59B7B87B8E5C4D8F75AB9FA9A342 | sha1: D93625E01397B44C72129869EB5D6CE16B1A80F5 | sha256: A898D0B72D5B16D24E90BB9879AD6874D76F6E638D91C5968A8AD61AAF059C5B | sha512: D1ED7EAE997B5BDCF4F8AB507B4FEF677D3AC8AD7C6094A53A4D0F73ED1F349566EA5DD69D468EAF4DDC47452F9B13286A17BECF675263E341ABE97EC66CFAE4
tools\netcoreapp2.1\ReportGenerator.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp2.1",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "2.1.0"
    },
    "rollForwardOnNoCandidateFx": 2
  }
}
tools\netcoreapp2.1\ReportGenerator.pdb
 
tools\netcoreapp2.1\ReportGenerator.MSBuild.pdb
 
tools\netcoreapp2.1\ReportGenerator.MSBuild.dll
md5: 7B485DAC824B61DAD7F342FFCDFA18D7 | sha1: 42148608F44565B1630CBF51B857CCF1BB690A14 | sha256: FCDF98EC7D526377400C7385FC8742590A7D8C1716C2203484876F39AFCF65DE | sha512: 1BB1CB267966DD99DDF4C2B2D4C28CD06A2D28BF1F7EEC1FC9236E019CB6ABBA4E09CC6A8910E2A869FE5CD141E34381EEE140E507E412511C3B05BEDE470E9C

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
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.3 62 Thursday, March 14, 2024 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.2 100 Saturday, February 24, 2024 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.1 138 Saturday, February 3, 2024 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.2.0 471 Tuesday, November 14, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.26 1631 Friday, October 6, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.25 180 Monday, September 4, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.24 180 Saturday, August 12, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.23 419 Tuesday, July 4, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.22 293 Wednesday, June 7, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.20 314 Friday, April 28, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.19 237 Thursday, March 9, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.18 99 Sunday, February 26, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.17 157 Thursday, February 9, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.16 140 Thursday, February 2, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.15 130 Thursday, January 19, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.14 79 Wednesday, January 18, 2023 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.13 179 Saturday, December 17, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.12 165 Wednesday, November 16, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.11 127 Tuesday, November 8, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.10 691 Sunday, September 4, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.9 1255 Wednesday, May 18, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.7 169 Sunday, May 15, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.6 286 Sunday, May 1, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.5 179 Tuesday, April 26, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.4 667 Sunday, April 3, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.3 348 Monday, March 21, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.2 167 Tuesday, March 15, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.1.1 171 Sunday, March 13, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.4 552 Thursday, February 10, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.3 322 Thursday, January 27, 2022 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.2 388 Tuesday, December 28, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 5.0.0 658 Friday, November 12, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.9.0 79 Friday, November 12, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.13 690 Monday, September 27, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.11 1164 Tuesday, June 22, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.10 200 Wednesday, June 16, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.9 445 Tuesday, May 25, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.7 858 Thursday, March 4, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.6 379 Saturday, February 20, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.5 310 Wednesday, February 3, 2021 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.4 639 Wednesday, December 30, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.3 193 Saturday, December 26, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.2 221 Tuesday, December 15, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.1 251 Friday, November 20, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.8.0 194 Wednesday, November 11, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.7.1 345 Saturday, October 10, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.7.0 182 Wednesday, October 7, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.7 358 Tuesday, September 8, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.6 162 Thursday, September 3, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.5 183 Saturday, August 29, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.4 325 Sunday, August 2, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.3 145 Sunday, August 2, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.2 173 Tuesday, July 28, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.1 469 Monday, June 1, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.6.0 584 Tuesday, May 26, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.8 279 Tuesday, May 5, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.6 354 Monday, April 13, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.5 174 Saturday, April 11, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.4 242 Sunday, April 5, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.3 248 Sunday, March 29, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.2 343 Thursday, March 12, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.1 189 Tuesday, March 10, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.5.0 271 Monday, February 24, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.7 321 Friday, February 7, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.6 150 Wednesday, January 29, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.5 289 Monday, January 20, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.4 201 Sunday, January 19, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.3 144 Friday, January 17, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.2 179 Wednesday, January 15, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.1 158 Tuesday, January 14, 2020 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.4.0 256 Wednesday, December 25, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.9 197 Monday, December 16, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.8 181 Thursday, December 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.6 360 Tuesday, November 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.5 210 Thursday, October 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.4 250 Thursday, October 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.3 199 Sunday, October 27, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.2 239 Monday, October 21, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.1 220 Tuesday, October 15, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.3.0 267 Tuesday, October 1, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.20 6082 Monday, September 16, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.19 327 Wednesday, September 4, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.17 251 Saturday, August 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.16 239 Wednesday, August 28, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.15 474 Monday, August 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.14 180 Monday, August 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.13 168 Sunday, August 11, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.12 225 Wednesday, July 31, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.11 292 Saturday, July 27, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.10 366 Thursday, July 18, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.9 263 Friday, July 12, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.5 339 Wednesday, July 3, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.4 187 Tuesday, July 2, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.3 172 Monday, July 1, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.2 280 Thursday, June 20, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.1 259 Monday, June 17, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.2.0 178 Friday, June 14, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.10 265 Wednesday, June 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.9 245 Thursday, May 30, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.8 232 Saturday, May 25, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.7 207 Wednesday, May 22, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.6 259 Monday, May 20, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.5 348 Sunday, May 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.4 372 Monday, April 22, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.3 292 Wednesday, April 17, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.2 248 Thursday, April 11, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.1 276 Monday, April 8, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.1.0 218 Wednesday, April 3, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.15 474 Tuesday, March 5, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.14.0 226 Wednesday, February 27, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.13.1 237 Sunday, February 24, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.13.0 158 Thursday, February 21, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.12.0 222 Wednesday, February 13, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.11.0 263 Wednesday, February 6, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.9.0 387 Wednesday, January 23, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.7.0 230 Thursday, January 17, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.6.0 237 Tuesday, January 15, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.5.0 312 Thursday, January 3, 2019 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.4.0 725 Wednesday, November 14, 2018 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.3.0 229 Saturday, November 10, 2018 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 4.0.0.0 458 Friday, October 19, 2018 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 3.1.0.0 2388 Wednesday, December 6, 2017 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 3.0.0.0 1026 Sunday, September 17, 2017 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.9.0 753 Monday, July 3, 2017 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.2.0 593 Saturday, December 31, 2016 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.1.0 447 Monday, November 14, 2016 Approved
ReportGenerator (Portable) - Generates reports for various code coverage tools 2.5.0.0 608 Tuesday, November 8, 2016 Approved

This package has no dependencies.

Discussion for the ReportGenerator (Portable) - Generates reports for various code coverage tools Package

Ground Rules:

  • This discussion is only about ReportGenerator (Portable) - Generates reports for various code coverage tools and the ReportGenerator (Portable) - Generates reports for various code coverage tools 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 ReportGenerator (Portable) - Generates reports for various code coverage tools, 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