Skip to content

Commit

Permalink
Upgrade unit test related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Jan 21, 2024
1 parent 6b0cf56 commit f0c925e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DicomGrepTests/DicomGrepTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit f0c925e

Please sign in to comment.