Inscribe.Abstractions by Todd Skelton

<PackageReference Include="Inscribe.Abstractions" Version="0.2.0" />

 Inscribe.Abstractions 0.2.0

Logging provider abstraction for .NET's logging API.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Inscribe.Abstractions</id>
    <version>0.2.0</version>
    <title>Inscribe Abstractions</title>
    <authors>Todd Skelton</authors>
    <owners>Todd Skelton</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/xKloc/Inscribe</projectUrl>
    <iconUrl>https://github.com/xKloc/Inscribe/blob/master/logo.png?raw=true</iconUrl>
    <description>Logging provider abstraction for .NET's logging API.</description>
    <tags>inscribe log logging logger .net provider extensions email entity framework core</tags>
    <repository type="git" url="https://github.com/xKloc/Inscribe" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>