6 references to Parse
Microsoft.Build (6)
Utilities\NuGetFrameworkWrapper.Direct.cs (6)
20
public string GetTargetFrameworkIdentifier(string tfm) =>
Parse
(tfm).Framework;
23
GetNonZeroVersionParts(
Parse
(tfm).Version, minVersionPartCount);
25
public string GetTargetPlatformIdentifier(string tfm) =>
Parse
(tfm).Platform;
28
GetNonZeroVersionParts(
Parse
(tfm).PlatformVersion, minVersionPartCount);
31
DefaultCompatibilityProvider.Instance.IsCompatible(
Parse
(target),
Parse
(candidate));