Skip to content

Commit 12b05d2

Browse files
[main] Update dependencies from microsoft/vstest (#45436)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 61ba5a3 commit 12b05d2

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
@@ -212,22 +212,22 @@
212212
<Uri>https://github.com/nuget/nuget.client</Uri>
213213
<Sha>f6f635eebfdddd88b8856f830e0f0ffa168540eb</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-preview-24569-02">
215+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-preview-24610-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
217+
<Sha>fc785088a28006c774dcfe0916b69ff54e6f99c1</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-preview-24569-02">
219+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-preview-24610-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
221+
<Sha>fc785088a28006c774dcfe0916b69ff54e6f99c1</Sha>
222222
</Dependency>
223-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-preview-24569-02">
223+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-preview-24610-01">
224224
<Uri>https://github.com/microsoft/vstest</Uri>
225-
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
225+
<Sha>fc785088a28006c774dcfe0916b69ff54e6f99c1</Sha>
226226
</Dependency>
227227
<!-- Intermediate is necessary for source build. -->
228-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-preview-24569-02">
228+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-preview-24610-01">
229229
<Uri>https://github.com/microsoft/vstest</Uri>
230-
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
230+
<Sha>fc785088a28006c774dcfe0916b69ff54e6f99c1</Sha>
231231
<SourceBuild RepoName="vstest" ManagedOnly="true" />
232232
</Dependency>
233233
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-alpha.1.24610.2">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
</PropertyGroup>
175175
<PropertyGroup>
176176
<!-- Dependencies from https://github.com/Microsoft/vstest -->
177-
<MicrosoftNETTestSdkPackageVersion>17.13.0-preview-24569-02</MicrosoftNETTestSdkPackageVersion>
178-
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-preview-24569-02</MicrosoftTestPlatformCLIPackageVersion>
179-
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-preview-24569-02</MicrosoftTestPlatformBuildPackageVersion>
177+
<MicrosoftNETTestSdkPackageVersion>17.13.0-preview-24610-01</MicrosoftNETTestSdkPackageVersion>
178+
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-preview-24610-01</MicrosoftTestPlatformCLIPackageVersion>
179+
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-preview-24610-01</MicrosoftTestPlatformBuildPackageVersion>
180180
</PropertyGroup>
181181
<PropertyGroup>
182182
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)