Update dependencies from https://github.com/dotnet/sdk build 20210529.1 (#10810)

[release/6.0.1xx-preview5] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.0.0-preview-21279-01 to 17.0.0-preview-21279-04 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-05-29 08:52:41 +00:00 committed by GitHub
parent 33c32a6370
commit 9d031945a8
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>5d7718f5bbe6c681021f4c57986777421d9f0da4</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21278.19">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21279.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>14e430d76c787aaa8e9b6c74aeb512277518140d</Sha>
<Sha>11faa22bcbd682f6b51af83c050449de9264ea09</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21278.19">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21279.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>14e430d76c787aaa8e9b6c74aeb512277518140d</Sha>
<Sha>11faa22bcbd682f6b51af83c050449de9264ea09</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.5.21277.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,9 +117,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>0adf94c625f834f1c89d11700621302b658a50ea</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21279-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21279-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>4f30e789b578397717f36475f78610a5b68f6d60</Sha>
<Sha>ea93ae1f32d647aff9d4ca0e0d4712b83e95cf10</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.1.66" 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.5.21278.19</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21278.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21279.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21279.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>