summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-20 15:44:14 -0600
committermo khan <mo.khan@gmail.com>2019-10-20 15:44:14 -0600
commit001167c39222820b7414bb8b5a614b83bd9fc3b3 (patch)
tree8413631dd82ea72ec711b4aae506c132aff0d4db
parent726468456ad606239176addaf1a3bbb63e0c7eb0 (diff)
Install MvcMailer as a dependencyHEADmaster
-rw-r--r--src/web.api/web.api.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web.api/web.api.csproj b/src/web.api/web.api.csproj
index 7290401..3daec40 100644
--- a/src/web.api/web.api.csproj
+++ b/src/web.api/web.api.csproj
@@ -4,4 +4,7 @@
</PropertyGroup>
<ItemGroup>
</ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="MvcMailer" Version="4.5" />
+ </ItemGroup>
</Project>