Tuesday, May 04, 2021

Quick tip: ConfigurationManager and .NET Core

If you want to use the System.Configuration.ConfigurationManager class in your .NET Core app you will first need  to reference the System.Configuration.ConfigurationManager Nuget package since it is not part of .NET Core due to the smaller framework footprint.