Mediator.Abstractions by Martin Othamar

<PackageReference Include="Mediator.Abstractions" Version="2.0.22-preview" />

 Mediator.Abstractions 2.0.22-preview

Abstractions for the Mediator.SourceGenerator package.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Mediator.Abstractions</id>
    <version>2.0.22-preview</version>
    <authors>Martin Othamar</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/martinothamar/Mediator</projectUrl>
    <description>Abstractions for the Mediator.SourceGenerator package.</description>
    <copyright>Copyright 2022 Martin Othamar</copyright>
    <tags>mediator mediator-pattern source-generation source-gen source-generator sourcegenerator C# .NET .NET5 dotnet dotnet5 dotnet6</tags>
    <repository type="git" url="https://github.com/martinothamar/Mediator" commit="683f0390aabc76c257489d2804c15f6ebe716c9e" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>