Skip to content

Commit

Permalink
- updated to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Nov 25, 2024
1 parent b924f4d commit f0f816c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scintilla.NET/Scintilla.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{22AE2386-60F1-476E-9303-61CDB0AAC4CF}</ProjectGuid>
<TargetFrameworks>net462;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net462;net8.0-windows</TargetFrameworks>
<NeutralLanguage>en-US</NeutralLanguage>
<Description>Source Editing Component based on Scintilla 5 series.</Description>
<Copyright>Copyright (c) Jacob Slusser 2018, VPKSoft, cyber960 2022, desjarlais 2023.</Copyright>
<Version>5.6.2</Version>
<Version>5.6.3</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit f0f816c

Please sign in to comment.