feat: scaffold solution with NATS.Server library, host, and test projects

This commit is contained in:
Joseph Doherty
2026-02-22 19:48:44 -05:00
parent 61824260df
commit 05b07407a8
8 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace NATS.Server.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}