Please add System.Xml and System.Xml.Linq in the nuget package definition as a framework dependency so that I do not have to add them manually.
btw: what new feature requires these dependencies?
Cheers
Urs
Comments: ** Comment from web user: dennisdoomen **
btw: what new feature requires these dependencies?
Cheers
Urs
Comments: ** Comment from web user: dennisdoomen **
The new extension methods on XElement and XAttribute in 1.7.0 are the cause of this dependency.