Skip to content

Commit 9c67fb3

Browse files
committed
Updated dependency versions to match VS 16.11
1 parent 17fee3c commit 9c67fb3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
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-20210628-03">
12+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.11.0-release-20210626-04">
1313
<Uri>https://github.com/microsoft/vstest</Uri>
14-
<Sha>b6c151c850440e9aced403a065b9ba1d2bd27daa</Sha>
14+
<Sha>b58f6c4f4626bdf44df40f2064ab6a80a466115c</Sha>
1515
</Dependency>
1616
</ProductDependencies>
1717
<ToolsetDependencies>
@@ -47,9 +47,9 @@
4747
<Uri>https://github.com/dotnet/xharness</Uri>
4848
<Sha>2eef520188beb49e31460d0a7dbe040294428ff1</Sha>
4949
</Dependency>
50-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21270.4">
50+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-3.21325.7">
5151
<Uri>https://github.com/dotnet/roslyn</Uri>
52-
<Sha>1e347d3e229cf388249d342c72a1222bff0b5fdd</Sha>
52+
<Sha>8c13f49cb86fb0ab25c974d34b5b38f9e0c212cc</Sha>
5353
</Dependency>
5454
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21268.2">
5555
<Uri>https://github.com/mono/linker</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
77
<!-- Opt-out repo features -->
88
<UsingToolXliff>false</UsingToolXliff>
9-
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210628-03</MicrosoftNETTestSdkVersion>
9+
<MicrosoftNETTestSdkVersion>16.11.0-release-20210626-04</MicrosoftNETTestSdkVersion>
1010
<!-- Toolset -->
1111
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
1212
<NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion>
@@ -71,7 +71,7 @@
7171
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
7272
<MicrosoftExtensionsLoggingConsoleVersion>2.1.1</MicrosoftExtensionsLoggingConsoleVersion>
7373
<MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion>
74-
<MicrosoftNetCompilersToolsetVersion>4.0.0-1.21270.4</MicrosoftNetCompilersToolsetVersion>
74+
<MicrosoftNetCompilersToolsetVersion>3.11.0-3.21325.7</MicrosoftNetCompilersToolsetVersion>
7575
<MicrosoftNETILLinkTasksVersion>6.0.100-preview.5.21268.2</MicrosoftNETILLinkTasksVersion>
7676
<MonoOptionsVersion>5.3.0.1</MonoOptionsVersion>
7777
<McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public partial class CLITestBase
1717
private const string PackagesFolder = "packages";
1818

1919
// This value is automatically updated by "build.ps1" script.
20-
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\17.0.0-preview-20210624-09";
20+
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.11.0-release-20210626-04";
2121
private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe";
2222

2323
/// <summary>

0 commit comments

Comments
 (0)