File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/agents/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: aahill
4
4
ms.author : aahi
5
5
ms.service : azure-ai-agent-service
6
6
ms.topic : include
7
- ms.date : 01/15 /2025
7
+ ms.date : 03/28 /2025
8
8
---
9
9
10
10
| [ Reference documentation] ( /dotnet/api/overview/azure/ai.projects-readme ) | [ Samples] ( https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Projects/tests/Samples ) | [ Library source code] ( https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Projects ) | [ Package (NuGet)] ( https://www.nuget.org/packages/Azure.AI.Projects/ ) |
@@ -38,7 +38,7 @@ ms.date: 01/15/2025
38
38
Install the .NET package to your project. For example if you're using the .NET CLI, run the following command.
39
39
40
40
``` console
41
- dotnet add package Azure.AI.Projects
41
+ dotnet add package Azure.AI.Projects --prerelease
42
42
dotnet add package Azure.Identity
43
43
```
44
44
You can’t perform that action at this time.
0 commit comments