As far as I know, for installation of an assmebly for .NET is as follows.
'gacutil /i nunit.framework.dll'
And for the mono, set the directory to MONO_PATH is doing the job.
If you want to install a .NET assembly to the GAC. You use gacutil
, in windows or with mono:
$ gacutil -i gac_lib.dll
See the mono documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With