Skip to content

Commit ad95adb

Browse files
committed
undent
1 parent 205a93d commit ad95adb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ 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. Add NuGet packages using the .NET CLI in the integrated terminal:
1414

15-
16-
```bash
17-
# Add Azure AI SDK packages
18-
dotnet add package Azure.Identity
19-
dotnet add package Azure.AI.Projects
20-
dotnet add package Azure.AI.Agents.Persistant
21-
dotnet add package Azure.AI.OpenAI
22-
dotnet add package Azure.Search.Documents
23-
```
15+
```bash
16+
# Add Azure AI SDK packages
17+
dotnet add package Azure.Identity
18+
dotnet add package Azure.AI.Projects
19+
dotnet add package Azure.AI.Agents.Persistant
20+
dotnet add package Azure.AI.OpenAI
21+
dotnet add package Azure.Search.Documents
22+
```

0 commit comments

Comments
 (0)