Skip to content

Commit

Permalink
Dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed May 25, 2021
1 parent e18a292 commit f1caf1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri>
<Sha>165896e7efeecb70f01bd011257ead0f56d32c95</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210520-02">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>4ec8825c93fbea1bf66408c1bdfd1087c3590e4e</Sha>
<Sha>5c9abb2ae1b0318dc52729a3639e72089c79fb3c</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Project>
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>6.0.0</VersionPrefix>
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
<VersionPrefix>2.2.4</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<!-- Opt-out repo features -->
<UsingToolXliff>false</UsingToolXliff>
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210520-02</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.10.0</MicrosoftNETTestSdkVersion>
<!-- Toolset -->
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
<NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/E2ETests/Automation.CLI/CLITestBase.common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public partial class CLITestBase
private const string PackagesFolder = "packages";

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

/// <summary>
Expand Down

0 comments on commit f1caf1b

Please sign in to comment.