-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWikiled.Sentiment.Text.csproj
More file actions
40 lines (36 loc) · 1.98 KB
/
Wikiled.Sentiment.Text.csproj
File metadata and controls
40 lines (36 loc) · 1.98 KB
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
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
<TargetFramework>NETSTANDARD2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>NETSTANDARD2.0;net472</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>latest</LangVersion>
<NullableReferenceTypes>true</NullableReferenceTypes>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Accord.MachineLearning" Version="3.8.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.5" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="MathNet.Numerics" Version="4.11.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Polly" Version="7.2.1" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="StackExchange.Redis" Version="2.1.55" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
<PackageReference Include="Wikiled.Arff" Version="2.2.24" />
<PackageReference Include="Wikiled.Common" Version="1.1.11" />
<PackageReference Include="Wikiled.Common.Utilities" Version="1.3.21" />
<PackageReference Include="Wikiled.MachineLearning" Version="2.4.25" />
<PackageReference Include="Knuppe.SharpNL" Version="1.3.0" />
<PackageReference Include="Wikiled.Redis" Version="3.6.15" />
<PackageReference Include="Wikiled.Text.Analysis" Version="1.7.63" />
<PackageReference Include="Wikiled.Text.Inquirer" Version="1.2.31" />
</ItemGroup>
</Project>