Skip to content

Commit 0752eaa

Browse files
committed
[Cogsvcs] LUIsI - csharp SDK fix
1 parent b9053cf commit 0752eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/sdk-csharp-quickstart-authoring-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Create a new .NET Core application in your preferred editor or IDE.
6969
Within the application directory, install the Language Understanding (LUIS) authoring client library for .NET with the following command:
7070

7171
```console
72-
dotnet add package Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring -Version 3.0.0
72+
dotnet add package Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring --version 3.0.0
7373
```
7474

7575
If you're using the Visual Studio IDE, the client library is available as a downloadable NuGet package.

0 commit comments

Comments
 (0)