Skip to content

Commit

Permalink
Update target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Jul 25, 2024
1 parent 20bdb9e commit 28d50a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.12.0</Version>
<Version>1.12.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>EasyAbp.Abp.Aliyun.Common</RootNamespace>
<Description>ABP vNext阿里云SDK模块,公共设施库。</Description>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>EasyAbp.Abp.Aliyun.LiveVideo</RootNamespace>
<Description>ABP vNext阿里云SDK模块,集成本接口即可使用阿里云直播服务。</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/EasyAbp.Abp.Aliyun.Sms/EasyAbp.Abp.Aliyun.Sms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>EasyAbp.Abp.Aliyun.Sms</RootNamespace>
<Description>ABP vNext阿里云SDK模块,集成本接口即可使用阿里云短信服务。</Description>
</PropertyGroup>
Expand Down

0 comments on commit 28d50a1

Please sign in to comment.