You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -30,11 +30,15 @@ namespace System.Web.Util {
|
||||
TargetsAtLeastFramework45 = (version >= VersionUtil.Framework45);
|
||||
TargetsAtLeastFramework451 = (version >= VersionUtil.Framework451);
|
||||
TargetsAtLeastFramework452 = (version >= VersionUtil.Framework452);
|
||||
TargetsAtLeastFramework46 = (version >= VersionUtil.Framework46);
|
||||
TargetsAtLeastFramework461 = (version >= VersionUtil.Framework461);
|
||||
}
|
||||
|
||||
public bool TargetsAtLeastFramework45 { get; private set; }
|
||||
public bool TargetsAtLeastFramework451 { get; private set; }
|
||||
public bool TargetsAtLeastFramework452 { get; private set; }
|
||||
public bool TargetsAtLeastFramework46 { get; private set; }
|
||||
public bool TargetsAtLeastFramework461 { get; private set; }
|
||||
|
||||
public Version TargetFramework { get; private set; }
|
||||
|
||||
|
Reference in New Issue
Block a user