Skip to content

Commit 0ca2c54

Browse files
Bump MSTest.TestFramework from 3.2.1 to 3.2.2 (#1019)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0106d09 commit 0ca2c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Minio.Functional.Tests/Minio.Functional.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
9+
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
1010
<PackageReference Include="SharpZipLib" Version="1.4.2" />
1111
<ProjectReference Include="..\Minio\Minio.csproj" />
1212
</ItemGroup>

Minio.Tests/Minio.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
1313
<PackageReference Include="Moq" Version="4.20.70" />
1414
<ProjectReference Include="..\Minio\Minio.csproj" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)