Skip to content

Commit 89ce87a

Browse files
authored
Merge pull request #3 from seizue/dependabot/nuget/multi-4a5320b26c
Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.InMemory
2 parents 1d6432c + f0eef12 commit 89ce87a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TodoApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.14" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.7" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.14" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.14" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)