Update dependencies from https://github.com/dotnet/sdk build 20210226.4 (#9807)

[release/6.0.1xx-preview2] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.10.0-preview-21125-03 to 16.10.0-preview-21126-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-02-26 11:33:44 +00:00 committed by GitHub
parent 5ad67b27ec
commit a94328ea08
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>e9be440fd5a04e167c622715b7a920f5cf73aa78</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.2.21125.20">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.2.21126.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e1add830482ac861c0b752c0d1bf50d9447da2de</Sha>
<Sha>f47645316d1b49e5ac12a215bf63356318122d00</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.2.21125.20">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.2.21126.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e1add830482ac861c0b752c0d1bf50d9447da2de</Sha>
<Sha>f47645316d1b49e5ac12a215bf63356318122d00</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.2.21123.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -125,7 +125,7 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dcb26800f22490adc754a430f6ee80edacacc0f2</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21125-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21126-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6819f7ab06c3f43e83ff4059d417395e0af06c01</Sha>
</Dependency>

View file

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