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

    Interface EnsureDotnetToolOptions

    interface EnsureDotnetToolOptions {
        cwd: string;
        dotnetMajorVersion?: number;
        global: boolean;
    }
    Index

    Properties

    cwd: string

    Current working directory to run the commands. Defaults to process current working directory.

    Note: this option is only relevant if the global option is false.

    dotnetMajorVersion?: number

    Optionally specify a dotnet version instead of using the latest installed version.

    global: boolean

    Defaults to false.