Skip to content

Commit

Permalink
Merge pull request #189 from JoshKeegan/dependabot/nuget/Microsoft.Te…
Browse files Browse the repository at this point in the history
…stPlatform.ObjectModel-17.7.1

Bump Microsoft.TestPlatform.ObjectModel from 17.7.0 to 17.7.1
  • Loading branch information
JoshKeegan authored Aug 16, 2023
2 parents 7094f4c + fda7476 commit b026ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PackageReference>

<!-- required for .net framework xunit tests to run on mono via dotnet test: https://github.com/microsoft/vstest/issues/2469 -->
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PackageReference>

<!-- required for .net framework xunit tests to run on mono via dotnet test: https://github.com/microsoft/vstest/issues/2469 -->
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b026ac2

Please sign in to comment.