-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDataForSeo.Client.csproj
More file actions
26 lines (25 loc) · 1.18 KB
/
DataForSeo.Client.csproj
File metadata and controls
26 lines (25 loc) · 1.18 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>DataForSeo.Client</PackageId>
<Authors>DataForSeo</Authors>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Description>API client that provide services of DataForSeo API. For more information about client code generation, please follow to github
</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/dataforseo/CSharpClient</RepositoryUrl>
<PackageProjectUrl>https://github.com/dataforseo/CSharpClient</PackageProjectUrl>
<RootNamespace>DataForSeo.Client</RootNamespace>
<Version>2.0.20</Version>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
</ItemGroup>
<ItemGroup>
<Content Include="README.md" Pack="true" PackagePath="">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>