fixed dependencies

This commit is contained in:
Калышев Ян 2023-02-07 14:02:00 +04:00
parent 2a44b8ea10
commit aa721d19bb
3 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractShopContracts\BlacksmithWorkshopContracts.csproj" />
<ProjectReference Include="..\AbstractShopDataModels\BlacksmithWorkshopDataModels.csproj" />
<ProjectReference Include="..\BlacksmithWorkshopContracts\BlacksmithWorkshopContracts.csproj" />
<ProjectReference Include="..\BlacksmithWorkshopDataModels\BlacksmithWorkshopDataModels.csproj" />
</ItemGroup>
</Project>

View File

@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractShopContracts\BlacksmithWorkshopContracts.csproj" />
<ProjectReference Include="..\BlacksmithWorkshopContracts\BlacksmithWorkshopContracts.csproj" />
</ItemGroup>
</Project>

View File

@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractShopDataModels\BlacksmithWorkshopDataModels.csproj" />
<ProjectReference Include="..\BlacksmithWorkshopDataModels\BlacksmithWorkshopDataModels.csproj" />
</ItemGroup>
</Project>