Skip to content

Commit 1207f70

Browse files
authored
(AzureCXP) fixes Azure / azure-functions-host#8146
Adding a note to indicate that .net6.0 is not supported for CSX script.
1 parent ec1671c commit 1207f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ By default, Core Tools reads the function.json files and adds the required packa
417417
</ItemGroup>
418418
</Project>
419419
```
420+
> [!NOTE]
421+
> For CSX script, you must set target framework as `netstandard2.0` since other target frameworks like `net6.0` are not supported.
420422
421423
# [v1.x](#tab/functionsv1)
422424

0 commit comments

Comments
 (0)