Skip to content

Commit fbc4ec4

Browse files
committed
acrolinx
1 parent fed80cc commit fbc4ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-foundry/includes/install-csharp-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Include file
3+
description: Include file
44
author: pablolopes
55
ms.reviewer: pablolopes
66
ms.author: pablolopes
@@ -26,7 +26,7 @@ ms.custom: include, build-2025
2626
* After installing these packages, you'll need to add the appropriate using directives to your C# files:
2727
2828
```csharp
29-
using Azure.AI.Foundry.Project;
29+
using Azure.AI.Foundry.Projects;
3030
using Azure.Identity;
3131
using Azure.AI.OpenAI;
3232
using Azure.Search.Documents;

0 commit comments

Comments
 (0)