Add reference to Domain for the Data project.
Note that this command, did not work in Ubuntu. I just added the html to the project file myself. dotnet reference add https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-reference-add
This commit is contained in:
parent
7bbe486bea
commit
601aff07c1
@ -10,4 +10,9 @@
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../EntityFrameworkCore.Domain/EntityFrameworkCore.Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user