From 46d47a1e0249da0601c614241809cdf5443b8563 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Mon, 11 May 2026 18:09:02 +0000 Subject: [PATCH] test: initialize Application layer test project with xUnit and Moq --- .../NexusReader.Application.Tests.csproj | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/NexusReader.Application.Tests/NexusReader.Application.Tests.csproj diff --git a/tests/NexusReader.Application.Tests/NexusReader.Application.Tests.csproj b/tests/NexusReader.Application.Tests/NexusReader.Application.Tests.csproj new file mode 100644 index 0000000..c3c84c2 --- /dev/null +++ b/tests/NexusReader.Application.Tests/NexusReader.Application.Tests.csproj @@ -0,0 +1,29 @@ + + + + net10.0 + enable + enable + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + +