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/from-blob/csharp/dotnet.md
+34-7Lines changed: 34 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,51 @@ The first step is to make sure that you have your project open in Visual Studio.
25
25
## Add a reference to Newtonsoft.Json
26
26
27
27
1. In the Solution Explorer, right-click the **helloworld** project, and then select **Manage NuGet Packages** to show the NuGet Package Manager.
28
-
29
28
1. In the upper-right corner, find the **Package Source** drop-down box, and make sure that **`nuget.org`** is selected.
30
-
31
29
1. In the upper-left corner, select **Browse**.
32
-
33
30
1. In the search box, type *newtonsoft.json* and select **Enter**.
34
-
35
31
1. From the search results, select the [**Newtonsoft.Json**](https://www.nuget.org/packages/Newtonsoft.Json) package, and then select **Install** to install the latest stable version.
36
-
37
32
1. Accept all agreements and licenses to start the installation.
38
-
39
33
After the package is installed, a confirmation appears in the **Package Manager Console** window.
40
34
41
35
## Start with some boilerplate code
42
36
43
37
Let's add some code that works as a skeleton for our project.
0 commit comments