I have just upgraded bot framework project which is based on SDK v4 and built using aspnet core and now I end up getting conflict for CloudStorageAccount class. It says
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'
Anyone also faced the same issue? Please note that I have already tried to use an alias for the namespace but it still does not work and we have no clue why.
The closest match w.r.t this issue we found was on this thread and sounds similar issue there too. (comment by Jerome) but remains unanswered.
Sharing the version of each nuget I have installed in the project
Please suggest if anyone has faced it or has any suggestion.