Skip to content

Commit

Permalink
Update ScintillaNET to support netcore
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jul 16, 2024
1 parent cff65d0 commit 51e3e4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Bonsai.Design/Bonsai.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="jacobslusser.ScintillaNET" Version="3.6.3" />
<PackageReference Include="fernandreu.ScintillaNET" Version="4.2.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="jacobslusser.ScintillaNET" Version="3.6.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bonsai.Design\Bonsai.Design.csproj" />
<ProjectReference Include="..\Bonsai.Scripting.Expressions\Bonsai.Scripting.Expressions.csproj" />
Expand Down
3 changes: 0 additions & 3 deletions Bonsai.Shaders.Design/Bonsai.Shaders.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="jacobslusser.ScintillaNET" Version="3.6.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bonsai.Design\Bonsai.Design.csproj" />
<ProjectReference Include="..\Bonsai.Shaders\Bonsai.Shaders.csproj" />
Expand Down

0 comments on commit 51e3e4f

Please sign in to comment.