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

System.Runtime.Versioning.TargetPlatformAttribute

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