Skip to content

Commit a8de5b4

Browse files
committed
added 3rd party dependencies
1 parent 8ba1e1b commit a8de5b4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

articles/cognitive-services/LUIS/luis-get-started-cs-add-utterance.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ms.author: diberry
2121
[!include[Quickstart prerequisites for changing model](../../../includes/cognitive-services-luis-qs-change-model-prereq.md)]
2222
* Latest [**Visual Studio Community edition**](https://www.visualstudio.com/downloads/).
2323
* C# programming language installed.
24+
* [JsonFormatterPlus](https://www.nuget.org/packages/JsonFormatterPlus) and [CommandLine](https://www.nuget.org/packages/CommandLineParser/) NuGet packages
2425

2526
[!include[Code is available in LUIS-Samples Github repo](../../../includes/cognitive-services-luis-qs-change-model-luis-repo-note.md)]
2627

@@ -40,6 +41,13 @@ The Visual Studio project needs **System.Web**. In the Solution Explorer, right-
4041

4142
![Add System.web reference](./media/luis-quickstart-cs-add-utterance/system.web.png)
4243

44+
### Add other dependencies
45+
46+
The Visual Studio project needs **JsonFormatterPlus** and **CommandLineParser**. In the Solution Explorer, right-click on **References** and select **Manage NuGet Packages...**. Search for and add each of the two packages.
47+
48+
![Add 3rd party dependencies](./media/luis-quickstart-cs-add-utterance/add-dependencies.png)
49+
50+
4351
### Write the C# code
4452
The **Program.cs** file should be:
4553

19.3 KB
Loading

0 commit comments

Comments
 (0)