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
-5
View File
@@ -16,11 +16,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
- name: Remove submodule NuGet config
run: rm -f src/Terminal.Gui/nuget.config
- name: Check for src/ changes
id: changes