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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.100-preview.7.21357.26 -> To Version 6.0.100-preview.7.21358.7

Dependency coherency updates

Microsoft.DotNet.Common.ItemTemplates,Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.7.21357.18 -> To Version 6.0.100-preview.7.21358.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-07-08 16:58:41 +00:00
parent 457b074710
commit 2575e47d6c
2 changed files with 6 additions and 6 deletions

View file

@ -86,14 +86,14 @@
<Sha>8d6a7dcd6baf56e7ad56e78c39d42aa65c1f84b5</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.7.21358.6">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.7.21358.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ccae7df3f6511e35059fcde27c86c50106ba9bb3</Sha>
<Sha>4f91a8e443f8b3cb3bc1c3bb7de8913a51db8299</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.7.21358.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.7.21358.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ccae7df3f6511e35059fcde27c86c50106ba9bb3</Sha>
<Sha>4f91a8e443f8b3cb3bc1c3bb7de8913a51db8299</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-preview.7.21328.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-preview.7.21358.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.7.21358.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-preview.7.21358.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.7.21358.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>