<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net8.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="TencentCloudSDK" Version="3.0.1069" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\cylsg.Core\cylsg.Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<None Update="TencentCloudConfig.json">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</None>
|
</ItemGroup>
|
|
</Project>
|