Skip to content

Commit 624a4b4

Browse files
Merge pull request #3811 from aahill/patch-6
Update quickstart-csharp.md
2 parents 69dea1b + f48c92f commit 624a4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/agents/includes/quickstart-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: aahill
44
ms.author: aahi
55
ms.service: azure-ai-agent-service
66
ms.topic: include
7-
ms.date: 01/15/2025
7+
ms.date: 03/28/2025
88
---
99

1010
| [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
3838
Install the .NET package to your project. For example if you're using the .NET CLI, run the following command.
3939

4040
```console
41-
dotnet add package Azure.AI.Projects
41+
dotnet add package Azure.AI.Projects --prerelease
4242
dotnet add package Azure.Identity
4343
```
4444

0 commit comments

Comments
 (0)