Skip to content

Commit

Permalink
[release/8.0.1xx-rc1] Update dependencies from microsoft/vstest (#34820)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT committed Aug 22, 2023
2 parents 5b1ffbe + eca5964 commit 15459e2
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 @@ -176,18 +176,18 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>e873b496daa6839a86f4b820d15945a9aad98e3d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.8.0-preview-23414-01">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.8.0-preview-23421-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>5e505c8698fc4707a15fadb1190e9cc080d7aac0</Sha>
<Sha>5672d0f0d9433a9e2d97b9b7575fb2cc48579519</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.8.0-preview-23414-01">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.8.0-preview-23421-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>5e505c8698fc4707a15fadb1190e9cc080d7aac0</Sha>
<Sha>5672d0f0d9433a9e2d97b9b7575fb2cc48579519</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.8.0-preview-23414-01">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.8.0-preview-23421-06">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>5e505c8698fc4707a15fadb1190e9cc080d7aac0</Sha>
<Sha>5672d0f0d9433a9e2d97b9b7575fb2cc48579519</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.1.23415.2">
<Uri>https://github.com/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 @@ -82,9 +82,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.8.0-preview-23414-01</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.8.0-preview-23414-01</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.8.0-preview-23414-01</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.8.0-preview-23421-06</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.8.0-preview-23421-06</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.8.0-preview-23421-06</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/runtime -->
Expand Down

0 comments on commit 15459e2

Please sign in to comment.