Skip to content

Commit

Permalink
use older CLRmd version to check if that causes Ubuntu crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkz committed Jan 10, 2024
1 parent 278894a commit a898eaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ManagedObjectSize.Tests/ManagedObjectSize.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" Version="3.0.442202" />

<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" Version="2.3.405501" />
<!--<PackageReference Include="Microsoft.Diagnostics.Runtime.Utilities" Version="3.0.442202" />-->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
Expand Down

0 comments on commit a898eaf

Please sign in to comment.