mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:13:26 +08:00
使用SixLabors.ImageSharp替换System.Drawing,全面拥抱跨平台,减少安装libgdiplus的过程。组件功能更加丰富。 升级uview至2.0.19版本。进一步减小包大小。 取消全部WebRequest,替换为HttpClient。 nuget更新大批组件升级到6.0版本
19 lines
614 B
XML
19 lines
614 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.0" />
|
|
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="2.2.1" />
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.88" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" />
|
|
<ProjectReference Include="..\CoreCms.Net.Utility\CoreCms.Net.Utility.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|