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