Skip to content

Commit 7ebf2e9

Browse files
Bump MSTest.TestFramework from 3.6.3 to 3.6.4
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.3 to 3.6.4. - [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.6.4) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c88954 commit 7ebf2e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
20-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
20+
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2222
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
2323
<PackageReference Include="Npgsql" Version="9.0.1" />

tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.0.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
20-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
20+
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
2121
<PackageReference Include="coverlet.collector" Version="6.0.2">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)