Update dependencies from https://github.com/dotnet/sdk build 20210218.7 (#9751)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.10.0-preview-21112-04 to 16.10.0-preview-21118-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-02-18 16:14:00 +00:00 committed by GitHub
parent 18d657151e
commit c227ea28c4
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.1.21118.5">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21118.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7419da63b996cd2ff212e37ccab4e0a3c90f3572</Sha>
<Sha>b17465f64ed6295b4bed4b0bf40aa75d1efa858c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21118.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21118.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7419da63b996cd2ff212e37ccab4e0a3c90f3572</Sha>
<Sha>b17465f64ed6295b4bed4b0bf40aa75d1efa858c</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.21117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -125,7 +125,7 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f1945208b0e5f771ef139cc2a8a1c4c9f878ec43</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21112-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21118-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>f0eebf2872d76ab0cd43fdc4153ba636232b222f</Sha>
</Dependency>

View file

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