Skip to content

Commit 4d6d26f

Browse files
committed
Added v4 clarification and fixed tabs
1 parent 4356768 commit 4d6d26f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,14 @@ The following assemblies are automatically added by the Azure Functions hosting
358358

359359
The following assemblies may be referenced by simple-name, by runtime version:
360360

361-
# [Version 2.x+](#tab/v2)
361+
# [v2.x+](#tab/functionsv2)
362362

363363
* `Newtonsoft.Json`
364-
* `Microsoft.WindowsAzure.Storage`
364+
* `Microsoft.WindowsAzure.Storage`<sup>*</sup>
365365

366-
# [Version 1.x](#tab/v1)
366+
<sup>*</sup>Removed in version 4.x of the runtime.
367+
368+
# [v1.x](#tab/functionsv1)
367369

368370
* `Newtonsoft.Json`
369371
* `Microsoft.WindowsAzure.Storage`
@@ -373,6 +375,7 @@ The following assemblies may be referenced by simple-name, by runtime version:
373375

374376
---
375377

378+
376379
In code, assemblies are referenced like the following example:
377380

378381
```csharp

0 commit comments

Comments
 (0)