Before starting the project, put the following file into the project directory:
appsettings.json
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
Follow to: https://github.com/dotnetcsharp0x/SkymeyLibs