File tree Expand file tree Collapse file tree
EasyAbp.Abp.Aliyun.Common
EasyAbp.Abp.Aliyun.LiveVideo
EasyAbp.Abp.Aliyun.Sms.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 persist-credentials : false
1515 fetch-depth : 0
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-22.04
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : NuGet/setup-nuget@v2
13- - uses : actions/setup-dotnet@v4
13+ - uses : actions/setup-dotnet@v5
1414 with :
15- dotnet-version : ' 9 .0.x'
15+ dotnet-version : ' 10 .0.x'
1616
1717 - name : read common.props
1818 id : commonProps
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <AbpVersion >9.3.3 </AbpVersion >
3+ <AbpVersion >10.0.1 </AbpVersion >
44 </PropertyGroup >
55</Project >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <LangVersion >latest</LangVersion >
4- <Version >1.17 .0</Version >
4+ <Version >1.18 .0</Version >
55 <NoWarn >$(NoWarn);CS1591</NoWarn >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
77 <Authors >EasyAbp Team</Authors >
3030
3131
3232
33+
Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\common.props" />
44
55 <PropertyGroup >
6- <TargetFramework >net9 .0</TargetFramework >
6+ <TargetFramework >net10 .0</TargetFramework >
77 <RootNamespace >EasyAbp.Abp.Aliyun.Common</RootNamespace >
88 <Description >ABP vNext阿里云SDK模块,公共设施库。</Description >
99 </PropertyGroup >
1313 </PropertyGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.5 " />
17- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
16+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0 " />
17+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4 " />
1818 <PackageReference Include =" Volo.Abp.Core" Version =" $(AbpVersion)" />
1919 <PackageReference Include =" Volo.Abp.Guids" Version =" $(AbpVersion)" />
2020 <PackageReference Include =" Volo.Abp.Json" Version =" $(AbpVersion)" />
Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\common.props" />
44
55 <PropertyGroup >
6- <TargetFramework >net9 .0</TargetFramework >
6+ <TargetFramework >net10 .0</TargetFramework >
77 <RootNamespace >EasyAbp.Abp.Aliyun.LiveVideo</RootNamespace >
88 <Description >ABP vNext阿里云SDK模块,集成本接口即可使用阿里云直播服务。</Description >
99 </PropertyGroup >
Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\common.props" />
44
55 <PropertyGroup >
6- <TargetFramework >net9 .0</TargetFramework >
6+ <TargetFramework >net10 .0</TargetFramework >
77 <RootNamespace >EasyAbp.Abp.Aliyun.Sms</RootNamespace >
88 <Description >ABP vNext阿里云SDK模块,集成本接口即可使用阿里云短信服务。</Description >
99 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
9+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
1010 <PackageReference Include =" NETStandard.Library" Version =" 2.0.3" />
1111 <PackageReference Include =" xunit" Version =" 2.9.3" />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
1313 <PrivateAssets >all</PrivateAssets >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1515 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
9+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
1010 <PackageReference Include =" NETStandard.Library" Version =" 2.0.3" />
1111 <PackageReference Include =" NSubstitute" Version =" 5.3.0" />
1212 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
1313 <PackageReference Include =" Volo.Abp.Autofac" Version =" $(AbpVersion)" />
1414 <PackageReference Include =" Volo.Abp.TestBase" Version =" $(AbpVersion)" />
1515 <PackageReference Include =" xunit" Version =" 2.9.3" />
1616 <PackageReference Include =" xunit.extensibility.execution" Version =" 2.9.3" />
17- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
17+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
You can’t perform that action at this time.
0 commit comments