request/request.slnx
Louis Seubert e1e02c44a0
All checks were successful
default / dotnet-default-workflow (push) Successful in 2m0s
feat: create request projects for basic CQRS
2026-05-26 22:19:51 +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>