Skip to content

Commit

Permalink
- .net8 not needed as a target framework, this was incorrectly added …
Browse files Browse the repository at this point in the history
…back in
  • Loading branch information
desjarlais committed May 8, 2024
1 parent 5b518e5 commit 78ed4b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Scintilla.NET/Scintilla.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.5.0</Version>
<Version>5.4.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -32,6 +32,12 @@
<Authors>Jacob Slusser, VPKSoft, cyber960, desjarlais</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-windows|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-windows|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
Expand Down

0 comments on commit 78ed4b4

Please sign in to comment.