Skip to content

Commit

Permalink
[release/7.0.3xx] Update dependencies from microsoft/vstest (#32755)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed Jun 7, 2023
2 parents 860a9bb + 32daccd commit 2fe8372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>0fa557836fa35aee7d60776ef0c88176dbcd22ac</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.6.0-release-20230405-08">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.6.2">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>7933ee32f416745e48ff33cb6a3e82fd1ca38b87</Sha>
<Sha>911a038b281705683d730f2ac48ce01328371e8a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.23211.1">
<Uri>https://github.com/dotnet/linker</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.6.0-release-20230405-08</MicrosoftNETTestSdkPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.6.2</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>$(MicrosoftNETTestSdkPackageVersion)</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>$(MicrosoftNETTestSdkPackageVersion)</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
Expand Down

0 comments on commit 2fe8372

Please sign in to comment.