We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec1192 commit ab0b2ecCopy full SHA for ab0b2ec
articles/azure-functions/functions-reference-csharp.md
@@ -352,9 +352,18 @@ The following assemblies are automatically added by the Azure Functions hosting
352
353
The following assemblies may be referenced by simple-name (for example, `#r "AssemblyName"`):
354
355
+Functions V2 and V3:
356
* `Newtonsoft.Json`
357
* `Microsoft.WindowsAzure.Storage`
358
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
+
367
## Referencing custom assemblies
368
369
To reference a custom assembly, you can use either a *shared* assembly or a *private* assembly:
0 commit comments