File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
identity/Piranha.AspNetCore.Identity.MySQL Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments