Skip to content

Commit 0d96b0b

Browse files
Bump MSTest.TestFramework and Verify.MSTest (#194)
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.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) Updates `Verify.MSTest` from 28.4.0 to 28.8.1 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor - 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 8e5da37 commit 0d96b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
13-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.2">
1515
<PrivateAssets>all</PrivateAssets>
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.4.0" />
19+
<PackageReference Include="Verify.MSTest" Version="28.8.1" />
2020
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)