Update dependencies from https://github.com/dotnet/sdk build 20211220.2 (#12868)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.21616.1 to 7.0.100-1.21620.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-12-20 20:21:32 +00:00 committed by GitHub
parent 9b5623bee1
commit 7439860486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -99,14 +99,14 @@
<Sha>570f140e6fe335fd5b03d30add315bd0393b19a5</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-alpha.1.21620.1">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-alpha.1.21620.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3a252163f9cbe2b7956d75ff2991a3272a50dfd8</Sha>
<Sha>1498a3a4a471bf9c9ff9cf679907c16e54922eba</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-alpha.1.21620.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-alpha.1.21620.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3a252163f9cbe2b7956d75ff2991a3272a50dfd8</Sha>
<Sha>1498a3a4a471bf9c9ff9cf679907c16e54922eba</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="7.0.0-alpha.1.21618.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -131,9 +131,9 @@
<Sha>0a43b14b616e57e94a34040ca3d2a211bfbe4c5a</Sha>
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.21616.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.21620.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>853385633a7aeb84d9bd81885b3b221fc3075038</Sha>
<Sha>41467d340a3345f08cb8ba67c20c1ea40c57682f</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>

View file

@ -63,8 +63,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>7.0.100-alpha.1.21620.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-alpha.1.21620.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-alpha.1.21620.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-alpha.1.21620.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>