@mikeyt23/node-cli-utils
    Preparing search index...

    Function isTfmNet5Plus

    • 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.

      Parameters

      • targetFrameworkMoniker: string

        The dotnet target framework moniker to check.

      Returns boolean

      true if the string is a properly formatted "netX.Y" TFM, false otherwise