serilog / serilog-settings-configuration

A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
Apache License 2.0
444 stars 129 forks source link

Fix tests on .NET Framework 4.8 #380

Closed 0xced closed 1 year ago

0xced commented 1 year ago

Was getting this exception because of assembly version mismatch:

System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

0xced commented 1 year ago

Argh, #378 really ought to be merged because AppVeyor build 46989005 reported success but the bug is not yet actually fixed!

AppVeyor build 46989005 reporting success but actually failed