lith 4 gadi atpakaļ
vecāks
revīzija
0519b91254

+ 1 - 0
dotnet/Sers/Sers.Core/Sers.Core/Sers.Core.csproj

@@ -31,6 +31,7 @@
  
   
   <ItemGroup>
+    <ProjectReference Include="..\..\..\Vit\Vit.Core\Vit.Core\Vit.Core.csproj" />
     <ProjectReference Include="..\..\Sers.Hardware\Sers.Hardware\Sers.Hardware.csproj" />
   </ItemGroup> 
  

+ 1 - 0
dotnet/Sers/Sers.Gateway/Sers.Gateway/Sers.Gateway.csproj

@@ -15,6 +15,7 @@
   <ItemGroup>
     <PackageReference Include="Microsoft.AspNetCore" Version="2.1.1.0" />
     <ProjectReference Include="..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
+    <ProjectReference Include="..\..\..\Vit\Vit.WebHost\Vit.WebHost.csproj" />
   </ItemGroup>
 
 </Project>

+ 1 - 0
dotnet/Sers/Sers.Ioc/Sers.Ioc/Sers.Ioc.csproj

@@ -13,6 +13,7 @@
 
 
   <ItemGroup>
+    <ProjectReference Include="..\..\..\Vit\Vit.Ioc\Vit.Ioc\Vit.Ioc.csproj" />
     <ProjectReference Include="..\..\Sers.Core\Sers.Core\Sers.Core.csproj" />
   </ItemGroup>