2022-01-20 23:20:03 +08:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
2022-01-25 13:24:49 +08:00
<TargetFrameworks > net461; netstandard2.0; net5.0; net6.0</TargetFrameworks>
2022-01-20 23:20:03 +08:00
<LangVersion > 8.0</LangVersion>
<Nullable > enable</Nullable>
<NullableReferenceTypes > true</NullableReferenceTypes>
</PropertyGroup>
<PropertyGroup >
<PackageId > SKIT.FlurlHttpClient.Wechat.TenpayV2</PackageId>
<PackageIcon > LOGO.png</PackageIcon>
<PackageReadmeFile > README.md</PackageReadmeFile>
<PackageLicenseExpression > MIT</PackageLicenseExpression>
<PackageProjectUrl > https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
<PackageTags > Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户</PackageTags>
2022-02-25 14:49:08 +08:00
<Version > 2.0.0-beta.4</Version>
2022-02-24 13:45:43 +08:00
<Description > 基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。</Description>
2022-01-20 23:20:03 +08:00
<Authors > Fu Diwei</Authors>
<RepositoryType > git</RepositoryType>
<RepositoryUrl > https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)' == 'Release'" >
<ContinuousIntegrationBuild > true</ContinuousIntegrationBuild>
<Deterministic > true</Deterministic>
<EmbedUntrackedSources > true</EmbedUntrackedSources>
<GenerateDocumentationFile > true</GenerateDocumentationFile>
<IncludeSymbols > true</IncludeSymbols>
<SymbolPackageFormat > snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup >
<None Include= "../../LOGO.png" Pack= "true" PackagePath= "/" />
<None Include= "README.md" Pack= "true" PackagePath= "/" />
</ItemGroup>
<ItemGroup >
<Reference Include= "System.Net.Http.WebRequest" Condition= "'$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'net47'" />
<Reference Include= "System.Web" Condition= "'$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'net47'" />
</ItemGroup>
<ItemGroup >
2022-03-11 19:26:36 +08:00
<PackageReference Include= "SKIT.FlurlHttpClient.Common" Version= "2.4.2" />
2022-01-20 23:20:03 +08:00
</ItemGroup>
</Project>