We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41157c3 commit 5045cc8Copy full SHA for 5045cc8
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'alibabacloud-oss-csharp-sdk-v2.sln'))\props\Common.props"/>
3
<PropertyGroup>
4
- <TargetFrameworks>netstandard2.0;net471;net48;net8.0;net9.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;net471;net48;net5.0;net8.0;net9.0</TargetFrameworks>
5
<LangVersion>9.0</LangVersion>
6
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
7
<PackageProjectUrl>https://github.com/aliyun/alibabacloud-oss-csharp-sdk-v2</PackageProjectUrl>
0 commit comments