chore(deps): add Microsoft.Extensions.Hosting et al. for DI foundation
Prepares the v1.5.0 DI-container adoption (Lightless pattern) by adding four MS.Extensions packages as direct closed-range references: - Microsoft.Extensions.Hosting (IHost, HostBuilder) - Microsoft.Extensions.DependencyInjection (IServiceCollection) - Microsoft.Extensions.Logging (ILogger<T> for DI-4 logger migration) - Microsoft.Extensions.Options (transitive used by Hosting + future config) Closed-range [10.0.7, 11.0.0) matches the existing pinning style for MessagePack/Pidgin/ImageSharp and locks the major version while letting Renovate roll minor and patch updates. Lock file regenerated.
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
<!-- Closed ranges prevent surprise major bumps during lock file regeneration -->
|
||||
<PackageReference Include="MessagePack" Version="[3.1.4, 4.0.0)" />
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.7" />
|
||||
<!-- v1.5.0 DI-container foundation; matches Lightless pin (Hosting 10.0.7) -->
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[10.0.7, 11.0.0)" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[10.0.7, 11.0.0)" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="[10.0.7, 11.0.0)" />
|
||||
<PackageReference Include="Microsoft.Extensions.Options" Version="[10.0.7, 11.0.0)" />
|
||||
<!-- SQLitePCLRaw override for CVE-2025-6965, CVE-2025-7709 (SQLite >= 3.50.3) -->
|
||||
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
|
||||
<PackageReference Include="morelinq" Version="4.4.0" />
|
||||
|
||||
Reference in New Issue
Block a user