Skip to content

Commit 69ba681

Browse files
authored
Update csharp.md
Carbon path updated
1 parent 725d8be commit 69ba681

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/captioning

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow these steps to create a new console application and install the Speech SD
3737
```dotnetcli
3838
dotnet add package Microsoft.CognitiveServices.Speech
3939
```
40-
1. Copy the [scenarios/csharp/dotnet/captioning/](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/scenarios/csharp/dotnet/captioning/) sample files from GitHub into your project directory. Overwrite the local copy of `Program.cs` with the file that you copy from GitHub.
40+
1. Copy the [scenarios/csharp/dotnetcore/captioning/](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/scenarios/csharp/dotnetcore/captioning/) sample files from GitHub into your project directory. Overwrite the local copy of `Program.cs` with the file that you copy from GitHub.
4141
1. Build the project with the .NET CLI.
4242
```dotnetcli
4343
dotnet build

0 commit comments

Comments
 (0)