From a4dc5c5cd357cf8b9a01627237588231df37ccbe Mon Sep 17 00:00:00 2001 From: Developer01 Date: Wed, 21 Jan 2026 15:48:50 +0100 Subject: [PATCH] Update Jobs.vbproj target framework to net8.0-windows Changed the target framework in Jobs.vbproj from net8.0-windows7.0 to net8.0-windows to generalize Windows compatibility. No other changes were made. --- Jobs/Jobs.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jobs/Jobs.vbproj b/Jobs/Jobs.vbproj index 5cb73739..8209e3dd 100644 --- a/Jobs/Jobs.vbproj +++ b/Jobs/Jobs.vbproj @@ -1,6 +1,6 @@  - net8.0-windows7.0 + net8.0-windows Library DigitalData.Modules.Jobs DigitalData.Modules.Jobs