How to update SharpSploit source
First of all, thanks for this awesome tool!
I was trying to update the SharpSploit source from the Source/ directory, but when I run the dotnet build command I get some errors.
Any hints on how to do it the "correct" way?
Thanks!
You could try to: rm -r ./SharpSploit && git clone https://github.com/cobbr/SharpSploit
You may have to manually delete the .csproj file as well.
I did try that way, removed all .sln and .csproj file from SharpSploit repo, as well as SharpSploit.Tests folder. I still receive many errors:

Might be that new references have been added and need to be manually put in SharpGen.csproj?
ok, figured out the issue. There are new classes added in the latest SharpSploit version, which needs to be added in the SharpGen.csproj file
I made a PR to add SharpSploit as a submodule, let me know if this is fine for you. #7