Skip to content

Commit 6c190f5

Browse files
committed
Updated external package reference
1 parent 1a2eb20 commit 6c190f5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

core/Piranha/App.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -287,18 +287,18 @@ static App()
287287
/// </summary>
288288
private App()
289289
{
290-
_blocks = new AppBlockList();
291-
_fields = new AppFieldList();
292-
_modules = new AppModuleList();
293-
_mediaTypes = new MediaManager();
294-
_serializers = new SerializerManager();
295-
_hooks = new HookManager();
296-
_permissions = new PermissionManager();
297-
_contentGroups = new CachedList<Models.ContentGroup>();
298-
_contentTypes = new CachedList<Models.ContentType>();
299-
_pageTypes = new CachedList<Models.PageType>();
300-
_postTypes = new CachedList<Models.PostType>();
301-
_siteTypes = new CachedList<Models.SiteType>();
290+
_blocks = new();
291+
_fields = new();
292+
_modules = new();
293+
_mediaTypes = new();
294+
_serializers = new();
295+
_hooks = new();
296+
_permissions = new();
297+
_contentGroups = [];
298+
_contentTypes = [];
299+
_pageTypes = [];
300+
_postTypes = [];
301+
_siteTypes = [];
302302
}
303303

304304
/// <summary>

identity/Piranha.AspNetCore.Identity.MySQL/Piranha.AspNetCore.Identity.MySQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
18-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
18+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.1" />
1919
</ItemGroup>
2020

2121
</Project>

0 commit comments

Comments
 (0)