Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
shipped version properties and package dependencies; VersionConsistencyTests enforces the
three-way contract.
-->
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.3.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.9.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.3.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="2.3.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.HotReload" Version="2.3.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.Retry" Version="2.3.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.HotReload" Version="2.3.3" />
<PackageVersion Include="Microsoft.Testing.Extensions.Retry" Version="2.3.3" />
<!--
Mandatory analyzer versions injected by SupportImplicitAnalyzers.props. Same contract as
the MTP extensions above: keep these pins synchronized with the shipped version properties
and nuspec dependency ranges; VersionConsistencyTests enforces the three-way contract.
-->
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.129" />
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.138" />
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="5.6.0" />
<PackageVersion Include="AsyncFixer" Version="2.1.0" />
<PackageVersion Include="Asyncify" Version="0.9.7" />
Expand Down
Loading