Update dependencies from https://github.com/dotnet/sdk build 20210427.14 (#10376)

[release/5.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.Test.Sdk: from 16.10.0-release-20210422-02 to 16.10.0-release-20210427-02 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 3.10.0-3.21223.23 to 4.0.0-2.21227.16 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-04-28 00:02:26 +00:00 committed by GitHub
parent 80e1ce6086
commit 3b8864eed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>091651d2bfe4b739c6c4f46f86608533a2087c35</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21227.3">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21227.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>266a232e7d07aed2562519cb5a38a7e8ac1197cf</Sha>
<Sha>a491b0c892f86a4804ca1b5f51cc6d3252b9cc2e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21227.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21227.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>266a232e7d07aed2562519cb5a38a7e8ac1197cf</Sha>
<Sha>a491b0c892f86a4804ca1b5f51cc6d3252b9cc2e</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.5-servicing.21167.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -108,18 +108,18 @@
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>9588f1d472ac8227796dca34ff76dfe136bb4bd7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210422-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210427-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>d1ef85de446ef8169e2c03d764c6dd313ce4aa8a</Sha>
<Sha>f50395d1e5542128104d3f9bd629b1371560fb24</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21221.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>6a15056a9d71169bf04d007301edfd558afcfa6a</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-3.21223.23" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21227.16" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9b40ab852a3b59ce9cef33b3e97c17af13c8e694</Sha>
<Sha>3901a238f3982ddd73b203e0e383eadce91e407c</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21227-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21227.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21227.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21227.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21227.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -129,7 +129,7 @@
<PropertyGroup>
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftNETTestSdkVersion>16.10.0-release-20210422-02</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>16.10.0-release-20210427-02</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<PropertyGroup>
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->