Skip to content

Commit

Permalink
Merge pull request #965 from dorssel/dependabot/nuget/mstest-6ef4945fb1
Browse files Browse the repository at this point in the history
Bump the mstest group with 2 updates
  • Loading branch information
dorssel committed May 27, 2024
2 parents 5898546 + db36a14 commit 75e57d4
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.0" />
<PackageVersion Include="MSTest.TestFramework" Version="3.4.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.4.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.4.1" />
<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.0, )",
"resolved": "3.4.0",
"contentHash": "s8SNJ09FY8slmrPHIyNtAZbPbL1KP/5r/25DFYhQ6o1e/ETYZgcUx00eib8a3n2nCsPWrql79QXRI58PNbquAQ==",
"requested": "[3.4.1, )",
"resolved": "3.4.1",
"contentHash": "9Pd3Sa5lktcLHQVuvFoUvjPiicfuuxJUL5q62jyHLNNAy1MmsiJNF1k2IaY9LVkh1Fg+N3Lf4QjOwz8luuU1gQ==",
"dependencies": {
"Microsoft.Testing.Extensions.VSTestBridge": "1.2.1",
"Microsoft.Testing.Platform.MSBuild": "1.2.1"
}
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.4.0, )",
"resolved": "3.4.0",
"contentHash": "8gpuvRoC7CvGg9mf8hOu55YT068LNjHevfGSMHe469cFeUV+KV+9rk1pME9RK/SRpU0SM2Jo2JeZLOEY8cglIw=="
"requested": "[3.4.1, )",
"resolved": "3.4.1",
"contentHash": "GBec0lHrOwh8M0kCW/PTfev1PPWZRZ/HCaEucCMFPdmvJSoMpukcvzqev2xC6D8BxNSKsIvDwEcFVoh8cJpdmA=="
},
"System.IO.Pipelines": {
"type": "Direct",
Expand Down

0 comments on commit 75e57d4

Please sign in to comment.