Skip to content

Commit

Permalink
Updated dependency versions to match VS 16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Jun 28, 2021
1 parent 17fee3c commit 9c67fb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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-20210628-03">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.11.0-release-20210626-04">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>b6c151c850440e9aced403a065b9ba1d2bd27daa</Sha>
<Sha>b58f6c4f4626bdf44df40f2064ab6a80a466115c</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down Expand Up @@ -47,9 +47,9 @@
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>2eef520188beb49e31460d0a7dbe040294428ff1</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21270.4">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-3.21325.7">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1e347d3e229cf388249d342c72a1222bff0b5fdd</Sha>
<Sha>8c13f49cb86fb0ab25c974d34b5b38f9e0c212cc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21268.2">
<Uri>https://github.com/mono/linker</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
<!-- Opt-out repo features -->
<UsingToolXliff>false</UsingToolXliff>
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210628-03</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.11.0-release-20210626-04</MicrosoftNETTestSdkVersion>
<!-- Toolset -->
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
<NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion>
Expand Down Expand Up @@ -71,7 +71,7 @@
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
<MicrosoftExtensionsLoggingConsoleVersion>2.1.1</MicrosoftExtensionsLoggingConsoleVersion>
<MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion>
<MicrosoftNetCompilersToolsetVersion>4.0.0-1.21270.4</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetVersion>3.11.0-3.21325.7</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNETILLinkTasksVersion>6.0.100-preview.5.21268.2</MicrosoftNETILLinkTasksVersion>
<MonoOptionsVersion>5.3.0.1</MonoOptionsVersion>
<McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils>
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 @@ -17,7 +17,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-20210624-09";
private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.11.0-release-20210626-04";
private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe";

/// <summary>
Expand Down

0 comments on commit 9c67fb3

Please sign in to comment.