-
Notifications
You must be signed in to change notification settings - Fork 0
/
KalevaAalto.Csharp.csproj
32 lines (28 loc) · 1.17 KB
/
KalevaAalto.Csharp.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
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<RootNamespace>KalevaAalto</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
<UserSecretsId>3b02d220-d809-491b-a35a-28e9320a18a4</UserSecretsId>
<AssemblyName>KalevaAalto.Csharp</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="7.0.4" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.55" />
<PackageReference Include="MailKit" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.ML" Version="2.0.1" />
<PackageReference Include="MimeKit" Version="4.3.0" />
<PackageReference Include="MySql.Data" Version="8.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.127" />
</ItemGroup>
<ItemGroup>
<Using Include="KalevaAalto.Static">
<Static>True</Static>
</Using>
</ItemGroup>
</Project>