2017-04-10 11:41:01 +00:00
|
|
|
namespace System.Runtime.Versioning
|
|
|
|
{
|
|
|
|
static class BinaryCompatibility
|
|
|
|
{
|
|
|
|
public static readonly bool TargetsAtLeast_Desktop_V4_5 = true;
|
|
|
|
public static readonly bool TargetsAtLeast_Desktop_V4_5_1 = true;
|
2018-01-24 17:04:36 +00:00
|
|
|
// should be a property for System.Xml.BinaryCompatibility
|
|
|
|
public static bool TargetsAtLeast_Desktop_V4_5_2 => true;
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|
|
|
|
}
|