You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,14 @@
2
2
author: eric-urban
3
3
ms.service: cognitive-services
4
4
ms.topic: include
5
-
ms.date: 06/10/2022
5
+
ms.date: 06/21/2022
6
6
ms.author: eur
7
7
---
8
8
9
9
[!INCLUDE [Header](../../common/csharp.md)]
10
10
11
11
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for C#.
12
12
13
-
The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see <ahref="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech"target="_blank">Microsoft.CognitiveServices.Speech</a>.
14
-
15
13
Code samples in the documentation are written in C# 8 and run on .NET standard 2.0.
16
14
17
15
## Platform requirements
@@ -20,6 +18,8 @@ Code samples in the documentation are written in C# 8 and run on .NET standard 2
20
18
21
19
## Install the Speech SDK
22
20
21
+
The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see <ahref="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech"target="_blank">Microsoft.CognitiveServices.Speech</a>.
22
+
23
23
The Speech SDK for C# can be installed from the .NET CLI with the following `dotnet add` command:
0 commit comments