dotnetAddDlls

Add dlls to your dotnet core project


License
MIT
Install
pip install dotnetAddDlls==0.1

Documentation

dotnetAddDlls

this is a very simple tool to add DLL files to dotnet-core projects

installing:

If you dont have python on your machine, install it. With python, all you need to do is to type:

pip install dotnetAddDlls

Into your console, and you are good to go.

Usage:

positional arguments:
  ProjPath        Path of the .csproj file
  refname         Name for the refernce
  dllpath         Reletive or absolute path of the dll file

optional arguments:
  -h, --help      show this help message and exit
  -V V            Version of the dll
  -K K            Public key token for dll
  -A A            Processor architecture for dll
  -C C            Dll culture
  --V, --verbose  Logging level
dotnet-add-dll [-h] [-V V] [-K K] [-A A] [-C C] [--V]
                      ProjPath refname dllpath