Files
g.hnyhua.cn/VodSDK/VodSDK.csproj

14 lines
356 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\COSXML\COSXML.csproj" />
<ProjectReference Include="..\TencentCloud\TencentCloud.csproj" />
</ItemGroup>
</Project>