Skip to content

Commit af3ed2e

Browse files
authored
Merge pull request #192969 from liliankasem/patch-1
Update functions-dotnet-dependency-injection.md
2 parents 586a172 + 5e15263 commit af3ed2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you can use dependency injection, you must install the following NuGet pa
3131

3232
- [Microsoft.NET.Sdk.Functions](https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/) package version 1.0.28 or later
3333

34-
- [Microsoft.Extensions.DependencyInjection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/) (currently, only version 3.x and earlier supported)
34+
- [Microsoft.Extensions.DependencyInjection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/) (currently, only version 2.x or later supported)
3535

3636
## Register services
3737

0 commit comments

Comments
 (0)