[release/5.0.4xx] Update dependencies from dotnet/sdk (#11045)

[release/5.0.4xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.11.0-3.21351.9 to 3.11.0-3.21352.9 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 16.11.0-preview-21330-03 to 16.11.0-preview-21351-03 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-07-05 05:23:32 +00:00 committed by GitHub
parent 1808aba46b
commit 7338f6d6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>e832de2ee744332d876b2d979e7bf838f082639a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21352.9">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21354.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2a5775cdd1db7130110c97227ee179c0891fbedb</Sha>
<Sha>347bc4a4fb84e13c7fdb38ffe2f38807cc180b21</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21352.9">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21354.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2a5775cdd1db7130110c97227ee179c0891fbedb</Sha>
<Sha>347bc4a4fb84e13c7fdb38ffe2f38807cc180b21</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="5.0.6-servicing.21221.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,13 +117,13 @@
<Sha>e6a47c70b7878b346ff0858085eb8a6379f6f0bb</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-3.21351.9" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-3.21352.9" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>49a655e40d938aa74b1d149b407c30cbb2287d71</Sha>
<Sha>e73cf0139ea53178948e869dc1b322a0d2a890dd</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21330-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21351-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bbde2b8c40d1daf14f1ebdd5f404f588c70506af</Sha>
<Sha>1d7ed8e3d8394d0effaee6d3395c28d9322aa9bb</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.11.0-rc.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21352.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21352.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21354.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21354.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>