Skip to content

Commit f93450b

Browse files
Bump MSTest.TestFramework from 3.7.0 to 3.8.0
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26d27fe commit f93450b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Refactoring.Pipelines.Test/Refactoring.Pipelines.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
18+
<PackageReference Include="MSTest.TestFramework" Version="3.8.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

Refactoring.Pipelines/Refactoring.Pipelines.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ApprovalUtilities" Version="6.0.0" />
1212
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="All" />
13-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.8.0" />
1414
<PackageReference Include="Publicize.Fody" Version="1.8.0" PrivateAssets="All" />
1515
<PackageReference Include="Virtuosity.Fody" Version="3.1.2" PrivateAssets="All" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)