Added CLI comment
This commit is contained in:
parent
552085b478
commit
c1d18d5b47
27 changed files with 5 additions and 0 deletions
0
CLI/CLI.csproj
Normal file → Executable file
0
CLI/CLI.csproj
Normal file → Executable file
5
CLI/Program.cs
Normal file → Executable file
5
CLI/Program.cs
Normal file → Executable file
|
|
@ -1,5 +1,10 @@
|
|||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
/*
|
||||
* Test CLI application for development of DotBased
|
||||
*/
|
||||
|
||||
|
||||
using DotBased.Logging.Serilog;
|
||||
using DotBased.Logging;
|
||||
using Serilog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue