Skip to content

Commit 25b4940

Browse files
author
v-wuzhai
authored
[release/9.0.3xx] Update dependencies from microsoft/vstest (#46903)
2 parents 56ce44b + c3f86d6 commit 25b4940

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
@@ -208,22 +208,22 @@
208208
<Uri>https://github.com/nuget/nuget.client</Uri>
209209
<Sha>c4b26195ee5a77e70b2ea5fd50db87d6a9194c24</Sha>
210210
</Dependency>
211-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25115-01">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25117-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>483a29c033b2b1a59f61f03ff1d3ee2c25995ead</Sha>
213+
<Sha>fa1172341736fdcab08a591fe4e5a6fb71117ad2</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25115-01">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25117-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>483a29c033b2b1a59f61f03ff1d3ee2c25995ead</Sha>
217+
<Sha>fa1172341736fdcab08a591fe4e5a6fb71117ad2</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25115-01">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25117-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>483a29c033b2b1a59f61f03ff1d3ee2c25995ead</Sha>
221+
<Sha>fa1172341736fdcab08a591fe4e5a6fb71117ad2</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25115-01">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25117-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>483a29c033b2b1a59f61f03ff1d3ee2c25995ead</Sha>
226+
<Sha>fa1172341736fdcab08a591fe4e5a6fb71117ad2</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150
</PropertyGroup>
151151
<PropertyGroup>
152152
<!-- Dependencies from https://github.com/Microsoft/vstest -->
153-
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25115-01</MicrosoftNETTestSdkPackageVersion>
154-
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25115-01</MicrosoftTestPlatformCLIPackageVersion>
155-
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25115-01</MicrosoftTestPlatformBuildPackageVersion>
153+
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25117-01</MicrosoftNETTestSdkPackageVersion>
154+
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25117-01</MicrosoftTestPlatformCLIPackageVersion>
155+
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25117-01</MicrosoftTestPlatformBuildPackageVersion>
156156
</PropertyGroup>
157157
<PropertyGroup>
158158
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)