File tree 3 files changed +6
-6
lines changed
test/E2ETests/Automation.CLI
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri >
10
10
<Sha >165896e7efeecb70f01bd011257ead0f56d32c95</Sha >
11
11
</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 " >
13
13
<Uri >https://github.com/microsoft/vstest</Uri >
14
- <Sha >4ec8825c93fbea1bf66408c1bdfd1087c3590e4e </Sha >
14
+ <Sha >5c9abb2ae1b0318dc52729a3639e72089c79fb3c </Sha >
15
15
</Dependency >
16
16
</ProductDependencies >
17
17
<ToolsetDependencies >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<!-- This repo version -->
5
- <VersionPrefix >6.0.0 </VersionPrefix >
6
- <PreReleaseVersionLabel >beta </PreReleaseVersionLabel >
5
+ <VersionPrefix >2.2.4 </VersionPrefix >
6
+ <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
7
7
<!-- Opt-out repo features -->
8
8
<UsingToolXliff >false</UsingToolXliff >
9
- <MicrosoftNETTestSdkVersion >17.0.0-preview-20210520-02 </MicrosoftNETTestSdkVersion >
9
+ <MicrosoftNETTestSdkVersion >16.10.0 </MicrosoftNETTestSdkVersion >
10
10
<!-- Toolset -->
11
11
<MicroBuildCoreVersion >0.2.0</MicroBuildCoreVersion >
12
12
<NuGetFrameworksVersion >5.9.1</NuGetFrameworksVersion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class CLITestBase
19
19
private const string PackagesFolder = "packages" ;
20
20
21
21
// 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 " ;
23
23
private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" ;
24
24
25
25
/// <summary>
You can’t perform that action at this time.
0 commit comments