From 69acb5467b91e51ed66c4fe15d6788a170b7998b Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Dec 2025 07:44:26 +0100 Subject: [PATCH] Converted License project to SDK-style targeting net8.0-windows7.0 with Windows Forms support and updated package references. --- License/License.vbproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/License/License.vbproj b/License/License.vbproj index c2bceec6..f4034de3 100644 --- a/License/License.vbproj +++ b/License/License.vbproj @@ -1,10 +1,11 @@  - net8.0 + net8.0-windows7.0 Library DigitalData.Modules.License DigitalData.Modules.License Windows + true enable powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" Modules.License