[release/7.0.1xx-xcode14.2] Update dependencies from dotnet/installer (#17520)

This pull request updates the following dependencies

## From https://github.com/dotnet/installer
- **Subscription**: f9ceff03-767c-4b8f-1fe8-08dad89f4932
- **Build**: 20230209.16
- **Date Produced**: February 10, 2023 2:27:00 AM UTC
- **Commit**: 0709aa684bebd00a44d298d05db8c86d23f9f192
- **Branch**: refs/heads/release/7.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 7.0.103-servicing.23073.22 to 7.0.104-servicing.23109.16][1]

[1]: e36f7f3...0709aa6
This commit is contained in:
dotnet-maestro[bot] 2023-02-14 16:26:59 +01:00 коммит произвёл GitHub
Родитель cc4fdda2d9
Коммит d49549eda1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 6 добавлений и 4 удалений

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

@ -43,6 +43,8 @@
<add key="darc-pub-dotnet-runtime-de84cf9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-d5edd29b-1/nuget/v3/index.json" />
<!-- Add a 6.0.14 feed -->
<add key="darc-pub-dotnet-runtime-2e45bc7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-2e45bc7a/nuget/v3/index.json" />
<!-- Add a 6.0.15 feed -->
<add key="darc-pub-dotnet-runtime-e013e98" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-e013e98b/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />

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

@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.103-servicing.23073.22">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="7.0.104-servicing.23109.16">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>e36f7f3feaa561782a66165b8db55f4c0bbdf963</Sha>
<Sha>0709aa684bebd00a44d298d05db8c86d23f9f192</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22579.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/linker</Uri>

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

@ -1,7 +1,7 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>7.0.103-servicing.23073.22</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>7.0.104-servicing.23109.16</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>7.0.100-1.22579.2</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.103-servicing.23073.22"
"version": "7.0.104-servicing.23109.16"
}
}