Skip to content

Commit 900a27b

Browse files
adding netherite version note for .NET 8
1 parent f0e2aae commit 900a27b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ The following is an example of a minimal `local.settings.json` file with these c
8383
}
8484
```
8585

86-
You might need to make other changes to your app based on the version support of its dependencies.
86+
If your app uses [`Microsoft.Azure.DurableTask.Netherite.AzureFunctions`](https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Netherite.AzureFunctions), ensure it targets version 1.5.3 or later. Due to a behavior change in .NET 8, apps with older versions of the package will throw an ambiguous constructor exception.
87+
88+
You might need to make other changes to your app based on the version support of its other dependencies.
8789

8890
## Functions class library project
8991

0 commit comments

Comments
 (0)