ToastNotifications.Messages.Net5 by Nick Stark

<PackageReference Include="ToastNotifications.Messages.Net5" Version="3.0.1" />

 ToastNotifications.Messages.Net5 3.0.1

This is a fork of ToastNotifications.Messages built for .NET 5.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ToastNotifications.Messages.Net5</id>
    <version>3.0.1</version>
    <authors>Nick Stark</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/starkna/ToastNotifications</projectUrl>
    <description>This is a fork of ToastNotifications.Messages built for .NET 5.</description>
    <releaseNotes>Find out more at:
		https://github.com/starkna/ToastNotifications/releases/tag/v3.0.0</releaseNotes>
    <copyright>Copyright © Nick Stark 2021</copyright>
    <tags>WPF notifications, Toast notifications, XAML notifications, c# notifications, UI notifications, ToastNotifications, toasts, messages, notifications, WPF, XAML, UI, notify, message, toast</tags>
    <dependencies>
      <group targetFramework="net5.0-windows7.0">
        <dependency id="ToastNotifications.Net5" version="3.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkReferences>
      <group targetFramework="net5.0-windows7.0">
        <frameworkReference name="Microsoft.WindowsDesktop.App" />
      </group>
    </frameworkReferences>
  </metadata>
</package>