Rookout by Rookout Ltd.

<PackageReference Include="Rookout" Version="0.1.13" />

 Rookout 0.1.13

Rookout is a .NET package that supports on the fly debugging and data extraction from .NET applications in production.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Rookout</id>
    <version>0.1.13</version>
    <title>Rookout</title>
    <authors>Rookout Ltd.</authors>
    <owners>Rookout Ltd.</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://rookout.com/</projectUrl>
    <description>Rookout is a .NET package that supports on the fly debugging and data extraction from .NET applications in production.</description>
    <copyright>Copyright © Rookout Ltd. 2019</copyright>
    <tags>debugging debug production</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Google.Protobuf" version="3.10.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="Microsoft.DiaSymReader.Native" version="1.7.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="Pegasus" version="4.1.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="System.Collections.Immutable" version="1.7.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="System.Reflection.Metadata" version="1.8.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
      </group>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="Google.Protobuf" version="3.10.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="Microsoft.DiaSymReader.Native" version="1.7.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="Pegasus" version="4.1.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="System.Collections.Immutable" version="1.7.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
        <dependency id="System.Reflection.Metadata" version="1.8.0" exclude="Runtime,Build,Native,Analyzers,BuildTransitive" />
      </group>
    </dependencies>
  </metadata>
</package>