Update dependencies from https://github.com/dotnet/sdk build 20210114.28 (#9433)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - NuGet.Build.Tasks: from 5.9.0-preview.3.7016 to 5.9.0-preview.3.7027 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-15 00:41:18 +00:00 committed by GitHub
parent 5879262846
commit 7e222f1343
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>499f3e1169c62b16e7378a21a0208c69d0598d76</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21064.26">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21064.28">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f001c77d2f788c4ca402d5898c9400e2419f1a3c</Sha>
<Sha>ed947d2434e697da6b8054db77987d2ff660093f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21064.26">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21064.28">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f001c77d2f788c4ca402d5898c9400e2419f1a3c</Sha>
<Sha>ed947d2434e697da6b8054db77987d2ff660093f</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-alpha.1.21063.11" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -125,9 +125,9 @@
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9954584470022a3d81401189e78443196ee266f9</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7016" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7027" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>719f110bf31709b7f8bdf1ab74024450936d866c</Sha>
<Sha>cceb05e4ed5910f0609e14c8937c905288520c03</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/cliCommandLineParser</Uri>

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21064.26</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21064.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21064.28</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21064.28</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>