Skip to content

Commit 5042d2e

Browse files
authored
fixing custom note markdown
1 parent 10fd0c1 commit 5042d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dotnet new console
4343

4444
Install the .NET package to your project. For example if you're using the .NET CLI, run the following command.
4545

46-
Note: Azure.AI.Projects is only available as a prelease version. Please use the "-prerelease" flag to add the package until a release version becomes available.
46+
>[!Note]
47+
> Azure.AI.Projects is only available as a prelease version. Please use the "-prerelease" flag to add the package until a release version becomes available.
4748
4849
```console
4950
dotnet add package Azure.AI.Projects --prerelease

0 commit comments

Comments
 (0)