<PackageReference Include="Serilog" Version="4.3.2-dev-02430" />

System.Runtime.Versioning.TargetPlatformAttribute

Records the platform that the project targeted.
namespace System.Runtime.Versioning { internal sealed class TargetPlatformAttribute : Attribute { public TargetPlatformAttribute(string platformName); } }