feat(notification-outbox): scaffold ScadaLink.NotificationOutbox project

This commit is contained in:
Joseph Doherty
2026-05-19 01:16:58 -04:00
parent c547f82957
commit fb589bf1da
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace ScadaLink.NotificationOutbox.Tests;
public class ProjectSmokeTest
{
[Fact]
public void ProjectCompiles() => Assert.True(true);
}