Skip to content

Commit 734d04a

Browse files
authored
Merge pull request #3068 from JeffreySu/Developer
Developer
2 parents 6b1879a + 1be2e08 commit 734d04a

File tree

21 files changed

+957
-966
lines changed

21 files changed

+957
-966
lines changed

Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Senparc.Weixin.Sample.net8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
2121
<PackageReference Include="Senparc.AI.Agents" Version="0.1.4" />
2222
<PackageReference Include="Senparc.AI.Kernel" Version="0.17.4" />
23-
<PackageReference Include="Senparc.CO2NET.WebApi" Version="1.6.0" />
23+
<PackageReference Include="Senparc.CO2NET.WebApi" Version="1.6.2" />
2424
<PackageReference Include="Senparc.NeuChar.App" Version="1.4.3" />
2525
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.5.0" />
2626
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />

src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Senparc.WebSocket.net8.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;netcoreapp3.1;net8.0</TargetFrameworks>
4-
<Version>1.0.0</Version>
4+
<Version>1.0.1</Version>
55
<AssemblyName>Senparc.WebSocket</AssemblyName>
66
<RootNamespace>Senparc.WebSocket</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -112,7 +112,7 @@
112112
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
113113
</ItemGroup>
114114
<ItemGroup>
115-
<PackageReference Include="Senparc.CO2NET" Version="2.4.3" />
115+
<PackageReference Include="Senparc.CO2NET" Version="2.5.1" />
116116
<PackageReference Include="System.Net.Http" Version="4.3.4" />
117117
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
118118
</ItemGroup>
Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>
65
<Nullable>enable</Nullable>
7-
<Version>2024.9.2</Version>
6+
<Version>2024.9.10</Version>
87
<LangVersion>10.0</LangVersion>
98
<AssemblyName>Senparc.Weixin.All</AssemblyName>
109
<RootNamespace>Senparc.Weixin.All</RootNamespace>
@@ -28,61 +27,62 @@
2827
Senparc.Weixin SDK 开源项目:
2928
https://github.com/JeffreySu/WeiXinMPSDK
3029
</Description>
31-
<Copyright>Senparc Copyright © 2004~2024</Copyright>
32-
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,Cache,Redis</PackageTags>
33-
<Authors>Jeffrey Su</Authors>
34-
<Owners>Senparc</Owners>
35-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
36-
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
37-
<Title>Senparc.Weixin.All.dll</Title>
38-
<Summary>微信 SDK for .NET / C#</Summary>
39-
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
40-
<PackageIcon>icon.jpg</PackageIcon>
41-
<PackageReleaseNotes>
42-
v2024.6.6 创世
43-
v2024.6.25 更新最新 MP、WxOpen
44-
v2024.6.26 更新全自动注册方法 UseSenparcWeixin()
45-
v2024.6.30 完善 UseSenparcWeixin() 方法
46-
[2024-08-06] v2024.6.31 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
47-
[2024-08-11] v2024.8.11 升级 Senparc.Weixin.Open
48-
[2024-08-12] v2024.8.12 升级 Senparc.Weixin.Work
49-
[2024-09-02] v2024.9.2 WxOpen 支持小程序付费能力的用量告警事件
50-
</PackageReleaseNotes>
51-
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
52-
</PropertyGroup>
53-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
54-
<OutputPath>..\BuildOutPut</OutputPath>
55-
<DefineConstants>TRACE;RELEASE</DefineConstants>
56-
</PropertyGroup>
57-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
58-
<OutputPath>..\BuildOutPut</OutputPath>
59-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
60-
<DocumentationFile>..\BuildOutPut\Senparc.Weixin.All.XML</DocumentationFile>
61-
<Optimize>true</Optimize>
62-
<DebugType>pdbonly</DebugType>
63-
<ErrorReport>prompt</ErrorReport>
64-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65-
</PropertyGroup>
66-
<ItemGroup>
67-
<None Include="..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
68-
</ItemGroup>
69-
<ItemGroup>
70-
<ProjectReference Include="..\Senparc.WebSocket\src\Senparc.WebSocket\Senparc.WebSocket\Senparc.WebSocket.net8.csproj" />
71-
<ProjectReference Include="..\Senparc.Weixin.AspNet\Senparc.Weixin.AspNet.net8.csproj" />
72-
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.CsRedis\Senparc.Weixin.Cache.CsRedis.net8.csproj" />
73-
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Memcached\Senparc.Weixin.Cache.Memcached.net8.csproj" />
74-
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Redis\Senparc.Weixin.Cache.Redis.net8.csproj" />
75-
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Dapr\Senparc.Weixin.Cache.Dapr.net8.csproj" />
76-
<ProjectReference Include="..\Senparc.Weixin.MP.Middleware\Senparc.Weixin.MP.Middleware.net8.csproj" />
77-
<ProjectReference Include="..\Senparc.Weixin.MP.MvcExtension\Senparc.Weixin.MP.MvcExtension\Senparc.Weixin.MP.MvcExtension.net8.csproj" />
78-
<ProjectReference Include="..\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net8.csproj" />
79-
<ProjectReference Include="..\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.net8.csproj" />
80-
<ProjectReference Include="..\Senparc.Weixin.TenPay\Senparc.Weixin.TenPayV3\Senparc.Weixin.TenPayV3.net8.csproj" />
81-
<ProjectReference Include="..\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay.net8.csproj" />
82-
<ProjectReference Include="..\Senparc.Weixin.Work.Middleware\Senparc.Weixin.Work.Middleware.net8.csproj" />
83-
<ProjectReference Include="..\Senparc.Weixin.Work\Senparc.Weixin.Work\Senparc.Weixin.Work.net8.csproj" />
84-
<ProjectReference Include="..\Senparc.Weixin.WxOpen.Middleware\Senparc.Weixin.WxOpen.Middleware.net8.csproj" />
85-
<ProjectReference Include="..\Senparc.Weixin.WxOpen\src\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen.net8.csproj" />
86-
<ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />
87-
</ItemGroup>
30+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
31+
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,Cache,Redis</PackageTags>
32+
<Authors>Jeffrey Su</Authors>
33+
<Owners>Senparc</Owners>
34+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
35+
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
36+
<Title>Senparc.Weixin.All.dll</Title>
37+
<Summary>微信 SDK for .NET / C#</Summary>
38+
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
39+
<PackageIcon>icon.jpg</PackageIcon>
40+
<PackageReleaseNotes>
41+
v2024.6.6 创世
42+
v2024.6.25 更新最新 MP、WxOpen
43+
v2024.6.26 更新全自动注册方法 UseSenparcWeixin()
44+
v2024.6.30 完善 UseSenparcWeixin() 方法
45+
[2024-08-06] v2024.6.31 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
46+
[2024-08-11] v2024.8.11 升级 Senparc.Weixin.Open
47+
[2024-08-12] v2024.8.12 升级 Senparc.Weixin.Work
48+
[2024-09-02] v2024.9.2 WxOpen 支持小程序付费能力的用量告警事件
49+
[2024-09-10] v2024.9.10 更新基础库,包括缓存、APM、CO2NET 核心模块等全面升级
50+
</PackageReleaseNotes>
51+
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
52+
</PropertyGroup>
53+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
54+
<OutputPath>..\BuildOutPut</OutputPath>
55+
<DefineConstants>TRACE;RELEASE</DefineConstants>
56+
</PropertyGroup>
57+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
58+
<OutputPath>..\BuildOutPut</OutputPath>
59+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
60+
<DocumentationFile>..\BuildOutPut\Senparc.Weixin.All.XML</DocumentationFile>
61+
<Optimize>true</Optimize>
62+
<DebugType>pdbonly</DebugType>
63+
<ErrorReport>prompt</ErrorReport>
64+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65+
</PropertyGroup>
66+
<ItemGroup>
67+
<None Include="..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
68+
</ItemGroup>
69+
<ItemGroup>
70+
<ProjectReference Include="..\Senparc.WebSocket\src\Senparc.WebSocket\Senparc.WebSocket\Senparc.WebSocket.net8.csproj" />
71+
<ProjectReference Include="..\Senparc.Weixin.AspNet\Senparc.Weixin.AspNet.net8.csproj" />
72+
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.CsRedis\Senparc.Weixin.Cache.CsRedis.net8.csproj" />
73+
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Memcached\Senparc.Weixin.Cache.Memcached.net8.csproj" />
74+
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Redis\Senparc.Weixin.Cache.Redis.net8.csproj" />
75+
<ProjectReference Include="..\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Dapr\Senparc.Weixin.Cache.Dapr.net8.csproj" />
76+
<ProjectReference Include="..\Senparc.Weixin.MP.Middleware\Senparc.Weixin.MP.Middleware.net8.csproj" />
77+
<ProjectReference Include="..\Senparc.Weixin.MP.MvcExtension\Senparc.Weixin.MP.MvcExtension\Senparc.Weixin.MP.MvcExtension.net8.csproj" />
78+
<ProjectReference Include="..\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net8.csproj" />
79+
<ProjectReference Include="..\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.net8.csproj" />
80+
<ProjectReference Include="..\Senparc.Weixin.TenPay\Senparc.Weixin.TenPayV3\Senparc.Weixin.TenPayV3.net8.csproj" />
81+
<ProjectReference Include="..\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay.net8.csproj" />
82+
<ProjectReference Include="..\Senparc.Weixin.Work.Middleware\Senparc.Weixin.Work.Middleware.net8.csproj" />
83+
<ProjectReference Include="..\Senparc.Weixin.Work\Senparc.Weixin.Work\Senparc.Weixin.Work.net8.csproj" />
84+
<ProjectReference Include="..\Senparc.Weixin.WxOpen.Middleware\Senparc.Weixin.WxOpen.Middleware.net8.csproj" />
85+
<ProjectReference Include="..\Senparc.Weixin.WxOpen\src\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen.net8.csproj" />
86+
<ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />
87+
</ItemGroup>
8888
</Project>
Lines changed: 71 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
43
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<Version>1.3.1</Version>
4+
<Version>1.3.2</Version>
65
<AssemblyName>Senparc.Weixin.AspNet</AssemblyName>
76
<RootNamespace>Senparc.Weixin.AspNet</RootNamespace>
87
<!--<OutputType>Library</OutputType>-->
@@ -13,17 +12,17 @@
1312
Senparc.Weixin SDK 开源项目:
1413
https://github.com/JeffreySu/WeiXinMPSDK
1514
</Description>
16-
<Copyright>Senparc Copyright © 2004~2024</Copyright>
17-
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,MVC,System.Web.Mvc</PackageTags>
18-
<Authors>Jeffrey Su</Authors>
19-
<Owners>Senparc</Owners>
20-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
21-
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
22-
<Title>Senparc.Weixin.AspNet.dll</Title>
23-
<Summary>微信 SDK for .NET / C#</Summary>
24-
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
25-
<PackageIcon>icon.jpg</PackageIcon>
26-
<PackageReleaseNotes>
15+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
16+
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,MVC,System.Web.Mvc</PackageTags>
17+
<Authors>Jeffrey Su</Authors>
18+
<Owners>Senparc</Owners>
19+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
20+
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
21+
<Title>Senparc.Weixin.AspNet.dll</Title>
22+
<Summary>微信 SDK for .NET / C#</Summary>
23+
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
24+
<PackageIcon>icon.jpg</PackageIcon>
25+
<PackageReleaseNotes>
2726
v0.1.0 创世
2827
v0.7.4
2928
1、优化 UseSenparcWeixin()
@@ -33,63 +32,63 @@
3332
v1.2.3 UseSenparcWeixin() 方法添加 useSenparcWeixin 参数,用于指定是否自动执行 register.UseSenparcWeixin() 方法
3433
[2024-08-06] v1.2.5 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
3534
</PackageReleaseNotes>
36-
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
37-
<PackageId>Senparc.Weixin.AspNet</PackageId>
38-
</PropertyGroup>
39-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
40-
<OutputPath>..\BuildOutPut</OutputPath>
41-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
42-
</PropertyGroup>
43-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
44-
<OutputPath>..\BuildOutPut</OutputPath>
45-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
46-
<DocumentationFile>..\BuildOutPut\Senparc.Weixin.AspNet.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.Weixin.AspNet.xml</DocumentationFile>
55-
</PropertyGroup>
56-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
57-
<OutputPath>..\BuildOutPut\</OutputPath>
58-
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
59-
</PropertyGroup>
60-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
61-
<OutputPath>..\BuildOutPut\</OutputPath>
62-
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.Weixin.AspNet.xml</DocumentationFile>
63-
</PropertyGroup>
64-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
65-
<OutputPath>..\BuildOutPut\</OutputPath>
66-
<DocumentationFile>..\BuildOutPut\net8.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
67-
</PropertyGroup>
68-
<ItemGroup>
69-
<None Include="..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
70-
</ItemGroup>
71-
<ItemGroup>
72-
<Compile Remove="Properties\AssemblyInfo.cs" />
73-
</ItemGroup>
74-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
75-
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
76-
</ItemGroup>
77-
<ItemGroup>
78-
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.5.0" />
79-
</ItemGroup>
80-
<ItemGroup>
81-
<ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />
82-
</ItemGroup>
83-
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
84-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
85-
<Version>2.2.0</Version>
86-
</PackageReference>
87-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
88-
<Version>2.2.0</Version>
89-
</PackageReference>
90-
</ItemGroup>
91-
<ItemGroup>
92-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
93-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
94-
</ItemGroup>
35+
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
36+
<PackageId>Senparc.Weixin.AspNet</PackageId>
37+
</PropertyGroup>
38+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
39+
<OutputPath>..\BuildOutPut</OutputPath>
40+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
43+
<OutputPath>..\BuildOutPut</OutputPath>
44+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
45+
<DocumentationFile>..\BuildOutPut\Senparc.Weixin.AspNet.xml</DocumentationFile>
46+
<Optimize>true</Optimize>
47+
<DebugType>pdbonly</DebugType>
48+
<ErrorReport>prompt</ErrorReport>
49+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50+
</PropertyGroup>
51+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
52+
<OutputPath>..\BuildOutPut\</OutputPath>
53+
<DocumentationFile>..\BuildOutPut\net462\Senparc.Weixin.AspNet.xml</DocumentationFile>
54+
</PropertyGroup>
55+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
56+
<OutputPath>..\BuildOutPut\</OutputPath>
57+
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
58+
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
60+
<OutputPath>..\BuildOutPut\</OutputPath>
61+
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.Weixin.AspNet.xml</DocumentationFile>
62+
</PropertyGroup>
63+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
64+
<OutputPath>..\BuildOutPut\</OutputPath>
65+
<DocumentationFile>..\BuildOutPut\net8.0\Senparc.Weixin.AspNet.xml</DocumentationFile>
66+
</PropertyGroup>
67+
<ItemGroup>
68+
<None Include="..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
69+
</ItemGroup>
70+
<ItemGroup>
71+
<Compile Remove="Properties\AssemblyInfo.cs" />
72+
</ItemGroup>
73+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
74+
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
75+
</ItemGroup>
76+
<ItemGroup>
77+
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.5.0" />
78+
</ItemGroup>
79+
<ItemGroup>
80+
<ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />
81+
</ItemGroup>
82+
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
83+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
84+
<Version>2.2.0</Version>
85+
</PackageReference>
86+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
87+
<Version>2.2.0</Version>
88+
</PackageReference>
89+
</ItemGroup>
90+
<ItemGroup>
91+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
92+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
93+
</ItemGroup>
9594
</Project>

src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/Senparc.Weixin.Cache.CsRedis.net8.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
4-
<Version>1.0.0</Version>
4+
<Version>1.0.1</Version>
55
<AssemblyName>Senparc.Weixin.Cache.CsRedis</AssemblyName>
66
<RootNamespace>Senparc.Weixin.Cache.CsRedis</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -61,7 +61,7 @@
6161
<ItemGroup>
6262
<!--<PackageReference Include="Senparc.Weixin.Cache.Redis.RedLock" Version="0.1.0" />-->
6363
<!--<PackageReference Include="BinaryFormatter" Version="2.1.4" />-->
64-
<PackageReference Include="Senparc.CO2NET.Cache.CsRedis" Version="1.2.2" />
64+
<PackageReference Include="Senparc.CO2NET.Cache.CsRedis" Version="1.2.5" />
6565
</ItemGroup>
6666
<ItemGroup>
6767
<ProjectReference Include="..\..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />

0 commit comments

Comments
 (0)