From 0262db44705fcc86aecd5b4e7b8e2e2a444a3b2d Mon Sep 17 00:00:00 2001 From: Daniel Otykier Date: Fri, 6 Dec 2024 13:48:39 +0100 Subject: [PATCH] Update Scintilla.NET.csproj Add .NET 6 target back --- Scintilla.NET/Scintilla.NET.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scintilla.NET/Scintilla.NET.csproj b/Scintilla.NET/Scintilla.NET.csproj index 506ee75..c04c764 100644 --- a/Scintilla.NET/Scintilla.NET.csproj +++ b/Scintilla.NET/Scintilla.NET.csproj @@ -1,7 +1,7 @@  {22AE2386-60F1-476E-9303-61CDB0AAC4CF} - net462;net8.0-windows + net462;net6.0-windows;net8.0-windows en-US Source Editing Component based on Scintilla 5 series. Copyright (c) Jacob Slusser 2018, VPKSoft, cyber960 2022, desjarlais 2023.