linq2db4iSeries by Retail-Assist Ltd

<PackageReference Include="linq2db4iSeries" Version="2.0.0-rc1" />

 linq2db4iSeries 2.0.0-rc1

LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects. This package is a provider for DB2 on the IBM iSeries.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>linq2db4iSeries</id>
    <version>2.0.0-rc1</version>
    <title>iSeries DB2 Provider for Linq2Db</title>
    <authors>Retail-Assist Ltd</authors>
    <owners>Retail-Assist Ltd</owners>
    <licenseUrl>https://github.com/LinqToDB4iSeries/Linq2DB4iSeries/blob/master/MIT-LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/LinqToDB4iSeries/Linq2DB4iSeries</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/LinqToDB4iSeries/Linq2DB4iSeries/master/NuGet/linq2db2i.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects.  This package is a provider for DB2 on the IBM iSeries.</description>
    <tags>linq linq2db LinqToDB ORM database DB SQL DB2 IBM iSeries</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="linq2db" version="[2.0.0, 2.1.0]" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Data.DataSetExtensions" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Data.Linq" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Data.Services" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>