1
0

Add references from Blazor project to Data and Domain projects.

This commit is contained in:
Kevin Matsubara 2025-07-05 21:45:04 +02:00
parent f6660ae30b
commit bf3c329b42

View File

@ -18,4 +18,9 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IR.Data\IR.Data.csproj" />
<ProjectReference Include="..\IR.Domain\IR.Domain.csproj" />
</ItemGroup>
</Project> </Project>