dedjer / lab-dotnet-console-config

.NET Core 6 Console Configuration Management using IHost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lab-dotnet-console-config

.NET Core 6 Console Configuration Management using IHost

Manual Project Setup

mkdir lab-dotnet-console-config
cd lab-dotnet-console-config
dotnet new console
dotnet add package Microsoft.Extensions.Hosting
code .

Copy/Paste Program.cs & appsettings.json code

About

.NET Core 6 Console Configuration Management using IHost

License:MIT License


Languages

Language:C# 100.0%