cd <project-root>
mkdir lib
cd lib
git submodule add <repo-url> <desired-folder-name, leave blank if you want to use submodule repo name>
Then add the cloned submodule .csproj to your own c# project using right mouse click -> add -> project -> existing.