Update dependencies from https://github.com/dotnet/sdk build 20210714.19 (#11124)

[release/5.0.4xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.21310.1 to 5.0.0-rtm.21364.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-07-14 18:35:57 +00:00 committed by GitHub
parent a9b72801a0
commit a0e11e150b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>e832de2ee744332d876b2d979e7bf838f082639a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21360.3">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21364.19">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0537716e2a62b457062019bf3235c5d51e85d560</Sha>
<Sha>753a0d4f66c7c4310eb8b3790e9b72dc9e671cf2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21360.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21364.19">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0537716e2a62b457062019bf3235c5d51e85d560</Sha>
<Sha>753a0d4f66c7c4310eb8b3790e9b72dc9e671cf2</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.6-servicing.21221.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -112,9 +112,9 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>b58f6c4f4626bdf44df40f2064ab6a80a466115c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21310.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21364.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>e6a47c70b7878b346ff0858085eb8a6379f6f0bb</Sha>
<Sha>dc2ca1a2089983aa027e475998aa3a335bc247b7</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-3.21359.6" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21360.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21360.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21364.19</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21364.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>