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

This pull request updates the following dependencies

## From https://github.com/dotnet/installer
- **Subscription**: 50c9492e-4671-4d1d-7920-08dabd1031a2
- **Build**: 20221120.11
- **Date Produced**: November 21, 2022 5:38:59 AM UTC
- **Commit**: 3894bc56ac6b07f04c2de2cb7091fe2f74d3f6f6
- **Branch**: refs/heads/release/7.0.1xx

- **Updates**:
- **Microsoft.Dotnet.Sdk.Internal**: [from 7.0.101-servicing.22567.23 to
7.0.101-servicing.22570.11][1]

[1]: cf1b55e...3894bc5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <github-actions@xamarin.com>
This commit is contained in:
dotnet-maestro[bot] 2022-11-21 21:08:46 +01:00 коммит произвёл GitHub
Родитель c1606d5497
Коммит 25efb739fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.101-servicing.22567.23">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.101-servicing.22570.11">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>cf1b55e9735de4935c764e97a95c8fb87b87ebdc</Sha>
<Sha>3894bc56ac6b07f04c2de2cb7091fe2f74d3f6f6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22471.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/linker</Uri>

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

@ -1,7 +1,7 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>7.0.101-servicing.22567.23</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>7.0.101-servicing.22570.11</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>7.0.100-1.22471.3</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETILStripTasksPackageVersion>6.0.0-rc.2.21468.3</MicrosoftNETILStripTasksPackageVersion>

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

@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.101-servicing.22567.23"
"version": "7.0.101-servicing.22570.11"
}
}