Skip to content

How can we implement the bug fix released for Microsoft.Azure.DurableTask.AzureStorage 1.9.3 inside Microsoft.Azure.WebJobs.Extensions.DurableTask #1964

Answered by ConnorMcMahon
Yangsh-w asked this question in Q&A
Discussion options

You must be logged in to vote

Microsoft.Azure.WebJobs.Extensions.DurableTask v2.5.1 has a dependency on Microsoft.Azure.DurableTask.AzureStorage >= 1.9.0, so it will just pull in v1.9.0 by default.

If you explicitly add a PackageReference to Microsoft.Azure.DurableTask.AzureStorage v1.9.3, that will cause your app to build with v1.9.3 automatically.

<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.9.3" />

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cgillum
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants