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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ The Durable SQL provider for Durable Functions and DTFx are available as NuGet p
27
27
28
28
| Package | Latest Version | Description |
29
29
| ------- | -------------- | ----------- |
30
-
| Microsoft.DurableTask.SqlServer.AzureFunctions |[](https://www.nuget.org/packages/Microsoft.DurableTask.SqlServer.AzureFunctions/)| Use this package if building serverless Function apps with Azure Durable Functions. |
30
+
| Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer |[](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer/)| Use this package if using Azure Durable Functions with the .NET out-of-process worker. |
31
+
| Microsoft.DurableTask.SqlServer.AzureFunctions |[](https://www.nuget.org/packages/Microsoft.DurableTask.SqlServer.AzureFunctions/)| Use this package if building serverless Function apps with Azure Durable Functions (for everything _except_ the .NET out-of-process worker). |
31
32
| Microsoft.DurableTask.SqlServer |[](https://www.nuget.org/packages/Microsoft.DurableTask.SqlServer/)| Use this package if using DTFx to build .NET apps. |
0 commit comments