Browse Source

Merge pull request #716 from dotnet-architecture/dependabot/nuget/MSTest.TestAdapter-2.2.10

Bump MSTest.TestAdapter from 2.2.9 to 2.2.10
main
Tarun Jain 4 years ago
committed by GitHub
parent
commit
a81f8a836a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj

2
tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj

@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.9" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>

Loading…
Cancel
Save