浏览代码

Fixed Dependencies for PRSShared

frogsoftware 1 年之前
父节点
当前提交
552134af86
共有 2 个文件被更改,包括 4 次插入3 次删除
  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
 {