Skip to content

Commit 0b7db89

Browse files
authored
[main] Update dependencies from microsoft/vstest (#39856)
2 parents 8ec3cda + 14e705a commit 0b7db89

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
@@ -197,22 +197,22 @@
197197
<Uri>https://github.com/nuget/nuget.client</Uri>
198198
<Sha>fb50d1a45ed10b39b5f335bc3a4bdcaea9b951cf</Sha>
199199
</Dependency>
200-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24170-01">
200+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-release-24177-07">
201201
<Uri>https://github.com/microsoft/vstest</Uri>
202-
<Sha>6957756d70d6ade74e239a38ad709db5cb39fe0d</Sha>
202+
<Sha>1cd0d8998250d36c95ed65a76304ef5d1b33e98f</Sha>
203203
</Dependency>
204-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-preview-24170-01">
204+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-release-24177-07">
205205
<Uri>https://github.com/microsoft/vstest</Uri>
206-
<Sha>6957756d70d6ade74e239a38ad709db5cb39fe0d</Sha>
206+
<Sha>1cd0d8998250d36c95ed65a76304ef5d1b33e98f</Sha>
207207
</Dependency>
208-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-preview-24170-01">
208+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-release-24177-07">
209209
<Uri>https://github.com/microsoft/vstest</Uri>
210-
<Sha>6957756d70d6ade74e239a38ad709db5cb39fe0d</Sha>
210+
<Sha>1cd0d8998250d36c95ed65a76304ef5d1b33e98f</Sha>
211211
</Dependency>
212212
<!-- Intermediate is necessary for source build. -->
213-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.10.0-preview-24170-01">
213+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.10.0-release-24177-07">
214214
<Uri>https://github.com/microsoft/vstest</Uri>
215-
<Sha>6957756d70d6ade74e239a38ad709db5cb39fe0d</Sha>
215+
<Sha>1cd0d8998250d36c95ed65a76304ef5d1b33e98f</Sha>
216216
<SourceBuild RepoName="vstest" ManagedOnly="true" />
217217
</Dependency>
218218
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.4.24178.3">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
</PropertyGroup>
8080
<PropertyGroup>
8181
<!-- Dependencies from https://github.com/Microsoft/vstest -->
82-
<MicrosoftNETTestSdkPackageVersion>17.10.0-preview-24170-01</MicrosoftNETTestSdkPackageVersion>
83-
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-preview-24170-01</MicrosoftTestPlatformCLIPackageVersion>
84-
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-preview-24170-01</MicrosoftTestPlatformBuildPackageVersion>
82+
<MicrosoftNETTestSdkPackageVersion>17.10.0-release-24177-07</MicrosoftNETTestSdkPackageVersion>
83+
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-release-24177-07</MicrosoftTestPlatformCLIPackageVersion>
84+
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-release-24177-07</MicrosoftTestPlatformBuildPackageVersion>
8585
</PropertyGroup>
8686
<PropertyGroup>
8787
<!-- Dependencies from https://github.com/dotnet/runtime -->

0 commit comments

Comments
 (0)