Skip to content

Commit 17a9467

Browse files
Update dependencies from https://github.com/microsoft/vstest build 20250716.5
Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 18.0.0-preview-25366-02 -> To Version 18.0.0-preview-25366-05
1 parent b3f78bc commit 17a9467

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@
189189
<Uri>https://github.com/nuget/nuget.client</Uri>
190190
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
191191
</Dependency>
192-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="18.0.0-preview-25366-04">
192+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="18.0.0-preview-25366-05">
193193
<Uri>https://github.com/microsoft/vstest</Uri>
194194
<Sha>ab6e14292ec4aac0c228a6c75e420f0a0461b0e1</Sha>
195195
</Dependency>
196-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="18.0.0-preview-25366-04">
196+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="18.0.0-preview-25366-05">
197197
<Uri>https://github.com/microsoft/vstest</Uri>
198198
<Sha>ab6e14292ec4aac0c228a6c75e420f0a0461b0e1</Sha>
199199
</Dependency>
200-
<Dependency Name="Microsoft.TestPlatform.Build" Version="18.0.0-preview-25366-04">
200+
<Dependency Name="Microsoft.TestPlatform.Build" Version="18.0.0-preview-25366-05">
201201
<Uri>https://github.com/microsoft/vstest</Uri>
202202
<Sha>ab6e14292ec4aac0c228a6c75e420f0a0461b0e1</Sha>
203203
</Dependency>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
</PropertyGroup>
162162
<PropertyGroup>
163163
<!-- Dependencies from https://github.com/Microsoft/vstest -->
164-
<MicrosoftNETTestSdkPackageVersion>18.0.0-preview-25366-04</MicrosoftNETTestSdkPackageVersion>
165-
<MicrosoftTestPlatformCLIPackageVersion>18.0.0-preview-25366-04</MicrosoftTestPlatformCLIPackageVersion>
166-
<MicrosoftTestPlatformBuildPackageVersion>18.0.0-preview-25366-04</MicrosoftTestPlatformBuildPackageVersion>
164+
<MicrosoftNETTestSdkPackageVersion>18.0.0-preview-25366-05</MicrosoftNETTestSdkPackageVersion>
165+
<MicrosoftTestPlatformCLIPackageVersion>18.0.0-preview-25366-05</MicrosoftTestPlatformCLIPackageVersion>
166+
<MicrosoftTestPlatformBuildPackageVersion>18.0.0-preview-25366-05</MicrosoftTestPlatformBuildPackageVersion>
167167
</PropertyGroup>
168168
<PropertyGroup>
169169
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)