Skip to content

Commit

Permalink
Merge pull request #967 from dorssel/dependabot/nuget/mstest-7c1ae0f6e4
Browse files Browse the repository at this point in the history
Bump the mstest group with 2 updates
  • Loading branch information
dorssel authored May 31, 2024
2 parents d4fcd0c + 3cc6630 commit 514abfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ SPDX-License-Identifier: GPL-3.0-only
<!-- UnitTests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.4.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.4.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageVersion Include="MSTest.TestFramework" Version="3.4.3" />
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
},
"MSTest.TestAdapter": {
"type": "Direct",
"requested": "[3.4.1, )",
"resolved": "3.4.1",
"contentHash": "9Pd3Sa5lktcLHQVuvFoUvjPiicfuuxJUL5q62jyHLNNAy1MmsiJNF1k2IaY9LVkh1Fg+N3Lf4QjOwz8luuU1gQ==",
"requested": "[3.4.3, )",
"resolved": "3.4.3",
"contentHash": "5ul31wYr17590gDumPxWMiBLPREfPF/ggtdPGfaKoYSsO0EW6H1GWY+7xnVCKa2SB4I/dSEZLDYSwRLDjA0LEQ==",
"dependencies": {
"Microsoft.Testing.Extensions.VSTestBridge": "1.2.1",
"Microsoft.Testing.Platform.MSBuild": "1.2.1"
}
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.4.1, )",
"resolved": "3.4.1",
"contentHash": "GBec0lHrOwh8M0kCW/PTfev1PPWZRZ/HCaEucCMFPdmvJSoMpukcvzqev2xC6D8BxNSKsIvDwEcFVoh8cJpdmA=="
"requested": "[3.4.3, )",
"resolved": "3.4.3",
"contentHash": "hu7F0PyRe47LScY2SCjRFIzP2QYxq1oeHMAIdao9onUm5WhobO9tfZrFAAkJ4v+66EQjilloEbA4kspVHCZpTg=="
},
"System.IO.Pipelines": {
"type": "Direct",
Expand Down

0 comments on commit 514abfa

Please sign in to comment.