Update dependencies from https://github.com/dotnet/sdk build 20210325.5 (#10031)

[release/5.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.10.0-preview-21173-03 to 16.10.0-preview-21175-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-03-25 23:49:03 +00:00 committed by GitHub
parent 8594dd2259
commit 30ca7e8a2e
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>f4edf84d9dd86966f022dcfddf17b63923b1a79e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21174.6">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21175.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a41cd5e8206e0df18daf6cd0708af0e73fb93989</Sha>
<Sha>db2eb42eead1de6e29a9c4b33e9c08670fe9aee3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21174.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21175.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a41cd5e8206e0df18daf6cd0708af0e73fb93989</Sha>
<Sha>db2eb42eead1de6e29a9c4b33e9c08670fe9aee3</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.4-servicing.21117.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -121,9 +121,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>59eedc33d35754759994155ea2f4e1012a9951e3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21173-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21175-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bf0b0c52351d2034daec62b74c49f67def7fe739</Sha>
<Sha>afd0b62109300f3b088875b5a65d1a5bfd786e15</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.10.0-preview.2.7169" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21174.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21174.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21175.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21175.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>