2021-05-30 23:13:46 +08:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
2021-11-09 15:23:23 +08:00
<TargetFrameworks > net461; netstandard2.0; net5.0; net6.0</TargetFrameworks>
2021-05-30 23:13:46 +08:00
<LangVersion > 8.0</LangVersion>
<Nullable > enable</Nullable>
<NullableReferenceTypes > true</NullableReferenceTypes>
</PropertyGroup>
<PropertyGroup >
<PackageId > SKIT.FlurlHttpClient.Wechat.Work</PackageId>
<PackageLicenseExpression > MIT</PackageLicenseExpression>
<PackageProjectUrl > https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
2021-06-10 16:23:25 +08:00
<PackageTags > Flurl.Http Wechat Weixin MicroMessage WechatWork WeixinWork Wxwork 微信 企业微信 企业号 微信企业号</PackageTags>
2022-01-13 21:25:33 +08:00
<Version > 2.4.0</Version>
2021-08-20 22:12:47 +08:00
<Description > 基于 Flurl.Http 的企业微信 API 客户端, 支持企业内部开发、第三方应用开发、智慧硬件开发模式, 支持基础服务、通讯录管理、客户联系、身份验证、应用管理、素材管理、设备管理、消息推送、OA、效率工具、企业互联、电子发票、家校沟通、家校应用、政民沟通等功能。</Description>
2021-05-30 23:13:46 +08:00
<Authors > Fu Diwei</Authors>
<RepositoryType > git</RepositoryType>
<RepositoryUrl > https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git</RepositoryUrl>
<GenerateDocumentationFile > true</GenerateDocumentationFile>
<IncludeSymbols > true</IncludeSymbols>
<SymbolPackageFormat > snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup >
<Reference Include= "System.Web" Condition= "'$(TargetFramework)' == 'net461'" />
</ItemGroup>
<ItemGroup >
2022-01-04 19:27:53 +08:00
<PackageReference Include= "SKIT.FlurlHttpClient.Common" Version= "2.1.1" />
2021-05-30 23:13:46 +08:00
</ItemGroup>
</Project>