Skip to content

Commit 752d62a

Browse files
committed
No need for extensions bundle with C# class library.
1 parent 064838e commit 752d62a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-functions/functions-bindings-register.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ If you use `Install-Package` to reference a binding, you don't need to use [exte
5959

6060
## <a name="vs-code"></a> C# class library with Visual Studio Code
6161

62-
> [!NOTE]
63-
> We recommend using [extension bundles](#extension-bundles) to have Functions automatically install a compatible set of binding extension packages.
64-
6562
In **Visual Studio Code**, install packages for a C# class library project from the command prompt using the [dotnet add package](https://docs.microsoft.com/dotnet/core/tools/dotnet-add-package) command in the .NET Core CLI. The following example demonstrates how you add a binding:
6663

6764
```terminal

0 commit comments

Comments
 (0)