Updated dependency versions to match VS 16.11

This commit is contained in:
Medeni Baykal 2021-06-28 15:29:41 +02:00
Родитель 17fee3c6ee
Коммит 9c67fb37ad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8567E68E8C24222C
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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>
@ -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>

Просмотреть файл

@ -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>
@ -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>

Просмотреть файл

@ -17,7 +17,7 @@ namespace Microsoft.MSTestV2.CLIAutomation
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>