Skip to content

Commit 91e1d0e

Browse files
authored
Merge pull request #202287 from eric-urban/patch-2
Update csharp.md
2 parents 74f939b + 3bae46e commit 91e1d0e

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
author: eric-urban
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 06/10/2022
5+
ms.date: 06/21/2022
66
ms.author: eur
77
---
88

99
[!INCLUDE [Header](../../common/csharp.md)]
1010

1111
This guide shows how to install the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) for C#.
1212

13-
The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see <a href="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech" target="_blank">Microsoft.CognitiveServices.Speech</a>.
14-
1513
Code samples in the documentation are written in C# 8 and run on .NET standard 2.0.
1614

1715
## Platform requirements
@@ -20,6 +18,8 @@ Code samples in the documentation are written in C# 8 and run on .NET standard 2
2018

2119
## Install the Speech SDK
2220

21+
The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see <a href="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech" target="_blank">Microsoft.CognitiveServices.Speech</a>.
22+
2323
The Speech SDK for C# can be installed from the .NET CLI with the following `dotnet add` command:
2424

2525
```dotnetcli

0 commit comments

Comments
 (0)