V1 Updates nuget packages and fixes a unit test issue (#3259)

* Updated to use Nstack v1.1.1

* Updated nuget refs and fixed unit test namespace error

* readme fix

* Lame change to .sln to try to force build action

* Try to fix test action

* Try to fix test action 2

* Try to fix test action 3
This commit is contained in:
Tig
2024-02-22 06:50:50 -07:00
committed by GitHub
parent 4a59157f45
commit 54bcaa8c73
7 changed files with 27 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ using Terminal.Gui;
using Xunit;
using Xunit.Abstractions;
namespace UnitTests.ViewsTests {
namespace Terminal.Gui.ViewTests {
public class ViewDisposalTest {