[main] Update dependencies from dotnet/sdk (#11312)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21376.2 to 6.0.100-preview.6.21377.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-07-28 04:24:31 +00:00 committed by GitHub
parent 2993e1f07a
commit ea8066fb6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -86,14 +86,14 @@
<Sha>98a69d16952aedbb2bbd891a409e328e1030d04d</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21377.32">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21377.34">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>818c4fb1190fcb317372797e0b39d57cec27d691</Sha>
<Sha>37db8e5ad771bc2beabd1b4b3fc2d4906d9029bd</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21377.32">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21377.34">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>818c4fb1190fcb317372797e0b39d57cec27d691</Sha>
<Sha>37db8e5ad771bc2beabd1b4b3fc2d4906d9029bd</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-rc.1.21376.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,9 +117,9 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>e58b44513f9d9c296316fc8d6347944eff7fdd00</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21376.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21377.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>b888d672e11588e2bbca1cd3eeaee30d53416897</Sha>
<Sha>5c9d3089e576aa1ceffca1c07da95db7b7ce3f82</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21377.32</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21377.32</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21377.34</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21377.34</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>