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: articles/azure-functions/dotnet-isolated-process-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The 2.x versions of the core packages change the supported frameworks and bring
85
85
86
86
- Starting with version 2.0.0 of [Microsoft.Azure.Functions.Worker.Sdk]:
87
87
- The SDK includes default configurations for [SDK container builds](/dotnet/core/docker/publish-as-container).
88
-
- The SDK includes support for [`dotnet run`](/dotnet/core/tools/dotnet-run) when the [Azure Functions Core Tools](./functions-develop-local.md) is installed. On Windows, the Core Tools needs to be installed through a mechanism other than NPM.
88
+
- The SDK includes support for [`dotnet run`](/dotnet/core/tools/dotnet-run) when the [Azure Functions Core Tools](./functions-develop-local.md) is installed. On Windows, the Core Tools need to be installed through a mechanism other than NPM.
89
89
- Starting with version 2.0.0 of [Microsoft.Azure.Functions.Worker]:
90
90
- This version adds support for `IHostApplicationBuilder`. Some examples in this guide include tabs to show alternatives using `IHostApplicationBuilder`. These examples require the 2.x versions.
91
91
- Service provider scope validation is included by default if run in a development environment. This behavior matches ASP.NET Core.
0 commit comments