Skip to content

Commit

Permalink
Merge pull request #5 from KJHJason/dependabot/nuget/csharp/src/MSTes…
Browse files Browse the repository at this point in the history
…t.TestAdapter-3.4.3

Bump MSTest.TestAdapter from 2.2.10 to 3.4.3 in /csharp/src
  • Loading branch information
KJHJason authored Jun 21, 2024
2 parents a610900 + 2ecb214 commit b3df203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csharp/tests/Base64EncoderTests/Base64EncoderTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion csharp/tests/HKDFTests/HKDFTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion csharp/tests/HMACTests/HMACTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>
Expand Down

0 comments on commit b3df203

Please sign in to comment.