Added CLI comment

This commit is contained in:
Max
2024-05-06 00:29:23 +02:00
parent 552085b478
commit c1d18d5b47
27 changed files with 5 additions and 0 deletions

0
CLI/CLI.csproj Normal file → Executable file
View File

5
CLI/Program.cs Normal file → Executable file
View 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;