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/Bing-Entities-Search/quickstarts/csharp.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: bing-entity-search
11
11
ms.topic: quickstart
12
-
ms.date: 05/08/2020
12
+
ms.date: 10/19/2020
13
13
ms.author: aahi
14
14
ms.custom: devx-track-csharp
15
15
---
@@ -24,21 +24,20 @@ Although this application is written in C#, the API is a RESTful Web service com
24
24
## Prerequisites
25
25
26
26
- Any edition of [Visual Studio 2017 or later](https://www.visualstudio.com/downloads/).
27
-
28
-
- The [Json.NET](https://www.newtonsoft.com/json) framework, available as a NuGet package. To install the NuGet package in Visual Studio:
29
-
30
-
1. Right-click your project in **Solution Explorer**.
31
-
2. Select **Manage NuGet Packages**.
32
-
3. Search for and select *Newtonsoft.Json*, and then install the package.
33
-
34
-
- If you're using Linux/MacOS, this application can be run by using [Mono](https://www.mono-project.com/).
27
+
- Or if you're using Linux or MacOS, you can follow this quickstart using [Visual Studio Code](https://code.visualstudio.com/) and [.NET Core](/dotnet/core/install/macos)
0 commit comments