You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="NLog.config" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="NLog.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FreeSql" Version="3.2.805" />
|
|
<PackageReference Include="FreeSql.Provider.MySql" Version="3.2.805" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="NLog" Version="4.7.12" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BBWY.1688SDK\BBWY.1688SDK.csproj" />
|
|
<ProjectReference Include="..\BBWY.Common\BBWY.Common.csproj" />
|
|
<ProjectReference Include="..\BBWY.JDSDK\BBWY.JDSDK.csproj" />
|
|
<ProjectReference Include="..\BBWY.Server.Model\BBWY.Server.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|