Skip to content

Commit 671efbe

Browse files
authored
Update assistants-csharp.md
1 parent 52dc6c1 commit 671efbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/assistants-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ ms.date: 9/27/2024
2424

2525
### Create a new .NET Core application
2626

27-
1. In a console window (such as cmd, PowerShell, or Bash), use the [`dotnet new`](/dotnet/core/tools/dotnet-new) command to create a new console app with the name `azure-openai-quickstart`:
27+
1. In a console window (such as cmd, PowerShell, or Bash), use the [`dotnet new`](/dotnet/core/tools/dotnet-new) command to create a new console app with the name `azure-openai-assistants-quickstart`:
2828

2929
```dotnetcli
3030
dotnet new console -n azure-openai-assistants-quickstart
3131
```
3232
33-
2. Change into the directory of the newly created app folder and build the app with the [`dotnet build`](/dotnet/core/tools/dotnet-build) command:
33+
2. In the newly created `azure-openai-assistants-quickstart` folder, build the app with the [`dotnet build`](/dotnet/core/tools/dotnet-build) command:
3434
3535
```dotnetcli
3636
dotnet build

0 commit comments

Comments
 (0)