Skip to content

Commit

Permalink
[release/9.0.1xx] Update dependencies from microsoft/vstest (#43185)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Sep 4, 2024
2 parents 6ef440d + b3de6c1 commit 9d56b5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,22 +208,22 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>38010e5968f1afc9c210866bd2089957906a2492</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.12.0-preview-24422-02">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.12.0-preview-24453-04">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>54964cdbcd254cbce066d3a2afa2b3908db51abd</Sha>
<Sha>07acde22b65497e72de145d57167b83609a7f7fb</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-preview-24422-02">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-preview-24453-04">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>54964cdbcd254cbce066d3a2afa2b3908db51abd</Sha>
<Sha>07acde22b65497e72de145d57167b83609a7f7fb</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-preview-24422-02">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-preview-24453-04">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>54964cdbcd254cbce066d3a2afa2b3908db51abd</Sha>
<Sha>07acde22b65497e72de145d57167b83609a7f7fb</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.12.0-preview-24422-02">
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.12.0-preview-24453-04">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>54964cdbcd254cbce066d3a2afa2b3908db51abd</Sha>
<Sha>07acde22b65497e72de145d57167b83609a7f7fb</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.2.24429.19">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.12.0-preview-24422-02</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.12.0-preview-24422-02</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.12.0-preview-24422-02</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.12.0-preview-24453-04</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.12.0-preview-24453-04</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.12.0-preview-24453-04</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
Expand Down

0 comments on commit 9d56b5f

Please sign in to comment.