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

9
NatsDotNet.slnx Normal file
View File

@@ -0,0 +1,9 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/NATS.Server.Host/NATS.Server.Host.csproj" />
<Project Path="src/NATS.Server/NATS.Server.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/NATS.Server.Tests/NATS.Server.Tests.csproj" />
</Folder>
</Solution>