Add references from Blazor project to Data and Domain projects.
This commit is contained in:
parent
f6660ae30b
commit
bf3c329b42
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user