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

This pull request updates the following dependencies

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

- **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb
- **Build**: 20240617.4
- **Date Produced**: June 17, 2024 6:20:02 PM UTC
- **Commit**: de7be3dce619f5998e041962b4a1062cc44bfd37
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.107-servicing.24311.1 to 8.0.107-servicing.24317.4][2]

[2]: 8882eb09fc...de7be3dce6
This commit is contained in:
dotnet-maestro[bot] 2024-06-20 08:29:01 +02:00 коммит произвёл GitHub
Родитель c855596467
Коммит 8720672ff6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.107-servicing.24311.1">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.107-servicing.24317.4">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>8882eb09fcade072ffad12ad477b91bdefa5fe12</Sha>
<Sha>de7be3dce619f5998e041962b4a1062cc44bfd37</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rtm.23524.7">
<Uri>https://github.com/dotnet/runtime</Uri>

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

@ -2,7 +2,7 @@
<!--Package versions-->
<PropertyGroup>
<!-- Versions updated by maestro -->
<MicrosoftDotnetSdkInternalPackageVersion>8.0.107-servicing.24311.1</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.107-servicing.24317.4</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>8.0.5</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23524.7</MicrosoftNETILLinkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>8.0.0-beta.24225.1</MicrosoftDotNetBuildTasksFeedPackageVersion>

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

@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.107-servicing.24311.1"
"version": "8.0.107-servicing.24317.4"
}
}