Skip to content

Commit fee4589

Browse files
[main] Update dependencies from microsoft/vstest (#41961)
[main] Update dependencies from microsoft/vstest
1 parent 64b9d2b commit fee4589

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>c0d441fc5e99e6765c9e0b2f77de162b9866b305</Sha>
210210
</Dependency>
211-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.0-preview-24320-06">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.12.0-preview-24353-03">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
213+
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.11.0-preview-24320-06">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-preview-24353-03">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
217+
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.11.0-preview-24320-06">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-preview-24353-03">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
221+
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.11.0-preview-24320-06">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.12.0-preview-24353-03">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>5b69fd31169dd07ced917329bbb483f3b73ea98f</Sha>
226+
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.7.24352.15">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
</PropertyGroup>
172172
<PropertyGroup>
173173
<!-- Dependencies from https://github.com/Microsoft/vstest -->
174-
<MicrosoftNETTestSdkPackageVersion>17.11.0-preview-24320-06</MicrosoftNETTestSdkPackageVersion>
175-
<MicrosoftTestPlatformCLIPackageVersion>17.11.0-preview-24320-06</MicrosoftTestPlatformCLIPackageVersion>
176-
<MicrosoftTestPlatformBuildPackageVersion>17.11.0-preview-24320-06</MicrosoftTestPlatformBuildPackageVersion>
174+
<MicrosoftNETTestSdkPackageVersion>17.12.0-preview-24353-03</MicrosoftNETTestSdkPackageVersion>
175+
<MicrosoftTestPlatformCLIPackageVersion>17.12.0-preview-24353-03</MicrosoftTestPlatformCLIPackageVersion>
176+
<MicrosoftTestPlatformBuildPackageVersion>17.12.0-preview-24353-03</MicrosoftTestPlatformBuildPackageVersion>
177177
</PropertyGroup>
178178
<PropertyGroup>
179179
<!-- Dependencies from https://github.com/dotnet/runtime -->

0 commit comments

Comments
 (0)