I'm making a nuget package for my own internal use called BlobUtils. However, when I install it, my code doesn't recognize the "using" statement and it doesn't show up in the references list.
I opened up the package in NuGet Package Explorer, and it seems to look okay. I've attached a screenshot below.
I've also included a screenshot of it not working in my project. (NOTE: the using statement says "BlobUtil" because I was messing around with it, but "BlobUtils" also doesn't work.)
Thoughts?