request/request.slnx
Louis Seubert 25d0e27811
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m58s
feat: create request projects for basic CQRS
2026-05-26 22:04:47 +02:00

8 lines
511 B
XML

<Solution>
<Project Path="src/request.dispatcher/Geekeey.Request.Dispatcher.csproj" />
<Project Path="src/request.dispatcher.tests/Geekeey.Request.Dispatcher.Tests.csproj" />
<Project Path="src/request.validation/Geekeey.Request.Validation.csproj" />
<Project Path="src/request.validation.tests/Geekeey.Request.Validation.Tests.csproj" />
<Project Path="src/request.result/Geekeey.Request.Result.csproj" />
<Project Path="src/request.result.tests/Geekeey.Request.Result.Tests.csproj" />
</Solution>