Does anyone know what Nuget package to download for access Azure Storage from Asp.Net Core?
"Connected services" is not going to work for me:
1.) It installs a bunch of packages that are incompatible with .NetStandard v 1.6
2.) I need something more flexible, where I can dynamically pass in the Azure Storage account credentials to my blob manager class.
Any ideas???