2020-09-07 10:17:58 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-11-01 15:29:31 +00:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-05-20 21:31:31 +00:00
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2018-11-01 15:29:31 +00:00
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
2020-09-07 10:17:58 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-11-01 15:29:31 +00:00
|
|
|
<Authors>Haiping Chen</Authors>
|
|
|
|
|
<RepositoryUrl>https://github.com/Oceania2018/botsharp-channel-weixin</RepositoryUrl>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
<PackageProjectUrl>https://github.com/Oceania2018/botsharp-channel-weixin</PackageProjectUrl>
|
|
|
|
|
<Copyright>Apache 2.0</Copyright>
|
|
|
|
|
<PackageTags>botsharp, wechat, wexin, chatbot</PackageTags>
|
|
|
|
|
<Version>0.1.1</Version>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-05-12 12:42:32 +00:00
|
|
|
<PackageReference Include="Senparc.Weixin.MP.MVC" Version="7.12.5.7" />
|
2018-11-01 15:29:31 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|