[release/7.0.1xx] Update dependencies from dotnet/installer (#16759)

This pull request updates the following dependencies

## From https://github.com/dotnet/installer
- **Subscription**: e451a929-6dfb-4f21-54a6-08dabd103306
- **Build**: 20221114.15
- **Date Produced**: November 14, 2022 10:17:43 PM UTC
- **Commit**: 8bfe390861dc6dd4a06105950cd513416a5eceab
- **Branch**: refs/heads/release/7.0.1xx

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

[1]: cbfa597...8bfe390

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-16 08:53:13 +01:00 коммит произвёл GitHub
Родитель 6b367e149f
Коммит 407b2c42bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.101-servicing.22563.3">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.101-servicing.22564.15">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>cbfa5973058e8fad5e461e976ed821bc3ff6c313</Sha>
<Sha>8bfe390861dc6dd4a06105950cd513416a5eceab</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.22563.3</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>7.0.101-servicing.22564.15</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.22563.3"
"version": "7.0.101-servicing.22564.15"
}
}