Update dependencies from https://github.com/dotnet/sdk build 20210120.1 (#9486)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.21065.1 to 6.0.0-alpha.1.21070.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-20 12:14:06 +00:00 committed by GitHub
parent 0357c0cdf2
commit c379bea673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>499f3e1169c62b16e7378a21a0208c69d0598d76</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21069.14">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21070.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>82692cef7874daf3a5e66d8d07685b76749f9eb5</Sha>
<Sha>652d468f2af198b5c092a16d606e6742f54fda6b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21069.14">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21070.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>82692cef7874daf3a5e66d8d07685b76749f9eb5</Sha>
<Sha>652d468f2af198b5c092a16d606e6742f54fda6b</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="6.0.0-alpha.1.21067.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -116,9 +116,9 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>63cc1bc68b0100a953c16a1cd7075dae536ad411</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21065.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21070.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>9978bd03eab26081f5a353b84e516af5f33e88e7</Sha>
<Sha>0707858c4c9a532d057e4b5b1b311a862de4867f</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-4.21069.12" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21069.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21069.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21070.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21070.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>