<PackageReference Include="Microsoft.Win32.SystemEvents" Version="11.0.0-preview.4.26230.115" />

System.Runtime.InteropServices.LibraryImportAttribute

namespace System.Runtime.InteropServices { internal sealed class LibraryImportAttribute : Attribute { public string EntryPoint { get; set; } public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get; set; } public bool SetLastError { get; set; } public LibraryImportAttribute(string libraryName); } }