Skip to content

Commit b7ea11d

Browse files
authored
Merge pull request #134538 from codemillmatt/web-search-qs-rvw
reviewing for freshness
2 parents b9b6291 + cef3d28 commit b7ea11d

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/Bing-Web-Search/quickstarts

1 file changed

+4
-4
lines changed

articles/cognitive-services/Bing-Web-Search/quickstarts/csharp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-web-search
1010
ms.topic: quickstart
11-
ms.date: 05/22/2020
11+
ms.date: 10/19/2020
1212
ms.author: aahi
1313
ms.custom: "seodec2018, devx-track-csharp"
1414
#Customer intent: As a new developer, I want to make my first call to the Bing Web Search API and receive a response using C#.
@@ -25,14 +25,14 @@ This example program in this quickstart uses only .NET Core classes.
2525
Here are a few things that you'll need before running this quickstart:
2626

2727
* Windows: [Visual Studio 2017 or later](https://www.visualstudio.com/downloads/)
28-
* Linux/macOS: [Mono](https://www.mono-project.com/)
29-
* A subscription key
28+
* Linux/macOS: [Visual Studio Code](https://code.visualstudio.com/) and [.NET Core](https://dotnet.microsoft.com/download)
29+
* [A free Azure subscription](https://azure.microsoft.com/free/dotnet)
3030

3131
[!INCLUDE [bing-web-search-quickstart-signup](../../../../includes/bing-web-search-quickstart-signup.md)]
3232

3333
## Create a project and declare dependencies
3434

35-
Create a new project in Visual Studio or Mono. Use the following code to import the required namespaces and types:
35+
Create a console project in Visual Studio or VS Code. Use the following code to import the required namespaces and types:
3636

3737
```csharp
3838
using System;

0 commit comments

Comments
 (0)