Skip to content

Commit a326ce3

Browse files
authored
Merge pull request #139 from nanotaboada/dependabot/nuget/efcore-efc3babc7b
chore(deps): bump the efcore group with 4 updates
2 parents 572119c + 1c8fe49 commit a326ce3

File tree

2 files changed

+145
-149
lines changed

2 files changed

+145
-149
lines changed

Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
1919
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
2020
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
2121
</ItemGroup>

0 commit comments

Comments
 (0)