summaryrefslogtreecommitdiff
path: root/src/web.api/web.api.csproj
blob: 3daec4032b62d1e2fbfa1b0eb51e14e2b8219e3a (plain)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk.Web">
  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="MvcMailer" Version="4.5" />
  </ItemGroup>
</Project>