Update dependencies from https://github.com/dotnet/sdk build 20210507.6 (#10555)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.11.0-preview-21254-21 to 17.0.0-preview-21256-03 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-05-07 20:25:18 +00:00 committed by GitHub
parent 8820ed07eb
commit b0a3f4fcb0
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>77bdee468db9fc55fe07092b2344a42b02ad7cf2</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21257.5">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.5.21257.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>02abf8fb2b5bc5cbf8432aec67b4a0f42e0069ee</Sha>
<Sha>f67f46eba6d3bcf2b3054381851a975096652454</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21257.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.5.21257.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>02abf8fb2b5bc5cbf8432aec67b4a0f42e0069ee</Sha>
<Sha>f67f46eba6d3bcf2b3054381851a975096652454</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.21226.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,9 +117,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>7b996850bb82a370ca74c3f57e0a4d4df1c90049</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21254-21" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21256-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e73d08c28b0d4f72bf6cf6ad9a412f35b477a430</Sha>
<Sha>d07c47adec8d5cf40718ef9a618b0b959cc8be0d</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.10.0-rc.7240" 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.21257.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21257.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.5.21257.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.5.21257.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>