Skip to content

Commit b0e3706

Browse files
Merge pull request #14 from Stillpoint-Software/dependabot/nuget/MSTest.TestFramework-3.4.3
Bump MSTest.TestFramework from 3.3.1 to 3.4.3
2 parents 59911fc + 8da74b6 commit b0e3706

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
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2020
<PackageReference Include="MongoDB.Driver" Version="2.26.0" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
2323
<PackageReference Include="Npgsql" Version="8.0.3" />
2424
<PackageReference Include="Testcontainers" Version="3.8.0" />
2525
<PackageReference Include="Testcontainers.Couchbase" Version="3.8.0" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1616
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
17-
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
17+
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
1818
<PackageReference Include="coverlet.collector" Version="6.0.2">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)