Skip to content

Commit eee164f

Browse files
Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.0.4 to 3.1.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.0.4...v3.1.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f30c721 commit eee164f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Minio.Tests/Minio.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<IsPackable>False</IsPackable>
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
1313
<PackageReference Include="Moq" Version="4.18.4" />
1414
<ProjectReference Include="..\Minio\Minio.csproj" />

0 commit comments

Comments
 (0)