adamkali / dotnvim

A plugin for dotnet development because i really dislike the tooling in neovim for dotnet
MIT License
27 stars 2 forks source link

Nuget functionality #2

Open adamkali opened 3 months ago

adamkali commented 3 months ago
dotnet list [<PROJECT>|<SOLUTION>] package [--config <SOURCE>]
    [--deprecated]
    [-f|--framework <FRAMEWORK>] [--highest-minor] [--highest-patch]
    [--include-prerelease] [--include-transitive] [--interactive]
    [--outdated] [--source <SOURCE>] [-v|--verbosity <LEVEL>]
    [--vulnerable]
    [--format <console|json>]
    [--output-version <VERSION>]

dotnet list package -h|--help

using this documentation