You're missing a key line in App.config
that actually enables console output.
To fix it, simply add this line to your <appSettings>
:
<add key="serilog:write-to:Console" />
This tells Serilog to use the Console sink that you already loaded via serilog:using:Console