Skip to content

Commit 5237f6f

Browse files
authored
Merge pull request #62 from Chaosbit/dependabot/nuget/backend/WorkoutApp.Api/entityframework-f98247ea88
deps: Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Sqlite
2 parents 067ffb9 + b9ca301 commit 5237f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/WorkoutApp.Api/WorkoutApp.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<ItemGroup>
1010
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
1111
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.7" />
1717
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)