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

This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb
- **Build**: 20240916.16
- **Date Produced**: September 17, 2024 1:00:49 AM UTC
- **Commit**: d47192a544ebc4e405d6f8b9e6c1bdbf692717d5
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.109-servicing.24419.10 to 8.0.110-servicing.24466.16][1]

[1]: 6e9002c2ef...d47192a544
This commit is contained in:
dotnet-maestro[bot] 2024-09-20 09:44:31 +02:00 коммит произвёл GitHub
Родитель 73719863b8
Коммит 4384866c1b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.109-servicing.24419.10">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.110-servicing.24466.16">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>6e9002c2efcfc09687feca31864ebc987c3c9ec8</Sha>
<Sha>d47192a544ebc4e405d6f8b9e6c1bdbf692717d5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rtm.23524.7">
<Uri>https://github.com/dotnet/runtime</Uri>

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

@ -3,7 +3,7 @@
<PropertyGroup>
<!-- Versions updated by maestro -->
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.23509.2</MicrosoftDotNetCecilPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.109-servicing.24419.10</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.110-servicing.24466.16</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>8.0.8</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23524.7</MicrosoftNETILLinkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.24408.2</MicrosoftDotNetBuildTasksFeedPackageVersion>

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

@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.109-servicing.24419.10"
"version": "8.0.110-servicing.24466.16"
}
}