Update dependencies from https://github.com/dotnet/sdk build 20210601.18 (#10828)

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.5.21301.11 -> To Version 6.0.100-preview.5.21301.18

Dependency coherency updates

Microsoft.Build
 From Version 17.0.0-preview-21279-04 -> To Version 17.0.0-preview-21301-04 (parent: Microsoft.NET.Sdk

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2021-06-01 16:43:41 -07:00 committed by GitHub
parent f2de0c236f
commit b6546afd43
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.21301.11">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21301.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0c2b0cb4fe43cef09f588337bd29411bc6391e25</Sha>
<Sha>2cf7ffab5445dada00dc42ee539bdea99e7ea1b0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21301.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21301.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0c2b0cb4fe43cef09f588337bd29411bc6391e25</Sha>
<Sha>2cf7ffab5445dada00dc42ee539bdea99e7ea1b0</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.21280.12" 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-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21301-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>ea93ae1f32d647aff9d4ca0e0d4712b83e95cf10</Sha>
<Sha>f9c4fd3b35584a22f417df97fdb7f9a576a5ca2f</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.21301.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21301.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21301.18</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21301.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>