I have created a appsettings.json file to store all constant information.
I am creating a .Net Core 2 console application, and need to access this through a global constant file.
What ever online resources I am seeing basically says how to access it in program.cs file only.