Update dependencies from https://github.com/dotnet/sdk build 20210127.2 (#9549)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - NuGet.Build.Tasks: from 5.9.0-preview.3.7027 to 5.9.0-rc.7046 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-27 18:44:35 +00:00 committed by GitHub
parent b0f7bd7ddc
commit d4a928915e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>0e0dd4281b9f741ddcff13f481fe57cbf21373ac</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21077.1">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21077.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>82c4d80ed01e84fe8f8044460d17330a70227d71</Sha>
<Sha>b4bc67b820ec643965deaafbff8c22d3f611d87d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21077.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21077.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>82c4d80ed01e84fe8f8044460d17330a70227d71</Sha>
<Sha>b4bc67b820ec643965deaafbff8c22d3f611d87d</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.1.21071.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -129,9 +129,9 @@
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>b7cff8fbec862b667f5fa23687e35598e789da38</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>
<Sha>cceb05e4ed5910f0609e14c8937c905288520c03</Sha>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-rc.7046" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri>
<Sha>e90588d4ec63e966360eec817c80d0758ff05b30</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-preview.1.21077.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21077.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21077.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21077.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>