Bump Microsoft.Extensions.DependencyInjection from 10.0.3 to 10.0.4

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-12 13:01:34 +00:00 committed by gewuyou
parent 920a2c519e
commit 0b7d5c8f0c

View File

@ -11,7 +11,7 @@
<ProjectReference Include="..\$(AssemblyName).Abstractions\$(AssemblyName).Abstractions.csproj"/> <ProjectReference Include="..\$(AssemblyName).Abstractions\$(AssemblyName).Abstractions.csproj"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.3"/> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.4"/>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0"/> <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0"/>
</ItemGroup> </ItemGroup>
</Project> </Project>