forked from ctrager/budoco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
budoco.csproj
24 lines (18 loc) · 850 Bytes
/
budoco.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>bef61dd3-e086-454d-9fdd-ea10a1e07a58</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EmailValidation" Version="1.0.4" />
<PackageReference Include="mailkit" Version="2.9.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.0" />
<PackageReference Include="npgsql" Version="5.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<Content Include="sql\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>