You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that rebuilding and deploying a function app using <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.0.2" />
does not upgrade the latest versions of Microsoft.Azure.WebJobs.Extensions.DurableTask.
Since there is now a 2.10.0 version available and Worker.x only references 2.9.x, is it possible to create a 1.0.3 version that references 2.10.*? That might solve the upgrade problem for me as well.
I'm dealing with this issue, which is why I need to upgrade: #2454
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems that rebuilding and deploying a function app using
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.0.2" />
does not upgrade the latest versions of Microsoft.Azure.WebJobs.Extensions.DurableTask.
Since there is now a 2.10.0 version available and Worker.x only references 2.9.x, is it possible to create a 1.0.3 version that references 2.10.*? That might solve the upgrade problem for me as well.
I'm dealing with this issue, which is why I need to upgrade:
#2454
Beta Was this translation helpful? Give feedback.
All reactions