Skip to content

Commit 282b182

Browse files
authored
[main] Update dependencies from microsoft/vstest (#48674)
2 parents d73ac70 + 3e900ac commit 282b182

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
@@ -231,22 +231,22 @@
231231
<Uri>https://github.com/nuget/nuget.client</Uri>
232232
<Sha>d535886475b1eeda1813eb1947af23bd046abb25</Sha>
233233
</Dependency>
234-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.15.0-preview-25223-01">
234+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.15.0-preview-25223-02">
235235
<Uri>https://github.com/microsoft/vstest</Uri>
236-
<Sha>7b36464c47dbe0bd968972b3470e6e9da38209f2</Sha>
236+
<Sha>377623d4d0b6e00d8e6a0be47268866ac14f8c49</Sha>
237237
</Dependency>
238-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.15.0-preview-25223-01">
238+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.15.0-preview-25223-02">
239239
<Uri>https://github.com/microsoft/vstest</Uri>
240-
<Sha>7b36464c47dbe0bd968972b3470e6e9da38209f2</Sha>
240+
<Sha>377623d4d0b6e00d8e6a0be47268866ac14f8c49</Sha>
241241
</Dependency>
242-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.15.0-preview-25223-01">
242+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.15.0-preview-25223-02">
243243
<Uri>https://github.com/microsoft/vstest</Uri>
244-
<Sha>7b36464c47dbe0bd968972b3470e6e9da38209f2</Sha>
244+
<Sha>377623d4d0b6e00d8e6a0be47268866ac14f8c49</Sha>
245245
</Dependency>
246246
<!-- Intermediate is necessary for source build. -->
247-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.15.0-preview-25223-01">
247+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.15.0-preview-25223-02">
248248
<Uri>https://github.com/microsoft/vstest</Uri>
249-
<Sha>7b36464c47dbe0bd968972b3470e6e9da38209f2</Sha>
249+
<Sha>377623d4d0b6e00d8e6a0be47268866ac14f8c49</Sha>
250250
<SourceBuild RepoName="vstest" ManagedOnly="true" />
251251
</Dependency>
252252
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.4.25222.8">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
</PropertyGroup>
174174
<PropertyGroup>
175175
<!-- Dependencies from https://github.com/Microsoft/vstest -->
176-
<MicrosoftNETTestSdkPackageVersion>17.15.0-preview-25223-01</MicrosoftNETTestSdkPackageVersion>
177-
<MicrosoftTestPlatformCLIPackageVersion>17.15.0-preview-25223-01</MicrosoftTestPlatformCLIPackageVersion>
178-
<MicrosoftTestPlatformBuildPackageVersion>17.15.0-preview-25223-01</MicrosoftTestPlatformBuildPackageVersion>
176+
<MicrosoftNETTestSdkPackageVersion>17.15.0-preview-25223-02</MicrosoftNETTestSdkPackageVersion>
177+
<MicrosoftTestPlatformCLIPackageVersion>17.15.0-preview-25223-02</MicrosoftTestPlatformCLIPackageVersion>
178+
<MicrosoftTestPlatformBuildPackageVersion>17.15.0-preview-25223-02</MicrosoftTestPlatformBuildPackageVersion>
179179
</PropertyGroup>
180180
<PropertyGroup>
181181
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)