Skip to content

Commit

Permalink
Bump MSTest from 3.6.4 to 3.7.0 in /src
Browse files Browse the repository at this point in the history
Bumps [MSTest](https://github.com/microsoft/testfx) from 3.6.4 to 3.7.0.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 8bfdd35 commit 5f956ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.6.4" />
<PackageReference Include="MSTest" Version="3.7.0" />
<PackageReference Include="Reqnroll.MsTest" Version="2.2.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Bootstrap.Tests/Bootstrap.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.6.4" />
<PackageReference Include="MSTest" Version="3.7.0" />
<PackageReference Include="Reqnroll.MsTest" Version="2.2.1" />
</ItemGroup>

Expand Down

0 comments on commit 5f956ed

Please sign in to comment.