Skip to content

Commit

Permalink
[Library] Update Scintilla.NET to 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Nov 28, 2024
1 parent 0ac32bf commit cd9292a
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
<Reference Include="PresentationFramework">
<Private>True</Private>
</Reference>
<Reference Include="Scintilla.NET, Version=5.6.2.0, Culture=neutral, PublicKeyToken=0221e70ba618311e, processorArchitecture=MSIL">
<HintPath>packages\Scintilla5.NET.5.6.2\lib\net462\Scintilla.NET.dll</HintPath>
<Reference Include="Scintilla.NET, Version=5.6.3.0, Culture=neutral, PublicKeyToken=0221e70ba618311e, processorArchitecture=MSIL">
<HintPath>packages\Scintilla5.NET.5.6.3\lib\net462\Scintilla.NET.dll</HintPath>
</Reference>
<Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down Expand Up @@ -1988,12 +1988,12 @@ IF EXIST tools (

IF EXIST "report.html" (del "report.html")</PreBuildEvent>
</PropertyGroup>
<Import Project="packages\Scintilla5.NET.5.6.2\build\scintilla5.net.targets" Condition="Exists('packages\Scintilla5.NET.5.6.2\build\scintilla5.net.targets')" />
<Import Project="packages\Scintilla5.NET.5.6.3\build\scintilla5.net.targets" Condition="Exists('packages\Scintilla5.NET.5.6.3\build\scintilla5.net.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Scintilla5.NET.5.6.2\build\scintilla5.net.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Scintilla5.NET.5.6.2\build\scintilla5.net.targets'))" />
<Error Condition="!Exists('packages\Scintilla5.NET.5.6.3\build\scintilla5.net.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Scintilla5.NET.5.6.3\build\scintilla5.net.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Markdig" version="0.38.0" targetFramework="net48" />
<package id="Microsoft.Dism" version="3.1.0" targetFramework="net48" />
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net48" />
<package id="Scintilla5.NET" version="5.6.2" targetFramework="net48" />
<package id="Scintilla5.NET" version="5.6.3" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.IO" version="4.3.0" targetFramework="net48" />
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
Expand Down
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes
Binary file not shown.
Binary file not shown.

0 comments on commit cd9292a

Please sign in to comment.