I'm trying to get started with Azure Blob storage. I'm running VS2015 but I installed the .NET 4.8 SDK and set my project to target it. When I try to install the NuGet package, I get this:
Could not install package 'Azure.Storage.Blobs 12.5.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content files that are compatible with that framework.
According to this https://learn.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support .NET 4.7.2 is equivalent to .NET standard 2.0, which seems to be what the package wants. But I've tried .NET 4.7.2 and 4.8 and the package doesn't install.