|
@@ -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>
|