1 implementation of TryGetPlatformVersion
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
191
public bool
TryGetPlatformVersion
(string versionString, [NotNullWhen(true)] out Version? version)
1 reference to TryGetPlatformVersion
NuGet.Frameworks (1)
NuGetFrameworkFactory.cs (1)
315
if ((string.IsNullOrEmpty(platformVersionString) || mappings.
TryGetPlatformVersion
(platformVersionString!, out platformVersion)))