Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 331 Bytes

File metadata and controls

16 lines (12 loc) · 331 Bytes

DotNetCoreHelloFromAppSettings

Simple .net core console app that writes value from appsettings.json to the output.

Solution structure

/src

Contains the source code.

How to run

  1. build source from /src in bin/Release
  2. cd to bin/Release
  3. execute in shell
dotnet DotNetCoreHelloFromAppSettings.dll