dotnetdeveloperaz / MetalPriceConsole

Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
0 stars 0 forks source link

Replace Newtonsoft.Json to built-in .NET JSon #36

Closed dotnetdeveloperaz closed 1 year ago

dotnetdeveloperaz commented 1 year ago

Let's move this from using Newtonsoft to the built-in Json to eliminate an unnecessary nuget package. Microsoft has introduced quite a few improvements and eliminating any third party package is not a bad idea if there is not a specific need to use it.