Skip to content

Commit

Permalink
Merge pull request #210 from JoshKeegan/dependabot/nuget/Microsoft.Te…
Browse files Browse the repository at this point in the history
…stPlatform.ObjectModel-17.8.0
  • Loading branch information
JoshKeegan authored Nov 8, 2023
2 parents f2ecee5 + bae83df commit b6b60cf
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.2" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.8.0" />
</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.2" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b6b60cf

Please sign in to comment.