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

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.2.21168.1 to 6.0.100-preview.2.21169.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 16.10.0-preview-21166-07 to 16.10.0-preview-21169-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-03-19 20:35:04 +00:00 committed by GitHub
parent a9f468eadb
commit ac88588a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>5067a9034f799eceb42846a62e5431a3ec8a267b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.3.21169.3">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.3.21169.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0ce2485e8f83d72d251d1730e3eb4d45283ecc9a</Sha>
<Sha>d24fb95a24f31ee5c0f0fe9172e50f491d68b40d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.3.21169.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.3.21169.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0ce2485e8f83d72d251d1730e3eb4d45283ecc9a</Sha>
<Sha>d24fb95a24f31ee5c0f0fe9172e50f491d68b40d</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-preview.3.21168.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -108,18 +108,18 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>dd5546b3d9ba0c2947c94b56a7f77169ce8d5e9c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.2.21168.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.2.21169.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>9eff8c6ce48cb15cafb8eef4aaf853675b05f9d9</Sha>
<Sha>134dfaab71ca5a14f5f9afadabe5ee0ac04889d6</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-2.21169.14" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>51837b1e316cc667f630205c1f85f28a719587dc</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21166-07" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21169-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>17677364d656a98ce4c6eff73b49eddf24f0fd72</Sha>
<Sha>97463e3cdb3ce4ccf9638eb68fd9f82646ca6a11</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7027" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>

View file

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