Skip to content

Commit 766a80a

Browse files
authored
[main] Update dependencies from microsoft/vstest (#49803)
2 parents 806e650 + ead1662 commit 766a80a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,17 @@
189189
<Uri>https://github.com/nuget/nuget.client</Uri>
190190
<Sha>c21ba3b47e224cf84490bdc53b89e7f9ebcc1841</Sha>
191191
</Dependency>
192-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.15.0-preview-25359-101">
193-
<Uri>https://github.com/dotnet/dotnet</Uri>
194-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
192+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="18.0.0-preview-25366-02">
193+
<Uri>https://github.com/microsoft/vstest</Uri>
194+
<Sha>8b102963a8cce7809a6956fe0a6df5cb93b2447a</Sha>
195195
</Dependency>
196-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.15.0-preview-25359-101">
197-
<Uri>https://github.com/dotnet/dotnet</Uri>
198-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
196+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="18.0.0-preview-25366-02">
197+
<Uri>https://github.com/microsoft/vstest</Uri>
198+
<Sha>8b102963a8cce7809a6956fe0a6df5cb93b2447a</Sha>
199199
</Dependency>
200-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.15.0-preview-25359-101">
201-
<Uri>https://github.com/dotnet/dotnet</Uri>
202-
<Sha>f451e5d3036a4f140a989e0a7f3f1ae432420e71</Sha>
200+
<Dependency Name="Microsoft.TestPlatform.Build" Version="18.0.0-preview-25366-02">
201+
<Uri>https://github.com/microsoft/vstest</Uri>
202+
<Sha>8b102963a8cce7809a6956fe0a6df5cb93b2447a</Sha>
203203
</Dependency>
204204
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.7.25359.101">
205205
<Uri>https://github.com/dotnet/dotnet</Uri>

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>17.15.0-preview-25359-101</MicrosoftNETTestSdkPackageVersion>
165-
<MicrosoftTestPlatformCLIPackageVersion>17.15.0-preview-25359-101</MicrosoftTestPlatformCLIPackageVersion>
166-
<MicrosoftTestPlatformBuildPackageVersion>17.15.0-preview-25359-101</MicrosoftTestPlatformBuildPackageVersion>
164+
<MicrosoftNETTestSdkPackageVersion>18.0.0-preview-25366-02</MicrosoftNETTestSdkPackageVersion>
165+
<MicrosoftTestPlatformCLIPackageVersion>18.0.0-preview-25366-02</MicrosoftTestPlatformCLIPackageVersion>
166+
<MicrosoftTestPlatformBuildPackageVersion>18.0.0-preview-25366-02</MicrosoftTestPlatformBuildPackageVersion>
167167
</PropertyGroup>
168168
<PropertyGroup>
169169
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)