Skip to content

Commit

Permalink
update: Microsoft.Diagnostics.Tracing.TraceEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Aug 13, 2024
1 parent d8cc712 commit 5a4b8bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions demo/PresentMon.SampleWPF/PresentMon.SampleWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Vanara.PInvoke.User32" Version="4.0.2" />
<PackageReference Include="Vanara.PInvoke.SHCore" Version="4.0.2" />
<PackageReference Include="Vanara.PInvoke.Gdi32" Version="4.0.2" />
<PackageReference Include="Vanara.PInvoke.User32" Version="4.0.3" />
<PackageReference Include="Vanara.PInvoke.SHCore" Version="4.0.3" />
<PackageReference Include="Vanara.PInvoke.Gdi32" Version="4.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/PresentMonFps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>PresentMonFps</AssemblyName>
<PackageVersion>2.0.4</PackageVersion>
<AssemblyVersion>2.0.4</AssemblyVersion>
<PackageVersion>2.0.5</PackageVersion>
<AssemblyVersion>2.0.5</AssemblyVersion>
<FileVersion>2.0.4</FileVersion>
<Version>$(VersionPrefix)2.0.4</Version>
<Version>$(VersionPrefix)2.0.5</Version>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Authors>Lemutec</Authors>
Expand All @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.12" />
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5a4b8bb

Please sign in to comment.