Skip to content

Commit 4325a03

Browse files
Merge pull request #218281 from mumurug-MSFT/patch-21
(AzureCXP) fixes Azure/azure-functions-host#8146
2 parents ca3ad08 + d808034 commit 4325a03

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 C# script (.csx), you must set `TargetFramework` to a value of `netstandard2.0`. Other target frameworks, such as `net6.0`, aren't supported.
420422
421423
# [v1.x](#tab/functionsv1)
422424

0 commit comments

Comments
 (0)