Microsoft.Windows.EventTracing.WindowInFocus by Microsoft

<PackageReference Include="Microsoft.Windows.EventTracing.WindowInFocus" Version="1.6.1" />

 Microsoft.Windows.EventTracing.WindowInFocus 1.6.1

Provides a set of APIs to process window-in-focus data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Windows.EventTracing.WindowInFocus</id>
    <version>1.6.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://aka.ms/TraceProcessingLicense</licenseUrl>
    <projectUrl>https://aka.ms/TraceProcessing</projectUrl>
    <iconUrl>https://aka.ms/TraceProcessingIcon</iconUrl>
    <description>Provides a set of APIs to process window-in-focus data in Event Tracing for Windows (ETW) traces (.etl files) in .NET.
      Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Windows .NET TraceProcessing ETW</tags>
    <dependencies>
      <dependency id="Microsoft.Windows.EventTracing.Processes" version="1.6.1" />
      <dependency id="Microsoft.Windows.EventTracing.Processing" version="1.6.1" />
    </dependencies>
  </metadata>
</package>