From c48937a10eb919ad6171883e6cb4fbe940253192 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:47:02 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=202:=20Removed=20the=20impor?= =?UTF-8?q?t=20for=20'DigitalData.Modules.Base'=20because=20the=20namespac?= =?UTF-8?q?e=20does=20not=20exist=20in=20the=20project=20dependencies.?= =?UTF-8?q?=E2=80=9C=20in=20Datei=20=E2=80=9EConfig\ConfigUtils.vb?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/ConfigUtils.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Config/ConfigUtils.vb b/Config/ConfigUtils.vb index 7cd549b8..486a60d2 100644 --- a/Config/ConfigUtils.vb +++ b/Config/ConfigUtils.vb @@ -1,5 +1,4 @@ Imports System.IO -Imports DigitalData.Modules.Base Public Class ConfigUtils Private ReadOnly _Logger As Logger