Open
Description
Added my .paket folder, downloaded paket.bootstrapper.exe and renamed to paket.exe. Ran
mono ./.paket/paket.exe init.
All successful, then ran
mono ./.paket/paket.exe add IdentityServer4 --project Http
and it returned successful, lastly ran dotnet restore
but the packages haven't been added to my project.
I'm sure it's me, but what am I doing wrong?
Edit: Here's my Solution folder.