mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
chore: replace AvalonEdit with AvaloniaEdit (#61)
- Remove AvalonEdit 6.3.1.120 (WPF-only text editor) - Add AvaloniaEdit 0.10.12 (Avalonia port, API-compatible) Existing .xshd syntax definition files (Changelog.xshd, Cpp.xshd, Ini.xshd, etc.) are format-compatible with AvaloniaEdit and require no changes at this stage. Closes #12 in r6e/FModel-Linux
This commit is contained in:
parent
903aad35c9
commit
471bb22b13
|
|
@ -158,8 +158,8 @@
|
|||
Version="11.3.12" />
|
||||
<PackageReference Include="Autoupdater.NET.Official"
|
||||
Version="1.9.2" />
|
||||
<PackageReference Include="AvalonEdit"
|
||||
Version="6.3.1.120" />
|
||||
<PackageReference Include="AvaloniaEdit"
|
||||
Version="0.10.12" />
|
||||
<PackageReference Include="CSCore"
|
||||
Version="1.2.1.2" />
|
||||
<PackageReference Include="DiscordRichPresence"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user