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

This pull request updates the following dependencies

## From https://github.com/dotnet/installer
- **Subscription**: be6e1947-9e64-4217-c50e-08da52a3899f
- **Build**: 20221102.3
- **Date Produced**: November 2, 2022 10:27:38 AM UTC
- **Commit**: b1cf6608534b33e6c5fa21f651209147e5428458
- **Branch**: refs/heads/release/6.0.4xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 6.0.403-servicing.22517.2 to 6.0.404-servicing.22552.3][1]

[1]: 5f500d0...b1cf660

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-03 08:55:47 +01:00 коммит произвёл GitHub
Родитель 90e46bdcf0
Коммит d281ebdb1f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,8 +1,8 @@
<Dependencies> <Dependencies>
<ProductDependencies> <ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.403-servicing.22517.2"> <Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.404-servicing.22552.3">
<Uri>https://github.com/dotnet/installer</Uri> <Uri>https://github.com/dotnet/installer</Uri>
<Sha>5f500d02d2d9533cf2b56364024cd9956c2af0b8</Sha> <Sha>b1cf6608534b33e6c5fa21f651209147e5428458</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.22219.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal"> <Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.22219.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/linker</Uri> <Uri>https://github.com/dotnet/linker</Uri>

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

@ -1,7 +1,7 @@
<Project> <Project>
<!--Package versions--> <!--Package versions-->
<PropertyGroup> <PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.403-servicing.22517.2</MicrosoftDotnetSdkInternalPackageVersion> <MicrosoftDotnetSdkInternalPackageVersion>6.0.404-servicing.22552.3</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.22219.3</MicrosoftNETILLinkTasksPackageVersion> <MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.22219.3</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion> <MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETILStripTasksPackageVersion>6.0.0-rc.2.21468.3</MicrosoftNETILStripTasksPackageVersion> <MicrosoftNETILStripTasksPackageVersion>6.0.0-rc.2.21468.3</MicrosoftNETILStripTasksPackageVersion>

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

@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "6.0.403-servicing.22517.2" "version": "6.0.404-servicing.22552.3"
} }
} }