Skip to content

Commit 35a8299

Browse files
authored
[main] Update dependencies from microsoft/vstest (#46263)
2 parents 36d2f87 + 10a526d commit 35a8299

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
@@ -216,22 +216,22 @@
216216
<Uri>https://github.com/nuget/nuget.client</Uri>
217217
<Sha>a4a2e3f31ddc2adb52ebd3204ea6f650d89caf3f</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25073-04">
219+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25073-07">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>f70bb54c78e256362eb0bf0c526ccac2898e6295</Sha>
221+
<Sha>88d210d6e5bc440f7defbe776ab40c3d63a3c5a6</Sha>
222222
</Dependency>
223-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25073-04">
223+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25073-07">
224224
<Uri>https://github.com/microsoft/vstest</Uri>
225-
<Sha>f70bb54c78e256362eb0bf0c526ccac2898e6295</Sha>
225+
<Sha>88d210d6e5bc440f7defbe776ab40c3d63a3c5a6</Sha>
226226
</Dependency>
227-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25073-04">
227+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25073-07">
228228
<Uri>https://github.com/microsoft/vstest</Uri>
229-
<Sha>f70bb54c78e256362eb0bf0c526ccac2898e6295</Sha>
229+
<Sha>88d210d6e5bc440f7defbe776ab40c3d63a3c5a6</Sha>
230230
</Dependency>
231231
<!-- Intermediate is necessary for source build. -->
232-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25073-04">
232+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25073-07">
233233
<Uri>https://github.com/microsoft/vstest</Uri>
234-
<Sha>f70bb54c78e256362eb0bf0c526ccac2898e6295</Sha>
234+
<Sha>88d210d6e5bc440f7defbe776ab40c3d63a3c5a6</Sha>
235235
<SourceBuild RepoName="vstest" ManagedOnly="true" />
236236
</Dependency>
237237
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-alpha.1.25072.13">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
</PropertyGroup>
159159
<PropertyGroup>
160160
<!-- Dependencies from https://github.com/Microsoft/vstest -->
161-
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25073-04</MicrosoftNETTestSdkPackageVersion>
162-
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25073-04</MicrosoftTestPlatformCLIPackageVersion>
163-
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25073-04</MicrosoftTestPlatformBuildPackageVersion>
161+
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25073-07</MicrosoftNETTestSdkPackageVersion>
162+
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25073-07</MicrosoftTestPlatformCLIPackageVersion>
163+
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25073-07</MicrosoftTestPlatformBuildPackageVersion>
164164
</PropertyGroup>
165165
<PropertyGroup>
166166
<!-- Dependencies from https://github.com/Microsoft/testfx -->

0 commit comments

Comments
 (0)