Skip to content

Commit d5cb831

Browse files
authored
Merge pull request #2 from nanotaboada/dependabot/nuget/efcore-1cc345fbef
chore(deps): bump Microsoft.EntityFrameworkCore.InMemory from 8.0.4 to 8.0.5 in the efcore group
2 parents 78cc539 + 56a558a commit d5cb831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PlayersApi/PlayersApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
12-
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
12+
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)