Check if a string is a valid TFM (Target Framework Moniker) in the form "netX.Y" where X is a number >= 5 and Y is any number.
The dotnet target framework moniker to check.
true if the string is a properly formatted "netX.Y" TFM, false otherwise
true
false
Check if a string is a valid TFM (Target Framework Moniker) in the form "netX.Y" where X is a number >= 5 and Y is any number.