11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFrameworks >net462;netstandard2.0</TargetFrameworks >
4- <Version >2.3.0 </Version >
5- <LangVersion >latest</LangVersion >
6- <AssemblyName >Senparc.CO2NET.Cache.CsRedis</AssemblyName >
7- <RootNamespace >Senparc.CO2NET.Cache.CsRedis</RootNamespace >
8- <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
9- <Description >
2+ <PropertyGroup >
3+ <TargetFrameworks >net462;netstandard2.0</TargetFrameworks >
4+ <Version >2.3.1 </Version >
5+ <LangVersion >latest</LangVersion >
6+ <AssemblyName >Senparc.CO2NET.Cache.CsRedis</AssemblyName >
7+ <RootNamespace >Senparc.CO2NET.Cache.CsRedis</RootNamespace >
8+ <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
9+ <Description >
1010 CONET cache strategy - Redis module
1111
1212 CO2NET open source project:
1313 https://github.com/Senparc/Senparc.CO2NET
1414 </Description >
15- <Copyright >Senparc Copyright © 2004~2024</Copyright >
16- <PackageTags >Senparc.CO2NET,Cache,Redis,CO2NET,盛派</PackageTags >
17- <Authors >Jeffrey Su</Authors >
18- <Owners >Senparc</Owners >
19- <PackageLicenseUrl >https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md</PackageLicenseUrl >
20- <ProjectUrl >https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl >
21- <Title >Senparc.CO2NET.Cache.CsRedis.dll</Title >
22- <Summary >CsRedis Cache for CO2NET C#</Summary >
23- <PackageProjectUrl >https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl >
24- <PackageIcon >icon.jpg</PackageIcon >
25- <PackageReleaseNotes >
15+ <Copyright >Senparc Copyright © 2004~2024</Copyright >
16+ <PackageTags >Senparc.CO2NET,Cache,Redis,CO2NET,盛派</PackageTags >
17+ <Authors >Jeffrey Su</Authors >
18+ <Owners >Senparc</Owners >
19+ <PackageLicenseUrl >https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md</PackageLicenseUrl >
20+ <ProjectUrl >https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl >
21+ <Title >Senparc.CO2NET.Cache.CsRedis.dll</Title >
22+ <Summary >CsRedis Cache for CO2NET C#</Summary >
23+ <PackageProjectUrl >https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl >
24+ <PackageIcon >icon.jpg</PackageIcon >
25+ <PackageReleaseNotes >
2626 v0.1.0 Genesis
2727 v0.5.2 BaseRedisObjectCacheStrategy destructor performs null value check and adds "#{Cache_Redis_Configuration}#" filter check
2828 v1.1.4 RedisObjectCacheStrategy and RedisHashSetObjectCacheStrategy.Get() methods add pure string check
3232 [2024-11-28] v2.1.1-beta1 Add UseLowerCaseApiName property for SenparcSetting
3333 [2024-12-04] v2.2.0-beta1 update Start() method, set SenparcSetting in Config when AddSenparcGlobalService() run
3434 [2025-08-18] v2.3.0 update BaseRedisObjectCacheStrategy.Client init progress
35- </PackageReleaseNotes >
36- <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
37- <Configurations >Debug;Release;Test</Configurations >
38- </PropertyGroup >
39- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
40- <OutputPath >..\BuildOutPut</OutputPath >
41- <DefineConstants >TRACE</DefineConstants >
42- </PropertyGroup >
43- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
44- <OutputPath >..\..\BuildOutPut</OutputPath >
45- <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
46- <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.Cache.CsRedis.XML</DocumentationFile >
47- <Optimize >true</Optimize >
48- <DebugType >pdbonly</DebugType >
49- <ErrorReport >prompt</ErrorReport >
50- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
51- </PropertyGroup >
52- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" >
53- <OutputPath >..\BuildOutPut\</OutputPath >
54- <DocumentationFile >..\BuildOutPut\net462\Senparc.CO2NET.Cache.CsRedis.xml</DocumentationFile >
55- </PropertyGroup >
56- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
57- <OutputPath >..\BuildOutPut\</OutputPath >
58- <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.CsRedis.xml</DocumentationFile >
59- </PropertyGroup >
60- <ItemGroup >
61- <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
62- </ItemGroup >
63- <ItemGroup >
64- <Compile Remove =" packages\**" />
65- <Compile Remove =" ServiceStack.Redis\**" />
66- <EmbeddedResource Remove =" packages\**" />
67- <EmbeddedResource Remove =" ServiceStack.Redis\**" />
68- <None Remove =" packages\**" />
69- <None Remove =" ServiceStack.Redis\**" />
70- </ItemGroup >
71- <ItemGroup >
72- <!-- <PackageReference Include="Senparc.CO2NET.Cache.Redis.RedLock" Version="0.1.0" />-->
73- <!-- <PackageReference Include="BinaryFormatter" Version="3.0.0" />-->
74- <PackageReference Include =" CSRedisCore" Version =" 3.8.800" />
75- </ItemGroup >
76- <ItemGroup >
77- <ProjectReference Include =" ..\Senparc.CO2NET.Cache.CsRedis.RedLock\redlock-cs\src\Senparc.CO2NET.Cache.CsRedis.RedLock.csproj" />
78- <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
79- </ItemGroup >
35+ </PackageReleaseNotes >
36+ <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
37+ <Configurations >Debug;Release;Test</Configurations >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
40+ <OutputPath >..\BuildOutPut</OutputPath >
41+ <DefineConstants >TRACE</DefineConstants >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
44+ <OutputPath >..\..\BuildOutPut</OutputPath >
45+ <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
46+ <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.Cache.CsRedis.XML</DocumentationFile >
47+ <Optimize >true</Optimize >
48+ <DebugType >pdbonly</DebugType >
49+ <ErrorReport >prompt</ErrorReport >
50+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" >
53+ <OutputPath >..\BuildOutPut\</OutputPath >
54+ <DocumentationFile >..\BuildOutPut\net462\Senparc.CO2NET.Cache.CsRedis.xml</DocumentationFile >
55+ </PropertyGroup >
56+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
57+ <OutputPath >..\BuildOutPut\</OutputPath >
58+ <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.CsRedis.xml</DocumentationFile >
59+ </PropertyGroup >
60+ <ItemGroup >
61+ <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Remove =" packages\**" />
65+ <Compile Remove =" ServiceStack.Redis\**" />
66+ <EmbeddedResource Remove =" packages\**" />
67+ <EmbeddedResource Remove =" ServiceStack.Redis\**" />
68+ <None Remove =" packages\**" />
69+ <None Remove =" ServiceStack.Redis\**" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <!-- <PackageReference Include="Senparc.CO2NET.Cache.Redis.RedLock" Version="0.1.0" />-->
73+ <!-- <PackageReference Include="BinaryFormatter" Version="3.0.0" />-->
74+ <PackageReference Include =" CSRedisCore" Version =" 3.8.800" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <ProjectReference Include =" ..\Senparc.CO2NET.Cache.CsRedis.RedLock\redlock-cs\src\Senparc.CO2NET.Cache.CsRedis.RedLock.csproj" />
78+ <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
79+ </ItemGroup >
8080</Project >
0 commit comments