5b69a2693e
Former-commit-id: a598022caf837e5c0e35b6dfbe6ec2debbf5366a
7 lines
124 B
C#
7 lines
124 B
C#
namespace System.Xml
|
|
{
|
|
static class BinaryCompatibility
|
|
{
|
|
public static bool TargetsAtLeast_Desktop_V4_5_2 => true;
|
|
}
|
|
} |