Skip to content

Commit e5a0eb8

Browse files
[main] Update dependencies from microsoft/vstest (#47731)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 31fcc2b commit e5a0eb8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,22 +236,22 @@
236236
<Uri>https://github.com/nuget/nuget.client</Uri>
237237
<Sha>c0138ebc315a948f89e4340aa09a72d8c05d744b</Sha>
238238
</Dependency>
239-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25157-01">
239+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25167-01">
240240
<Uri>https://github.com/microsoft/vstest</Uri>
241-
<Sha>77eef3b233fa3b26109952dd7b81d14546822e73</Sha>
241+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
242242
</Dependency>
243-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25157-01">
243+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25167-01">
244244
<Uri>https://github.com/microsoft/vstest</Uri>
245-
<Sha>77eef3b233fa3b26109952dd7b81d14546822e73</Sha>
245+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
246246
</Dependency>
247-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25157-01">
247+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25167-01">
248248
<Uri>https://github.com/microsoft/vstest</Uri>
249-
<Sha>77eef3b233fa3b26109952dd7b81d14546822e73</Sha>
249+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
250250
</Dependency>
251251
<!-- Intermediate is necessary for source build. -->
252-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25157-01">
252+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25167-01">
253253
<Uri>https://github.com/microsoft/vstest</Uri>
254-
<Sha>77eef3b233fa3b26109952dd7b81d14546822e73</Sha>
254+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
255255
<SourceBuild RepoName="vstest" ManagedOnly="true" />
256256
</Dependency>
257257
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.4.25168.9">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@
170170
</PropertyGroup>
171171
<PropertyGroup>
172172
<!-- Dependencies from https://github.com/Microsoft/vstest -->
173-
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25157-01</MicrosoftNETTestSdkPackageVersion>
174-
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25157-01</MicrosoftTestPlatformCLIPackageVersion>
175-
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25157-01</MicrosoftTestPlatformBuildPackageVersion>
173+
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25167-01</MicrosoftNETTestSdkPackageVersion>
174+
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25167-01</MicrosoftTestPlatformCLIPackageVersion>
175+
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25167-01</MicrosoftTestPlatformBuildPackageVersion>
176176
</PropertyGroup>
177177
<PropertyGroup>
178178
<!-- Dependencies from https://github.com/Microsoft/testfx -->

0 commit comments

Comments
 (0)