Update dependencies from https://github.com/dotnet/sdk build 20210111.8 (#9368)

[release/5.0.2xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.9.0-preview-21059-02 to 16.9.0-preview-21061-05 (parent: Microsoft.NET.Sdk)

 - Merge remote-tracking branch 'upstream/release/5.0.2xx' into darc-release/5.0.2xx-b869d7cc-6288-49c8-b6ac-91b0ddd09be7
This commit is contained in:
dotnet-maestro[bot] 2021-01-12 18:59:57 +00:00 committed by GitHub
parent 34a8cdd03a
commit 748805fedd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21060.3">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21061.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5cf697b1701b8336d1826a6c1b01c5d8308278a5</Sha>
<Sha>ac23b7053eeccedc0989f94916658069a50eabdd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21060.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21061.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5cf697b1701b8336d1826a6c1b01c5d8308278a5</Sha>
<Sha>ac23b7053eeccedc0989f94916658069a50eabdd</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.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -125,9 +125,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>e5eb71d6714749bccf91d9268ece78cd5d4d43ea</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-21059-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-21061-05" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>74eb87c20d2495f81788e1bc7bb27203474818f4</Sha>
<Sha>70d35385137638bdbb19e73a8d262ffa825f0f58</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7016" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21060.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21060.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21061.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21061.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>