<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net8.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="3.5.0" />
|
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.TenpayV3" Version="3.7.0" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\cylsg.Core\cylsg.Core.csproj" />
|
<ProjectReference Include="..\cylsg.redis\cylsg.redis.csproj" />
|
<ProjectReference Include="..\cylsg.utility\cylsg.utility.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<None Update="WechatConfig.json">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</None>
|
</ItemGroup>
|
|
</Project>
|