Skip to content

Commit

Permalink
Upgrade to ABP 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed May 3, 2023
1 parent 81f48cb commit fafa239
Show file tree
Hide file tree
Showing 10 changed files with 2,845 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: NuGet/setup-nuget@v1
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>

<AbpVersion>7.1.0</AbpVersion>
<GraphQLDotnetVersion>7.3.0</GraphQLDotnetVersion>
<GraphQLDotnetServerUiVersion>7.3.0</GraphQLDotnetServerUiVersion>
<AbpVersion>7.2.1</AbpVersion>
<GraphQLDotnetVersion>7.4.1</GraphQLDotnetVersion>
<GraphQLDotnetServerUiVersion>7.4.0</GraphQLDotnetServerUiVersion>

</PropertyGroup>
</Project>
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.2.0</Version>
<Version>1.3.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion host/EasyAbp.Abp.GraphQL.HttpApi.Host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "2.1.0-rc.3"
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~2.2.0-rc.1"
}
}
258 changes: 129 additions & 129 deletions host/EasyAbp.Abp.GraphQL.HttpApi.Host/yarn.lock

Large diffs are not rendered by default.

0 comments on commit fafa239

Please sign in to comment.