Skip to content

Commit 7852478

Browse files
committed
use latest Microsoft.Diagnostics.Tracing.TraceEvent
1 parent 7994ffc commit 7852478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmarks/gc/GC.Infrastructure/GC.Analysis.API/GC.Analysis.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="2.2.0" />
1616
<PackageReference Include="Microsoft.Data.Analysis" Version="0.19.1" />
17-
<PackageReference Condition="'$(CustomTraceEvent)' != 'true'" Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" />
17+
<PackageReference Condition="'$(CustomTraceEvent)' != 'true'" Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.23" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1919
<PackageReference Include="XPlot.Plotly" Version="4.0.6" />
2020
<PackageReference Include="YamlDotNet" Version="11.2.1" />

0 commit comments

Comments
 (0)