Skip to content

Commit d808034

Browse files
Update articles/azure-functions/functions-reference-csharp.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 1207f70 commit d808034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ By default, Core Tools reads the function.json files and adds the required packa
418418
</Project>
419419
```
420420
> [!NOTE]
421-
> For CSX script, you must set target framework as `netstandard2.0` since other target frameworks like `net6.0` are not supported.
421+
> For C# script (.csx), you must set `TargetFramework` to a value of `netstandard2.0`. Other target frameworks, such as `net6.0`, aren't supported.
422422
423423
# [v1.x](#tab/functionsv1)
424424

0 commit comments

Comments
 (0)