I installed ildasm on my Ubuntu 18.04 via
nuget install Microsoft.NETCore.ILDAsm
I somehow ended up with two directories:
/home/vagrant/.nuget/packages/microsoft.netcore.ildasm/2.0.8/
/home/vagrant/Microsoft.NETCore.ILDAsm.2.0.8/
but none of them contained any dll or exe:
vagrant@ubuntu1804:~/Microsoft.NETCore.ILDAsm.2.0.8$ ls
LICENSE.TXT Microsoft.NETCore.ILDAsm.2.0.8.nupkg
Microsoft.NETCore.ILDAsm.nuspec _rels runtime.json THIRD-PARTY-NOTICES.TXT
version.txt
Where did nuget put the main application, i.e. the equivalent to the ildasm.exe on Windows?
Or am I doing something wrong to install ildasm on Linux?