Skip to content

Commit b4d072a

Browse files
authored
[release/8.0.3xx] Update dependencies from microsoft/vstest (#39632)
2 parents c8f5cea + ff3c6c3 commit b4d072a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,18 +183,18 @@
183183
<Uri>https://github.com/nuget/nuget.client</Uri>
184184
<Sha>1845d6bd450a7453d573035371c9fec43683d1ef</Sha>
185185
</Dependency>
186-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24163-01">
186+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24169-03">
187187
<Uri>https://github.com/microsoft/vstest</Uri>
188-
<Sha>c609e2c022b0087b227436a4debf45525eed00e9</Sha>
188+
<Sha>fb859a78be3d76ee38d5630ad86a17ab124ebbcf</Sha>
189189
<SourceBuild RepoName="vstest" ManagedOnly="true" />
190190
</Dependency>
191-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-preview-24163-01">
191+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-preview-24169-03">
192192
<Uri>https://github.com/microsoft/vstest</Uri>
193-
<Sha>c609e2c022b0087b227436a4debf45525eed00e9</Sha>
193+
<Sha>fb859a78be3d76ee38d5630ad86a17ab124ebbcf</Sha>
194194
</Dependency>
195-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-preview-24163-01">
195+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-preview-24169-03">
196196
<Uri>https://github.com/microsoft/vstest</Uri>
197-
<Sha>c609e2c022b0087b227436a4debf45525eed00e9</Sha>
197+
<Sha>fb859a78be3d76ee38d5630ad86a17ab124ebbcf</Sha>
198198
</Dependency>
199199
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.2">
200200
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
</PropertyGroup>
100100
<PropertyGroup>
101101
<!-- Dependencies from https://github.com/Microsoft/vstest -->
102-
<MicrosoftNETTestSdkPackageVersion>17.10.0-preview-24163-01</MicrosoftNETTestSdkPackageVersion>
103-
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-preview-24163-01</MicrosoftTestPlatformCLIPackageVersion>
104-
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-preview-24163-01</MicrosoftTestPlatformBuildPackageVersion>
102+
<MicrosoftNETTestSdkPackageVersion>17.10.0-preview-24169-03</MicrosoftNETTestSdkPackageVersion>
103+
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-preview-24169-03</MicrosoftTestPlatformCLIPackageVersion>
104+
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-preview-24169-03</MicrosoftTestPlatformBuildPackageVersion>
105105
</PropertyGroup>
106106
<PropertyGroup>
107107
<!-- Dependencies from https://github.com/dotnet/runtime -->

0 commit comments

Comments
 (0)