Skip to content

Commit

Permalink
Upgrade to ABP 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Nov 14, 2022
1 parent e001726 commit 034fc90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: dotnet build
run: dotnet build -c Release

# - name: dotnet test
# run: dotnet test --no-restore --no-build

- name: dotnet pack
run: dotnet pack -c Release --no-build -o dest

Expand All @@ -47,6 +50,7 @@ jobs:
del *.Host.Shared.*
del *.HttpApi.Host.*
del *.IdentityServer.*
del *.AuthServer.*
del *.Web.Host.*
del *.Web.Unified.*
del *.HttpApi.Client.ConsoleTestApp.*
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<AbpVersion>5.3.1</AbpVersion>
<AbpVersion>6.0.1</AbpVersion>
<MicrosoftNetTestSdkVersion>17.2.0</MicrosoftNetTestSdkVersion>

</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.9.5</Version>
<Version>1.10.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down

0 comments on commit 034fc90

Please sign in to comment.