I saw lots of questions regarding the compatibility of .NET 4.5 with XML version 1.1.
e.g. does-net-4-5-support-xml-1-1
Unfortunately, I didn't see anything regarding .NET Core 2+ with XML version 1.1.
In my application using .NET Core 2.2 I am getting error:
Unhandled Exception: System.Xml.XmlException: Version number '1.1' is invalid. Line 1, position 16
Maybe someone knows some workaround with that?