Skip to content

Commit f49ae2d

Browse files
Bump Verify.MSTest and MSTest.TestFramework (#150)
Bumps [Verify.MSTest](https://github.com/VerifyTests/Verify) and [MSTest.TestFramework](https://github.com/microsoft/testfx). These dependencies needed to be updated together. Updates `Verify.MSTest` from 23.7.2 to 26.0.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@23.7.2...26.0.0) Updates `MSTest.TestFramework` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: Verify.MSTest dependency-type: direct:production update-type: version-update:semver-major - 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>
1 parent 593d0b2 commit f49ae2d

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.10.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
13-
<PackageReference Include="MSTest.TestFramework" Version="3.3.0" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.5.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.0.0" />
19-
<PackageReference Include="Verify.MSTest" Version="23.7.2" />
19+
<PackageReference Include="Verify.MSTest" Version="26.0.0" />
2020
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)