Skip to content

A sample tool for aiding creation of Directory.Packages.props file

Notifications You must be signed in to change notification settings

tomwolanski/CentralPackageMgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CentralPackageMgmt

A sample tool for aiding creation of Directory.Packages.props file based on the nugets discovered in csproj files.

Usage:

USAGE:
    CentralPackageMgmt.Cli.dll [OPTIONS] <COMMAND>

OPTIONS:
    -h, --help       Prints help information
    -v, --version    Prints version information

COMMANDS:
    list-projects
    list-packages
    create-props-file

Commands:

  • list-projects - lists all *.csproj files that were discovered in the directory
  • list-packages - lists all NuGet packages that were discovered in the projects. Displays info about version(s) found.
  • create-props-file - creates Directory.Packages.prop file. Removes versions from csproj files, unless the option --skip-removal is provided.

About

A sample tool for aiding creation of Directory.Packages.props file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages