Asp.net core using storage nuget package from 2017 results in nuget conflict #8472
Labels
area-dataprotection
Includes: DataProtection
breaking-change
This issue / pr will introduce a breaking change, when resolved / merged.
Done
This issue has been fixed
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Microsoft.AspNetCore.DataProtection.AzureStorage
depends onWindowsAzure.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 text was updated successfully, but these errors were encountered: