GridGain.Ignite.Linq by GridGain

<PackageReference Include="GridGain.Ignite.Linq" Version="8.8.5" />

 GridGain.Ignite.Linq 8.8.5

LINQ Provider for GridGain Ignite Query distributed in-memory data in a strongly-typed manner and with IDE support! All Ignite SQL features are supported: distributed joins, groupings, aggregates, field queries, and more. Supports .NET 4+ and .NET Core 2.0+. More info: https://docs.gridgain.com/

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GridGain.Ignite.Linq</id>
    <version>8.8.5</version>
    <title>GridGain Ignite LINQ Provider</title>
    <authors>GridGain</authors>
    <owners>GridGain</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>images\logo_gg_64x64.png</icon>
    <projectUrl>https://gridgain.com/</projectUrl>
    <description>LINQ Provider for GridGain Ignite

Query distributed in-memory data in a strongly-typed manner and with IDE support!
All Ignite SQL features are supported: distributed joins, groupings, aggregates, field queries, and more.

Supports .NET 4+ and .NET Core 2.0+.

More info: https://docs.gridgain.com/</description>
    <copyright>Copyright 2019</copyright>
    <tags>GridGain Ignite In-Memory Distributed Computing SQL NoSQL LINQ Grid Map Reduce Cache linqpad-samples</tags>
    <repository type="git" url="https://github.com/gridgain/gridgain.git" />
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="GridGain.Ignite" version="[8.8.5]" />
        <dependency id="Remotion.Linq" version="[2.0.1]" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="GridGain.Ignite" version="[8.8.5]" />
        <dependency id="Remotion.Linq" version="[2.1.2]" />
      </group>
    </dependencies>
  </metadata>
</package>