代码修改后的版本,全部提交
This commit is contained in:
13
VodSDK/VodSDK.csproj
Normal file
13
VodSDK/VodSDK.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user