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,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NATS.Server\NATS.Server.csproj" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");