Miguel
❔ Execute / Run local project `.csproj` NuGet package
I have a
package
installed from NuGet
: https://github.com/killwort/dotnet-bump, and supposedly it can be executed from the command line. Is there a way I can execute / run this package from the command line, just like in npm
?
I have already tried to configure also project.json
and/or .config/dormer-tools.json
, and run the package as a dormer new tool …
, but that does not work.3 replies