6 references to Parse
Microsoft.Build (6)
Utilities\NuGetFrameworkWrapper.cs (6)
86
return FrameworkProperty.GetValue(
Parse
(tfm)) as string;
91
var version = VersionProperty.GetValue(
Parse
(tfm)) as Version;
97
return PlatformProperty.GetValue(
Parse
(tfm)) as string;
102
var version = PlatformVersionProperty.GetValue(
Parse
(tfm)) as Version;
108
return Convert.ToBoolean(IsCompatibleMethod.Invoke(DefaultCompatibilityProvider, [
Parse
(target),
Parse
(candidate)]));