1 implementation of Parse
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.Direct.cs (1)
38
public NuGetFramework
Parse
(string tfm) => NuGetFramework.Parse(tfm);
1 reference to Parse
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
90
yield return (tfm, adapter.
Parse
(tfm));