Skip to content

Commit b191e38

Browse files
Bump MSTest.TestFramework from 2.2.8 to 2.2.9
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.8 to 2.2.9. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.2.8...v2.2.9) --- 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 fd46eff commit b191e38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DIDemo.Services.Tests/DIDemo.Services.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
88
<PackageReference Include="MSTest.TestAdapter" Version="2.2.9" />
9-
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
9+
<PackageReference Include="MSTest.TestFramework" Version="2.2.9" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\DIDemoServices\DIDemoServices.csproj" />

DIDemo.Tests/DIDemo.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
88
<PackageReference Include="MSTest.TestAdapter" Version="2.2.9" />
9-
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
9+
<PackageReference Include="MSTest.TestFramework" Version="2.2.9" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\DIDemo\DIDemo.csproj" />

0 commit comments

Comments
 (0)