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

System.Runtime.Versioning.TargetPlatformAttribute

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