1 implementation of TryGetPlatformVersion
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
184
public bool
TryGetPlatformVersion
(string versionString, [NotNullWhen(true)] out Version? version)
1 reference to TryGetPlatformVersion
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NuGetFrameworkFactory.cs (1)
315
if ((string.IsNullOrEmpty(platformVersionString) || mappings.
TryGetPlatformVersion
(platformVersionString!, out platformVersion)))