Skip to content

Commit caaeb03

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#271137
Updated line no: 50 from "The following is an example of a minimal local.settings.json file with these changes:" to "The following is an example of a minimal project file with these changes:"
1 parent 9fc831d commit caaeb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Support for .NET 8 still uses version 4.x of the Functions runtime, and no chang
4747

4848
To update your local project, first make sure you are using the latest versions of local tools. Then ensure that the project references [version 4.4.0 or later of Microsoft.NET.Sdk.Functions](https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.4.0). You can then change your `TargetFramework` to "net8.0". You must also update `local.settings.json` to include both `FUNCTIONS_WORKER_RUNTIME` set to "dotnet" and `FUNCTIONS_INPROC_NET8_ENABLED` set to "1".
4949

50-
The following is an example of a minimal `local.settings.json` file with these changes:
50+
The following is an example of a minimal `project` file with these changes:
5151

5252
```xml
5353
<Project Sdk="Microsoft.NET.Sdk">

0 commit comments

Comments
 (0)