InABox.SMSProviders.csproj 691 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  9. <ProjectReference Include="..\inabox.logging.shared\InABox.Logging.Shared.csproj" />
  10. <ProjectReference Include="..\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
  11. <ProjectReference Include="..\inabox.mailer.imap\InABox.Mailer.IMAP.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <PackageReference Include="Twilio" Version="5.81.0" />
  15. </ItemGroup>
  16. </Project>