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

This pull request updates the following dependencies

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

- **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb
- **Build**: 20240219.1
- **Date Produced**: February 19, 2024 10:06:33 AM UTC
- **Commit**: 96079bf81dc2299f54c3a0673fed1cf58ca2a2a5
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.103-servicing.24115.2 to 8.0.103-servicing.24119.1][1]

[1]: 124c9f8435...96079bf81d
This commit is contained in:
dotnet-maestro[bot] 2024-02-19 18:13:03 +01:00 коммит произвёл GitHub
Родитель 3c0ffac0ee
Коммит f8c4db9e5b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.103-servicing.24115.2">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.103-servicing.24119.1">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>124c9f84352a3f8950f69e0661c4983ec55be350</Sha>
<Sha>96079bf81dc2299f54c3a0673fed1cf58ca2a2a5</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.103-servicing.24115.2</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>8.0.103-servicing.24119.1</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>8.0.2</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23524.7</MicrosoftNETILLinkPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>

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

@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.103-servicing.24115.2"
"version": "8.0.103-servicing.24119.1"
}
}