Skip to content

Commit 9677fa4

Browse files
committed
QS UR feedback
1 parent 7ed673f commit 9677fa4

File tree

3 files changed

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

3 files changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
3131

3232
Follow these steps to create a new console application and install the Speech SDK.
3333

34-
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI.
34+
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI. The `Program.cs` file should be created in the project directory.
3535
```dotnetcli
3636
dotnet new console
3737
```

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-translation-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2121

2222
Follow these steps to create a new console application and install the Speech SDK.
2323

24-
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI.
24+
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI. The `Program.cs` file should be created in the project directory.
2525
```dotnetcli
2626
dotnet new console
2727
```

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
3131

3232
Follow these steps to create a new console application and install the Speech SDK.
3333

34-
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI.
34+
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI. The `Program.cs` file should be created in the project directory.
3535
```dotnetcli
3636
dotnet new console
3737
```

0 commit comments

Comments
 (0)