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

Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 6.0.100-rtm.21480.6 -> To Version 6.0.100-rtm.21480.28

Dependency coherency updates

Microsoft.Build
 From Version 17.0.0-preview-21480-01 -> To Version 17.0.0-preview-21480-03 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-09-30 21:02:01 +00:00
parent 2c8037c4e6
commit 4f7a7f370b
2 changed files with 6 additions and 6 deletions

View file

@ -98,14 +98,14 @@
<Sha>33b3438b8122420b73c8430826222bb0f799f157</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21480.24">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21480.28">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>715d34ea0a2d6091a4b7e19ca29af0c084232df4</Sha>
<Sha>685f6d9090d9253aa5dab8340e1583fd57dc309d</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21480.24">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21480.28">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>715d34ea0a2d6091a4b7e19ca29af0c084232df4</Sha>
<Sha>685f6d9090d9253aa5dab8340e1583fd57dc309d</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-rtm.21479.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21480.24</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21480.24</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21480.28</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21480.28</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>