CacheCow.Common by Ali Kheyrollahi

<PackageReference Include="CacheCow.Common" Version="2.0.0" />

 CacheCow.Common 2.0.0

CacheCow is an HTTP Caching Library for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CacheCow.Common</id>
    <version>2.0.0</version>
    <authors>Ali Kheyrollahi</authors>
    <owners>Ali Kheyrollahi</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/aliostad/CacheCow/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/aliostad/CacheCow/</projectUrl>
    <description>CacheCow is an HTTP Caching Library for .NET</description>
    <dependencies>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.5" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="11.0.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.5" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="11.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>