[main] Update dependencies from dotnet/installer (#12662)

* Update dependencies from https://github.com/dotnet/installer build 20210907.23

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21456.8 -> To Version 6.0.100-rc.2.21457.23

* Update dependencies from https://github.com/dotnet/installer build 20210908.9

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21456.8 -> To Version 6.0.100-rc.2.21458.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2021-09-10 08:15:31 +02:00 коммит произвёл GitHub
Родитель 0e0bb1f931
Коммит 819c92251b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.2.21456.8">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.2.21458.9">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>b238cfad7138873efd5a8b731a6b523a141d4ac5</Sha>
<Sha>1afc0b6892dcd718cd88e281f3acd840cb966a4d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21452.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/mono/linker</Uri>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.2.21456.8</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.2.21458.9</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21452.4</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
</PropertyGroup>