mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:13:26 +08:00
### 1.3.6 开源社区版: 【调整】应广大会员需求,平台设计上传图片从裁剪上传,调整后直接录入图片地址或本地非裁剪上传。 ### 0.1.8 会员专业版: 【调整】平台设计上传图片从裁剪上传,调整后直接录入图片地址或本地非裁剪上传。 【修复】调整下单地址实现2行被遮挡问题。 【修复】修复下单地址未记录街道地址问题,导致订单地址可能出现误差的异常。 【修复】修复核销【提货单】详情图片未限制大小导致容易被撑破的问题。 【修复】修复核销【服务券】详情图片未限制大小导致容易被撑破的问题。 【升级】升级腾讯云COS云存储组件。 【降级】SixLabors.ImageSharp海报组件降级到1.04版本。解决海报生成问题。#I4SWCC 【修复】修复接龙模块列表图片未限制大小导致容易被撑破的问题。
111 lines
5.3 KiB
XML
111 lines
5.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
|
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
|
<UserSecretsId>077906fd-e490-4431-9bae-c3a48ae21992</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DebugType>portable</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DocumentationFile>doc.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DebugType>none</DebugType>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="App_Data\**" />
|
|
<Compile Remove="logs\**" />
|
|
<Compile Remove="wwwroot\scripts\**" />
|
|
<Content Remove="App_Data\**" />
|
|
<Content Remove="logs\**" />
|
|
<Content Remove="wwwroot\scripts\**" />
|
|
<EmbeddedResource Remove="App_Data\**" />
|
|
<EmbeddedResource Remove="logs\**" />
|
|
<EmbeddedResource Remove="wwwroot\scripts\**" />
|
|
<None Remove="App_Data\**" />
|
|
<None Remove="logs\**" />
|
|
<None Remove="wwwroot\scripts\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="wwwroot\static\poster\此处会存放临时带背景海报.txt" />
|
|
<Content Remove="wwwroot\static\qrCode\weChat\此处会存放用户唯一二维码用于生成带背景海报.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="illegalWord\IllegalKeywords.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="illegalWord\IllegalKeywords.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
|
|
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="6.0.0" />
|
|
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
|
|
<PackageReference Include="Essensoft.Paylink.Alipay" Version="4.0.8" />
|
|
<PackageReference Include="Essensoft.Paylink.WeChatPay" Version="4.0.8" />
|
|
<PackageReference Include="Hangfire" Version="1.7.28" />
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.28" />
|
|
<PackageReference Include="Hangfire.Core" Version="1.7.28" />
|
|
<PackageReference Include="Hangfire.Dashboard.BasicAuthorization" Version="1.0.2" />
|
|
<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.8.5" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.2" />
|
|
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.1.0" />
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.2" />
|
|
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
|
|
<PackageReference Include="NLog" Version="4.7.13" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />
|
|
<PackageReference Include="Qc.YilianyunSdk" Version="1.0.7" />
|
|
<PackageReference Include="Snowflake.Core" Version="2.0.0" />
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.88" />
|
|
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.27" />
|
|
<PackageReference Include="ToolGood.Words" Version="3.0.3.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CoreCms.Net.Auth\CoreCms.Net.Auth.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.CodeGenerator\CoreCms.Net.CodeGenerator.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Core\CoreCms.Net.Core.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Filter\CoreCms.Net.Filter.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.IRepository\CoreCms.Net.IRepository.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.IServices\CoreCms.Net.IServices.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Loging\CoreCms.Net.Loging.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Mapping\CoreCms.Net.Mapping.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Middlewares\CoreCms.Net.Middlewares.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Model\CoreCms.Net.Model.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.RedisMQ\CoreCms.Net.RedisMQ.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Repository\CoreCms.Net.Repository.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Services\CoreCms.Net.Services.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Task\CoreCms.Net.Task.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.WeChat.Service\CoreCms.Net.WeChat.Service.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="wwwroot\static\poster\此处会存放临时带背景海报.txt" />
|
|
<None Include="wwwroot\static\qrCode\weChat\此处会存放用户唯一二维码用于生成带背景海报.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="doc.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Dockerfile">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
|
|
|
|
|
</Project>
|