Skip to content

Commit f5dc238

Browse files
Bump Microsoft.EntityFrameworkCore from 9.0.9 to 9.0.10
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 364b098 commit f5dc238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AStar.Dev.Infrastructure.FilesDb/AStar.Dev.Infrastructure.FilesDb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
30-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9"/>
30+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10"/>
3131
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/AStar.Dev.Infrastructure/AStar.Dev.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="AStar.Dev.Functional.Extensions" Version="0.4.5"/>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9"/>
29+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10"/>
3030
</ItemGroup>
3131

3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)