File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : NuGet/setup-nuget@v1
1313 - uses : actions/setup-dotnet@v3
1414 with :
15- dotnet-version : ' 8 .0.x'
15+ dotnet-version : ' 9 .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 >
33
4- <AbpVersion >8.3 .2</AbpVersion >
4+ <AbpVersion >9.0 .2</AbpVersion >
55
66 </PropertyGroup >
77</Project >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <LangVersion >latest</LangVersion >
4- <Version >0.22.1 </Version >
5- <PackageVersion >0.22.1 </PackageVersion >
6- <AssemblyVersion >0.22.1 </AssemblyVersion >
7- <FileVersion >0.22.1 </FileVersion >
4+ <Version >0.23.0 </Version >
5+ <PackageVersion >0.23.0 </PackageVersion >
6+ <AssemblyVersion >0.23.0 </AssemblyVersion >
7+ <FileVersion >0.23.0 </FileVersion >
88 <NoWarn >$(NoWarn);CS1591</NoWarn >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1010 <Authors >EasyAbp Team</Authors >
Original file line number Diff line number Diff line change 33 <Import Project =" ..\..\common.props" />
44
55 <PropertyGroup >
6- <TargetFramework >net8 .0</TargetFramework >
6+ <TargetFramework >net9 .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 =" 8 .0.4 " />
19+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 9 .0.0 " />
2020 <PackageReference Include =" Scriban" Version =" 5.5.2" />
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)" />
2626 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 8.0.0" />
27- <PackageReference Include =" Serilog.Sinks.File" Version =" 5 .0.0" />
28- <PackageReference Include =" Serilog.Sinks.Console" Version =" 5 .0.0" />
27+ <PackageReference Include =" Serilog.Sinks.File" Version =" 6 .0.0" />
28+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6 .0.0" />
2929 <PackageReference Include =" NuGet.Protocol" Version =" 6.2.2" />
3030 </ItemGroup >
3131
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <OutputType >Exe</OutputType >
7- <TargetFramework >net8 .0</TargetFramework >
7+ <TargetFramework >net9 .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 >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
1515 <PackageReference Include =" Shouldly" Version =" 4.2.1" />
1616 <PackageReference Include =" Volo.Abp.TestBase" Version =" $(AbpVersion)" />
1717 <PackageReference Include =" xunit" Version =" 2.6.1" />
1818 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3" >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
22- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
22+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
2323 <PrivateAssets >all</PrivateAssets >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2525 </PackageReference >
You can’t perform that action at this time.
0 commit comments