Skip to content

Commit

Permalink
[main] Update dependencies from microsoft/vstest (#41696)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 21, 2024
1 parent 7822425 commit 36aa8f5
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>20f05435be385abfe74737b6433dc80fd3b3b504</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-preview-24318-07">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-preview-24320-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>3d2ea06c998a002f640b01f5d84fdefb14167502</Sha>
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.11.0-preview-24318-07">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.11.0-preview-24320-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>3d2ea06c998a002f640b01f5d84fdefb14167502</Sha>
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.11.0-preview-24318-07">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.11.0-preview-24320-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>3d2ea06c998a002f640b01f5d84fdefb14167502</Sha>
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.11.0-preview-24318-07">
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.11.0-preview-24320-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>3d2ea06c998a002f640b01f5d84fdefb14167502</Sha>
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.6.24319.11">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.11.0-preview-24318-07</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.11.0-preview-24318-07</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.11.0-preview-24318-07</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.11.0-preview-24320-06</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.11.0-preview-24320-06</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.11.0-preview-24320-06</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/runtime -->
Expand Down

0 comments on commit 36aa8f5

Please sign in to comment.