Update dependencies from https://github.com/dotnet/sdk build 20201013.2 (#8855)

[release/5.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20510.1 to 5.0.0-rtm.20513.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-10-13 17:23:46 +00:00 committed by GitHub
parent 497a62527d
commit 8514961114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d4d84124255605c12ea1d1e918481a4fcee9b420</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20512.12">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20513.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5304f300fe2d9840dc71a5e3caee03c98c1424fd</Sha>
<Sha>47705a55bc601112ad939fb496989f1dff7488ce</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20512.12">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20513.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5304f300fe2d9840dc71a5e3caee03c98c1424fd</Sha>
<Sha>47705a55bc601112ad939fb496989f1dff7488ce</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.0-rtm.20512.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -108,9 +108,9 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>0b1e2e51743cc083d99b88673fe518672e2af9f0</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.20510.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.20513.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>2d6a0c33cca17f3e62e45612b4c402f0ad3556fc</Sha>
<Sha>e792d61a0ead2f6422b4c9af651c1128d978d454</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-5.20512.3" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20512.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20512.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20513.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20513.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>