Skip to content

Commit

Permalink
修改兼容模式编译target
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnnqin committed Sep 8, 2021
1 parent 9150b9e commit e071542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions QCloudCSharpSDK/COSXML/COSXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>COSXML</RootNamespace>
<AssemblyName>COSXML</AssemblyName>
<AssemblyName>COSXML-Compatible</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand Down Expand Up @@ -251,4 +251,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ dotnet add package Tencent.QCloud.Cos.Sdk

如果是用于目标框架 .Net Framework 4.0 及以下版本的开发,

请使用 [Releases](https://github.com/tencentyun/qcloud-sdk-dotnet/releases) 下载的COSXML.dll文件
请使用 [Releases](https://github.com/tencentyun/qcloud-sdk-dotnet/releases) 下载的COSXML-Compatible.dll文件

在Visual Studio项目中选择

```
项目 -> 添加引用 -> 浏览 -> COSXML.dll 的方式添加C# SDK
项目 -> 添加引用 -> 浏览 -> COSXML-Compatible.dll 的方式添加C# SDK
```

您也可以在 [Releases 里面](https://github.com/tencentyun/qcloud-sdk-dotnet/releases) 手动下载我们的SDK。
Expand Down

0 comments on commit e071542

Please sign in to comment.