Converting web.config files to appsettings.json with a .NET Core global tool

added by DotNetKicks
7/16/2018 2:49:18 PM

9187 Views

In this post I describe how and why I created a .NET Core global tool to easily convert configuration stored in web.config files to the JSON format more commonly used for configuration in ASP.NET Core. tl;dr; You can install the tool by running dotnet tool install --global dotnet-config2json.


0 comments