Skip to content

Commit f1caf1b

Browse files
committed
Dependencies updated.
1 parent e18a292 commit f1caf1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri>
1010
<Sha>165896e7efeecb70f01bd011257ead0f56d32c95</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210520-02">
12+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0">
1313
<Uri>https://github.com/microsoft/vstest</Uri>
14-
<Sha>4ec8825c93fbea1bf66408c1bdfd1087c3590e4e</Sha>
14+
<Sha>5c9abb2ae1b0318dc52729a3639e72089c79fb3c</Sha>
1515
</Dependency>
1616
</ProductDependencies>
1717
<ToolsetDependencies>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Project>
33
<PropertyGroup>
44
<!-- This repo version -->
5-
<VersionPrefix>6.0.0</VersionPrefix>
6-
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
5+
<VersionPrefix>2.2.4</VersionPrefix>
6+
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
77
<!-- Opt-out repo features -->
88
<UsingToolXliff>false</UsingToolXliff>
9-
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210520-02</MicrosoftNETTestSdkVersion>
9+
<MicrosoftNETTestSdkVersion>16.10.0</MicrosoftNETTestSdkVersion>
1010
<!-- Toolset -->
1111
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
1212
<NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion>

test/E2ETests/Automation.CLI/CLITestBase.common.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public partial class CLITestBase
1919
private const string PackagesFolder = "packages";
2020

2121
// This value is automatically updated by "build.ps1" script.
22-
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\17.0.0-preview-20210520-02";
22+
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.10.0";
2323
private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe";
2424

2525
/// <summary>

0 commit comments

Comments
 (0)