Skip to content

Commit ceed87e

Browse files
committed
update Microsoft.Diagnostics.Tracing.TraceEvent for unittest project
1 parent 60e9ced commit ceed87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="FluentAssertions" Version="6.0.0-beta0003" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
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="MSTest.TestAdapter" Version="2.2.8" />
1919
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
2020
<PackageReference Include="coverlet.collector" Version="3.1.2" />

0 commit comments

Comments
 (0)