This seems to be a common problem when an assembly targets System.ComponentModel.Annoatations from NetStandard 2 and then you have a .NET Framework app that targets both this assembly and System.ComponentModel.Annotations. The apparent fix is to forward all the bindings.
Luckily, there's a single property of the .net Framework project that will handle it.
Fixes #2934
This seems to be a common problem when an assembly targets System.ComponentModel.Annoatations from NetStandard 2 and then you have a .NET Framework app that targets both this assembly and System.ComponentModel.Annotations. The apparent fix is to forward all the bindings.
Luckily, there's a single property of the .net Framework project that will handle it.