File tree Expand file tree Collapse file tree 8 files changed +19
-18
lines changed
Commands/Generate/Service Expand file tree Collapse file tree 8 files changed +19
-18
lines changed 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 >0.26 .0</Version >
5- <PackageVersion >0.26 .0</PackageVersion >
6- <AssemblyVersion >0.26 .0</AssemblyVersion >
7- <FileVersion >0.26 .0</FileVersion >
4+ <Version >0.27 .0</Version >
5+ <PackageVersion >0.27 .0</PackageVersion >
6+ <AssemblyVersion >0.27 .0</AssemblyVersion >
7+ <FileVersion >0.27 .0</FileVersion >
88 <NoWarn >$(NoWarn);CS1591</NoWarn >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1010 <Authors >EasyAbp Team</Authors >
3434
3535
3636
37+
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 <PackageId >EasyAbp.AbpHelper.Core</PackageId >
88 <AssemblyName >EasyAbp.AbpHelper.Core</AssemblyName >
99 <RootNamespace >EasyAbp.AbpHelper.Core</RootNamespace >
1616 <PackageReference Include =" Elsa" Version =" 1.2.2.29" />
1717 <PackageReference Include =" Humanizer.Core" Version =" 2.14.1" />
1818 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.5.0" />
19- <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 9 .0.5 " />
20- <PackageReference Include =" Scriban" Version =" 6.2.1 " />
19+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 10 .0.0 " />
20+ <PackageReference Include =" Scriban" Version =" 6.3.0 " />
2121 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta1.20371.2" />
2222 <PackageReference Include =" Volo.Abp.Autofac" Version =" $(AbpVersion)" />
2323 <PackageReference Include =" Volo.Abp.Core" Version =" $(AbpVersion)" />
2424 <PackageReference Include =" Volo.Abp.Http" Version =" $(AbpVersion)" />
2525 <PackageReference Include =" Volo.Abp.VirtualFileSystem" Version =" $(AbpVersion)" />
26- <PackageReference Include =" Serilog.Extensions.Logging" Version =" 9.0.1 " />
26+ <PackageReference Include =" Serilog.Extensions.Logging" Version =" 9.0.2 " />
2727 <PackageReference Include =" Serilog.Sinks.File" Version =" 7.0.0" />
2828 <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
2929 <PackageReference Include =" NuGet.Protocol" Version =" 6.2.2" />
Original file line number Diff line number Diff line change 22
33namespace EasyAbp . AbpHelper . Core . Commands . Generate . Service
44{
5- public class ServiceCommandOption : GenerateCommandOption
5+ public class ServiceCommandOption : GenerateCommandOption // todo: supports integration services
66 {
77 [ Argument ( "name" , Description = "The service name(without 'AppService' postfix)" ) ]
88 public string Name { get ; set ; } = null ! ;
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <OutputType >Exe</OutputType >
7- <TargetFramework >net9 .0</TargetFramework >
7+ <TargetFramework >net10 .0</TargetFramework >
88 <LangVersion >10.0</LangVersion >
99 <Nullable >enable</Nullable >
1010 <PackAsTool >true</PackAsTool >
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
66 <IsPackable >false</IsPackable >
77
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
1515 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
1616 <PackageReference Include =" Volo.Abp.TestBase" Version =" $(AbpVersion)" />
1717 <PackageReference Include =" xunit" Version =" 2.9.3" />
18- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
18+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
You can’t perform that action at this time.
0 commit comments