We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0263c5e commit b1e3983Copy full SHA for b1e3983
.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj
@@ -6,8 +6,8 @@
6
<IsPackable>false</IsPackable>
7
</PropertyGroup>
8
<ItemGroup>
9
- <PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
10
- <PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.10.4" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.10.4" />
11
</ItemGroup>
12
13
<ProjectReference Include="..\..\HungarianAlgorithm\HungarianAlgorithm.csproj" />
0 commit comments