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:

15,954

Downloads of v 0.28.0:

883

Last Update:

21 Nov 2018

Package Maintainer(s):

Software Author(s):

  • filipw

Tags:

https://github.com/filipw/dotnet-script.git

dotnet.script

This is not the latest version of dotnet.script available.

  • 1
  • 2
  • 3

0.28.0 | Updated: 21 Nov 2018

Downloads:

15,954

Downloads of v 0.28.0:

883

Maintainer(s):

Software Author(s):

  • filipw

dotnet.script 0.28.0

This is not the latest version of dotnet.script available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install dotnet.script, run the following command from the command line or from PowerShell:

>

To upgrade dotnet.script, run the following command from the command line or from PowerShell:

>

To uninstall dotnet.script, 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 dotnet.script -y --source="'INTERNAL REPO URL'" --version="'0.28.0'" [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 dotnet.script -y --source="'INTERNAL REPO URL'" --version="'0.28.0'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install dotnet.script
  win_chocolatey:
    name: dotnet.script
    version: '0.28.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'dotnet.script' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.28.0'
end

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


cChocoPackageInstaller dotnet.script
{
    Name     = "dotnet.script"
    Version  = "0.28.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'dotnet.script':
  ensure   => '0.28.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 28 Apr 2019.

Description

Dotnet CLI tool allowing you to run C# (CSX) scripts.


Dotnet.Script\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 33E043E2F00E65F5F21C8D03CFF78652 | sha1: ED6E71C48DE859C9D4D96C5070E02D0103341C3E | sha256: 3BBF2ECD0DF1063ED59F4D0D30B8E2A229BC1B6B5A6A7585D9948ECB0DAD8084 | sha512: 2F8C66039F3D2153D7AEEEC2754F7A5EB20E89CB69B009AF60694A13E6DA438196A7C6D52ECED892304D262642D262FBDED3E260B325B60DC3D171394705E380
Dotnet.Script\cs\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: F0D563DBD3F4325761F6DB58BD4B4FAB | sha1: 785162782CD7B521B96C4C43609F1E3881135964 | sha256: B40F91D41E8998ACDA92BBB07C123DFB685B4409C6EB757D29858565FC1772E2 | sha512: 31A4B09CBE73E88A7DEF524DE17970C4A1712481EF71596703C9D46491B373B80367296BDCE7CBB130C087EBB937BC23335055B96906BECC58975FE2A73E1D6E
Dotnet.Script\cs\Microsoft.CodeAnalysis.resources.dll
md5: 74AE93C3915F0AEC7DB9659B2969D42C | sha1: 96EAE4529E00B2A49DAC261119A43B766E17F963 | sha256: B0496B42A8CC8988D546456ED0C8DE2030B62268856437A8BD83170E9A27F58D | sha512: FCCF9B27C8ADEB8C7A32FEE04285BB332766A441D641F6A55A44C2D14F34034EDAB76EF29F524BB2C0B93E0CE6751B4E330480075C6DA23798D4295937AA1A03
Dotnet.Script\cs\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 310D074365FCEA69DAB885CCFB39F7FC | sha1: FBB31707842045C2B8A6F1CA89F677C79785CE1D | sha256: F80DE68ED90C5BD85D68F851F41196096826DE6147A6EE99DCD3718A9062405E | sha512: F12E1EC5CFB98409DEA71140CD24F90CD1778F2FE6CA1B1EB223E2099DD5D0B2ACB8CE10A243431E63D4EE8CD99F5B9826CB85C32FBBB854BE5E40F06ABD234D
Dotnet.Script\de\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 6D1E57014907223B2292BC274A4D83CA | sha1: F90E666A9C797E81E7CBA06142D37A8541A6819E | sha256: 68042701565FBCD767073927ECC67B9A8DF82887A2361D6D682BAEE7C7618B1A | sha512: 19171D3506A0F646E8A3ADE99973FA2F8AF9FA07E4C0D5A12271FB4DEE2CF11DAE039213D38E68E96A216FD7AD728AB7FFC2AD03C9C9EA63FC1E19243D45DC05
Dotnet.Script\de\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: DE9ABEB073F14FB54FB6CB0269F0B37A | sha1: C77471259CA768C7FDD31C9241BAEC35FB3C3DC0 | sha256: A819F45863F1F941486C0EEB090799412724EE45BA196BDEA535BF915893BA50 | sha512: 7879C998E39CC4C52013B6C8A2235F41E8C9A551B4FF0A9C526108214E16E23794E5284FA61A5EAF275E03A9BD47186249CBF8785E726701FCF032A19223E3A7
Dotnet.Script\de\Microsoft.CodeAnalysis.resources.dll
md5: 1A742A916A53AE42EE817829956D1541 | sha1: 43A6B79D0A75101FF9E1349646C12A2573338C64 | sha256: D7DDF242B00A6199DD24C8794E83C5E875489F905F7E7C546BF8E97EBC335CD8 | sha512: B38D34542A2017B9F74DC2B8F97B7BD5F08FF9AD5E2938303D83FA7D3DCD1F55E6B25EF31F91173FBBD6F1B9827CBE248DEFA57EE747BD585E223F0B527130FC
Dotnet.Script\de\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 78C1CF5330B05750B37E1175FF94811C | sha1: C878145B9E33944FA09C66E25A2F632622735625 | sha256: 79AB58098429527C9DEB1C481799CD531DBA254199D1D5D5431FDD51300B9C7C | sha512: 0EDDAAC0C116C7A7DC5363278A10CE6D5AD757F4FE6CBA74FC5210B4BEBE56EA52282FA5512CCCD8651E176E51BF9AA815318169B93A28E02853A09E642A5673
Dotnet.Script\dotnet-script.cmd
@dotnet exec "%~dp0dotnet-script.dll" %*
Dotnet.Script\dotnet-script.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1",
    "signature": "af4fa0523af59e92307246580b0534b0713f2343"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {
      "dotnet-script/0.28.0": {
        "dependencies": {
          "Dotnet.Script.Core": "0.28.0",
          "McMaster.Extensions.CommandLineUtils": "2.2.2",
          "Microsoft.CodeAnalysis.CSharp": "2.9.0",
          "Microsoft.Extensions.Logging.Console": "2.1.1"
        },
        "runtime": {
          "dotnet-script.dll": {}
        }
      },
      "McMaster.Extensions.CommandLineUtils/2.2.2": {
        "dependencies": {
          "System.ComponentModel.Annotations": "4.4.1"
        },
        "runtime": {
          "lib/netstandard2.0/McMaster.Extensions.CommandLineUtils.dll": {
            "assemblyVersion": "2.2.2.0",
            "fileVersion": "2.2.2.259"
          }
        }
      },
      "Microsoft.CodeAnalysis.Analyzers/2.6.1": {},
      "Microsoft.CodeAnalysis.Common/2.9.0": {
        "dependencies": {
          "Microsoft.CodeAnalysis.Analyzers": "2.6.1",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Console": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.FileVersionInfo": "4.3.0",
          "System.Diagnostics.StackTrace": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.CodePages": "4.5.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0",
          "System.Threading.Tasks.Parallel": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.ValueTuple": "4.5.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0",
          "System.Xml.XPath.XDocument": "4.3.0",
          "System.Xml.XmlDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {
            "assemblyVersion": "2.9.0.0",
            "fileVersion": "2.9.0.63208"
          }
        },
        "resources": {
          "lib/netstandard1.3/cs/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard1.3/de/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard1.3/es/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard1.3/fr/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard1.3/it/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard1.3/ja/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard1.3/ko/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard1.3/pl/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard1.3/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard1.3/ru/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard1.3/tr/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard1.3/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard1.3/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.CodeAnalysis.CSharp/2.9.0": {
        "dependencies": {
          "Microsoft.CodeAnalysis.Common": "2.9.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {
            "assemblyVersion": "2.9.0.0",
            "fileVersion": "2.9.0.63208"
          }
        },
        "resources": {
          "lib/netstandard1.3/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard1.3/de/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard1.3/es/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard1.3/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard1.3/it/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard1.3/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard1.3/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard1.3/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard1.3/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard1.3/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard1.3/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard1.3/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard1.3/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.CodeAnalysis.CSharp.Scripting/2.9.0": {
        "dependencies": {
          "Microsoft.CodeAnalysis.CSharp": "2.9.0",
          "Microsoft.CodeAnalysis.Scripting.Common": "2.9.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Scripting.dll": {
            "assemblyVersion": "2.9.0.0",
            "fileVersion": "2.9.0.63208"
          }
        },
        "resources": {
          "lib/netstandard1.3/cs/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard1.3/de/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard1.3/es/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard1.3/fr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard1.3/it/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard1.3/ja/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard1.3/ko/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard1.3/pl/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard1.3/pt-BR/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard1.3/ru/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard1.3/tr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard1.3/zh-Hans/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard1.3/zh-Hant/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.CodeAnalysis.Scripting.Common/2.9.0": {
        "dependencies": {
          "Microsoft.CodeAnalysis.Common": "2.9.0",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.StackTrace": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CodeAnalysis.Scripting.dll": {
            "assemblyVersion": "2.9.0.0",
            "fileVersion": "2.9.0.63208"
          }
        },
        "resources": {
          "lib/netstandard1.3/cs/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard1.3/de/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard1.3/es/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard1.3/fr/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard1.3/it/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard1.3/ja/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard1.3/ko/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard1.3/pl/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard1.3/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard1.3/ru/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard1.3/tr/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard1.3/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard1.3/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
        "dependencies": {
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.0.0"
          }
        }
      },
      "Microsoft.Extensions.Configuration/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Binder/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/2.1.1": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.DependencyModel/2.1.0": {
        "dependencies": {
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Newtonsoft.Json": "11.0.2",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Linq": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.0.0"
          }
        }
      },
      "Microsoft.Extensions.Logging/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Binder": "2.1.1",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.1",
          "Microsoft.Extensions.Logging.Abstractions": "2.1.1",
          "Microsoft.Extensions.Options": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Logging.Abstractions/2.1.1": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Logging.Configuration/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Logging": "2.1.1",
          "Microsoft.Extensions.Options.ConfigurationExtensions": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Logging.Console/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "2.1.1",
          "Microsoft.Extensions.Logging": "2.1.1",
          "Microsoft.Extensions.Logging.Configuration": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Options/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.1",
          "Microsoft.Extensions.Primitives": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Options.ConfigurationExtensions/2.1.1": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "2.1.1",
          "Microsoft.Extensions.Configuration.Binder": "2.1.1",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.1",
          "Microsoft.Extensions.Options": "2.1.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Extensions.Primitives/2.1.1": {
        "dependencies": {
          "System.Memory": "4.5.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "2.1.1.0",
            "fileVersion": "2.1.1.18157"
          }
        }
      },
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.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"
          }
        }
      },
      "NuGet.Common/4.8.0": {
        "dependencies": {
          "NuGet.Frameworks": "4.8.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Threading.Thread": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Common.dll": {
            "assemblyVersion": "4.8.0.6",
            "fileVersion": "4.8.0.5385"
          }
        }
      },
      "NuGet.Configuration/4.8.0": {
        "dependencies": {
          "NuGet.Common": "4.8.0",
          "System.Security.Cryptography.ProtectedData": "4.4.0"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Configuration.dll": {
            "assemblyVersion": "4.8.0.6",
            "fileVersion": "4.8.0.5385"
          }
        }
      },
      "NuGet.Frameworks/4.8.0": {
        "runtime": {
          "lib/netstandard1.6/NuGet.Frameworks.dll": {
            "assemblyVersion": "4.8.0.6",
            "fileVersion": "4.8.0.5385"
          }
        }
      },
      "ReadLine/2.0.1": {
        "runtime": {
          "lib/netstandard2.0/ReadLine.dll": {
            "assemblyVersion": "2.0.1.0",
            "fileVersion": "2.0.1.0"
          }
        }
      },
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/debian.8-x64/native/_._": {
            "rid": "debian.8-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/fedora.23-x64/native/_._": {
            "rid": "fedora.23-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/fedora.24-x64/native/_._": {
            "rid": "fedora.24-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.native.System/4.3.0": {},
      "runtime.native.System.IO.Compression/4.3.0": {},
      "runtime.native.System.Net.Http/4.3.0": {},
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/opensuse.13.2-x64/native/_._": {
            "rid": "opensuse.13.2-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/opensuse.42.1-x64/native/_._": {
            "rid": "opensuse.42.1-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "runtimeTargets": {
          "runtime/osx.10.10-x64/native/_._": {
            "rid": "osx.10.10-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/osx.10.10-x64/native/_._": {
            "rid": "osx.10.10-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/rhel.7-x64/native/_._": {
            "rid": "rhel.7-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/ubuntu.14.04-x64/native/_._": {
            "rid": "ubuntu.14.04-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/ubuntu.16.04-x64/native/_._": {
            "rid": "ubuntu.16.04-x64",
            "assetType": "native"
          }
        }
      },
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "runtimeTargets": {
          "runtime/ubuntu.16.10-x64/native/_._": {
            "rid": "ubuntu.16.10-x64",
            "assetType": "native"
          }
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {},
      "System.ComponentModel.Annotations/4.4.1": {},
      "System.Configuration.ConfigurationManager/4.4.1": {
        "dependencies": {
          "System.Security.Cryptography.ProtectedData": "4.4.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.25921.2"
          }
        }
      },
      "System.Console/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.FileVersionInfo/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/linux/lib/_._": {
            "rid": "linux",
            "assetType": "runtime"
          },
          "runtime/osx/lib/_._": {
            "rid": "osx",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Diagnostics.StackTrace/4.3.0": {
        "dependencies": {
          "System.IO.FileSystem": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Tools/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Dynamic.Runtime/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "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.Compression/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.IO.Compression": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.1": {},
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.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.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "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.3.0",
          "runtime.native.System": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/osx/lib/_._": {
            "rid": "osx",
            "assetType": "runtime"
          },
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Security.Cryptography.Cng/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          }
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.ProtectedData/4.4.0": {
        "runtime": {
          "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.6.25519.3"
          }
        },
        "runtimeTargets": {
          "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.6.25519.3"
          }
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.3.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        },
        "runtimeTargets": {
          "runtime/unix/lib/_._": {
            "rid": "unix",
            "assetType": "runtime"
          },
          "runtime/win/lib/_._": {
            "rid": "win",
            "assetType": "runtime"
          }
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.CodePages/4.5.0": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "4.5.1"
        },
        "runtime": {
          "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          }
        },
        "runtimeTargets": {
          "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks.Parallel/4.3.0": {
        "dependencies": {
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.ValueTuple/4.5.0": {},
      "System.Xml.ReaderWriter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XmlDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XPath/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "System.Xml.XPath.XDocument/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0",
          "System.Xml.XPath": "4.3.0"
        }
      },
      "Dotnet.Script.Core/0.28.0": {
        "dependencies": {
          "Dotnet.Script.DependencyModel": "0.8.0",
          "Dotnet.Script.DependencyModel.NuGet": "0.6.2",
          "Microsoft.CodeAnalysis.CSharp.Scripting": "2.9.0",
          "Microsoft.Extensions.DependencyModel": "2.1.0",
          "Newtonsoft.Json": "11.0.2",
          "ReadLine": "2.0.1",
          "System.Collections.Immutable": "1.5.0",
          "System.Configuration.ConfigurationManager": "4.4.1",
          "System.Reflection.Metadata": "1.6.0",
          "System.Text.Encoding.CodePages": "4.5.0",
          "System.ValueTuple": "4.5.0"
        },
        "runtime": {
          "Dotnet.Script.Core.dll": {}
        }
      },
      "Dotnet.Script.DependencyModel/0.8.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyModel": "2.1.0",
          "NuGet.Configuration": "4.8.0"
        },
        "runtime": {
          "Dotnet.Script.DependencyModel.dll": {}
        }
      },
      "Dotnet.Script.DependencyModel.NuGet/0.6.2": {
        "dependencies": {
          "Microsoft.CodeAnalysis.CSharp.Scripting": "2.9.0"
        },
        "runtime": {
          "Dotnet.Script.DependencyModel.NuGet.dll": {}
        }
      }
    }
  },
  "libraries": {
    "dotnet-script/0.28.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "McMaster.Extensions.CommandLineUtils/2.2.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SY33KbwT0XpT34XYvqQvabK30vGOjfM5l4LL4YsnycsCxzH9rWy5/EITs+SwXyistv9I9pTgIOjNQolgHlRc0Q==",
      "path": "mcmaster.extensions.commandlineutils/2.2.2",
      "hashPath": "mcmaster.extensions.commandlineutils.2.2.2.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.Analyzers/2.6.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x9MfOXfTj/tdgm3rV15niL/J0T36ZPiVrIfO3Tax9Lv4fLGnVZJXSQatZezJ+tX+YYk2ZAPbq87vnSFwh1Je9w==",
      "path": "microsoft.codeanalysis.analyzers/2.6.1",
      "hashPath": "microsoft.codeanalysis.analyzers.2.6.1.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.Common/2.9.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gWTphgR8eHu39XcrfhxE8WwD35C/vaR06QiKM1TaCbjmgPafZ9G3TY7eeT44BfHVMQEGYZmjV5NZNQLm2F7ZTQ==",
      "path": "microsoft.codeanalysis.common/2.9.0",
      "hashPath": "microsoft.codeanalysis.common.2.9.0.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.CSharp/2.9.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RNACUadFXlT3/Y4XIVI1+g3hpGgToYJyVTRBVFmhE8gtRA2snM5dPKv2e4Qz7K/3Ap7Ky+YgIKCO4YsmWqal/A==",
      "path": "microsoft.codeanalysis.csharp/2.9.0",
      "hashPath": "microsoft.codeanalysis.csharp.2.9.0.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.CSharp.Scripting/2.9.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LP7EvgZigdSpSegHs3QlNUfX9TEEbgsYGpiaI9v0su/3qIcLop8xiv3zJkibdVkbnx7kaC9zIMf82L7ScxBugQ==",
      "path": "microsoft.codeanalysis.csharp.scripting/2.9.0",
      "hashPath": "microsoft.codeanalysis.csharp.scripting.2.9.0.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.Scripting.Common/2.9.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m1ee1pIEcFqdAsG967gkvMfrSCExobX+AgXPoBbIco2VLByzeaFhdFWYU+bEIJW02BVvhH2JwcwIM+AVj0lpOA==",
      "path": "microsoft.codeanalysis.scripting.common/2.9.0",
      "hashPath": "microsoft.codeanalysis.scripting.common.2.9.0.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wkCXkBS0q+5hsbeikjfsHCGP3nNe1L1MrDEBPCBKm+4UH8nXqHLxDZuBrTYaVY85CGIx2y1qW90nO6b+ORAfrA==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1JaydycXzbfAExlsD7XIWykzVnU/wZM86KzrHyGlXuxqnqzcWSXLJn4Ejn8bDnq07CEJNZ+GjsxWKlJ8kFfnvQ==",
      "path": "microsoft.extensions.configuration/2.1.1",
      "hashPath": "microsoft.extensions.configuration.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9EMhOWU2eOQOtMIJ+vfwKJpnLRc1Wl3vXu8qXeevA91cSY4j3WvArmF7ApGtJwa7yKewJTvlQlBSn9OSnLFg6Q==",
      "path": "microsoft.extensions.configuration.abstractions/2.1.1",
      "hashPath": "microsoft.extensions.configuration.abstractions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Binder/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t7KFAv6AxyUsZj9QN8FAbusg+X5baCELl+XtscyuP1IGUv5UctyY7/rNZLyiKaV7HhAcDQ1zC5ZQNQQFn6JpAA==",
      "path": "microsoft.extensions.configuration.binder/2.1.1",
      "hashPath": "microsoft.extensions.configuration.binder.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PW1596sF97gpIc1JuUuYvTmeLfeqC5whbWPsWgJhN0fdwz683him3b/HB0dqhFesVssOjnnA0fEz4+S0gUeBqA==",
      "path": "microsoft.extensions.dependencyinjection.abstractions/2.1.1",
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyModel/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3KPT6CLH0VEGr2um9aG1rYTmqfMVlkRuueFpN6AxeIKpcMA4OVHf4aNpgYXZ6oF+x4uh9VhK/66FgPCd1mMlnQ==",
      "path": "microsoft.extensions.dependencymodel/2.1.0",
      "hashPath": "microsoft.extensions.dependencymodel.2.1.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x4/RzeReQSIi4nVpOjXEySm/xUSr6lBjuecdYnlUboWxbLSm2j3vhFV5OLGRp3gfte3cRMdysMNa/wyZN0t/Tw==",
      "path": "microsoft.extensions.logging/2.1.1",
      "hashPath": "microsoft.extensions.logging.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Abstractions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QWFWKrdeoDSEr8nVJaBAVDMj24wnh9clGzDNmMdgHHRsOIwTUMeh4XljeZXJhIKPT00jWuzwEzn3uNxOtO4cYg==",
      "path": "microsoft.extensions.logging.abstractions/2.1.1",
      "hashPath": "microsoft.extensions.logging.abstractions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Configuration/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eWFdWiyDpzXrzIOQlNUIJ5Tv1nTkxDGEdaxFqcBmCKs5USFBEtwlmSSg06Z2EZ06aQKtWLLi9KjARdlh62zDIQ==",
      "path": "microsoft.extensions.logging.configuration/2.1.1",
      "hashPath": "microsoft.extensions.logging.configuration.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Console/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-38NHT66tf9+0Sq28TbhayRS1+LrybqFz9oycPyYDm+sQID47tsPoQA/ZqPIK81zsA1z5r+7BrUflXwmNmvzW4A==",
      "path": "microsoft.extensions.logging.console/2.1.1",
      "hashPath": "microsoft.extensions.logging.console.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Options/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-j0zOfTt1Qm+JDW2m+6Q/aj1m4C8+onudUu4ls/fN69VxruZkMWmX1bPKkbkYIPNNxJsf4k7FOkVq5o1vEFq9pQ==",
      "path": "microsoft.extensions.options/2.1.1",
      "hashPath": "microsoft.extensions.options.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Options.ConfigurationExtensions/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rRGENwWe/jAfAKWYV/P0TQW5T8zsQv+Cx3lfUgQrdP4YLHx/fPIs3hQplMklawcdzAGTR4FN4e4xU7Qgk5KHnA==",
      "path": "microsoft.extensions.options.configurationextensions/2.1.1",
      "hashPath": "microsoft.extensions.options.configurationextensions.2.1.1.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Svz25/egj1TsNL4118jyMqkhDiu0l8QYWq2p52P4BBN0GbqwR18ZRIctSP5TTDJy0m0EFC8aB2FOVjGtvEGWSA==",
      "path": "microsoft.extensions.primitives/2.1.1",
      "hashPath": "microsoft.extensions.primitives.2.1.1.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pcwT5/7luiumC3hgIL8UIK5BxpC9VQ51CsTkSD15loIEqdjieFp5jR2mkKi49XOKkTLKEbd7aaB8dg90Nt91BQ==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AavBqKxLUdhW/+jsv9RHRkXQlNF2VLn0Bk8GBtHikXtg1I3/rdyeS39LNo3/i50YHKVHXngBkaG8s1VaQeA8EQ==",
      "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"
    },
    "NuGet.Common/4.8.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9LP/PvMPG9Fp0Mfh5VXkFb3vYKZCxFYjVmEYw+jv3UYJnjR+pQfufPr0A3LVZW8gCZfBgRW86hsc0JWP3F6eCQ==",
      "path": "nuget.common/4.8.0",
      "hashPath": "nuget.common.4.8.0.nupkg.sha512"
    },
    "NuGet.Configuration/4.8.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6UVT4GSlmGHlKj1u8ppPvmTBImb+L1unto4ZYGLSLlZXwHfEMUGoii//IABsSVPewpwTc38CayfMeIEzG9zLQw==",
      "path": "nuget.configuration/4.8.0",
      "hashPath": "nuget.configuration.4.8.0.nupkg.sha512"
    },
    "NuGet.Frameworks/4.8.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-enbzfM4pYIqtU6fwP9EmiMYkWuUC1Q5O67q4sm1vMuCjPKEs8Bm8zg27VAxLpN9h47XEhIJXMj1eB0OZOTMviA==",
      "path": "nuget.frameworks/4.8.0",
      "hashPath": "nuget.frameworks.4.8.0.nupkg.sha512"
    },
    "ReadLine/2.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m3eptlV2hlZ3gWxdhvgsUpSjwyA3NCeLdbhgDt0V8rXP1E6ZbjOOExcAufHvAZepSKJvV+zZO1eYWGveShA4gw==",
      "path": "readline/2.0.1",
      "hashPath": "readline.2.0.1.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/JzPg7iKsFwIS7FPKZIRJlNcTD7rBQ3kryyoSEPPfxH5gMaPNmH+kjVT2PrBay95Qm+ZiurF9GcDDidPGEQJFA==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qK3bdi9Sm8lFFj36PmzhzODRQM/gzZ8Ba5v1SeHW054JWi7EGJNjau34iifZwNC90MogBg1SoT47YI8L6Y+aMA==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DbmGaB2n28O3sAKIyA+WoJUcFbQm/gilvMVBZg9S6jXAlnc+mfY5E19lNpJeC44mK7af7OSlp/akF9EiJMl2GQ==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G8iY4meBzEGlulw6VGXCaq8Nzi5ZBSRHAY9w9X6jT0J5gczMTfk3gYy94Txhm/mvZa5pb6Z23m/AmMW+wv8Ysw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KFJfG5HilW3TKs8UhcB4OCuFLd/pAcII1+M63F6QwA3+g1se7EactX1gsuqkecb7b5dlgkqkeNi09Qb3dO9cLQ==",
      "path": "runtime.native.system.io.compression/4.3.0",
      "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-T1QjeXl/NQXWs/2/QBIUVpgmltA3HgwoKuRXND8ObYl4s2OrKrvRJt19v343rO1evJOlAHd/tW2m69FkByqR/A==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pzYnyEvvsRoVijEFB1AQH6fHaFo5FDhWRolAL6Rot/d7kM5jO49ZOnF1sgcbU7NM7b+mQ1sVFQB3+Yly7g4xCw==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+7v8iH2VTcC4q407O0kCYzIpHDS10htbQNS5MFRRwJfnRpsu85zKSmpxr0JN07JTc6tkkjf86f1Iy4k3EkX9IA==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8X1iUaCCwDgVStQddnxdUm+tuljV6NwRMIhS8AFHj3sAciMBWaeyqvjGDSM4kXAkTBXAt8+BaanizaEBmLmtjw==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TcGZ/v1sOBMshBnDA1Sx5oNZj9nml0fM7+r44dqHoICbu2vNR3phzP3zNnNg2EnTCh+jR2dVkQtLpMXw+ODBiA==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-08fmISekELabJEOfDvPhYiWit5mJBTGAlAgFrz+mZVPNp9RnLO9yHKdXmwfUH11gp4Vm6erBXppFV9Fw5wu0TQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iWzRg0DAMJMGH/czofpsYVfuj12ZCHVA3bnzteTCljBeIl2+r8xWJCpvW1TEP1VkG8CnTxuYArSsMvxB++5hxw==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nccseIr+I5DFeqq91p4G8/ScuMSnJcxUaOLcVcBPmC/+eQr8P8pZMQTTitZp9J8sX0Lmb/Sq83ZnjaTVlaFISA==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WDem6DAUgzOVSBXzWo8pp6XxTO7B9q969GVcEVvt4GCcWXYNmSEBWJMe9WiAcfzu5aDcWywXCxrmld3QDbJBEg==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-betAfW/S1V3BwoiRmQRYEmmDTCjhdUPNOfvtP+hIdxuk6ZxM1N0GtbywCzSooxctM6E6G33vXe2rEXSBndelQQ==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-200eFB0N9eZBbJpX4B2LGl6vyXZ1XbtKgO7LFxAT9/EXb5q3l7VIdzIX70sGwyucSVq2xYAqX7cGlZwr8Pu+jg==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zZRNZ04/RbmqVqeQQD/3obs6azzyZ2MZr7yEfJpGxduKwC/bYh+VhvOyoumnSbLpgWPTJsC0eVj2AHn2lrDExA==",
      "path": "system.appcontext/4.3.0",
      "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
    },
    "System.Buffers/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kq8xfNVZ4drRF22I3cgKu0crGj5et9UnIdaVlyQs1YJNDWYESnwjYAHXnGOuSHWZY7q7EHuTdmeIlud+pXkAeA==",
      "path": "system.buffers/4.3.0",
      "hashPath": "system.buffers.4.3.0.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IBm+Q1J1tm1WL8i75kHNGMciYO++PKuUCG5t+mjcZ7bseyz553hk+eMzDCj7PA4KBxH231a/9WYb8lhrDv1iRw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Collections.Concurrent/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5ulfVe0tzqwrRQMEIh6vObV+kmppVjD55Dd0UE6mZTy/5msJB0X9L/9STB09xYzHZiOi7bf85QGCDdFPVSs40A==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RGxi2aQoXgZ5ge0zxrKqI4PU9LrYYoLC+cnEnWXKsSduCOUhE1GEAAoTexUVT8RZOILQyy1B27HC8Xw/XLGzdQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.ComponentModel.Annotations/4.4.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9u9RA7adeZVCX5Jd0iJHNcZThjCdv7YbyC3ouznQQLCIjOFLSFkZZdGPGH1pUmyGLwrcBYnigT76JZu2blzQAA==",
      "path": "system.componentmodel.annotations/4.4.1",
      "hashPath": "system.componentmodel.annotations.4.4.1.nupkg.sha512"
    },
    "System.Configuration.ConfigurationManager/4.4.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LoSjM/kLDpyLyoGsmwS5oVMRzHf/0XHkRpr3QZu/HuAv6Sfk919usTMLqD9N9VK3S4Q2+bd3tKJ0ko4MYFfq4Q==",
      "path": "system.configuration.configurationmanager/4.4.1",
      "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512"
    },
    "System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iCMiUHG2q37tzttfrp7tPSE2AlJBdEeOACiYlvFZtJvO9VY4JwWQ+eznY9w1j1wz2nyUjenym4+pT8Ro4qprgA==",
      "path": "system.console/4.3.0",
      "hashPath": "system.console.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-n32WASxghwyuvm8kdm5sfQGWBGUV0YqGqcWIFHZlQ346GWNJkWNiZcZgXnpVfqhltZuGHq6oXoO45Dc90d/ezw==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.FileVersionInfo/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==",
      "path": "system.diagnostics.fileversioninfo/4.3.0",
      "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8f82i+L7Hwn/Q2iEELXaLIffgxrvIZa1WVHXCW/knHAcBqdYZFjFhmgK7izmwElHTaWSrIYnNaWUM2PY9uQbGg==",
      "path": "system.diagnostics.process/4.3.0",
      "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.StackTrace/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DzwC354STmntt1bn4rPpUqI004XQPdPIU7YTtQQv6BiWwuGqEYHwDsfjJg0AQuWAU2wBtnpBF7Aw4qD0Gd8D4Q==",
      "path": "system.diagnostics.stacktrace/4.3.0",
      "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IdYK1XbL3dovlHJ0Rn1jOLURy9eS6rSmPNokaUgwGTrNqq4TJIUYeRLIULM3vwdTo9G4qF3wH4pn/cCi1FeQHg==",
      "path": "system.diagnostics.tools/4.3.0",
      "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pqo6To9izvwPgRiTZnxvslKx784R/DBEqtWV1AXkizx77SQw+oufpr/puMMYgBKJFR2vcexlQjjUnRCEEDMRjQ==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YXIggGcZ0xaiFCvZ0bepRuIFqwmx7/T3B/VmFAP212WDurdm1SluabnMIUQ0KmbTDXV5LteMntqekxpmWQ9nOA==",
      "path": "system.dynamic.runtime/4.3.0",
      "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5ay4bV2/N1RP5XY8xUjQ/qjcdwxkb4vlpuoafj74xrohY6sh6jkNWCWmfycZE4/5qlOxZdtF3wL+KLYdp+7irw==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-V7aviGxAYYUHbBjVGDJS0ljyI/qc6OqAPZJSm+p+2QXEgz+0NzOQY9RRsRrnF5GOcqBdsb83xtKI7Z4tZILfdQ==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-L5YORr8xPIUjmF7mvHMtxTePiHKxsTUckAACjt7fzhHYJPih4WaJwptI9ZyInkdRaOCVjVCoIogsLSR2uWkwsw==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IFKG/rlpQf2qLUTsa39MZNgP2GA7l8chhiCxOSWlbNS0g+uoc50F8IPYhfyvyEA6B33vjBm/I2QQZkZyIhyLpw==",
      "path": "system.io.compression/4.3.0",
      "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7koUKdgxrorsAtibjawf0SjfE550fh+MzsjbsDJnh1nOLGFyhwRiAP6nSGV1uQ7WTH+Zpj7bJSsSS8ekM+3/3g==",
      "path": "system.io.filesystem/4.3.0",
      "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RsyQPypek/lKwW6fEn/IRnKVXLjfvgm5zHQGqlZOZzskMOiFs2fkwLSxc/Z7FDbjr5X5qgA2VooBWz7gkDWCxA==",
      "path": "system.io.filesystem.primitives/4.3.0",
      "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
    },
    "System.Linq/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LQhiK6Bsl3fMskpyJ32yh2H9N+m98F4JHiNB1wLQsb9Ct0WJg1ExstYA1jnNknj78fXZwjjnTfL4n+GbjY9LkA==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nYIClsbYRMHfhD9KOHYrGn9P//jljwc71noboKNYfnS5bLklNr2MhpGMnSlDW7iETD5demPQCLYMXoGDY3Kjtw==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vcG3/MbfpxznMkkkaAblJi7RHOmuP7kawQMhDgLSuA1tRpRQYsFSCTxRSINDUgn2QNn2jWeLxv8er5BXbyACkw==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nskf2SYcbNQvAHWUgnZABh7dPKqHtSkeFaqzHGUAqHXmeDZmE2SwrxcCmlIBtsvk7yeSZEd975J7zcQ4Uewb/g==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qT7GlIYUEz3NmWBtF06oUbjQMrbtDcw4hCjhKDz3wjHbHMuVvkBKZztn64sJ1AwgtmWLmD7Bn7QHTLooiaXSPw==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rbk1mShyEO0tWEBacr2yVM/ur5NCaii6IhYEaslZwF7f7JO2BZ+lVX6Mo8klzy7fT2T5eishZrv3F4Lvw5AzWg==",
      "path": "system.reflection.emit/4.3.0",
      "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6G4nJb+/mmQSngUQGK/4xlVWYKgAyQPiMP9QAEG/ZKCY41FNcFixPC719nEe4pCvU4fTigTyUQpR1KSIbReYHw==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uoqB3X+WPxzMh1UoPwDlWgTGulmh1OkhGQQeQVMH6l/fq6scQnOfN1WGctzXGWVSOyLlgn1mUyfkPbBfPIvXBg==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YbRxNhNYsk4f6G+5/9Ne+v6sWczhWjARfaEGPzZcmdVuOKGt05DI1Z6TfGKZTLVqocGQjh+iQuiKem7jtSpu0g==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Metadata/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I4aWCii7N1bmn43vviRfJQYW6UAco1G/CcjJouvgGdb/sr2BRTSnddhaPMg2oxu9VHFn8T1z3dTLq0pna8zmtA==",
      "path": "system.reflection.metadata/1.6.0",
      "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ix3iL33E9DdpLwJa087WQTvan+QuEfwHQZqf+2hjb58Gn4Vi/qVaOCo7tNnb5+l8szXKywSSM0//ucUIyF870g==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7j4nPW7N4I3i08NuKE6ZYhENaF0nXrrukVQpSG+Cbn5iLHU4jrDAHHu/3Cgjj+pZgYORy7RCnXDOeAaIg2pqmg==",
      "path": "system.reflection.typeextensions/4.3.0",
      "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zCYivSL6Sp67gMkcczNln8WYw7Y1dGa8CPVTs385VbB25g11Kk5xoO8TytK6Qb5HO8n0AHCNsp6Ltv7EEazh1Q==",
      "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-KijrInhiP+YGs4ZKcT1sGdgrftjfH4gZrBRKJfKsTvvqFclaA6hGeWzXLU2XJ2nNy3P7htJ4g9UDE+KjLANTCQ==",
      "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-qUJMNWhbm9oZ3XaMFiEMiYmRPszbnXIkRIi7+4b2Md2xZ6JUOepf0/kY3S85qistRohl9OdMe4PsO+RdG2kTIQ==",
      "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-FbMqvUhS2mHvUrBQdje6QnAf7SPmnx48CN9iuBJ18+E5TKA+Tn5eFxvkVIUZjkIkeepYm4Ap5Rq5BTnVG5jHnA==",
      "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-Kd0mxsNyAsHtPUZE+qt+4NFlMiygxzo3r3vrfxeJJpJhze5gWJaECBx4xSVkJJftHsMCroH0unOsrKlV1/IQhg==",
      "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-Z0k1/sYZTjiuiAB+5xL1sobx4cfOqJK18hh00lROU7yN3iBHueQDuAhYCMzgj3a9J8d/tj4SJV1VdteNGpg/wA==",
      "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-kJA9A0NLUwHZ0lLdoMZpubsnHoJyLjZSXTM6xjqw+zMPRg6jWGGCHf4rPDV7vyWb4m0NN2B9hntDL83FSG7pYQ==",
      "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pIzda6H/tQVF+2tBGxpVdoHeOFM5bFEQaT+7mEgntJqCdvAv+pB7F4dDkOtBHR/Ci0uc+XKdV89XI5zVdoa9iw==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2g6di4TACljLFEzS+qINo5TC0kk1BHBcAyTGwL3ifyRV8Dn+ZnN60L72hlOucgiD5nDLFcZir0hxITAh72NVpQ==",
      "path": "system.security.cryptography.algorithms/4.3.0",
      "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lP///2kB2Uvvab6l55PCw3vmr7QKMsg2pUiDloaXP/k/3FC/zDoEdBaHcJlNNYOgg/bMnYnrfaCZaVgI4yzFLg==",
      "path": "system.security.cryptography.cng/4.3.0",
      "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x527jRyFOXaEXNpt2WyYeJ58/KaDAKDZm+6ZBbvRREyyfXHimPeikG8KpgVE2Df5S79OXHIAq14sKx2L8Sw+xg==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CbOyxqpm4kvHwXwsySefYGTJwmUtwYnR000G0fuBQhxgVF0bx5KJKfH8uXrJWm9P1JSp9RzpKF/paEO4YZ0vDA==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1QfJjHG0543QWiWhjbAXeDKvbAL1xO+Hfy7hEkY3ZpayJqIGwx40cG9Ht99ZXQnBEx7nY7u7cd/SoB83p2HTXg==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6/gmeY2MRzLqmxS7GI4dw19ALo8UGq43tNXljIehWW9wvYwtuC/QoA05FkCOEP+Cfg5YcJc079+p+MDMRffyTA==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WwEexvBd+17yfY7fcS+fBGl+HADEfCJuKeDJqBT7D6j6vKwYvfLyGuq2y/MmrKORC6mbYwth7kjinO1mPhTL3g==",
      "path": "system.security.cryptography.protecteddata/4.4.0",
      "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/G5ZjHxJPImt4zn8VQGSmdX8svLdt5oBX4AivpK9DNTBhyhz0Alp6IzJmI222qFzz1PnOGbdW9KJRL9Cld4xGQ==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SzIbqxzENo10YtPeMhvqI0dfCqE4Q+Fud7YF7jEP4MuZ3Nza9w+QGOFQJ+hyg7WIDtRKsN0cnkodSW5//6kqVw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-16EVkWmNnoH3/Yj9c5s5VuLK5Uv/Dnkc3P2kMmnD7wJcUuvcHVvM2IhVJanf2hHRZUitH+cIkPCPHrBoCXc7Rw==",
      "path": "system.text.encoding.codepages/4.5.0",
      "hashPath": "system.text.encoding.codepages.4.5.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ne/tEJYVXxMYOLdpMZ4KFYTyT4GrWS7zM+enXSRFsCWHVnTizKgwaXgQ80JdrPJLtjoGdBvTOsnTyU0rSGf1wQ==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bP8xKEESq6EOKFvRYGUwPkLGtZre1Y3QQKLmY21WgNLTxDs8Aff0AeKEXZL0TgkL8SrIkE7lCnXFTi9MqdAHMg==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7VnBJCVkxFIES+qCjPN/sGN0RWI5xAE7/kfD2qfJPBMEoMeFzI74bb7CjL0C97TJ1uN35Ah85mM4acCPh0zyBA==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9Mdk6qutu+3TRSWxzJaC9Sdm3BNYX34FJ2g2Oct/be/BT46JMGexURivTZbkQxL48W4RxvTtG0CZHMRnmbi+Dg==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+nyHzRMqBfXjeWbACNqwps8+n2JJJc7E0ALT0dGCaYobvvznjEwiNl6FXhpm/eAIz6FRL3GPRi3B37+R3yHnKw==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Parallel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8Z/saq5H5JfQiQjEwFOWZRRF1rWFAe0e88bPowEyFSIDkH3/Kc0LAwWI5x7uJK7G8e8KxiJ2gi0u8JlAs0YVTw==",
      "path": "system.threading.tasks.parallel/4.3.0",
      "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lanceYhOv5lm5AUTp1L8vaAOFuNAMNqHy1UckEAyGkAuF+9idN4WYvyRQIGN4FyS28uuxVIJPEC/QJ8MIkImjA==",
      "path": "system.threading.thread/4.3.0",
      "hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
    },
    "System.Threading.ThreadPool/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XPK+mYISBONDyZvTjqc/0uq7AogiuMGU37APYe204seWsY5pt6X8nqFeonDyuK/N2+10z7aSEq4AH1dwHwqf4g==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "System.ValueTuple/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xZtSZNEHGa+tGsKuP4sh257vxJ/yemShz4EusmomkynMzuEDDjVaErBNewpzEF6swUgbcrSQAX3ELsEp1zCOwA==",
      "path": "system.valuetuple/4.5.0",
      "hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ffATtFd2XaSXv3bdR0sYLUMgmUdoY3LvjE4DOJmdHyw6gn9gdZSCPZXdoI74eJ08cz1r7rLf8U7oROqB5xkQ4Q==",
      "path": "system.xml.readerwriter/4.3.0",
      "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
    },
    "System.Xml.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Q7EOvbGqTkSj8Ot/6yyuQnGOqWAvCcPqaFUsRwKAa61ugnvakD+9tB3yTewut6HjV978Z0TEKwzCz6sAWS9G8g==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
    },
    "System.Xml.XmlDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
      "path": "system.xml.xmldocument/4.3.0",
      "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
    },
    "System.Xml.XPath/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==",
      "path": "system.xml.xpath/4.3.0",
      "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512"
    },
    "System.Xml.XPath.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==",
      "path": "system.xml.xpath.xdocument/4.3.0",
      "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512"
    },
    "Dotnet.Script.Core/0.28.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Dotnet.Script.DependencyModel/0.8.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Dotnet.Script.DependencyModel.NuGet/0.6.2": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
Dotnet.Script\dotnet-script.dll
md5: C99E38D90212D29620B358C326C354E8 | sha1: E96D816B693E89EB41E744D3FB457F13C2C5C65E | sha256: 747BBDC89561E9B3430871FF21E915BC5998124B33BD30ECE7925835B41122C0 | sha512: C230A99297152F94926601C7E080781552BDC0848E7C11785B4F229DC1E459C3F40A6C5A49DCC29AED6EBF6E0A466C9261858F9C4EC9EE55CD842F6175A7D107
Dotnet.Script\dotnet-script.pdb
 
Dotnet.Script\dotnet-script.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp2.1",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "2.1.0"
    }
  }
}
Dotnet.Script\dotnet-script.sh
#!/bin/bash
# https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
  DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
  SOURCE="$(readlink "$SOURCE")"
  [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
dotnet exec $DIR/dotnet-script.dll "$@"
Dotnet.Script\Dotnet.Script.Core.dll
md5: AF1CE945995DCBE76146B3E74E16A257 | sha1: 7D14B63481BC19C07386623007C8812628FCF68A | sha256: 027D9F9BDFCC282E8BB0E58FD2FD50A12843041A888FBB9A91A5346680531DE2 | sha512: 4265CA559EB55EF92CC5B77EEEE34B0C4A783B8209B9445F666A7D0837DA7601F6FC13D0FE3330378459D920CDBFD6AE0D602EA6835FF6BCFCCD0C3A921C44C5
Dotnet.Script\Dotnet.Script.Core.pdb
 
Dotnet.Script\Dotnet.Script.DependencyModel.dll
md5: 5BF75EDAB4AEA56253B2A5FF3CC967B8 | sha1: 2723965A5904155ED85C9567AE75E41935C93711 | sha256: 21CE0DF9D102D69006C66CDAB56378C0FEEA6F2DE3051209A32FC7468E854129 | sha512: 96E38DD4A6F4C171B0F5709C110BEF7DF0DF61EBBA743B9F260687F36F200F637523EFF0D7F6677492F1E8AE279184ACCE8238BE891582DB80D6C3D95484B609
Dotnet.Script\Dotnet.Script.DependencyModel.NuGet.dll
md5: 9DCFA1A41CC22DF3AE486E98098A4964 | sha1: C2F930E992B0317E29557C7B0A814AE237726FF0 | sha256: 09C6D9069F0A0588E2D7D4E46D502AB6D056D3094E2E9C46025F1A5B4DA78650 | sha512: F257130904DF99F40723285ADF3A3C9451E9B7B1E0398A729C9C9BB4C10BD950AAE7B14E143E8068578104D09443DF431B1B2B251FBE7FFD9FB41326B6FBA10C
Dotnet.Script\Dotnet.Script.DependencyModel.NuGet.pdb
 
Dotnet.Script\Dotnet.Script.DependencyModel.pdb
 
Dotnet.Script\es\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 8AF80A66ACAE83B72D2523991BBFD5D5 | sha1: 3F2C79FE0677F1BC29AD2990EB52D2002FEF74AC | sha256: 93FE7CC0045A3086AC8095423C4C4C7115C05643C7CD6020C4C18BE815067AE6 | sha512: 62544D6E4577CC18359E16F1F9D55041955EFDD4E5393BEAC30FFF528A021FDF8E02FEC875620FBD3DDD58F8E3B4A0DEA557F75F333FC746E09443D59385F34C
Dotnet.Script\es\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: 5D9CD825777BD57EE3A024443424DD46 | sha1: 693497C3BE4FE041F09A7A8A2EA106592CED29B4 | sha256: 32627D6B710A3CC616C18D743983DAD0DC81588F5151CFFF54741CBBEE18DBC3 | sha512: F2BA7AFED1BC03A3F2DB7B475A46DAA038DCEDDD271D72AAF3E1CE754C2FFE1E3CF99DEE1085AA63C8AF2CFD7AAC9892A3B90FE02C52F442834E65DCC9669EBD
Dotnet.Script\es\Microsoft.CodeAnalysis.resources.dll
md5: C1A3C24FC2EFCFB03EDEB2FBF36DF44A | sha1: 7B2A4D666685EAD2B78C840F7803F02518B86B82 | sha256: AC6CFA17526E41FFBE76EA1AAF07BD574089C224FB36FF0E74CD03C927A99906 | sha512: E0E781740ADF8ED37E80B66B8F541F435E1FDB27586D351769B4072E28657ACCA3DAC30224008AE18EF93383BFD92F70752D10B3095242685306405DCBC238B1
Dotnet.Script\es\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 92836D1687DB20E647D8B4A9416A18D3 | sha1: 12346CA36C80DC48F41ADB2780491AAFC4DF1FFB | sha256: E609A2BEC926A3EB594F6C22861224A2FEE0B5BC736C36CB23CCCF8DA8D0B68E | sha512: 290C98DDE4C3DA1FB56A914C435CDE3D69023798A802A9805256DCFD9518ABE2ABF0CD91331BDA93CC42543C8341CB16AAA737FCDBE5D3EDFA6795E7E5CE1F49
Dotnet.Script\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 2D629353ECD20C4DE5C7874E1E75B518 | sha1: AC7AF594BDA704F934B1C45C25779971FED621A7 | sha256: E8E86A0E0BAC56545E7234296617455DB4CC2F5EB6D5079441464A6C0345CE6D | sha512: B7451F9E5D58FD383B3423414E2AC968D16F09B54BC6055A10A6402A3077B43A33A2731BCEC5FD510C15784D251C533C05C555871CE026A1B32DC6654044D1E4
Dotnet.Script\fr\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: 2392FF77C04FD492FF13EA6109F52CB6 | sha1: 0DDA4416C5635CCDD31FFF128D4E234431383FFC | sha256: 667CFF6386AA79BE11CB744128D49287542CC3B4F431CFAE4AF909BDC32AC0E3 | sha512: F158CB44736C051FCE8FF194AEEF25E4FAED74C11776315DD476E178A76E3B3CFB9A8A4F58E428C073CC5D995A140C1128D360CC65352511F8709385B6DE5F4F
Dotnet.Script\fr\Microsoft.CodeAnalysis.resources.dll
md5: A8BE60925E28879F018FA3FF0DE2659D | sha1: 293A22C87098EEB7F67FC7881BDB8F81F865E2F3 | sha256: 165932ED039F6CC80444CD98C16B4972D13B24F97F24FF429F4ECB52239304F3 | sha512: 4C2C0B81027CABA0291196224058C27EB55E17CF35F34438BC2681A93D631F396D678A6BD34F6DF13744EC5F40344830407677A835DB41745643199CC05350EE
Dotnet.Script\fr\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 3A2AD15AD8A46CBC400BC8C89DCC417C | sha1: 1F6ABA7ABBE16BDF821F5B11E768733F310E9A7E | sha256: A0D59058F6E463A8DA1F78C088F428A99DE27E533D38BA238152EA7EC44848AF | sha512: 55658D744E1DF32A82BDED5DDFF24BC3629D6D83B490A174D2BAC67B622CE4A32EF74EF2BFB83C9C4A693AFD1136854F35E259DB69D08DA80EC777F802F2C79E
Dotnet.Script\it\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 9BD1A4BC355630219E53577D6D89D9E1 | sha1: B76D128E2DB66D84FA049335A86997BB9823AD71 | sha256: 29927EFA59AAC3CE1FB09DF4F3B68CACE6AFF1D7A112534DD22F80DDCA5DDBEE | sha512: 38E8373B44B649DFAB051BFF273EF3F28A0278EE6C8D17A50ABA62BB4E5057C8B8046E9EAA5B25B52337246B233614D191AEB2747ADC810571A62A6EF4A15107
Dotnet.Script\it\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: 6E732D0CA7BE8D4EFEAF433412EBCDFC | sha1: A1C1D936DF9288B6B655A9DD75F6E6319A1BB28A | sha256: 2E6EF3B4F0A45E81EAF5AFC1AC788EB9637D73118D11B6D169F6AC2BDA4D2F43 | sha512: 0A27F946DEBBBA07FB8075D115C0A00910D705F1F9A40459D62742910D0311C3FDF90A2684A47655EE370E189CA94DE27D7DFD670C59D6F52C70197B251129DE
Dotnet.Script\it\Microsoft.CodeAnalysis.resources.dll
md5: B0B84C7E2FBFB25F6B733C2BA50AB123 | sha1: 0B859DAB92306AE87291D9D4EE2DEF47AE7F479D | sha256: 5E2A956003BA357BA9D172AEF2491FD61182A9A8A4BDEA8D819CE65EC7851B9F | sha512: CAD1BEFDB90503D93BE2FE74D620A62E61C94DEFBA5237F3A501E6E66B81800241524431500FB9560184A73771357ED8A7268CEF39704C0544DB7C0DB5C6078E
Dotnet.Script\it\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 71676A42F65BEBAE1420FB10B572EBC4 | sha1: 7F84B7974326241FA158B831381323839F8393F7 | sha256: 4135A3537ADCC0696156BBB8056497A1E70CDB01370C15796FF639C7702188F7 | sha512: 9AE29B533C7AE5DC7F167DB242952216C08BF1995FF8B0DC8993421848B8154D870472918C4AD16B9BA5EDD159ED258AB2127A57518D8E701C781A4C1BAF0816
Dotnet.Script\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 2374F367422F1AB950A3F776829F864C | sha1: 5394F755E2ACFB453AB6BBFE96FBE00D2C470270 | sha256: F3216D72ADD562E2E5168303A946D0F6DC4DB1BF4AAAFBD44E684C903F0AA704 | sha512: 20672DF19810ABB0FDF6B41CA736E0A5D15DF24B2C086D485240A7A7D5EFBF024AA56A6015A2390BBD9184F10BC1B9A57857BE8927F1236059B9BE27E57EB519
Dotnet.Script\ja\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: F40A6AA71E6484BC602E1DFA4E8286E2 | sha1: DD9C56457A98EAD3BEFE586B69AEEC55A8AB91B6 | sha256: 9B09180B045872211ECD982B41C673563B8F1CDF7EA62E69F74CF8A33E3DB9AC | sha512: B91F2E97774C62370E50EB09407ED4ADAFA4EC925E99FC9CEE23F23FEFB2B9A9D29F64A0E3ECE9260A5A27CC93CA6F5D0B2B2882FECB2A30390F958B5843054D
Dotnet.Script\ja\Microsoft.CodeAnalysis.resources.dll
md5: E96E002914E1E18A4490277F9AEECE13 | sha1: 537CFB7F0918B633F173B33048C7D032C919E9C2 | sha256: A6A61088A2AF2C481311F12D9EDBC8253DE0A98B6A53C9F9B0999F18AF730EC6 | sha512: 8DDF2FC7428423F9D2FBA175CA730BC96CF9F14DAE9F4773C680E1D89DBD7CD1AC37FA5DB7BC400ABA15E715F1D56D25768D0212B1801AD9E699820A533D43DC
Dotnet.Script\ja\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: B90CA4C546AF74C7E57484994E52B93F | sha1: B5728A490F5F2896AD5AFE96BDD9E440EC300E7A | sha256: 960B6062C6762CB9CC4C04F9E09DED63A742818CE8D412FD60EFD51419164163 | sha512: 3D01945EA535ADA3F4474A55397FC07EDEC6942095599212B02519950CD1521BBD0DAD3D999634F3B38CE0545BB242F22EF5FCFC4E7A7737B002E110C3751C91
Dotnet.Script\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 19060956C41D41541C2D02632C5DC911 | sha1: E886C9F476F2A04F8BBEC1ABB155175D8167CB95 | sha256: A4B4D58660D275E68AF9F177F079D6946838792A36A02B0A7981E4A4E2B455E6 | sha512: A77640221E8A1E71E83C7802EBFA34AA63519976BC8843905A108614C718BE2C6FB9AD43FFF4F6A482E5C9C942A6216F827B6115037FBED6A582B3A7AD25B174
Dotnet.Script\ko\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: DB52022FC4C0C9259DF97365A944C8B5 | sha1: 6B5DAE79A5EBAC0309C29EE72A67E00F2A9F542A | sha256: 02C4B39843EEFB8EE010529777E28BC16C468F8F44308C1E96C8989B34CF4DB3 | sha512: 17E995142DED04A13369F3E7DFBA0FBBF21A167B19244A705B8BA2D17CAB3BAD11164E6A8209570751BBBB01F858C3717C84F54332E5EF1C04DE3B339986A757
Dotnet.Script\ko\Microsoft.CodeAnalysis.resources.dll
md5: FA8C63CA9ED60102EF3454841B479F74 | sha1: 01B4A03E59DE281C32E408F4AD56F20F99D6A4B0 | sha256: CCF11C1F9445A9B24AD2C162836F03DF93D03699BFC02EAA17D7B8FEBACB36EB | sha512: ABC4935E20F40E720204510A72C8770E4316473000A5F4922F517165DA44673B6C5D280BA58E393FC6834AAC28046B3BBFEF891451C6C0A246D7293F48C04DF6
Dotnet.Script\ko\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: EAF14D232B61329DFEBCD8B0E332A9C4 | sha1: 4100F5949BD9943015278E33799F19CDBC7CFC68 | sha256: BB3EE3C73547E4ACF1FB48BB9065CC5369BCA7C9449DB41085110D2B0AC5E3FA | sha512: 3E39919A8090B08EBD254643FD3C6610F5816E7002475D33DCA6797FB9A6C56A5F861CED4EC3AE7D3CD1A62157314C9CB27114646E18F3C65C478CBDC5144E85
Dotnet.Script\McMaster.Extensions.CommandLineUtils.dll
md5: 31952D0C4A3570FD5D3CDCF81199AB39 | sha1: B333A7C30DCF9EA070CAD0A64194FB672181358E | sha256: F05A22F493CB7E6BA6AA23C2AA8367ABFC18211829FBAC9003142B594D0E25EF | sha512: CDBE818046678C5A79EF91900353273A2D0526E20001B519889616DD92E6328562C5EFB8F0779449CF6EDD0CABC33FC3125B14647021282A48FE35C21DC8A420
Dotnet.Script\Microsoft.CodeAnalysis.CSharp.dll
md5: 543AB2DA5F776BFA3FC97B2549BCEC18 | sha1: C87E085BDC36759E3797C1E213146D31701B8026 | sha256: A8DA63084E18D227A88F66AF443541DBB1805B02DC9C11ADB632662665850BD1 | sha512: D9EEE25D03EB7F26B35481CB1D6A0249ACAD1306CCA4D1E59EE9BC1EC53B040B41A291EB795E95608C1E2954D44086537C83C75AC28B39236DF341C2605ADABD
Dotnet.Script\Microsoft.CodeAnalysis.CSharp.Scripting.dll
md5: 687B4ADEB41AA1CD2B7D237213321A17 | sha1: E7EFAA46615304CDDD19C191B624C8CD57DC790B | sha256: F9D1B24702D740118875A94762A7107F51C2223920F69D766A3E312E05D4183D | sha512: 311F54143693730CA6A43DAAE9A41574072B2B5E11CE1BB5540E51F3D0A85904FA9BD532C8E615E37A246B708736745182885F1BD631413FBD262D1E934F345A
Dotnet.Script\Microsoft.CodeAnalysis.dll
md5: B64D9FFBC41104D27816B51640D30E51 | sha1: 05654A9BE5016D31020B0C5E826F121DF1D7E9D0 | sha256: 0192C7052CC2FB93E2C8696675E6DC3A43C96A2205148E94382C0DD5A77BD982 | sha512: E29580DD8CD9477E8FB167877A60F33299E971A60CB21967DA57FDEA7403496D41CE01A917F0D53377124AE84B900ACCFEC2BDC27EB5288824705017081F65C4
Dotnet.Script\Microsoft.CodeAnalysis.Scripting.dll
md5: A0DC41D3D08FCB1CCFF15EB6D6311A36 | sha1: E86EFCE98B5B7F17C3E39F79C62C9607F54C5840 | sha256: B08E02093C99FD95DFCB8F3F6D316A9AE332F3A9B42E3220D427090D1038184C | sha512: DD8B53C107117642A95B224BA495F5F8F12A1A16385069F917E95E2DD193156E2AC35364948E95EA01A06C4ED560EEE5C91E95C67CDBEFBC491E1F5915E734B0
Dotnet.Script\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
Dotnet.Script\Microsoft.Extensions.Configuration.Abstractions.dll
md5: 2A09A26748FDA34CE32AD54C916BBCC2 | sha1: 0D9C96C865A95A2D5ADBC223E82191D0252C1D73 | sha256: 4CB5A4F1CEDFB8FDEE5DE6DE23B0D29AC86D9CE24DABFB9924146C7D70F3B78D | sha512: A02DE54BDDB33DDFE02E511BAD4D1749E023C8E6239423FEFC34C08C2DB3150987E0535275F5A2648D244BC67DBA09CB10C0F44F702AD5BC19A506B34322029B
Dotnet.Script\Microsoft.Extensions.Configuration.Binder.dll
md5: A384D13552220527A419E02FC4224EB5 | sha1: EDF41CE9CDC0315E782E01F011E9868A788D22A1 | sha256: 43CAE0256A8BC4FD190B8397862A852AB1016FDC0C0ED6AB61C999A1A7396FBF | sha512: D21858FF6C47C680BBA7B6FAB44D789B4B45FBA118B12D1D4C16E8851EC79EE1EC9C55302B880AD7E8DBD9103C3D5685CFEB896E5BDA30FA3DAB2161FDEAC6D5
Dotnet.Script\Microsoft.Extensions.Configuration.dll
md5: BC350F611503F4327B7A626E163F857D | sha1: E058E084AEE4F9F9EA730C7743EF5012F2A2C979 | sha256: 3D5D8FDDC11B27573942D1FEBA5D8AC91E2504C82AD489003ACF3E17FDB130EC | sha512: 5DCEF387C788C02CE06DC378524EE8674FB5DDC7796EAF1FEE1728D036968BE23CC73CF3C3298266D9997C50ACA155D04B990B809F07A22B06525DF50F3405DE
Dotnet.Script\Microsoft.Extensions.DependencyInjection.Abstractions.dll
md5: 04493404156B007522B2A8D623B565E1 | sha1: C15B9681C14D2984946DF6EDEA0E7A44DFC0DC4C | sha256: 901B7C5727F29FA4F55EB2CF9F1A44D15AFD02F1D14103EB08966DE31F5BB12F | sha512: E1CAD2C83621E987832E8C9CC24BE63881376300325EA7CD1730D1CFDB434683F378086A6372A7CB270527724019C9E8732DE1D95E8C8344739B459A616B44CC
Dotnet.Script\Microsoft.Extensions.DependencyModel.dll
md5: 9D0DD4B794B4C53EBF124B8DB0F5199F | sha1: 5B29874EEF83AA081C896AF8CD685152402D1BA7 | sha256: 5D6A726C752967CC15A6184847D7C6EA1991816D99C958574FA3DFBCE23BB6C8 | sha512: 49EC20E9D7B32CE6A988746750AE1C2E96E99AD5A983F2D5484A60AD306A1BD82608507289D50ECE97E36322F492D4A70BA544825C88744A6EB7431F09109614
Dotnet.Script\Microsoft.Extensions.Logging.Abstractions.dll
md5: 98DFEDBF77E0C9143386FD8D7D42A323 | sha1: A497FE8B43210A58AE75360385F4046D9109A6CC | sha256: 8C7763FCE381531DDA9E9D6B533599E789F705DA613AC711B7C82F8C08185BB4 | sha512: D11FD3DC0423D7A0C76B90AB81DCB63BFD82040D00385E2045DE9FC321C37470ADB7A20F2A25D1B00FED8F5C0D8B6F1883961F31C2865F58F8D07ACEB6115DAE
Dotnet.Script\Microsoft.Extensions.Logging.Configuration.dll
md5: 3C117A67507C0C4C449124FA98D96177 | sha1: 7735D719E4330B14D117C546C32B577E2F706B49 | sha256: 21D144E933C7A593E98D8424B071327DFA1158A0A3B6A151942826201715EFBF | sha512: 020F97AB03E45537CA6AB3A288F86A4E8F63FB5FD5FF7101DF0BAADBA582C75136F820D54388DEB0288A1EE4F647B65B38DB121A7AEDDB248D6399EABC8B278B
Dotnet.Script\Microsoft.Extensions.Logging.Console.dll
md5: E33D4DD300B5D61810F2F234525A03A6 | sha1: 6D852B37FF8C0644197E2773038F2C6B6CD965B4 | sha256: 755529888CE44A0BC540ADD69FA21CFB9246527AD7E16A21E92A2A4DEAEC94C5 | sha512: 04920E0132FBE26792C4BC561DBC0947B70B6B7AF211AABCC2EFC1DB40707D38441BD4CFC0ED5044CC4F822D6E420276C9EDFB27A15D9CD318412BC5130F089A
Dotnet.Script\Microsoft.Extensions.Logging.dll
md5: A430C08BAF4A943F0425F247ECF6CB36 | sha1: 73B81975E970E2A18B17B77B760183843F831F86 | sha256: AA5217FAD65FD54F843C348160E02ABCE8BB321F0714577754A5995D3489896A | sha512: 40E662FC30AEDD50EA0F7E682A70C920B03DF4CEA9B3620FF5E77E14F19A9AECD90BFA2D5D8B49A03DED9ED8628302B8B90CC14115D920BFB73C3308EF10D911
Dotnet.Script\Microsoft.Extensions.Options.ConfigurationExtensions.dll
md5: D0C3DFA2DD7AB38631E652B2FF36EB46 | sha1: B60B8152B9388276FF992916E3E71C85CC4B057C | sha256: A2164AE979E5C34804A69A130319B7AA2F90FE9F57C8292F23C009BCD8B5D587 | sha512: 38E7A18DFD9668010707592B32E74E685F30AD51CB1786666FA55B6E4B0FF6F0988B19C3B2020B28D0EEA5ED907DC5D0747097C746563E443D6897B283D44C7F
Dotnet.Script\Microsoft.Extensions.Options.dll
md5: FCF6B5811B50BE9631088130CA035AFA | sha1: 516547000F60B6660840F1ABF95CAACB092DA42B | sha256: 1323345E21F12E5C0CD90ED2A96FC497010A94667EA4FDAF4C9BBBDB1610F148 | sha512: BB3610250BEB92700E834FF2BC28C61FAE641F8F2B8C410C51B6F81646870C708CF6755C00D467AA0A886FE23E5F1FED856047273C19FEDCCF5A3F63463028C4
Dotnet.Script\Microsoft.Extensions.Primitives.dll
md5: 33F2319D8E78733838D51BFACC14E5EB | sha1: 0051315B000E8EF6FD1EC8F03F9EB8644925FB56 | sha256: FA58254542604E4C90E9876B5A5C7653D6AC8A3164102E5604981FBA6660F750 | sha512: 7E83EFCCEC749A5671334BB0CCCC6510E4A7DE94050D67167D90FB89A53DF5C9E80552332A1585A1AAA5F78000055349B47B4B75BC5DD6CB78B0BBE6A9D0E03C
Dotnet.Script\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
Dotnet.Script\NuGet.Common.dll
md5: 147316F3BFC2E50C5FE4C651C67E9C10 | sha1: D1DF0020FC205BAE609204D6C11CF64FF02CE334 | sha256: 1AC1733C2EBEF99272EBD659CEB89E075ED03308F9AFA509A2612F767FBA9FE1 | sha512: 0E23852F496C86B9EA4E1C973780358611EDF0A79E283562C3912B0FFEF40DF4556E630BAC282905A91CDC98ABFC6182BF111A2CA2E7B246DFABD91E30676E35
Dotnet.Script\NuGet.Configuration.dll
md5: EA623D18FD916F44D0AAF3ADD0451736 | sha1: 7A6438C585146A5F35DBFAF58F2567F2457E00CE | sha256: BAB4F0AA48609660C84450491AB4A7D039178E851FA0A55DDFB34EB8A5DE59DD | sha512: 407AC740A565074459397B5D113DFD3F70092820858C10A9D35FBB1A42F099F37B3B8E579457FD3B2212F98FF8BC5F29202C69569E940C2A725B1CAC87882949
Dotnet.Script\NuGet.Frameworks.dll
md5: C79869B7075080FCAC643710A8C5E909 | sha1: E366866520665E3841A6DDE851111DB1F9BC5128 | sha256: 1305609016A2265A010CFD39B7F7872826C7BBEAD4D9E3C679B9B0D4F8322F81 | sha512: 9F1BB40B6C79E4C2F85A10B3DC481280A4F1D53FF1ABF74CA6EF7A175F9D02A9E4FB17EA89DD737D60AB124C3414BAEF1C8B953373F84F258AE842991252B262
Dotnet.Script\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: B02F0C9E885222AF57198DF1097D4415 | sha1: F94F6FF57C843B3C2910FE26884B219EC9ED5759 | sha256: 8E7D8E5A4673DD41F009332B2D2F92DD8C06497DD15DD3FBBC3D44965379D79D | sha512: 4C92D0F792238F6727380B93006741BA0EBC902EEAD7AC2D6F4208CBC43B21E6B26A51486CCE06BE92A204C495ACA0B912A686D4E6CF60EF73237F9F78100B1D
Dotnet.Script\pl\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: A0D503494A54B6E22530F632D6953E83 | sha1: 2C3228CF46AB15CE3975A4F76F350C146A8E3022 | sha256: 7CE72CC771B4A43E18EBFE43A90CD0FBA8DECAA0DDDA7D95DBDE6CE741A86164 | sha512: A3C6B28AA59FCEC00D3E295C02E3C7CEEE57219D88A6557F59A80C8B453F7F8F6F371292B659763A9A942B25EE924414F870C8C212DE86075F4F696F5C782288
Dotnet.Script\pl\Microsoft.CodeAnalysis.resources.dll
md5: 2DF1E2475571825B464C084699140F44 | sha1: E9057DB5EDA7BDB8C84D622BCE6F9F65869B9BD4 | sha256: 59A15C5903368E908892650A312393F2863E2FE2A6308AE40832A1117AAC7B3D | sha512: 00746D51ABEC831C7753AF10C26742C88579EC7606E162C9CAD537BD78F21070792066BD9E60A7CC05116018A4802885FC4441922DCE591254FCABD580CBFA0E
Dotnet.Script\pl\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: AB2D972421535D5C7A703105F8ABCAAF | sha1: ED83F2B5013442B3352C5ED6F44B7426D3AE101A | sha256: 5BC1B1C3B450FB987B28E0641C05B16B0AE22F48D26E420445B1AADA325194EA | sha512: 886243D51EE504F403801EA37E8443B8346ABF05C7DCB18E334E558CBB2B78E4681253BE35E45A133DA8492BEC5E7BB394DC435D67C5FDD24A33C253E2974E9C
Dotnet.Script\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 76C1B471F86D98BB09B80F275E39A390 | sha1: 6B79C24BABEE09AC3BDA46455D3985651452F4D6 | sha256: 8508ABC3782389DE7F1E1545039BA0BC6FFAE67FA100A2C04E36FC1367512581 | sha512: 0CB7CB2E09E081806548ABFCBE6311974B11A9E9542F6ED9DC94555B3CDA788911F8D56142071D4EB93BDADEDBECB871E4D82B96AE169790D442065D58C6632F
Dotnet.Script\pt-BR\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: B72A3365D451ACF2EB2E47F33C0B45F7 | sha1: 7D66A4A80F84E0586D39A83116CF5AEC71336C1B | sha256: 843048C7DA8036F679B084CECDCDA7EA8747F8373126C16D90315BD376729053 | sha512: 94FC08DC9BF568A3DEC40B597FC280159CC00482197FD151F81763121199630642C09B09E1B9103EA173E34B2C39565E2E60B7C38617254044A3B0BF81534B0B
Dotnet.Script\pt-BR\Microsoft.CodeAnalysis.resources.dll
md5: BD4B0B52E9177FEF12C1D13C3717662D | sha1: F34F2C2B8B80CF563BCE7E3A89B924585AA9F5C1 | sha256: EC6C254AB2E5BC68A8BE409B0A3AFC08DDD4A3694DC01F3DF0E75D302D942337 | sha512: 592C0807DB78C0256A80882D435B42593804C34476AEBF12654B0D154C56505D10FAB9A56F5E8580D24B26115FA39392FA2F5250425F0178D85169EA860D9055
Dotnet.Script\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 6FFD8BC83261DAC06A085E0BC80D7166 | sha1: B68FD800E35D28A4AD5B535CF5AE17BBE4E5AF29 | sha256: 5447F7E6E0112BF6B647341F7BBE160F60A323F328FF3144D404558FBB61E8E3 | sha512: FCBD12CADD7F6BE86B5B67189FAA40866FC26E1ACE318DC04642AE02B255260C018AF2867AC22ECE9F2229052735AABB3059D2BA22FCFDE1C729DC8F72D0D80E
Dotnet.Script\ReadLine.dll
md5: 254B1ABFE83C77D506964AF6E2F76E0F | sha1: 041B1B293116D3046249153451E84A82C0A323D5 | sha256: 1B1260256FE549511E7D670E15527A1DF3AD067D47FEB3EFAAB838899698FFF8 | sha512: B6CC29DB5FFFF36C2225538CED8AFCE9D622CCA38F9F92DA0F19046476DC731D81AEDB77B352FB5E9B63258A47522D89E66532563F11F15A81CF3DAE216E077E
Dotnet.Script\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: FBB4295E954D8286C076857E65010115 | sha1: F50377D17780E70220B7B59871BC8C1136A9B3AC | sha256: 9D09980DC36270B3F0DB46ED5D62354216D07B4CEC674B0292B9C88CDF3EE4A8 | sha512: 738A65CE9795DB36A34FBFCDF764F07A8D53EC85EB8EEE25C34DBCEC1C83007B751F2AD51925311309D318FC54A0BBE21460DE524F0D8993F4A5EFB9AFBB17E1
Dotnet.Script\ru\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: 0EFEFB24620C0907716350168A7E78F9 | sha1: 70879743185D1452B57C7D9BED11F4A26483A333 | sha256: 4C07042B9B52621BBD6DFC184B621A57BFBF6CBABEC603837DDC63FADA476255 | sha512: 70B3C1D6A8112E8F6503BB83583150C469925CFADADBA4385EFC6967DB6EFB312292FD8EA095F0A78CE0FA9D5675774324B6C67627E5362B39397196627DCAA6
Dotnet.Script\ru\Microsoft.CodeAnalysis.resources.dll
md5: 349EC8CCBD6BE9A4D84D75257A8BCD78 | sha1: 6BA8F23BCAC23E948D10DE94F5A8C0CE53BFAC49 | sha256: 57219F5D9C803F19775482FD33F9672A86A973150FA8949095D0B581F67C782E | sha512: 1F5CCF6A76A8172DA9B367C35473143E2056F26436A967951F67AA0FC68F48B4E2E81DDB9D6435DB74AB89DDCAB3C34CBA81ED515D143A934F29E86AFC933470
Dotnet.Script\ru\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 1F523B36EDFD03D62BDAD63BE4750E96 | sha1: 28A9981F55F471CBCD68B20E7668B4301016A701 | sha256: D314B10A3AC3D29CA8B57FE288185528630AC6B1AA96D073CFF263F7E325BC27 | sha512: 46B9E5800849B13B33F6A2542A45648416CC4215010AD8295C4AB43075EF24A1DD394D402528B1DBED1B6A514A5849AE44907AF4663481930EECBBE75F7AF291
Dotnet.Script\runtimes\win\lib\netcoreapp2.0\System.Text.Encoding.CodePages.dll
md5: 1FF791DB78B2E83D77493E01F5E5B167 | sha1: 009BBFCA48303ED67B8E6DA9A69D2A7E9066740E | sha256: D7D0906D226E4A9D3A8C2BB070D17C9E49F12EF36B5907679862C6E1E0718559 | sha512: 0FBBDD0BCBE15E83B4668192815D6D3FFFC5EECC6BA3EE59F88ECC587F57E8C4F19ECDCC8A15C3F0AFE2C6B4EECEEBE2EBDFB0B5FEDD4CD2ACB4CF6C427ADE71
Dotnet.Script\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
md5: 91B5141F40E650DF9F24959E002E6C66 | sha1: AC8675F91A4879042ED660C1D800058185552A57 | sha256: 1C73A1B016CFC8D497106EEC08AF07616F2F4C07E4DDC807C9F120CEACD0A53A | sha512: 6E1F88FC7C1ED560C4CA6168FAE9275583C7D664AF1A70F2A0A97A717D4B7E1D40A33F06B2782BB4ADB47AFC8B30B136DC28C0487A9DAEE183D8156DE5E5161B
Dotnet.Script\System.Configuration.ConfigurationManager.dll
md5: 00999FB817F7FDC8FB8FC30FEEFE82F3 | sha1: 275A2FD10D8463935B1F5ECE7A78A5639C504A3E | sha256: BAC1ACE21A5DE56ED50BEE8CA22FC41BC9DD3328DA777DFC03AA92C3D05DF104 | sha512: 022095FF34F8F30A2848647C0D68F461086A529384F8CD58B7FDA65DF6F1208BC3ECCF71798F0E05D24051993E6B2369B298D64E7E2EDD4E54E2DBF5DA09BD34
Dotnet.Script\System.Runtime.CompilerServices.Unsafe.dll
md5: 984670E1A811372E62FEFCEBE0812108 | sha1: 746F1F461A8A629A8FB7C9544F2D49E9FAA38C96 | sha256: 82ED567F7DB6C8A4EC82E19FF9DB1D5646E845956BA24117D96346BC231624C7 | sha512: 6D88146793A042F432CDDA3CDB8B81A5CBE903DA67F98059A4EA5599AA4337C277787EEB847A0E54DAD9CA58602170623444446431AEE277A849FC3829B2EB6C
Dotnet.Script\System.Security.Cryptography.ProtectedData.dll
md5: D3AD09FBF202167B7E6B5F0E1296380B | sha1: 2C099DB9745C21754B03A4C9AF55213A1A4444F5 | sha256: 81A0385CF1FED22F3153789D4AE1FEE75719F23E72CD543EDBA1AF48926FBF24 | sha512: 0B660A4ACB24D382BBD7058E2A3D21CDD741E7ED0A9D60672B0B667A75E145E229A594D302C78AECB5A729830092BA0117187665F8043A6590F8829D86991395
Dotnet.Script\System.Text.Encoding.CodePages.dll
md5: C1839381CE976A71E600576BF5B4DF8B | sha1: D3B599CFCAC8931B899D574FBA4BFDE024F7ACA4 | sha256: 3CFAEC296D9291EF9499D1C134207C21FE5719B849D9ACB8C3EC5E881C3CB6D8 | sha512: 808CF7634CF7D83E366189D83526888EF403EC78C5E085F48D06A40DEF321F7111E0EADB9044BDA3E50012DB91FF19D0C744F12A423A48EA3A3C2889AB4DFE80
Dotnet.Script\tools\ChocolateyInstall.ps1
# Add the binary folder to the users PATH environment variable.
$pathToBinaries = Join-Path -Path $($env:ChocolateyPackageFolder) -ChildPath $($env:ChocolateyPackageName )
Install-ChocolateyPath -PathToInstall "$pathToBinaries" -PathType 'Machine'
Dotnet.Script\tools\LICENSE.TXT
MIT License

Copyright (c) 2016 Filip W

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

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

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Dotnet.Script\tools\VERIFICATION.TXT
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

dotnet-script.dll : 3BF42E83BE931AC98D02306DBC6FB319

Check against the corresponding file in this release. 
https://github.com/filipw/dotnet-script/releases/download/0.13.0/dotnet-script.0.13.0.zip 
Dotnet.Script\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: AB6B3C9EBEAB25724B0BBC73A60D5D0A | sha1: 418F09375A55B3D49678FB6BC2709CFCB38148E2 | sha256: AF81E13ACCF20C7F5FBB71EC51FCD38C2AD874A9344BFBED86C2B92F50B7C540 | sha512: 82EB35522590B087560A050DACEE1FFAC3BEF6160EA7B2C83D63352DDCF1DFCE92D6405028E1160B07D6708269FAB578633A4D289D40C0F907148838F40C840D
Dotnet.Script\tr\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: 1DB4D1DA2721499BDD195C3DAF290A07 | sha1: CC288E0CD0CBDDF7D5BB7FC15493F34AA615F3B6 | sha256: B9FDC45C8C1A214146DE819CD45B74D232EAE2D1C335A024CDA912211D35B7CA | sha512: 042228E8AE35DA363BB6224BB2F0879D4B13F1668732BC1D2A060AF7D836C0FA9C80E7767913674E88845D6832D8CFE0672D01AB4599E223F612487E00D64BE6
Dotnet.Script\tr\Microsoft.CodeAnalysis.resources.dll
md5: C63293ECDBC5DB82A731A9E1C1558CE4 | sha1: A63F5A87F6716A9F57F6DAE07C68685FEAB6C2C5 | sha256: AD9B36FF45676A128D2ECD07B37DCD3AEC16DA84382DB199C9B13A4E5962A018 | sha512: 4CF212FF27EC151170584B5F3B7D58AC011B44F1407CCB24AC7A9E1BCD9E936B5A952A42B7AE6EE6D2CCE4891106C3CC4F556FCEF158FD210A68B80E03076BE9
Dotnet.Script\tr\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 3C692B05FE26EF6BF6D413E9DBA10B67 | sha1: 146E5290687E06A225D1FD52E88483E03135EA08 | sha256: A286803B4664614D125BC20FC107C83F31ED7A0C4993F81AE7B8A48BEA7112E6 | sha512: C92B82341AB6CF8B77448846D4F01DCD267E5DB4A4067594B21F2494DDD3E4A0E9B7BF4346CE20591F5263EAD11FBBC7595EB919E001313BA8573A045413E2C9
Dotnet.Script\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: F36FA85F6A65B19E45FA85C4B2349A6C | sha1: EA11CF10E6C6D01D3DD293DCDBC8EE9444B414BC | sha256: D96810F50DAD0FB89E14A1978975FFAB46F476A75A2A8F13D7E222ECEADBE283 | sha512: A7AA4A2FBECA403651CF6AC6B8865E4108D1DCA9FDBDE0C1A13D5CEE695D393DE704C1BC3971623653CEB5022261B65F6B72F1CCAABBD975E069B275FC617F0A
Dotnet.Script\zh-Hans\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: BC655BC74C0F1A23BA56AD29AB5CE595 | sha1: 64980B40625D5729E6F3BC85ACE98B17DA51F9E3 | sha256: F49275261A6A0EB5FB1C971E115BFF5BFC697EC050DAC7321B58E748B99AA1F3 | sha512: 9DFB449AF5B35DF230FF453CF5995A2F782C26AC268381FE32678570D3C91FE75F01BA6B23ADB08EAECA5AFB2758B8CE5A5CE391D9EA73FD449A3520D7D7A99C
Dotnet.Script\zh-Hans\Microsoft.CodeAnalysis.resources.dll
md5: F7CFB5BD910E7259BD0AA7EC6D13D049 | sha1: B8A53A905B7DFE665EECB29A9E662109083C7428 | sha256: BF9C495AFEF3E89DAE6345A4C79A0373C0411613A19CA70DB3DE9CD5CDC764E2 | sha512: 2C182CDFF05555B92025E7AF7671E1D340E4E91782C30E2A67D21A95B48F7AE70EB8D92DDD6B820F402AEEC41E40CAE1DE5B20F6263EECEB2566BA04DC432386
Dotnet.Script\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: 4BA29E5AE0562DC68AD78F0532F96ED5 | sha1: 945A63519EF0FD6B41B643B91071144FA3C352E1 | sha256: D4D126B3C3F1DE2F0D35C8907CB18139BB5DA90AC75A1CB5302D0C874976A0E4 | sha512: 9BE43F0C7B199BF80CFA3CA18A09A9C56B8E0396384B0DD2316228AB99DD589036EC1F2BE65A7DE0A6B4741A5B7A7A6BEA6613B171D479CE58927ED6FC806688
Dotnet.Script\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
md5: 138B590F0E380661CBCCC1A9880491C7 | sha1: 3BE96216D79F8B0E34978F907AEFC6632B98A4B5 | sha256: 1C7301616AD27568CBF86AE3A19EB5131EC47CA0094AA9A2FE1B71B1B8A70194 | sha512: CC67AC9803345C5B3D2186856C6637CCD7A55BA9C9B596C65EB1528D25675FF770DB1FE2ADB519BFB2EF33256A4EAA2ABA07BD8B16CB6BAF457733C9072E05DD
Dotnet.Script\zh-Hant\Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
md5: 8B25F0F32EF7ACA0CC52C9E34B70A2A5 | sha1: 97923B182B21D162099628E07C574CFBDE894D69 | sha256: 5B054EE51FE107910B00E197B6F358E0140208B19E6B1D4B5043C8250138049C | sha512: 6FD7BCC5487F195862E002E42BD016ED193BB121BB9F1E6878B9EE88141EF8B527F6F49D07AEA867AC2FD118DF4B0F105FAFE6E5FF513B461C58C84DBBFB627F
Dotnet.Script\zh-Hant\Microsoft.CodeAnalysis.resources.dll
md5: D3169F832FAB869FA40A0346D101FCB5 | sha1: 611DE94C10F918870AD7A168C578A63A3D757040 | sha256: CE7C770F141718F432939E15A3A025D9F13A97B141F0D733B47D28EB53E369BF | sha512: 626008F955D0C3AB7F64164235F9108F702936F7C1E9720C4EEB25B43464489F3D5BE10EA7D477CCAAC1AB94DE4DAA632E070316F0C642DC545EC225AFDB0F16
Dotnet.Script\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll
md5: DF8770C25C3473B45DCF3E6AC501D82F | sha1: BBF961F13DFB996EDA9A73C67C2BE5385F6006C1 | sha256: 3E5873BEDDD4F696530AA67486359B568F45291F2BF2C6A25DA59DE42DD604C5 | sha512: 851650ACD13053B58F1FFA4D688FEA58F20A32EA33CEB139350DF31C3B9B6BC5C95CC866E27878CFE4398604C4ED0F7647169EE010B513B19043B742D29EA35A

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
dotnet.script 1.3.0 152 Sunday, November 14, 2021 Approved
dotnet.script 1.2.1 337 Thursday, August 26, 2021 Approved
dotnet.script 1.1.0 1221 Saturday, May 1, 2021 Approved
dotnet.script 1.0.1 453 Tuesday, November 10, 2020 Approved
dotnet.script 1.0.0 153 Tuesday, November 10, 2020 Approved
dotnet.script 0.53.0 460 Friday, June 5, 2020 Approved
dotnet.script 0.52.0 291 Tuesday, April 21, 2020 Approved
dotnet.script 0.51.0 308 Monday, March 9, 2020 Approved
dotnet.script 0.50.1 558 Thursday, October 10, 2019 Approved
dotnet.script 0.50.0 268 Wednesday, September 25, 2019 Approved
dotnet.script 0.30.0 581 Tuesday, June 25, 2019 Approved
dotnet.script 0.29.1 400 Tuesday, May 14, 2019 Approved
dotnet.script 0.29.0 237 Tuesday, May 7, 2019 Approved
dotnet.script 0.28.0 883 Wednesday, November 21, 2018 Approved
dotnet.script 0.26.1 826 Thursday, August 23, 2018 Approved
dotnet.script 0.26.0 299 Tuesday, August 21, 2018 Approved
dotnet.script 0.25.0 704 Thursday, May 31, 2018 Approved
dotnet.script 0.24.0 538 Monday, May 7, 2018 Approved
dotnet.script 0.23.0 315 Friday, May 4, 2018 Approved
dotnet.script 0.22.0 442 Tuesday, April 24, 2018 Approved
dotnet.script 0.21.0 411 Tuesday, April 17, 2018 Approved
dotnet.script 0.20.0 420 Tuesday, April 10, 2018 Approved
dotnet.script 0.19.0 510 Tuesday, March 13, 2018 Approved
dotnet.script 0.18.0 673 Thursday, January 18, 2018 Approved
dotnet.script 0.17.0 526 Monday, December 11, 2017 Approved
dotnet.script 0.16.0 414 Monday, November 27, 2017 Approved
dotnet.script 0.15.0 417 Thursday, November 2, 2017 Approved
dotnet.script 0.14.0 410 Friday, October 13, 2017 Approved
dotnet.script 0.13.0 439 Monday, September 11, 2017 Approved

This package has no dependencies.

Discussion for the dotnet.script Package

Ground Rules:

  • This discussion is only about dotnet.script and the dotnet.script 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 dotnet.script, 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