Attempting to reading Serilog config from appsettings.json Attempting to reading Serilog config from appsettings.json json json

Attempting to reading Serilog config from appsettings.json


It looks like you may have installed an old version of Serilog.Settings.Configuration or some other package - any reference you see to Microsoft.Framework.* is an old pre-1.0 package that won't work with the current .NET Core bits.

In particular, make sure no packages are referencing Microsoft.Framework.Configuration, and upgrade any that do.