I have a .NET Standard 1.4 class library that references the System.ComponentModel.Annotations (4.3.0) NuGet package.
I\'m then referencing this class library from a
In my case, I was using 4.0.0, so I fixed it by adding in
Adapt to your required version.