Browse Source

Merge pull request #257 from ionite34/dependabot/nuget/MSTest.TestAdapter-3.1.1

pull/165/head
Ionite 1 year ago committed by GitHub
parent
commit
20b422fa47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      StabilityMatrix.Tests/StabilityMatrix.Tests.csproj

2
StabilityMatrix.Tests/StabilityMatrix.Tests.csproj

@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>

Loading…
Cancel
Save