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.
76 lines
3.6 KiB
76 lines
3.6 KiB
2 years ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
|
||
|
<Version>0.8.4</Version>
|
||
|
<AssemblyName>Senparc.Weixin.Cache.CsRedis</AssemblyName>
|
||
|
<RootNamespace>Senparc.Weixin.Cache.CsRedis</RootNamespace>
|
||
|
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
|
||
|
<Description>
|
||
|
微信 SDK - Redis 模块
|
||
|
|
||
|
Senparc.Weixin SDK 开源项目:
|
||
|
https://github.com/JeffreySu/WeiXinMPSDK
|
||
|
</Description>
|
||
|
<Copyright>Senparc Copyright © 2004~2022</Copyright>
|
||
|
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,Cache,Redis</PackageTags>
|
||
|
<Authors>Jeffrey Su</Authors>
|
||
|
<Owners>Senparc</Owners>
|
||
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||
|
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
|
||
|
<Title>Senparc.Weixin.Cache.CsRedis.dll</Title>
|
||
|
<Summary>微信公众号SDK for C#</Summary>
|
||
|
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
|
||
|
<PackageIcon>icon.jpg</PackageIcon>
|
||
|
<PackageReleaseNotes>
|
||
|
v0.1.0
|
||
|
创世
|
||
|
</PackageReleaseNotes>
|
||
|
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||
|
<OutputPath>..\..\BuildOutPut</OutputPath>
|
||
|
<DefineConstants>TRACE</DefineConstants>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||
|
<OutputPath>..\..\BuildOutPut</OutputPath>
|
||
|
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
|
||
|
<DocumentationFile>..\..\BuildOutPut\Senparc.Weixin.Cache.CsRedis.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.Cache.CsRedis.xml</DocumentationFile>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
|
||
|
<OutputPath>..\..\BuildOutPut\</OutputPath>
|
||
|
<DocumentationFile>..\..\BuildOutPut\netstandard2.0\Senparc.Cache.CsRedis.xml</DocumentationFile>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
|
||
|
<OutputPath>..\..\BuildOutPut\</OutputPath>
|
||
|
<DocumentationFile>..\..\BuildOutPut\netstandard2.1\Senparc.Cache.CsRedis.xml</DocumentationFile>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="..\..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Remove="ContainerCacheStrategy\RedisContainerCacheStrategy.RedisUtils.cs" />
|
||
|
<Compile Remove="Properties\AssemblyInfo.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<!--<PackageReference Include="Senparc.Weixin.Cache.Redis.RedLock" Version="0.1.0" />-->
|
||
|
<PackageReference Include="BinaryFormatter" Version="2.1.4" />
|
||
|
<PackageReference Include="Senparc.CO2NET.Cache.CsRedis" Version="1.1.3.6" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Folder Include="Properties\" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net6.csproj" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|