Remove Action folder reference from project file

The <Folder Include="Common\Behaviors\Action\" /> entry was removed from ReC.Application.csproj, so the folder is no longer explicitly included in the project structure. No code or project references were affected.
This commit is contained in:
2026-03-26 14:35:39 +01:00
parent 2ae5251550
commit a91e3264b4

View File

@@ -23,8 +23,4 @@
<ProjectReference Include="..\ReC.Domain\ReC.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Common\Behaviors\Action\" />
</ItemGroup>
</Project>