Skip to content

Commit

Permalink
Bump MSTest.TestFramework from 3.6.3 to 3.7.1 (#497)
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.3 to 3.7.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.3...v3.7.1)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent c31d78e commit 7e62075
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ocaramba.Tests.MsTest/Ocaramba.Tests.MsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Selenium.Support" Version="4.27.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="131.0.6778.26400" />
<PackageReference Include="Selenium.WebDriver.GeckoDriver" Version="0.35.0" />
Expand Down
14 changes: 11 additions & 3 deletions Ocaramba.Tests.MsTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.6.3, )",
"resolved": "3.6.3",
"contentHash": "jockRcUoLJMeHzLqFcMnZBrWy7tS32JP7shlepDDJuf5A6HO2PwAefXzhvprcWNkfpEwmR0KihSO2HRXwNbTng=="
"requested": "[3.7.1, )",
"resolved": "3.7.1",
"contentHash": "E22Dkq+4AsRgPV36Zmf7FIYiB2jkInxg5xcyP2uJ+SP34QrEkEt7rJkD6En/W8rG3k8yDaLeGR35VVUhtdx0PA==",
"dependencies": {
"MSTest.Analyzers": "3.7.1"
}
},
"NLog": {
"type": "Direct",
Expand Down Expand Up @@ -556,6 +559,11 @@
"resolved": "7.4.6",
"contentHash": "pnNVcVUT+CP7r23Ju/+nhp0fLSdwevAZwe3qe8XQEahYOUv9ACIP29GijRsjdOwIL8+7DaLUQF5jjh+P/ZjGTQ=="
},
"MSTest.Analyzers": {
"type": "Transitive",
"resolved": "3.7.1",
"contentHash": "HmsRhCu8IV1bRKHMW+BIuye91Pw2dnl6Q7eTmn8eLpY15sSpMAe0F9L5nrsoehCHKvgi4HoOjJo7WDZJZS1ntg=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.3",
Expand Down

0 comments on commit 7e62075

Please sign in to comment.