1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk.Web">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <Nullable>disable</Nullable>
- <ImplicitUsings>disable</ImplicitUsings>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="TencentCloudSDK" Version="3.0.655" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\MiniWebApi\MiniWebApi.csproj" />
- </ItemGroup>
- </Project>
|