[main] Update dependencies from dotnet/aspnetcore (#5174)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20250115.5
- **Date Produced**: January 16, 2025 6:13:44 AM UTC
- **Commit**: dc2a6fe48cbcf06246a6d308087d58289772574c
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 10.0.0-alpha.2.25060.16 to
10.0.0-alpha.2.25065.5][5]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from
10.0.0-alpha.2.25060.16 to 10.0.0-alpha.2.25065.5][5]

[5]:
38cac4ab9b...dc2a6fe48c

[DependencyUpdate]: <> (End)


[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2025-01-17 09:53:43 -08:00 коммит произвёл GitHub
Родитель 208833b32f
Коммит 19b181d124
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -32,13 +32,13 @@
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2dd591056f4d46bd529da61f7f210858ab6cc0e9</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.0-alpha.2.25060.16">
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.0-alpha.2.25065.5">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>38cac4ab9b8aba54671f226fb3c075ee3701f9b7</Sha>
<Sha>dc2a6fe48cbcf06246a6d308087d58289772574c</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-alpha.2.25060.16">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-alpha.2.25065.5">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>38cac4ab9b8aba54671f226fb3c075ee3701f9b7</Sha>
<Sha>dc2a6fe48cbcf06246a6d308087d58289772574c</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-alpha.1.25066.14">
<Uri>https://github.com/dotnet/runtime</Uri>

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

@ -19,8 +19,8 @@
<VSRedistCommonNetCoreSharedFrameworkx64100Version>10.0.0-alpha.1.25066.14</VSRedistCommonNetCoreSharedFrameworkx64100Version>
<MicrosoftNETCoreAppRuntimewinx64Version>10.0.0-alpha.1.25066.14</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefInternalVersion>10.0.0-alpha.2.25060.16</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>10.0.0-alpha.2.25060.16</MicrosoftAspNetCoreAppRefVersion>
<MicrosoftAspNetCoreAppRefInternalVersion>10.0.0-alpha.2.25065.5</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>10.0.0-alpha.2.25065.5</MicrosoftAspNetCoreAppRefVersion>
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
<MicrosoftNETSdkVersion>10.0.100-alpha.1.25062.16</MicrosoftNETSdkVersion>
</PropertyGroup>