Files
AvaloniaDesktopNotifications/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj
T
2021-02-08 01:42:45 +01:00

20 lines
744 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A cross-platform C# library for native desktop "toast" notifications.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/pr8x/DesktopNotifications</PackageProjectUrl>
<Authors>DesktopNotifications.Apple</Authors>
<Product>DesktopNotifications.Apple</Product>
<Company>DesktopNotifications.Apple</Company>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DesktopNotifications\DesktopNotifications.csproj" />
</ItemGroup>
</Project>