|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project Sdk="Microsoft.NET.Sdk"> |
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net462;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks> |
5 | | - <Version>4.2.5</Version> |
| 4 | + <TargetFrameworks>net462;netstandard2.0;net8.0</TargetFrameworks> |
| 5 | + <Version>4.3.0</Version> |
6 | 6 | <AssemblyName>Senparc.CO2NET.Cache.Memcached</AssemblyName> |
7 | 7 | <RootNamespace>Senparc.CO2NET.Cache.Memcached</RootNamespace> |
8 | 8 | <Description>微信公众账号 - Memcached 模块 |
@@ -88,6 +88,7 @@ https://github.com/JeffreySu/WeiXinMPSDK</Description> |
88 | 88 | v3.4.103 支持新版本 CO2NET |
89 | 89 | v4.1.3 MemcachedObjectCacheStrategy.Get() 方法添加纯字符串的判断 |
90 | 90 | [2024-09-11] v4.2.5 更新 Cache, remove InsertToCache(), add Count(prefix) |
| 91 | + [2024-10-07] v4.3.0 停止对 .NET 6.0 的支持 |
91 | 92 | </PackageReleaseNotes> |
92 | 93 | <RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl> |
93 | 94 | <Configurations>Debug;Release;Test</Configurations> |
@@ -118,13 +119,9 @@ https://github.com/JeffreySu/WeiXinMPSDK</Description> |
118 | 119 | <OutputPath>..\BuildOutPut\</OutputPath> |
119 | 120 | <DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.Memcached.xml</DocumentationFile> |
120 | 121 | </PropertyGroup> |
121 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.1|AnyCPU'"> |
| 122 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'"> |
122 | 123 | <OutputPath>..\BuildOutPut\</OutputPath> |
123 | | - <DocumentationFile>..\BuildOutPut\netcoreapp3.0\Senparc.CO2NET.Cache.Memcached.xml</DocumentationFile> |
124 | | - </PropertyGroup> |
125 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'"> |
126 | | - <OutputPath>..\BuildOutPut\</OutputPath> |
127 | | - <DocumentationFile>..\BuildOutPut\net6.0\Senparc.CO2NET.Cache.Memcached.xml</DocumentationFile> |
| 124 | + <DocumentationFile>..\BuildOutPut\net8.0\Senparc.CO2NET.Cache.Memcached.xml</DocumentationFile> |
128 | 125 | </PropertyGroup> |
129 | 126 | <ItemGroup> |
130 | 127 | <None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" /> |
@@ -154,9 +151,6 @@ https://github.com/JeffreySu/WeiXinMPSDK</Description> |
154 | 151 | <ItemGroup> |
155 | 152 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> |
156 | 153 | </ItemGroup> |
157 | | - <!--<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net6.0' "> |
158 | | - <PackageReference Include="EnyimMemcachedCore" Version="2.5.3" /> |
159 | | - </ItemGroup>--> |
160 | 154 | <ItemGroup> |
161 | 155 | <ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" /> |
162 | 156 | </ItemGroup> |
|
0 commit comments