mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:33:26 +08:00
21 lines
583 B
XML
21 lines
583 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<DocumentationFile>CoreCms.Net.Model.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="2.20.1" />
|
|
<PackageReference Include="sqlSugarCore" Version="5.1.3.32" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="CoreCms.Net.Model.xml">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|