pr8x / DesktopNotifications

A cross-platform C# library for native desktop "toast" notifications.
MIT License
177 stars 29 forks source link

Target .Netstandard 2.0 #8

Closed pr8x closed 2 years ago

pr8x commented 2 years ago

RIP ValueTask :(

Also the Example.Avalonia project cannot target .netstandard 2.0 since AppBuilder is not available there.

Fixed #7 Fixed build on non-windows platforms

pr8x commented 2 years ago

I guess I need some fallback for Windows that does not rely on the windows TFM, might need to use old Contracts package