Core.Common by tobiasschulz

<PackageReference Include="Core.Common" Version="0.1.10" />

 Core.Common 0.1.10

Common utilities for .NET applications

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Core.Common</id>
    <version>0.1.10</version>
    <authors>tobiasschulz</authors>
    <owners>tobiasschulz</owners>
    <licenseUrl>http://choosealicense.com/licenses/mit/</licenseUrl>
    <projectUrl>https://github.com/media-tools/core/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/media-tools/core/master/Core/icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Common utilities for .NET applications</description>
    <releaseNotes>an open source project which provides common utility and helper classes for .NET applications.</releaseNotes>
    <tags>Utilities Common Core</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="6.0.8" />
    </dependencies>
  </metadata>
</package>