File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
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@v2
12+ uses : actions/checkout@v4
1313 with :
1414 persist-credentials : false
1515 fetch-depth : 0
Original file line number Diff line number Diff line change 77 - release
88jobs :
99 publish :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : NuGet/setup-nuget@v1
14- - uses : actions/setup-dotnet@v3
12+ - uses : actions/checkout@v4
13+ - uses : NuGet/setup-nuget@v2
14+ - uses : actions/setup-dotnet@v4
1515 with :
1616 dotnet-version : ' 9.0.x'
1717
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <AbpVersion >9.1.1</AbpVersion >
4- <EasyAbpAbpWeChatModuleVersion >3.5.0 </EasyAbpAbpWeChatModuleVersion >
4+ <EasyAbpAbpWeChatModuleVersion >3.6.0-preview.1 </EasyAbpAbpWeChatModuleVersion >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <LangVersion >latest</LangVersion >
4- <Version >2.15.0 </Version >
4+ <Version >2.16.0-preview.1 </Version >
55 <NoWarn >$(NoWarn);CS1591</NoWarn >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
77 <Authors >EasyAbp Team</Authors >
You can’t perform that action at this time.
0 commit comments