From f88130b3f570ce4b1b7bd28a232ff83b30d17d07 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Dec 2025 07:58:48 +0100 Subject: [PATCH] Update EDMI.API.vbproj to target net8.0-windows7.0 Changed the target framework in EDMI.API.vbproj from net8.0 to net8.0-windows7.0, specifying Windows 7.0 as the platform for the project build. No other changes were made. --- EDMIAPI/EDMI.API.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMIAPI/EDMI.API.vbproj b/EDMIAPI/EDMI.API.vbproj index 41452903..fd1d5487 100644 --- a/EDMIAPI/EDMI.API.vbproj +++ b/EDMIAPI/EDMI.API.vbproj @@ -1,6 +1,6 @@  - net8.0 + net8.0-windows7.0 Library DigitalData.Modules.EDMI.API DigitalData.Modules.EDMI.API