You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/javascript/mslearn-resources/quickstart).
@@ -74,6 +83,10 @@ No installation is necessary to use the Azure AI Foundry portal.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/install-csharp-packages.md
+9-24Lines changed: 9 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,13 @@ ms.date: 04/30/2025
10
10
ms.custom: include, build-2025
11
11
---
12
12
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:
14
14
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
-
```
24
-
25
-
26
-
* After installing these packages, you'll need to add the appropriate using directives to your C# files:
0 commit comments