refactor: remove Terminal.Gui submodule and switch to NuGet package; update version to 0.2.7

This commit is contained in:
HueByte
2026-02-22 16:23:19 +01:00
parent 62e9d7fff5
commit fbb2958fdd
11 changed files with 36 additions and 54 deletions
+1 -2
View File
@@ -12,8 +12,7 @@
<PackageReference Include="Serilog" Version="4.3.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="10.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
<!-- Using local fork until transparent color support is merged upstream (gui-cs/Terminal.Gui#4234) -->
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui\Terminal.Gui.csproj" />
<PackageReference Include="Terminal.Gui" Version="2.0.0-develop.5039" />
</ItemGroup>
<ItemGroup>