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