Update dependencies from https://github.com/dotnet/sdk build 20210814.5 (#11535)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.0.0-preview-21411-06 to 17.0.0-preview-21412-02 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-08-14 21:40:15 +00:00 committed by GitHub
parent 00a65f034b
commit 5fe151ad35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -86,14 +86,14 @@
<Sha>eb15b9cbc3c8e337feb18ceb6e321a25e3b9faaf</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21414.4">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21414.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d8d0ef51544d8d68df0126512514612c36158a0a</Sha>
<Sha>5bc5294d799b3de423e21e5e9f07fae3b5714e6a</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21414.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21414.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d8d0ef51544d8d68df0126512514612c36158a0a</Sha>
<Sha>5bc5294d799b3de423e21e5e9f07fae3b5714e6a</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-rc.1.21412.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -128,9 +128,9 @@
<Sha>f1fde28830e4ef51b824ddb03334d2cd8510f914</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21411-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21412-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>b0bb46ab87d41082b409cd2c61546504d7e6c845</Sha>
<Sha>62c6327acdca6af0a2402fd491f91ba5e88d0ede</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.3.179" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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