feat: add system event DTOs and JSON source generator context

This commit is contained in:
Joseph Doherty
2026-02-23 05:29:40 -05:00
parent b0c5b4acd8
commit fc96b6eb43
4 changed files with 353 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<InternalsVisibleTo Include="NATS.Server.Tests" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="NATS.NKeys" />