You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
4.6 KiB
97 lines
4.6 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
|
|
<Version>0.8.5.8</Version>
|
|
<AssemblyName>Senparc.Weixin.AspNet</AssemblyName>
|
|
<RootNamespace>Senparc.Weixin.AspNet</RootNamespace>
|
|
<!--<OutputType>Library</OutputType>-->
|
|
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
|
|
<Description>
|
|
微信 SDK - Senparc.Weixin.AspNet 模块
|
|
|
|
Senparc.Weixin SDK 开源项目:
|
|
https://github.com/JeffreySu/WeiXinMPSDK
|
|
</Description>
|
|
<Copyright>Senparc Copyright © 2004~2023</Copyright>
|
|
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,MVC,System.Web.Mvc</PackageTags>
|
|
<Authors>Jeffrey Su</Authors>
|
|
<Owners>Senparc</Owners>
|
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
|
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
|
|
<Title>Senparc.Weixin.AspNet.dll</Title>
|
|
<Summary>微信公众号SDK for C#</Summary>
|
|
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
|
|
<PackageIcon>icon.jpg</PackageIcon>
|
|
<PackageReleaseNotes>
|
|
v0.1.0 创世
|
|
v0.7.4
|
|
1、优化 UseSenparcWeixin()
|
|
2、添加 WeixinResult、FixWeixinBugWeixinResult
|
|
v0.8.5.2 修复证书传入参数可能为 null 的问题
|
|
</PackageReleaseNotes>
|
|
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
|
|
<PackageId>Senparc.Weixin.AspNet</PackageId>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>..\BuildOutPut</OutputPath>
|
|
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>..\BuildOutPut</OutputPath>
|
|
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
|
<DocumentationFile>..\BuildOutPut\Senparc.Weixin.AspNet.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
|
|
<OutputPath>..\BuildOutPut\</OutputPath>
|
|
<DocumentationFile>..\BuildOutPut\net462\Senparc.Weixin.AspNet.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
|
|
<OutputPath>..\BuildOutPut\</OutputPath>
|
|
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
|
|
<OutputPath>..\BuildOutPut\</OutputPath>
|
|
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.Weixin.AspNet.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'">
|
|
<OutputPath>..\BuildOutPut\</OutputPath>
|
|
<DocumentationFile>..\BuildOutPut\net6.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0|AnyCPU'">
|
|
<OutputPath>..\BuildOutPut\</OutputPath>
|
|
<DocumentationFile>..\BuildOutPut\net7.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
|
|
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.9" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.1.3.5" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net7.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
|
|
<Version>2.2.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
|
|
<Version>2.2.0</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Hosting">
|
|
<Version>7.0.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
|
|
</ItemGroup>
|
|
</Project> |