Skip to content

Commit a419232

Browse files
committed
Updated minor version for dependencies
1 parent 4c54e00 commit a419232

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/MADE.Data.EFCore/MADE.Data.EFCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
1919
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5" />
20-
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.13.20" />
20+
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.13.21" />
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)'=='net5.0'">
2424
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
25-
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="5.13.20" />
25+
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="5.13.21" />
2626
</ItemGroup>
2727

2828
</Project>

src/MADE.Data.Validation.FluentValidation/MADE.Data.Validation.FluentValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="FluentValidation" Version="11.0.1" />
15+
<PackageReference Include="FluentValidation" Version="11.0.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)