From 73f96ccce1f2398314612b2eb2cfea67afbc76f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Fri, 19 Jan 2024 14:06:47 +0100 Subject: [PATCH] Addressing warnings. --- Lombiq.JsonEditor/Manifest.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Lombiq.JsonEditor/Manifest.cs b/Lombiq.JsonEditor/Manifest.cs index a2704cf..1b4da6d 100644 --- a/Lombiq.JsonEditor/Manifest.cs +++ b/Lombiq.JsonEditor/Manifest.cs @@ -14,11 +14,11 @@ Name = "Lombiq JSON Editor", Category = "Content", Description = "Module for displaying a JSON Editor like on jsoneditoronline.org.", - Dependencies = new[] - { + Dependencies = + [ "OrchardCore.Contents", "OrchardCore.ResourceManagement", - } + ] )] [assembly: Feature( @@ -26,8 +26,8 @@ Name = "Lombiq JSON Content Editor", Category = "Content", Description = "Adds an actions menu item to the content item list for editing them as JSON.", - Dependencies = new[] - { + Dependencies = + [ Default, - } + ] )]