【发布时间】:2020-12-13 10:41:48
【问题描述】:
我正在尝试开始使用 Azure Blob 存储。我正在运行 VS2015,但我安装了 .NET 4.8 SDK 并将我的项目设置为针对它。当我尝试安装 NuGet 包时,我得到了这个:
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.
据此https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support.NET 4.7.2 相当于.NET 标准2.0,这似乎是包想要的。但我已经尝试过 .NET 4.7.2 和 4.8 并且包没有安装。
【问题讨论】:
标签: azure visual-studio-2015 nuget azure-blob-storage