<PackageReference Include="Serilog" Version="4.4.0-dev-02437" />

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(); } }