Skip to content

Commit e6061ae

Browse files
Bump MSTest.TestFramework and Verify.MSTest (#203)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) and [Verify.MSTest](https://github.com/VerifyTests/Verify). These dependencies needed to be updated together. Updates `MSTest.TestFramework` from 3.7.3 to 3.7.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.7.3) Updates `Verify.MSTest` from 28.9.0 to 28.10.1 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@28.9.0...28.10.1) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Verify.MSTest 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>
1 parent 369ae87 commit e6061ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceGenerator/Akade.IndexedSet.InternalSourceGenerator.Tests/Akade.IndexedSet.InternalSourceGenerator.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Verify.DiffPlex" Version="3.1.2" />
19-
<PackageReference Include="Verify.MSTest" Version="28.9.0" />
19+
<PackageReference Include="Verify.MSTest" Version="28.10.1" />
2020
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)