[master] Update dependencies from dotnet/sdk (#9011)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.9.0-preview-20553-06 to 16.9.0-preview-20554-03 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-11-05 02:57:47 +00:00 committed by GitHub
parent 4e7a2f989f
commit ae5f1bc0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>f64d6f1a8c756eb5bd7945c9c838883dfb3e48bf</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20554.7">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20554.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ac6bda43a2c47a31f38f49397df0fe763921386f</Sha>
<Sha>c4d2c8c303b9a7eb09e032337b7649556b777a07</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20554.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20554.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ac6bda43a2c47a31f38f49397df0fe763921386f</Sha>
<Sha>c4d2c8c303b9a7eb09e032337b7649556b777a07</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-alpha.1.20528.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -121,9 +121,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8a7f384357f691111229d4cd5d7a655f33deef5f</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-20553-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-20554-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>841e09174bde49a86467ff73cd86fb76fe123f93</Sha>
<Sha>4f8cdfdc331b5700826be2c192b94f16034b9905</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.8.0-rc.6930" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>

View file

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