Closed
Description
Describe the bug
Microsoft.AspNetCore.DataProtection.AzureStorage
depends on WindowsAzure.Storage
, a nuget package from 2017 😱. This creates conflicts e.g. when also using Nuget packages that rely on its modern replacement (Microsoft.Azure.Storage.*
). E.g. Bot Framework does this.
This is an issue for my project.
Error I'm getting:
The type 'CloudStorageAccount' exists in both 'Microsoft.Azure.Storage.Common, Version=9.4.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'Microsoft.WindowsAzure.Storage, Version=8.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'