Skip to content

Commit 3a169a2

Browse files
committed
remove using
1 parent ed48c2a commit 3a169a2

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 04/30/2025
1010
ms.custom: include, build-2025
1111
---
1212

13-
* To work with Azure AI services in your .NET project, you'll need to install several NuGet packages. You can add NuGet packages using the .NET CLI in the integrated terminal:
13+
To work with Azure AI services in your .NET project, you'll need to install several NuGet packages. You can add NuGet packages using the .NET CLI in the integrated terminal:
1414

1515

1616
```bash
@@ -21,17 +21,3 @@ ms.custom: include, build-2025
2121
dotnet add package Azure.AI.OpenAI
2222
dotnet add package Azure.Search.Documents
2323
```
24-
25-
26-
* After installing these packages, you'll need to add the appropriate using directives to your C# files:
27-
28-
```csharp
29-
using Azure.AI.Foundry.Projects;
30-
using Azure.Identity;
31-
using Azure.AI.OpenAI;
32-
using Azure.Search.Documents;
33-
// Add other namespaces as needed
34-
```
35-
36-
37-

0 commit comments

Comments
 (0)