Skip to content

Commit

Permalink
Merge pull request #2 from KJHJason/dependabot/nuget/csharp/src/Micro…
Browse files Browse the repository at this point in the history
…soft.NET.Test.Sdk-17.10.0

Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.10.0 in /csharp/src
  • Loading branch information
KJHJason authored Jun 21, 2024
2 parents 51b49b6 + 5e7ab5b commit 12bea55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/tests/Base64EncoderTests/Base64EncoderTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
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 @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
Expand Down

0 comments on commit 12bea55

Please sign in to comment.