refactor(furniture-service): replace cross-repo references with stable packages
This commit is contained in:
parent
e589338aa5
commit
e17023017d
@ -6,8 +6,8 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
|
||||
<ProjectReference Include="..\..\..\furniture-domain\src\Furniture.Domain\Furniture.Domain.csproj" />
|
||||
<ProjectReference Include="..\..\..\furniture-dal\src\Furniture.DAL\Furniture.DAL.csproj" />
|
||||
<PackageReference Include="Furniture.Domain" Version="0.2.0" />
|
||||
<PackageReference Include="Furniture.DAL" Version="0.2.0" />
|
||||
<ProjectReference Include="..\Furniture.Service.Contracts\Furniture.Service.Contracts.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user