-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRecombee.ApiClient.csproj
More file actions
28 lines (26 loc) · 1.28 KB
/
Recombee.ApiClient.csproj
File metadata and controls
28 lines (26 loc) · 1.28 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.3;netcoreapp1.1;netcoreapp2.0;netcoreapp3.1;netcoreapp5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.0" />
</ItemGroup>
<PropertyGroup>
<Version>3.2.0</Version>
</PropertyGroup>
<PropertyGroup>
<Title>Recombee API Client</Title>
<Authors>Ondrej Fiedler;Recombee</Authors>
<Company>Recombee</Company>
<AssemblyTitle>Recombee API Client</AssemblyTitle>
<Description>.Net client (SDK) for easy use of the Recombee recommendation API</Description>
<Copyright>Recombee</Copyright>
<PackageTags>recombee;recommendation engine;recommender engine;machine learning;API;SDK</PackageTags>
<PackageIconUrl>http://raw.github.com/Recombee/net-api-client/master/icon.png</PackageIconUrl>
<PackageProjectUrl>http://github.com/Recombee/net-api-client</PackageProjectUrl>
<PackageLicenseUrl>http://raw.github.com/Recombee/net-api-client/master/LICENSE.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>