EasySDKKernel.csproj 1.2 KB

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
  4. <PackOnBuild>true</PackOnBuild>
  5. <PackageId>AlipayEasySDK.Kernel</PackageId>
  6. <Authors>antopen</Authors>
  7. <Owners>antopen</Owners>
  8. <Description>Alipay Easy SDK for .NET allows you to enjoy a minimalist programming experience and quickly access the various high-frequency capabilities of the Alipay Open Platform.</Description>
  9. <NeutralLanguage>zh</NeutralLanguage>
  10. <PackageLicenseUrl>https://github.com/alipay/alipay-easysdk/blob/master/LICENSE</PackageLicenseUrl>
  11. <PackageProjectUrl>https://github.com/alipay/alipay-easysdk</PackageProjectUrl>
  12. <Summary>Alipay Easy SDK for .NET allows you to enjoy a minimalist programming experience and quickly access the various high-frequency capabilities of the Alipay Open Platform.</Summary>
  13. <Title>Kernel for Alipay Easy SDK</Title>
  14. <PackageVersion>1.0.0</PackageVersion>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  18. <PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
  19. <PackageReference Include="Tea" Version="0.3.3" />
  20. </ItemGroup>
  21. </Project>