Skip to content

Commit ab0b2ec

Browse files
mhoegerggailey777
authored andcommitted
Update functions-reference-csharp.md
1 parent 5ec1192 commit ab0b2ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/azure-functions/functions-reference-csharp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,18 @@ The following assemblies are automatically added by the Azure Functions hosting
352352

353353
The following assemblies may be referenced by simple-name (for example, `#r "AssemblyName"`):
354354

355+
Functions V2 and V3:
355356
* `Newtonsoft.Json`
356357
* `Microsoft.WindowsAzure.Storage`
357358

359+
Functions V1:
360+
* `Newtonsoft.Json`
361+
* `Microsoft.WindowsAzure.Storage`
362+
* `Microsoft.ServiceBus`
363+
* `Microsoft.AspNet.WebHooks.Receivers`
364+
* `Microsoft.AspNet.WebHooks.Common`
365+
* `Microsoft.Azure.NotificationHubs`
366+
358367
## Referencing custom assemblies
359368

360369
To reference a custom assembly, you can use either a *shared* assembly or a *private* assembly:

0 commit comments

Comments
 (0)