mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-12 21:57:19 -04:00
Update Dinah.Core to 10.2.6.1
No code change needed. 10.2.6.1 replaces the Pluralize.NET dependency with an internal pluralizer inside Dinah.Core; the Pluralize and PluralizeWithCount extensions this repo uses behave the same, which the existing tests that assert on their output confirm. Co-authored-by: rmcrackan <rmcrackan@gmail.com>
This commit is contained in:
3 files changed
+3
-3
No files matched your search
@@ -11,7 +11,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dinah.Core" Version="10.2.5.1" />
|
||||
<PackageReference Include="Dinah.Core" Version="10.2.6.1" />
|
||||
<PackageReference Include="Dinah.EntityFrameworkCore" Version="10.2.5.1" />
|
||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.11" />
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dinah.Core" Version="10.2.5.1" />
|
||||
<PackageReference Include="Dinah.Core" Version="10.2.6.1" />
|
||||
<PackageReference Include="Polly" Version="8.6.6" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dinah.Core" Version="10.2.5.1" />
|
||||
<PackageReference Include="Dinah.Core" Version="10.2.6.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in new issue
Block a user