-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3057 from JeffreySu/Developer-SM
Developer sm
- Loading branch information
Showing
48 changed files
with
1,876 additions
and
3,424 deletions.
There are no files selected for viewing
81 changes: 38 additions & 43 deletions
81
...es/All/Senparc.Weixin.Sample.CommonService/Senparc.Weixin.Net8Sample.CommonService.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,38 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Version>3.0.1</Version> | ||
<AssemblyName>Senparc.Weixin.MP.Sample.CommonService</AssemblyName> | ||
<RootNamespace>Senparc.Weixin.MP.Sample.CommonService</RootNamespace> | ||
<Description>此项目是 Sample.Net6 下启动项目</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Properties\**" /> | ||
<EmbeddedResource Remove="Properties\**" /> | ||
<None Remove="Properties\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="packages.config" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Senparc.AI.Agents" Version="0.1.3-beta1" /> | ||
<PackageReference Include="Senparc.AI.Kernel" Version="0.16.3-beta1" /> | ||
<PackageReference Include="Senparc.NeuChar" Version="2.4.3" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageReference Include="System.Diagnostics.FileVersionInfo" Version="4.3.0" /> | ||
<PackageReference Include="ZXing.Net" Version="0.16.9" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\src\Senparc.WebSocket\src\Senparc.WebSocket\Senparc.WebSocket\Senparc.WebSocket.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Memcached\Senparc.Weixin.Cache.Memcached.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Redis\Senparc.Weixin.Cache.Redis.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Work\Senparc.Weixin.Work\Senparc.Weixin.Work.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.WxOpen\src\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Version>3.0.2</Version> | ||
<AssemblyName>Senparc.Weixin.MP.Sample.CommonService</AssemblyName> | ||
<RootNamespace>Senparc.Weixin.MP.Sample.CommonService</RootNamespace> | ||
<Description>此项目是 Sample.Net6 下启动项目</Description> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="Properties\**" /> | ||
<EmbeddedResource Remove="Properties\**" /> | ||
<None Remove="Properties\**" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Senparc.AI.Agents" Version="0.1.4" /> | ||
<PackageReference Include="Senparc.AI.Kernel" Version="0.17.4" /> | ||
<PackageReference Include="Senparc.NeuChar" Version="2.4.3" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageReference Include="System.Diagnostics.FileVersionInfo" Version="4.3.0" /> | ||
<PackageReference Include="ZXing.Net" Version="0.16.9" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\src\Senparc.WebSocket\src\Senparc.WebSocket\Senparc.WebSocket\Senparc.WebSocket.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Memcached\Senparc.Weixin.Cache.Memcached.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Redis\Senparc.Weixin.Cache.Redis.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.Work\Senparc.Weixin.Work\Senparc.Weixin.Work.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin.WxOpen\src\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen.net8.csproj" /> | ||
<ProjectReference Include="..\..\..\src\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" /> | ||
</ItemGroup> | ||
</Project> |
138 changes: 64 additions & 74 deletions
138
Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/Senparc.Weixin.Sample.net8.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,64 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Version>6.11.0</Version> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<UserSecretsId>35e58786-0820-4cde-b1ff-f4c6198d00f7</UserSecretsId> | ||
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="App_Data\cert\**" /> | ||
<Content Remove="App_Data\cert\**" /> | ||
<EmbeddedResource Remove="App_Data\cert\**" /> | ||
<None Remove="App_Data\cert\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="Program.cs.old" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> | ||
<PackageReference Include="Senparc.AI.Agents" Version="0.1.3-beta1" /> | ||
<PackageReference Include="Senparc.AI.Kernel" Version="0.16.3-beta1" /> | ||
<PackageReference Include="Senparc.CO2NET.WebApi" Version="1.6.0" /> | ||
<PackageReference Include="Senparc.NeuChar.App" Version="1.4.3" /> | ||
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.5.0" /> | ||
|
||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<!-- 添加所有模块引用 --> | ||
<ProjectReference Include="..\..\..\..\src\Senparc.Weixin.All\Senparc.Weixin.All.csproj" /> | ||
|
||
<ProjectReference Include="..\..\Senparc.Weixin.Sample.CommonService\Senparc.Weixin.Net8Sample.CommonService.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(Configuration)' == 'Release'"> | ||
<None Update="App_Data\Document\Config.xml"> | ||
<CopyToOutputDirectory>Never</CopyToOutputDirectory> | ||
</None> | ||
<None Update="App_Data\Document\readme.md"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="App_Data\QrCode\readme.txt"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Update="Web.config"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
<None Update="appsettings.json"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
<None Update="appsettings.Development.json"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
<None Update="App_Data\**\*"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="App_Data\NeuChar\" /> | ||
<Folder Include="wwwroot\" /> | ||
</ItemGroup> | ||
|
||
<Import Project="..\..\Senparc.Weixin.Sample.Shared\Senparc.Weixin.Sample.Shared.projitems" Label="Shared" /> | ||
|
||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Version>6.11.2</Version> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<UserSecretsId>35e58786-0820-4cde-b1ff-f4c6198d00f7</UserSecretsId> | ||
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="App_Data\cert\**" /> | ||
<Content Remove="App_Data\cert\**" /> | ||
<EmbeddedResource Remove="App_Data\cert\**" /> | ||
<None Remove="App_Data\cert\**" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="Program.cs.old" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> | ||
<PackageReference Include="Senparc.AI.Agents" Version="0.1.4" /> | ||
<PackageReference Include="Senparc.AI.Kernel" Version="0.17.4" /> | ||
<PackageReference Include="Senparc.CO2NET.WebApi" Version="1.6.0" /> | ||
<PackageReference Include="Senparc.NeuChar.App" Version="1.4.3" /> | ||
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.5.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- 添加所有模块引用 --> | ||
<ProjectReference Include="..\..\..\..\src\Senparc.Weixin.All\Senparc.Weixin.All.csproj" /> | ||
<ProjectReference Include="..\..\Senparc.Weixin.Sample.CommonService\Senparc.Weixin.Net8Sample.CommonService.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(Configuration)' == 'Release'"> | ||
<None Update="App_Data\Document\Config.xml"> | ||
<CopyToOutputDirectory>Never</CopyToOutputDirectory> | ||
</None> | ||
<None Update="App_Data\Document\readme.md"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="App_Data\QrCode\readme.txt"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Update="Web.config"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
<None Update="appsettings.json"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
<None Update="appsettings.Development.json"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
<None Update="App_Data\**\*"> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="App_Data\NeuChar\" /> | ||
<Folder Include="wwwroot\" /> | ||
</ItemGroup> | ||
<Import Project="..\..\Senparc.Weixin.Sample.Shared\Senparc.Weixin.Sample.Shared.projitems" Label="Shared" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.