Skip to content

Commit

Permalink
Merge pull request #64 from Timothy-Liuxf/renovate/vstest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency microsoft.net.test.sdk to v17.5.0
  • Loading branch information
Timothy-Liuxf authored Apr 25, 2023
2 parents b9b3232 + 6040afd commit 3be17d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSharp/Test/TestBasic/TestBasic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion CSharp/Test/TestConcurrency/TestConcurrency.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

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

0 comments on commit 3be17d6

Please sign in to comment.