1 implementation of GetAllFrameworkVersions
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.Direct.cs (1)
40
public bool
GetAllFrameworkVersions
(NuGetFramework parsed) => parsed.AllFrameworkVersions;
2 references to GetAllFrameworkVersions
Microsoft.Build (2)
Utilities\NuGetFrameworkWrapper.cs (2)
65
((adapter.
GetAllFrameworkVersions
(l.parsedTfm) && adapter.
GetAllFrameworkVersions
(r.parsedTfm)) ||