Update dependencies from https://github.com/dotnet/sdk build 20210127.13 (#9558)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.10.0-preview-21075-03 to 16.10.0-preview-21076-16 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-28 04:45:03 +00:00 committed by GitHub
parent df8c42deb4
commit 2206e58f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>0e0dd4281b9f741ddcff13f481fe57cbf21373ac</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21077.10">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21077.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f839b79853d871b1eff7fa9c1f0fe68527bc9a94</Sha>
<Sha>d06e20fd6611772677fca7e1d2c2e964ad0e852c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21077.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21077.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f839b79853d871b1eff7fa9c1f0fe68527bc9a94</Sha>
<Sha>d06e20fd6611772677fca7e1d2c2e964ad0e852c</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.1.21071.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -125,7 +125,7 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ff57275a2fe60224a48eaa480cbb77f887dc3360</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21075-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21076-16" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>b7cff8fbec862b667f5fa23687e35598e789da38</Sha>
</Dependency>

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21077.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21077.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21077.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21077.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>