NorthwindCustomersADR by AlumnoADR

<PackageReference Include="NorthwindCustomersADR" Version="1.0.0" />

 NorthwindCustomersADR 1.0.0

Package Description

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NorthwindCustomersADR</id>
    <version>1.0.0</version>
    <authors>AlumnoADR</authors>
    <owners>AlumnoADR</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Package Description</description>
    <tags>Customer, Api, Json</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>