Add project files.

This commit is contained in:
2021-03-02 17:44:53 +01:00
parent 961fc862e5
commit fe65037c76
37 changed files with 2656 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"LoopTimes": 15,
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsft": "Information",
"System": "Warning"
}
}
},
"ConnectionStrings": {
"Stocks": "Data Source=Stocks.db"
}
}