[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk (#8680)

[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.8.0-preview-20468-03 to 16.8.0-preview-20472-04 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-09-23 08:27:14 +00:00 committed by GitHub
parent 0da49bd8d7
commit 39f244ef89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>545ef30a75ffd18beaba07430bc04c6991ddfdda</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20472.23">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20472.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9d0a608cc136f6b9c6e4498f6930c428cf7c822a</Sha>
<Sha>da2f2459f3bb84cef69ee56aeeb4cb01c9923af8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20472.23">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20472.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9d0a608cc136f6b9c6e4498f6930c428cf7c822a</Sha>
<Sha>da2f2459f3bb84cef69ee56aeeb4cb01c9923af8</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.0-rc.2.20472.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,9 +117,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>faf28c5296d30f0583ff63666511b35580c8f021</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20468-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20472-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>580f1bbdc0635fc300ed3922524c60796d725142</Sha>
<Sha>8702c49c24c2ef2f12419e8ab6b28a34aac1aba1</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.8.0-preview.3.6823" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20472.23</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20472.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20472.26</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20472.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>