Skip to content

Commit

Permalink
[main] Update dependencies from microsoft/vstest (dotnet#44849)
Browse files Browse the repository at this point in the history
[main] Update dependencies from microsoft/vstest


 - Merge branch 'main' into darc-main-3fa0d489-ce26-4f1d-86b1-e1291b5c7ce3
  • Loading branch information
dotnet-maestro[bot] authored Nov 15, 2024
1 parent f59274e commit d87b1e4
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 @@ -216,22 +216,22 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>aa7eb9987d28e7169cfabfa484f2fdd22d2b91d2</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-preview-24563-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>eb00b269d6b8734597b8ea888219e105144e7794</Sha>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-preview-24563-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>eb00b269d6b8734597b8ea888219e105144e7794</Sha>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-preview-24563-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>eb00b269d6b8734597b8ea888219e105144e7794</Sha>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-preview-24563-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>eb00b269d6b8734597b8ea888219e105144e7794</Sha>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-alpha.1.24564.12">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.13.0-preview-24523-01</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-preview-24523-01</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-preview-24523-01</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.13.0-preview-24563-01</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-preview-24563-01</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-preview-24563-01</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
Expand Down

0 comments on commit d87b1e4

Please sign in to comment.