Closed
Description
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
Using bot builder 4.3.2,
Describe the bug
After updating Azure storage libraries to the most recent packages (Microsoft.Azure.Storage.Common, Microsoft.Azure.Storage.Blob, Microsoft.Azure.Cosmos.Table)
I get a compiler error on AzureBlobTranscriptStore .
Reference to type 'CloudStorageAccount' claims it is defined in 'Microsoft.Azure.Storage.Common', but it could not be found
It turns out Microsoft.Bot.Builder.Azure still references the older storage libraries.
Will this be updated to use the latest libraries?