Otiel / WpfMessageBox

A WPF message box, with optional features like custom buttons, textbox and checkbox.
MIT License
7 stars 2 forks source link

Support for newer .net versions #3

Open playervalley opened 3 weeks ago

playervalley commented 3 weeks ago

This already works for .NET 6 in my testing, but it displays a warning about compatibility.

It is probably a trivial fix, but it's a shame this has to be done, as this has basically everything I need (custom button text, a checkbox to be damn sure they read the message, maybe the Windows 7 icons :)

Otiel commented 3 weeks ago

I'll have a look.