Closed
Description
Looks like the assembly version is out of sync with the actual version.
This causes issues when loading from the GAC on .NET Framework because if v3 of Serilog.Sinks.File
is loaded in the GAC with assembly version 2.0.0.0... and we depend on Serilog.Sinks.File
v4 functionality... things won't work.
As seen here: PowerShell/vscode-powershell#2538