Files
linux-packaging-mono/mcs/class/System.XML/ReferenceSources/BinaryCompatibility.cs

7 lines
124 B
C#
Raw Normal View History

namespace System.Xml
{
static class BinaryCompatibility
{
public static bool TargetsAtLeast_Desktop_V4_5_2 => true;
}
}