Skip to content

Commit dee7d58

Browse files
Merge pull request #222 from Vulthil/dependabot/nuget/samples/AppHost/AppHost/dotnet-67967dff93
Bump Microsoft.Extensions.Configuration.Abstractions and 5 others
2 parents 131b23b + fa03824 commit dee7d58

6 files changed

Lines changed: 10 additions & 0 deletions

File tree

samples/AppHost/AppHost/AppHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Aspire.Hosting.PostgreSQL" />
1010
<PackageReference Include="Aspire.Hosting.RabbitMQ" />
11+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
1112
<PackageReference Include="Scalar.Aspire" />
1213
</ItemGroup>
1314

src/Vulthil.Messaging.Inbox.EntityFrameworkCore/Vulthil.Messaging.Inbox.EntityFrameworkCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.EntityFrameworkCore" />
9+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
910
</ItemGroup>
1011

1112
</Project>

src/Vulthil.SharedKernel.Infrastructure.Cosmos/Vulthil.SharedKernel.Infrastructure.Cosmos.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Aspire.Microsoft.EntityFrameworkCore.Cosmos" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore" />
14+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
1415
</ItemGroup>
1516

1617
</Project>

src/Vulthil.SharedKernel.Infrastructure.Npgsql/Vulthil.SharedKernel.Infrastructure.Npgsql.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.EntityFrameworkCore" />
1414
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" />
15+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
16+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
1517
</ItemGroup>
1618

1719
</Project>

tests/MessagingIntegrationTests/Vulthil.Messaging.IntegrationTest.AppHost/Vulthil.Messaging.IntegrationTest.AppHost.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<PackageReference Include="Aspire.Hosting.RabbitMQ" />
1010
<!-- Pin the transitive MessagePack above GHSA-hv8m-jj95-wg3x (CVE-2026-48109); remove once the Aspire packages pull a patched version. -->
1111
<PackageReference Include="MessagePack" VersionOverride="2.5.301" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
13+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
14+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" />
15+
<PackageReference Include="Microsoft.Extensions.Http" />
1216
</ItemGroup>
1317

1418
<ItemGroup>

tests/MessagingIntegrationTests/Vulthil.Messaging.IntegrationTest.Tests/Vulthil.Messaging.IntegrationTest.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageReference Include="Aspire.RabbitMQ.Client" />
88
<!-- Pin the transitive MessagePack above GHSA-hv8m-jj95-wg3x (CVE-2026-48109); remove once the Aspire packages pull a patched version. -->
99
<PackageReference Include="MessagePack" VersionOverride="2.5.301" />
10+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" />
1011
</ItemGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)