Skip to content

Commit 2bf4a1c

Browse files
chore: Bump Microsoft.EntityFrameworkCore from 8.0.24 to 9.0.13
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 203e01b commit 2bf4a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AzurePublisher/AzurePublisher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="FluentValidation" Version="12.1.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.24" />
2222
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.17.0" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.24" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.13" />
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
2525
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
2626
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.4.0" />

Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.24" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.13" />
1616
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.24" />
1717
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.3" />
1818
<PackageReference Include="RabbitMQ.Client" Version="7.2.0" />

0 commit comments

Comments
 (0)