Skip to content

Commit

Permalink
Merge pull request #260 from xunit/dependabot/nuget/Microsoft.TestPla…
Browse files Browse the repository at this point in the history
…tform.ObjectModel-16.9.1
  • Loading branch information
dependabot-preview[bot] committed Feb 25, 2021
2 parents 0fdc05b + 7fb51eb commit 0ddfbc4
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 0ddfbc4

Please sign in to comment.