File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 12
12
- uses : NuGet/setup-nuget@v1
13
13
- uses : actions/setup-dotnet@v3
14
14
with :
15
- dotnet-version : ' 8 .0.x'
15
+ dotnet-version : ' 9 .0.x'
16
16
17
17
- name : read common.props
18
18
id : commonProps
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
4
- <AbpVersion >8.3 .2</AbpVersion >
4
+ <AbpVersion >9.0 .2</AbpVersion >
5
5
6
6
</PropertyGroup >
7
7
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<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 >
8
8
<NoWarn >$(NoWarn);CS1591</NoWarn >
9
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10
10
<Authors >EasyAbp Team</Authors >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\common.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >net8 .0</TargetFramework >
6
+ <TargetFramework >net9 .0</TargetFramework >
7
7
<PackageId >EasyAbp.AbpHelper.Core</PackageId >
8
8
<AssemblyName >EasyAbp.AbpHelper.Core</AssemblyName >
9
9
<RootNamespace >EasyAbp.AbpHelper.Core</RootNamespace >
16
16
<PackageReference Include =" Elsa" Version =" 1.2.2.29" />
17
17
<PackageReference Include =" Humanizer.Core" Version =" 2.14.1" />
18
18
<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 " />
20
20
<PackageReference Include =" Scriban" Version =" 5.5.2" />
21
21
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta1.20371.2" />
22
22
<PackageReference Include =" Volo.Abp.Autofac" Version =" $(AbpVersion)" />
23
23
<PackageReference Include =" Volo.Abp.Core" Version =" $(AbpVersion)" />
24
24
<PackageReference Include =" Volo.Abp.Http" Version =" $(AbpVersion)" />
25
25
<PackageReference Include =" Volo.Abp.VirtualFileSystem" Version =" $(AbpVersion)" />
26
26
<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" />
29
29
<PackageReference Include =" NuGet.Protocol" Version =" 6.2.2" />
30
30
</ItemGroup >
31
31
Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<OutputType >Exe</OutputType >
7
- <TargetFramework >net8 .0</TargetFramework >
7
+ <TargetFramework >net9 .0</TargetFramework >
8
8
<LangVersion >10.0</LangVersion >
9
9
<Nullable >enable</Nullable >
10
10
<PackAsTool >true</PackAsTool >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
15
15
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
16
16
<PackageReference Include =" Volo.Abp.TestBase" Version =" $(AbpVersion)" />
17
17
<PackageReference Include =" xunit" Version =" 2.6.1" />
18
18
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3" >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
</PackageReference >
22
- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
22
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
23
23
<PrivateAssets >all</PrivateAssets >
24
24
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25
25
</PackageReference >
You can’t perform that action at this time.
0 commit comments