Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save superwalnut/8e1078646628334fc7b5053412c949c8 to your computer and use it in GitHub Desktop.
Save superwalnut/8e1078646628334fc7b5053412c949c8 to your computer and use it in GitHub Desktop.
code block for create-dotnet-core-console-app-with-autofac-dependency-injection-6
"Serilog": {
"Using": [ "Serilog.Sinks.Console" ],
"MinimumLevel": "Information",
"WriteTo": [
{
"Name": "Console"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment