Update dependencies from https://github.com/dotnet/sdk build 20210126.1

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.200-preview.21075.14 -> To Version 5.0.200-preview.21076.1

Dependency coherency updates

Microsoft.Build
 From Version 16.10.0-preview-21073-06 -> To Version 16.9.0-preview-21076-28 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-01-27 00:26:05 +00:00
parent 700a328c57
commit c3695b1ddb
2 changed files with 8 additions and 8 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>7a9de3bd9680522874b2081280df3f971673cd87</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21075.14">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21076.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>93993e7f5c673b815e5c3131aba20c48db4c7d57</Sha>
<Sha>9a0adf5cc952496ba7fb47210802bef246a46116</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21075.14">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21076.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>93993e7f5c673b815e5c3131aba20c48db4c7d57</Sha>
<Sha>9a0adf5cc952496ba7fb47210802bef246a46116</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.2-servicing.20613.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -121,9 +121,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>e5eb71d6714749bccf91d9268ece78cd5d4d43ea</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21073-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-21076-28" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6f9e0d620718578aab8dafc439d4501339fa4810</Sha>
<Sha>8ed15125417f48931fd2f432ac0f7e044295dd5d</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7027" 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.200-preview.21075.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21075.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21076.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21076.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>