Skip to content

Commit

Permalink
[release/8.0.4xx] Update dependencies from microsoft/vstest (#42307)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Aug 7, 2024
2 parents 854626d + a1129b2 commit 7a98154
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,18 +183,18 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>c0d441fc5e99e6765c9e0b2f77de162b9866b305</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-release-24352-05">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-release-24373-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>910ca0dcc779068418464794f5af570eda195222</Sha>
<Sha>c6ad3e3fa4120fb32c8a48bab4fa478adfdb2740</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.11.0-release-24352-05">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.11.0-release-24373-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>910ca0dcc779068418464794f5af570eda195222</Sha>
<Sha>c6ad3e3fa4120fb32c8a48bab4fa478adfdb2740</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.11.0-release-24352-05">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.11.0-release-24373-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>910ca0dcc779068418464794f5af570eda195222</Sha>
<Sha>c6ad3e3fa4120fb32c8a48bab4fa478adfdb2740</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.7">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.11.0-release-24352-05</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.11.0-release-24352-05</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.11.0-release-24352-05</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.11.0-release-24373-02</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.11.0-release-24373-02</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.11.0-release-24373-02</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/runtime -->
Expand Down

0 comments on commit 7a98154

Please sign in to comment.