忽略dll文件git

This commit is contained in:
“wanyongkang”
2023-07-29 10:19:42 +08:00
parent 7f97317bcc
commit b562aba2b1
3868 changed files with 63608 additions and 385427 deletions

View File

@@ -1,36 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.5.0.1</Version>
<Authors>stulzq</Authors>
<Description>支付宝Alipay服务端SDK与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外官方SDK支持的功能本SDK全部支持且用法几乎一样代码都可参考官方文档代码。github:https://github.com/stulzq/Alipay.AopSdk.Core访问github获取demo以及使用文档。</Description>
<Copyright>Copyright 2017-2019 stulzq</Copyright>
<PackageProjectUrl>https://github.com/stulzq/Alipay.AopSdk.Core</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>Alipay,AopSdk,支付宝服务端SDK,支付宝支付</PackageTags>
<PackageReleaseNotes>添加 AlipayOpenAppMiniTemplatemessage</PackageReleaseNotes>
<RepositoryUrl>https://github.com/stulzq/Alipay.AopSdk.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseUrl />
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>logo.jpg</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Nito.AsyncEx" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\logo.jpg">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>