I'm trying to make bool
to Visibility
converter in a .NET Standard 2.0 Class Library. So I made my class, and when I try to add reference to System.Windows.Data
I got this message:
Then I cliked using System.Windows.Data (from PresentationFramework).
It seems to be stuck here
I waited for some minutes but nothing changed.