Skip to content

Commit

Permalink
Bump Microsoft.TestPlatform.ObjectModel from 16.8.3 to 16.9.1
Browse files Browse the repository at this point in the history
Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.8.3...v16.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 24, 2021
1 parent e5aa1af commit 7fb51eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="xunit.runner.reporters" Version="$(XunitVersion)" PrivateAssets="All" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.8.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.9.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Label="Package">
Expand Down
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.8.3" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7fb51eb

Please sign in to comment.