Skip to content

Commit 5723c15

Browse files
authored
Acrolinx fix
1 parent 0e26774 commit 5723c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The 2.x versions of the core packages change the supported frameworks and bring
8585

8686
- Starting with version 2.0.0 of [Microsoft.Azure.Functions.Worker.Sdk]:
8787
- 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.
8989
- Starting with version 2.0.0 of [Microsoft.Azure.Functions.Worker]:
9090
- 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.
9191
- Service provider scope validation is included by default if run in a development environment. This behavior matches ASP.NET Core.

0 commit comments

Comments
 (0)