Skip to content

Commit fed80cc

Browse files
committed
fix indent
1 parent 7cba2a1 commit fed80cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.custom: include, build-2025
1313
* 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

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
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
2323
```
2424

2525

0 commit comments

Comments
 (0)