Skip to content

Commit 512db54

Browse files
davidkayaSyntaxC4
authored andcommitted
Removed "package" from the link
It makes it more user friendly to right click and copy the package name because the "package" word is no longer being copied.
1 parent a1636e3 commit 512db54

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
@@ -22,7 +22,7 @@ Before you can use dependency injection, you must install the following NuGet pa
2222

2323
- [Microsoft.Azure.Functions.Extensions](https://www.nuget.org/packages/Microsoft.Azure.Functions.Extensions/)
2424

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

2727
## Register services
2828

0 commit comments

Comments
 (0)