From 368100f2e7b58f0cf059d48f5392fd93752481fe Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:52:36 +0100 Subject: [PATCH] Initial project upgrade applied; Interfaces now converted to SDK-style and targeting net8.0-windows7.0 with updated package references. --- Interfaces/Interfaces.vbproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Interfaces/Interfaces.vbproj b/Interfaces/Interfaces.vbproj index bf96279d..59993601 100644 --- a/Interfaces/Interfaces.vbproj +++ b/Interfaces/Interfaces.vbproj @@ -1,11 +1,12 @@  - net8.0 + net8.0-windows7.0 Library DigitalData.Modules.Interfaces DigitalData.Modules.Interfaces Windows enable + true powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" Modules.Interfaces Digital Data @@ -43,6 +44,8 @@ + +