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
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<ItemGroup Label="Testing">
<PackageVersion Include="TUnit" Version="$(TUnitVersion)"/>
<PackageVersion Include="TUnit.Core" Version="$(TUnitVersion)"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.10.0"/>
<!-- Held at 18.10.0. On 18.11.0 the collector's SharedBufferReconciler takes a cross-process mutex
while finishing a session, and a solution-wide run has many hosts holding it in turn: when one
exits still owning it the next waiter gets an AbandonedMutexException that the collector does not
Expand Down
Loading