Update dependencies from https://github.com/dotnet/sdk build 20220105.26 (#12982)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22055.1 to 7.0.100-1.22055.2 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2022-01-06 04:27:13 +00:00 committed by GitHub
parent 23ca6574c7
commit f020d927a5
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>b1a48af3e6577ae7dd125d7af8fcaa87b7829190</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-alpha.1.22055.24">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-alpha.1.22055.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>66af1ddbe4ad3aa97fd21514fdbfde89caa9921c</Sha>
<Sha>d543bad4f73c79bd2f4267c5f561868fd8b2f673</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-alpha.1.22055.24">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-alpha.1.22055.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>66af1ddbe4ad3aa97fd21514fdbfde89caa9921c</Sha>
<Sha>d543bad4f73c79bd2f4267c5f561868fd8b2f673</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.22054.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -131,9 +131,9 @@
<Sha>0ab5c2227e8e415b1cf7ad9ec7e2eeb0b9aa2338</Sha>
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22055.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22055.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>6de08365e03bf16aa0edc4ebd889a99c7c90eeaa</Sha>
<Sha>21d077670a80d1b7132e649846821f1ff8ade60a</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.22055.24</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-alpha.1.22055.24</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-alpha.1.22055.26</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-alpha.1.22055.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>