<PackageReference Include="Serilog" Version="4.3.1-dev-02406" />

System.Runtime.CompilerServices.SkipLocalsInitAttribute

Used to indicate to the compiler that the .locals init flag should not be set in method headers.
namespace System.Runtime.CompilerServices { internal sealed class SkipLocalsInitAttribute : Attribute { public SkipLocalsInitAttribute(); } }