Skip to content

Commit 6f660c7

Browse files
committed
improved text
1 parent b151655 commit 6f660c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/time-series-insights/time-series-insights-manage-reference-data-csharp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,17 @@ Complete the following steps before you compile and run the sample code:
4343
4444
## Project dependencies
4545

46+
It's recommended that you use the newest version of Visual Studio and **NETCore.app**:
47+
48+
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) - Version 16.4.2+
49+
* [NETCore.app](https://www.nuget.org/packages/Microsoft.NETCore.App/2.2.8) - Version 2.2.8
50+
4651
The sample code has two required dependencies:
4752

4853
* MSAL.NET [Microsoft.Identity.Client](https://www.nuget.org/packages/Microsoft.Identity.Client/) - 4.7.1 package.
4954
* [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json) - 12.0.3 package.
5055

51-
Add the packages using NuGet 2.12+:
56+
Add the packages using [NuGet 2.12+](https://www.nuget.org/):
5257

5358
1. `dotnet add package Newtonsoft.Json --version 12.0.3`
5459
1. `dotnet add package Microsoft.Identity.Client --version 4.7.1`
@@ -296,7 +301,6 @@ The sample code above demonstrates the following features:
296301

297302
The Reference Data Management API processes each item individually and an error with one item does not prevent the others from successfully completing. For example, if your request has 100 items and one item has an error, then 99 items are written and one is rejected.
298303

299-
300304
## Next steps
301305

302306
- Read the GA [Reference Data Management API](https://docs.microsoft.com/rest/api/time-series-insights/ga-reference-data-api) reference documentation.

0 commit comments

Comments
 (0)