Explorar o código

Fixed Dependencies for PRSShared

frogsoftware hai 1 ano
pai
achega
552134af86
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 4 0
      prs.shared/PRS.Shared.csproj
  2. 0 3
      prs.stores/RequisitionStore.cs

+ 4 - 0
prs.shared/PRS.Shared.csproj

@@ -11,6 +11,8 @@
   <ItemGroup>
     <ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
     <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj" />
+    <ProjectReference Include="..\..\inabox\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
+    <ProjectReference Include="..\..\inabox\inabox.mailer.imap\InABox.Mailer.IMAP.csproj" />
     <ProjectReference Include="..\..\inabox\InABox.Poster.CSV\InABox.Poster.CSV.csproj" />
     <ProjectReference Include="..\..\inabox\InABox.Poster.Timberline\InABox.Poster.Timberline.csproj" />
     <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />
@@ -44,6 +46,8 @@
   </ItemGroup>
 
   <ItemGroup>
+    <PackageReference Include="Geocoding.Core" Version="4.0.1" />
+    <PackageReference Include="Geocoding.Google" Version="4.0.1" />
     <PackageReference Include="RestSharp" Version="110.2.0" />
     <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
   </ItemGroup>

+ 0 - 3
prs.stores/RequisitionStore.cs

@@ -3,10 +3,7 @@ using System.Collections.Generic;
 using System.Linq;
 using System.Linq.Expressions;
 using Comal.Classes;
-using H.Pipes.Extensions;
 using InABox.Core;
-using PRSClasses;
-using Syncfusion.Windows.Tools.Controls;
 
 namespace Comal.Stores
 {